2026-03-30 06:00:14 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 06:00:14 [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-30 06:00:14 [bca.uk] INFO: Starting spider bca.uk
2026-03-30 06:00:14 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 06:00:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 06:00:15 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
2026-03-30 06:00:15 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 06:00:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 06:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:00:15 [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-30 06:00:15 [bca.uk] INFO: No cached cookies found, will perform fresh login
2026-03-30 06:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:00:15 [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-30 06:00:15 [bca.uk] INFO: Loaded cached Auth0 token from Azure Tables (length=1492)
2026-03-30 06:00:15 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 06:00:15 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 06:00:15 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 06:00:15 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 06:00:15 [scrapy.extensions.telnet] INFO: Telnet Password: 72fab2389f3a9147
2026-03-30 06:00:15 [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-30 06:00:15 [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-30T06_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-30 06:00:15 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 06:00:15 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 06:00:15 [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-30 06:00:15 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-30 06:00:15 [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-30 06:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:00:15 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-30 06:00:15 [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-30 06:00:15 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-30 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-30 06:00:15 [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-30 06:00:15 [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-30 06:00:15 [scrapy.core.engine] INFO: Spider opened
2026-03-30 06:00:15 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 06:00:15 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025
2026-03-30 06:00:15 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-30 06:00:15 [scrapy-playwright] INFO: Starting download handler
2026-03-30 06:00:15 [scrapy-playwright] INFO: Starting download handler
2026-03-30 06:00:16 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-30 06:00:16 [scrapy-playwright] INFO: Launching browser chromium
2026-03-30 06:00:16 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-30 06:00:16 [scrapy-playwright] INFO: Launching browser chromium
2026-03-30 06:00:17 [scrapy-playwright] INFO: Browser chromium launched
2026-03-30 06:00:17 [scrapy-playwright] INFO: Browser chromium launched
2026-03-30 06:00:17 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-30 06:00:17 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-30 06:00:17 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-30 06:00:17 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-30 06:00:20 [bca.uk] INFO: No cached cookies available, starting login process with credentials
2026-03-30 06:00:20 [bca.uk] INFO: Zyte login attempt 1/3
2026-03-30 06:00:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/> (referer: None) ['zyte-api']
2026-03-30 06:01:01 [bca.uk] INFO: Action 0 (waitForTimeout): status=success, elapsed=5s
2026-03-30 06:01:01 [bca.uk] INFO: Action 1 (waitForSelector): status=success, elapsed=0.007s
2026-03-30 06:01:01 [bca.uk] INFO: Action 2 (evaluate): status=success, elapsed=0.002s
2026-03-30 06:01:01 [bca.uk] INFO: Action 3 (waitForTimeout): status=success, elapsed=1s
2026-03-30 06:01:01 [bca.uk] INFO: Action 4 (click): status=success, elapsed=2.889s
2026-03-30 06:01:01 [bca.uk] INFO: Action 5 (waitForSelector): status=success, elapsed=0.916s
2026-03-30 06:01:01 [bca.uk] INFO: Action 6 (waitForTimeout): status=success, elapsed=1s
2026-03-30 06:01:01 [bca.uk] INFO: Action 7 (click): status=success, elapsed=2.734s
2026-03-30 06:01:01 [bca.uk] INFO: Action 8 (type): status=success, elapsed=0.077s
2026-03-30 06:01:01 [bca.uk] INFO: Action 9 (waitForTimeout): status=success, elapsed=1s
2026-03-30 06:01:01 [bca.uk] INFO: Action 10 (click): status=success, elapsed=2.34s
2026-03-30 06:01:01 [bca.uk] INFO: Action 11 (type): status=success, elapsed=0.063s
2026-03-30 06:01:01 [bca.uk] INFO: Action 12 (waitForTimeout): status=success, elapsed=1.001s
2026-03-30 06:01:01 [bca.uk] INFO: Action 13 (click): status=success, elapsed=2.535s
2026-03-30 06:01:01 [bca.uk] INFO: Action 14 (waitForSelector): status=success, elapsed=3.015s
2026-03-30 06:01:01 [bca.uk] INFO: Action 15 (evaluate): status=success, elapsed=0.002s
2026-03-30 06:01:01 [bca.uk] INFO: Action 16 (waitForTimeout): status=success, elapsed=10s
2026-03-30 06:01:01 [bca.uk] INFO: Action 17 (evaluate): status=success, elapsed=0.001s
2026-03-30 06:01:01 [bca.uk] INFO: Page URL after login: https://www.bca.co.uk/
2026-03-30 06:01:01 [bca.uk] INFO: Successfully logged in via Zyte API session
2026-03-30 06:01:01 [bca.uk] INFO: Scrapy-formatted cookies: [{'name': '_legacy_auth0.VS7z7E8b9vqJ2LYaGXEbb1f5CP1SGRLD.is.authenticated', 'value': 'true', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'rxVisitor', 'value': '1774850422569KNSPQN4DE3ICQ5PGRUB39T40MNBGNLKH', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'csrf', 'value': 'XdiQdtI3Ptq1LdYxbN5hzGfox0BJ98jN-NlkuKNx--B_B9BHK-tRlSo4wRgU_zkJpfPYG5n_BsZcSIxyGQ9XFQ:AAABnT1UNMQ:5RzDf3NtyGGmzhLeNpMelQ', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'dtCookie', 'value': 'v_4_srv_6_sn_F1896A59AC22C22F72E17F49D980EF28_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3Aea7c4b59f27d43eb_1', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'auth0.VS7z7E8b9vqJ2LYaGXEbb1f5CP1SGRLD.is.authenticated', 'value': 'true', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'ASLBSACORS', 'value': '00034f7c743cca2962a76e3819675100ef3d05031fc2366d63e6c7f6c9ba202be86f23392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Mon+Mar+30+2026+02%3A00%3A48+GMT-0400+(Eastern+Daylight+Time)&version=202510.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=78a80faf-4308-4f65-825d-0a004ff49fe5&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0003%3A1%2CC0004%3A1%2CC0002%3A1&intType=1&geolocation=US%3BVA&AwaitingReconsent=false', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtPC', 'value': '6$50448460_366h-vRQFQIFBFWRMATLHJAAGHOFUJMDCNEHKP-0e0', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'JSESSIONID', 'value': '7D3944739FD716D40318DFCEB86326C4', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'ASLBSA', 'value': '00034f7c743cca2962a76e3819675100ef3d05031fc2366d63e6c7f6c9ba202be86f23392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'rxvt', 'value': '1774852249655|1774850422570', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv_s', 'value': 'First%20Visit', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'INGRESSCOOKIE', 'value': 'ae42cf62df2301a9484a203086e5e9ef|17148814d3d29f21517da122aae4be83', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'dest', 'value': 'https://www.bca.co.uk/', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtSa', 'value': '-', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'OptanonAlertBoxClosed', 'value': '2026-03-30T06:00:31.336Z', 'domain': '.bca.co.uk', 'path': '/'}, {'name': '__cf_bm', 'value': 'LNJojdlLvWGR9_F78k6YvFof_GIJgAc4ZQMDwWYZ2s4-1774850421.7354107-1.0.1.1-ynaV4M2eUezpD1UdZw_KKHK2QvNq9Khvpnl5l.OWoimIc9SaumQuPH70i87xsZC6Mgrg032AGtKL6iL8TCBPsU0R_ewmOiFNI2Za2NrrKWUIkF7UFz.0n0aUte5o3jv_VK3va3PWfwBmeWiIeRHi9Q', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_sq', 'value': '%5B%5BB%5D%5D', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCVS_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '1', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_cc', 'value': 'true', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCV_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '179643557%7CMCIDTS%7C20543%7CMCMID%7C16917967509291610154250594765801316461%7CMCAAMLH-1775455236%7C7%7CMCAAMB-1775455236%7C6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y%7CMCOPTOUT-1774857636s%7CNONE%7CMCSYNCSOP%7C411-20550%7CvVersion%7C5.5.0', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv', 'value': '1774850449771', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_getNewRepeat', 'value': '1774850449771-New', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'gpv_pn', 'value': 'auctionview', 'domain': '.bca.co.uk', 'path': '/'}]
2026-03-30 06:01:01 [bca.uk] INFO: Extracted 24 cookies from Zyte login response
2026-03-30 06:01:01 [bca.uk] INFO: Merged 15 browser cookies, total: 24
2026-03-30 06:01:01 [bca.uk] INFO: Auth0 token capture: token=yes, error=client-created
2026-03-30 06:01:01 [bca.uk] INFO: Got Auth0 access token via dynamic SDK (length=1492)
2026-03-30 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='BCAUk',RowKey='auth_token') HTTP/1.1" 204 0
2026-03-30 06:01:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded
2026-03-30 06:01:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:01:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:01:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:01:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:01:12 [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-30 06:01:13 [bca.uk] INFO: Total items found: 100
2026-03-30 06:01:13 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded
2026-03-30 06:01:13 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:01:13 [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-30 06:01:13 [bca.uk] INFO: Found listing with ID: LJ23%20BLY
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ23%2520BLY%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for LJ23%20BLY: 1
2026-03-30 06:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 590c708c-c834-5b92-80fd-a141987414d4 with identifier: LJ23%20BLY
2026-03-30 06:01:13 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:13 [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-30 06:01:13 [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-30 06:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: HG68%20XXU
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG68%2520XXU%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for HG68%20XXU: 1
2026-03-30 06:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1cf85f5-d45c-54be-8c42-26867771cca9 with identifier: HG68%20XXU
2026-03-30 06:01:13 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: OW16%20OJN
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW16%2520OJN%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for OW16%20OJN: 1
2026-03-30 06:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ec6b877-e895-54f8-b131-a86b670aec3a with identifier: OW16%20OJN
2026-03-30 06:01:13 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: P17%20LPT
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P17%2520LPT%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for P17%20LPT: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: ML23%20KNX
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML23%2520KNX%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for ML23%20KNX: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: PA19%20DCO
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PA19%2520DCO%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for PA19%20DCO: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: PJ72%20FOT
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ72%2520FOT%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for PJ72%20FOT: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: RE20%20EVL
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE20%2520EVL%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for RE20%20EVL: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: SG69%20FWY
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG69%2520FWY%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for SG69%20FWY: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: YM19%20VXX
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM19%2520VXX%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for YM19%20VXX: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: HS68%20PYY
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HS68%2520PYY%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for HS68%20PYY: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: DE19%20AAK
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE19%2520AAK%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for DE19%20AAK: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: YH70%20YYW
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH70%2520YYW%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for YH70%20YYW: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: DC19%20VSX
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC19%2520VSX%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for DC19%20VSX: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: LA70%20NPE
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA70%2520NPE%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for LA70%20NPE: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: YE18%20CHX
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE18%2520CHX%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for YE18%20CHX: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: MA16%20ETX
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA16%2520ETX%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for MA16%20ETX: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: MP65%20LKN
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP65%2520LKN%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for MP65%20LKN: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: PX16%20TWC
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX16%2520TWC%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for PX16%20TWC: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: YO18%20AYK
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YO18%2520AYK%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for YO18%20AYK: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: ME19%20TFO
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ME19%2520TFO%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for ME19%20TFO: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: PE64%20HPL
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE64%2520HPL%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for PE64%20HPL: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: PN54%20OAL
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN54%2520OAL%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for PN54%20OAL: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: PJ08%20SVR
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ08%2520SVR%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for PJ08%20SVR: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: NJ58%20SFX
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ58%2520SFX%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for NJ58%20SFX: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: MK58%20WVS
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK58%2520WVS%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for MK58%20WVS: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: DE56%20AOD
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE56%2520AOD%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for DE56%20AOD: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: LM09%20CVU
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM09%2520CVU%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for LM09%20CVU: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: OE10%20FEO
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE10%2520FEO%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for OE10%20FEO: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: WP66%20PGE
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP66%2520PGE%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for WP66%20PGE: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: WR60%20HNV
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR60%2520HNV%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for WR60%20HNV: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: AP12%20HDL
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP12%2520HDL%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for AP12%20HDL: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: LV08%20TVU
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV08%2520TVU%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for LV08%20TVU: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: SV14%20TTZ
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV14%2520TTZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for SV14%20TTZ: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: CP15%20SYH
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP15%2520SYH%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for CP15%20SYH: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: FV59%20NFX
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV59%2520NFX%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for FV59%20NFX: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: VK10%20OJY
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK10%2520OJY%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for VK10%20OJY: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: BP65%20JXL
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP65%2520JXL%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for BP65%20JXL: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: LO08%20HUA
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO08%2520HUA%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for LO08%20HUA: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: SL11%20KPY
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL11%2520KPY%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for SL11%20KPY: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: AK55%20EXG
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK55%2520EXG%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for AK55%20EXG: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: KD15%20FPU
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD15%2520FPU%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for KD15%20FPU: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: MC14%20KAE
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MC14%2520KAE%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for MC14%20KAE: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: MK58%20XVG
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK58%2520XVG%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for MK58%20XVG: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: MT12%20WNS
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT12%2520WNS%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for MT12%20WNS: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: MV68%20URC
2026-03-30 06:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV68%2520URC%27 HTTP/1.1" 200 None
2026-03-30 06:01:13 [bca.uk] INFO: Scrape type for MV68%20URC: 0
2026-03-30 06:01:13 [bca.uk] INFO: Found listing with ID: PF17%20VPN
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF17%2520VPN%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for PF17%20VPN: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: ST62%20SYF
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST62%2520SYF%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for ST62%20SYF: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: VO58%20EBF
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO58%2520EBF%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for VO58%20EBF: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: YH67%20HFC
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH67%2520HFC%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for YH67%20HFC: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: YT66%20YMF
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT66%2520YMF%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for YT66%20YMF: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: LN62%20HLC
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN62%2520HLC%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for LN62%20HLC: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: NJ62%20YDS
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ62%2520YDS%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for NJ62%20YDS: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: AE14%20PLV
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE14%2520PLV%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for AE14%20PLV: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: SW14%20DSO
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW14%2520DSO%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for SW14%20DSO: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: SY15%20YVR
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY15%2520YVR%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for SY15%20YVR: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: FE16%20OPC
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE16%2520OPC%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for FE16%20OPC: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: YE12%20RTO
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE12%2520RTO%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for YE12%20RTO: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: FHZ%201603
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FHZ%25201603%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for FHZ%201603: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: HV13%20MWG
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV13%2520MWG%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for HV13%20MWG: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: OE10%20BXU
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE10%2520BXU%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for OE10%20BXU: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: YS17%20ZLU
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS17%2520ZLU%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for YS17%20ZLU: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: CN65%20OTA
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN65%2520OTA%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for CN65%20OTA: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: VU66%20XGP
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU66%2520XGP%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for VU66%20XGP: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: AP16%20OYK
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP16%2520OYK%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for AP16%20OYK: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: DX68%20ZVP
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX68%2520ZVP%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for DX68%20ZVP: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: LD21%20EYG
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD21%2520EYG%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for LD21%20EYG: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: AX19%20RXA
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX19%2520RXA%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for AX19%20RXA: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: KM74%20JDZ
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM74%2520JDZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for KM74%20JDZ: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: OV15%20WSW
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV15%2520WSW%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for OV15%20WSW: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: LD70%20NXS
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD70%2520NXS%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for LD70%20NXS: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: CF22%20XZC
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF22%2520XZC%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for CF22%20XZC: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: EK69%20XRA
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK69%2520XRA%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for EK69%20XRA: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: GU24%20POA
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU24%2520POA%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for GU24%20POA: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: LP15%20JMU
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP15%2520JMU%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for LP15%20JMU: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: CA21%20KKZ
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA21%2520KKZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for CA21%20KKZ: 0
2026-03-30 06:01:14 [bca.uk] INFO: Found listing with ID: FJ71%20WBL
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ71%2520WBL%27 HTTP/1.1" 200 None
2026-03-30 06:01:14 [bca.uk] INFO: Scrape type for FJ71%20WBL: 2
2026-03-30 06:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fbc0f47-d9e5-5cd7-861b-d616c254f71d with identifier: FJ71%20WBL
2026-03-30 06:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fbc0f47-d9e5-5cd7-861b-d616c254f71d with scrape type 2
2026-03-30 06:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fbc0f47-d9e5-5cd7-861b-d616c254f71d with scrape type 2
2026-03-30 06:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fbc0f47-d9e5-5cd7-861b-d616c254f71d, identifier: FJ71%20WBL
2026-03-30 06:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fbc0f47-d9e5-5cd7-861b-d616c254f71d with identifier: FJ71%20WBL
2026-03-30 06:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-30 06:01:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-30 06:01:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fbc0f47-d9e5-5cd7-861b-d616c254f71d with identifier: FJ71%20WBL
2026-03-30 06:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fbc0f47-d9e5-5cd7-861b-d616c254f71d with identifier: FJ71%20WBL to the API
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ71%20WBL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0fbc0f47-d9e5-5cd7-861b-d616c254f71d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ71 WBL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ71%20WBL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'VITO 114',
'odometer': 131094,
'odometer_reading_unit': '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 2.0 CDI L2 RWD PROGRESSIVE 9G Refrigerated',
'transmission': 'automatic',
'trim': 'CDI L2 RWD PROGRESSIVE 9G',
'vin': 'W1V44760323899538',
'year': 2021}
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ71%2520WBL%27 HTTP/1.1" 200 None
2026-03-30 06:01:15 [bca.uk] INFO: Saving data for FJ71%20WBL: {'auction_closing_time': 1775037600.0, 'created_time': 1774354293.691128, 'last_price_update_time': 1774850475.599607}
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ71%2520WBL') HTTP/1.1" 204 0
2026-03-30 06:01:15 [bca.uk] INFO: Found listing with ID: LA69%20SXH
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA69%2520SXH%27 HTTP/1.1" 200 None
2026-03-30 06:01:15 [bca.uk] INFO: Scrape type for LA69%20SXH: 0
2026-03-30 06:01:15 [bca.uk] INFO: Found listing with ID: LG21%20WJX
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG21%2520WJX%27 HTTP/1.1" 200 None
2026-03-30 06:01:15 [bca.uk] INFO: Scrape type for LG21%20WJX: 0
2026-03-30 06:01:15 [bca.uk] INFO: Found listing with ID: WJ70%20FPX
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ70%2520FPX%27 HTTP/1.1" 200 None
2026-03-30 06:01:15 [bca.uk] INFO: Scrape type for WJ70%20FPX: 0
2026-03-30 06:01:15 [bca.uk] INFO: Found listing with ID: BG20%20KFL
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG20%2520KFL%27 HTTP/1.1" 200 None
2026-03-30 06:01:15 [bca.uk] INFO: Scrape type for BG20%20KFL: 2
2026-03-30 06:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65f90a16-5c40-5f5d-8062-cf31c85a2c94 with identifier: BG20%20KFL
2026-03-30 06:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65f90a16-5c40-5f5d-8062-cf31c85a2c94 with scrape type 2
2026-03-30 06:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65f90a16-5c40-5f5d-8062-cf31c85a2c94 with scrape type 2
2026-03-30 06:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65f90a16-5c40-5f5d-8062-cf31c85a2c94, identifier: BG20%20KFL
2026-03-30 06:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65f90a16-5c40-5f5d-8062-cf31c85a2c94 with identifier: BG20%20KFL
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-30 06:01:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65f90a16-5c40-5f5d-8062-cf31c85a2c94 with identifier: BG20%20KFL
2026-03-30 06:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65f90a16-5c40-5f5d-8062-cf31c85a2c94 with identifier: BG20%20KFL to the API
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 204,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG20%20KFL-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '65f90a16-5c40-5f5d-8062-cf31c85a2c94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG20 KFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG20%20KFL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'RANGER',
'odometer': 93215,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'EBL 213 WILDTRAK',
'vin': '6FPPXXMJ2PKU63287',
'year': 2020}
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG20%2520KFL%27 HTTP/1.1" 200 None
2026-03-30 06:01:16 [bca.uk] INFO: Saving data for BG20%20KFL: {'auction_closing_time': 1774951200.0, 'created_time': 1774622601.18186, 'last_price_update_time': 1774850476.37826}
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG20%2520KFL') HTTP/1.1" 204 0
2026-03-30 06:01:16 [bca.uk] INFO: Found listing with ID: GF14%20ZWW
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF14%2520ZWW%27 HTTP/1.1" 200 None
2026-03-30 06:01:16 [bca.uk] INFO: Scrape type for GF14%20ZWW: 2
2026-03-30 06:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d44da579-5c74-58a1-a0cd-6a9bfd7cce7c with identifier: GF14%20ZWW
2026-03-30 06:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d44da579-5c74-58a1-a0cd-6a9bfd7cce7c with scrape type 2
2026-03-30 06:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d44da579-5c74-58a1-a0cd-6a9bfd7cce7c with scrape type 2
2026-03-30 06:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d44da579-5c74-58a1-a0cd-6a9bfd7cce7c, identifier: GF14%20ZWW
2026-03-30 06:01:16 [scrapy.extensions.logstats] INFO: Crawled 2 pages (at 2 pages/min), scraped 2 items (at 2 items/min)
2026-03-30 06:01:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 165MiB
2026-03-30 06:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d44da579-5c74-58a1-a0cd-6a9bfd7cce7c with identifier: GF14%20ZWW
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey HTTP/1.1" 200 None
2026-03-30 06:01:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d44da579-5c74-58a1-a0cd-6a9bfd7cce7c with identifier: GF14%20ZWW
2026-03-30 06:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d44da579-5c74-58a1-a0cd-6a9bfd7cce7c with identifier: GF14%20ZWW to the API
2026-03-30 06:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 208,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF14%20ZWW-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd44da579-5c74-58a1-a0cd-6a9bfd7cce7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF14 ZWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF14%20ZWW&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'RANGER',
'odometer': 120071,
'odometer_reading_unit': '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 2.2 TDCI 150 LIMITED 4WD CrewCab Pick-up',
'transmission': 'manual',
'trim': 'TDCI 150 LIMITED 4WD',
'vin': '6FPPXXMJ2PDD49904',
'year': 2014}
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF14%2520ZWW%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Saving data for GF14%20ZWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774350859.356451, 'last_price_update_time': 1774850477.032395}
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF14%2520ZWW') HTTP/1.1" 204 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: BD13%20XHZ
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD13%2520XHZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for BD13%20XHZ: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: NX66%20UNL
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX66%2520UNL%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for NX66%20UNL: 2
2026-03-30 06:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e58705d-7027-5daf-ad63-2d8575dc8af9 with identifier: NX66%20UNL
2026-03-30 06:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e58705d-7027-5daf-ad63-2d8575dc8af9 with scrape type 2
2026-03-30 06:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e58705d-7027-5daf-ad63-2d8575dc8af9 with scrape type 2
2026-03-30 06:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e58705d-7027-5daf-ad63-2d8575dc8af9, identifier: NX66%20UNL
2026-03-30 06:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e58705d-7027-5daf-ad63-2d8575dc8af9 with identifier: NX66%20UNL
2026-03-30 06:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e58705d-7027-5daf-ad63-2d8575dc8af9 with identifier: NX66%20UNL
2026-03-30 06:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e58705d-7027-5daf-ad63-2d8575dc8af9 with identifier: NX66%20UNL to the API
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 212,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX66%20UNL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0e58705d-7027-5daf-ad63-2d8575dc8af9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX66 UNL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX66%20UNL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'TRANSIT 350 AWD',
'odometer': 187106,
'odometer_reading_unit': '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 AWD 2.2 TDCI 125 LWB M/R PanelVan',
'transmission': 'manual',
'trim': 'TDCI 125 LWB M/R',
'vin': 'WF0XXXTTGXFP33245',
'year': 2016}
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX66%2520UNL%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Saving data for NX66%20UNL: {'auction_closing_time': 1775037600.0, 'created_time': 1774354369.45791, 'last_price_update_time': 1774850477.559785}
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX66%2520UNL') HTTP/1.1" 204 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: SA71%20KKC
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA71%2520KKC%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for SA71%20KKC: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: CP19%20KFJ
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP19%2520KFJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for CP19%20KFJ: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: MW72%20VBF
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW72%2520VBF%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for MW72%20VBF: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: SD57%20CYU
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD57%2520CYU%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for SD57%20CYU: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: SM16%20KFW
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM16%2520KFW%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for SM16%20KFW: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: FE73%20ZRF
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE73%2520ZRF%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for FE73%20ZRF: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: NX25%20UWF
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX25%2520UWF%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for NX25%20UWF: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: WG69%20VDE
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG69%2520VDE%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for WG69%20VDE: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: DN23%20HTG
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN23%2520HTG%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for DN23%20HTG: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: YG23%20WLF
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG23%2520WLF%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for YG23%20WLF: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: C8%20SUP
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27C8%2520SUP%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for C8%20SUP: 0
2026-03-30 06:01:17 [bca.uk] INFO: Found listing with ID: YX17%20UST
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX17%2520UST%27 HTTP/1.1" 200 None
2026-03-30 06:01:17 [bca.uk] INFO: Scrape type for YX17%20UST: 2
2026-03-30 06:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59f91054-729f-5e1c-acd7-ad8c3a2072f7 with identifier: YX17%20UST
2026-03-30 06:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59f91054-729f-5e1c-acd7-ad8c3a2072f7 with scrape type 2
2026-03-30 06:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59f91054-729f-5e1c-acd7-ad8c3a2072f7 with scrape type 2
2026-03-30 06:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59f91054-729f-5e1c-acd7-ad8c3a2072f7, identifier: YX17%20UST
2026-03-30 06:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59f91054-729f-5e1c-acd7-ad8c3a2072f7 with identifier: YX17%20UST
2026-03-30 06:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-30 06:01:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59f91054-729f-5e1c-acd7-ad8c3a2072f7 with identifier: YX17%20UST
2026-03-30 06:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59f91054-729f-5e1c-acd7-ad8c3a2072f7 with identifier: YX17%20UST to the API
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX17%20UST-GB',
'category': 'LightCommercialVehicle',
'color': 'red',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '59f91054-729f-5e1c-acd7-ad8c3a2072f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX17 UST',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX17%20UST&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T30',
'odometer': 79766,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 204 BMT H/L SWB KOMBI DSG '
'CrewCab Van',
'transmission': 'automatic',
'trim': 'TDI 204 BMT H/L SWB KOMBI DSG',
'vin': 'WV1ZZZ7HZHH099973',
'year': 2017}
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX17%2520UST%27 HTTP/1.1" 200 None
2026-03-30 06:01:18 [bca.uk] INFO: Saving data for YX17%20UST: {'auction_closing_time': 1775037600.0, 'created_time': 1774436942.929733, 'last_price_update_time': 1774850478.579258}
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX17%2520UST') HTTP/1.1" 204 0
2026-03-30 06:01:18 [bca.uk] INFO: Found listing with ID: EO21%20SJV
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO21%2520SJV%27 HTTP/1.1" 200 None
2026-03-30 06:01:18 [bca.uk] INFO: Scrape type for EO21%20SJV: 0
2026-03-30 06:01:18 [bca.uk] INFO: Found listing with ID: FT22%20PYB
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT22%2520PYB%27 HTTP/1.1" 200 None
2026-03-30 06:01:18 [bca.uk] INFO: Scrape type for FT22%20PYB: 0
2026-03-30 06:01:18 [bca.uk] INFO: Found listing with ID: WO70%20CKC
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO70%2520CKC%27 HTTP/1.1" 200 None
2026-03-30 06:01:18 [bca.uk] INFO: Scrape type for WO70%20CKC: 0
2026-03-30 06:01:18 [bca.uk] INFO: Found listing with ID: FG11%20WTU
2026-03-30 06:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG11%2520WTU%27 HTTP/1.1" 200 None
2026-03-30 06:01:18 [bca.uk] INFO: Scrape type for FG11%20WTU: 0
2026-03-30 06:01:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ23%20BLY-GB>
2026-03-30 06:01:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW16%20OJN-GB>
2026-03-30 06:01:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG68%20XXU-GB>
2026-03-30 06:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D> (referer: https://www.bca.co.uk/)
2026-03-30 06:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D> (referer: https://www.bca.co.uk/)
2026-03-30 06:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D> (referer: https://www.bca.co.uk/)
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ca18950>
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_expert_report_file_dfa2c264-cdac-43a4-964f-00ef4e64bf1d.pdf HTTP/1.1" 201 0
2026-03-30 06:01:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 590c708c-c834-5b92-80fd-a141987414d4, skipping ID generation
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLJ23BLY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LJ23BLY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010741%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010741 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010758%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010758 not downloaded yet
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c861090>
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_expert_report_file_85f344ac-c3be-4e56-8344-cd3be0442755.pdf HTTP/1.1" 201 0
2026-03-30 06:01:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ec6b877-e895-54f8-b131-a86b670aec3a, skipping ID generation
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DOW16OJN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=OW16OJN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c8e1ad0>
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_expert_report_file_540b72e6-15fa-42cd-a947-f053dba3e069.pdf HTTP/1.1" 201 0
2026-03-30 06:01:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1cf85f5-d45c-54be-8c42-26867771cca9, skipping ID generation
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHG68XXU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG68XXU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010789%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010789 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D687266036%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266036 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022794%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022794 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010822%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010822 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D687266041%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266041 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022806%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022806 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010848%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010848 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D687266045%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266045 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022829%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022829 not downloaded yet
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010879%27 HTTP/1.1" 200 None
2026-03-30 06:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010879 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D687266049%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266049 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022842%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022842 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010901%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010901 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D687266054%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266054 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022859%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022859 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010925%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010925 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D687266058%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266058 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022875%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022875 not downloaded yet
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010718/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LJ23BLY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699010945%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010945 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D687266062%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266062 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022905%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022905 not downloaded yet
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022943%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022943 not downloaded yet
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010741/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010741>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022781/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG68XXU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010758/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010758>
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699022958%27 HTTP/1.1" 200 None
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022958 not downloaded yet
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266032/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=OW16OJN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010822/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010822>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010789/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010789>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266036/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266036>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022794/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022794>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266041/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266041>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022806/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022806>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010848/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010848>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010879/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010879>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022829/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022829>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266045/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266045>
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010718/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010758/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022781/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022794/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010741/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010822/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010789/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266032/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266036/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D)
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c908650>
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_0.jpg HTTP/1.1" 201 0
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FLJ23BLY%252F699010718%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010718/600 saved to cache
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010848/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022806/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022829/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022958/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022958>
2026-03-30 06:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022943/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022943>
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266041/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266045/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D)
2026-03-30 06:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010879/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c935610>
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_2.jpg HTTP/1.1" 201 0
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FLJ23BLY%252F699010758%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010758/600 saved to cache
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ccc1790>
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_0.jpg HTTP/1.1" 201 0
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FHG68XXU%252F699022781%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022781/600 saved to cache
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ccc6590>
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_1.jpg HTTP/1.1" 201 0
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FHG68XXU%252F699022794%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022794/600 saved to cache
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ccc3c10>
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_1.jpg HTTP/1.1" 201 0
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FLJ23BLY%252F699010741%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010741/600 saved to cache
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ccdf610>
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_4.jpg HTTP/1.1" 201 0
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FLJ23BLY%252F699010822%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010822/600 saved to cache
2026-03-30 06:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ccc7bd0>
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_3.jpg HTTP/1.1" 201 0
2026-03-30 06:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FLJ23BLY%252F699010789%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010789/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cccc310>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FOW16OJN%252F687266032%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266032/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266062/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266062>
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022875/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022875>
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266058/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266058>
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010945/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010945>
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022905/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022905>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cccef90>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FOW16OJN%252F687266036%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266036/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010925/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010925>
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022859/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022859>
2026-03-30 06:01:21 [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-30 06:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cc8bf50>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_5.jpg HTTP/1.1" 201 0
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FLJ23BLY%252F699010848%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010848/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c88b850>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_2.jpg HTTP/1.1" 201 0
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FHG68XXU%252F699022806%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022806/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cceb810>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_3.jpg HTTP/1.1" 201 0
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FHG68XXU%252F699022829%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022829/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c8c4ed0>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FOW16OJN%252F687266041%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266041/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cce2690>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FOW16OJN%252F687266045%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266045/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:01:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:01:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ccdf010>
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_6.jpg HTTP/1.1" 201 0
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FLJ23BLY%252F699010879%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010879/600 saved to cache
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010901/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699010901>
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266054/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266054>
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266049/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=687266049>
2026-03-30 06:01:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022842/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699022842>
2026-03-30 06:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022943/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022958/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:21 [bca.uk] INFO: Total items found: 100
2026-03-30 06:01:21 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded
2026-03-30 06:01:21 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:01:21 [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-30 06:01:21 [bca.uk] INFO: Found listing with ID: MT64%20GVX
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT64%2520GVX%27 HTTP/1.1" 200 None
2026-03-30 06:01:21 [bca.uk] INFO: Scrape type for MT64%20GVX: 0
2026-03-30 06:01:21 [bca.uk] INFO: Found listing with ID: LP25%20CGX
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP25%2520CGX%27 HTTP/1.1" 200 None
2026-03-30 06:01:21 [bca.uk] INFO: Scrape type for LP25%20CGX: 0
2026-03-30 06:01:21 [bca.uk] INFO: Found listing with ID: SA17%20JEH
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA17%2520JEH%27 HTTP/1.1" 200 None
2026-03-30 06:01:21 [bca.uk] INFO: Scrape type for SA17%20JEH: 0
2026-03-30 06:01:21 [bca.uk] INFO: Found listing with ID: LT14%20HGA
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT14%2520HGA%27 HTTP/1.1" 200 None
2026-03-30 06:01:21 [bca.uk] INFO: Scrape type for LT14%20HGA: 0
2026-03-30 06:01:21 [bca.uk] INFO: Found listing with ID: CK20%20XRD
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK20%2520XRD%27 HTTP/1.1" 200 None
2026-03-30 06:01:21 [bca.uk] INFO: Scrape type for CK20%20XRD: 2
2026-03-30 06:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf09fa08-16e7-53c0-87e6-83b0bca46588 with identifier: CK20%20XRD
2026-03-30 06:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf09fa08-16e7-53c0-87e6-83b0bca46588 with scrape type 2
2026-03-30 06:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf09fa08-16e7-53c0-87e6-83b0bca46588 with scrape type 2
2026-03-30 06:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf09fa08-16e7-53c0-87e6-83b0bca46588, identifier: CK20%20XRD
2026-03-30 06:01:21 [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-30 06:01:21 [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-30 06:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf09fa08-16e7-53c0-87e6-83b0bca46588 with identifier: CK20%20XRD
2026-03-30 06:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf09fa08-16e7-53c0-87e6-83b0bca46588 with identifier: CK20%20XRD
2026-03-30 06:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf09fa08-16e7-53c0-87e6-83b0bca46588 with identifier: CK20%20XRD to the API
2026-03-30 06:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK20%20XRD-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bf09fa08-16e7-53c0-87e6-83b0bca46588',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK20 XRD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK20%20XRD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CITROEN',
'model': 'DISPATCH 1000',
'odometer': 86362,
'odometer_reading_unit': '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': 'VF7VBYHRKL7033094',
'year': 2020}
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK20%2520XRD%27 HTTP/1.1" 200 None
2026-03-30 06:01:22 [bca.uk] INFO: Saving data for CK20%20XRD: {'auction_closing_time': 1775037600.0, 'created_time': 1774436926.129168, 'last_price_update_time': 1774850482.148544}
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK20%2520XRD') HTTP/1.1" 204 0
2026-03-30 06:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266058/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D)
2026-03-30 06:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266062/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D)
2026-03-30 06:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022859/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022842/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:22 [bca.uk] INFO: Found listing with ID: YB70%20ZRK
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB70%2520ZRK%27 HTTP/1.1" 200 None
2026-03-30 06:01:22 [bca.uk] INFO: Scrape type for YB70%20ZRK: 0
2026-03-30 06:01:22 [bca.uk] INFO: Found listing with ID: YS68%20HTY
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS68%2520HTY%27 HTTP/1.1" 200 None
2026-03-30 06:01:22 [bca.uk] INFO: Scrape type for YS68%20HTY: 0
2026-03-30 06:01:22 [bca.uk] INFO: Found listing with ID: FM19%20VZC
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM19%2520VZC%27 HTTP/1.1" 200 None
2026-03-30 06:01:22 [bca.uk] INFO: Scrape type for FM19%20VZC: 0
2026-03-30 06:01:22 [bca.uk] INFO: Found listing with ID: CT16%20ETR
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT16%2520ETR%27 HTTP/1.1" 200 None
2026-03-30 06:01:22 [bca.uk] INFO: Scrape type for CT16%20ETR: 0
2026-03-30 06:01:22 [bca.uk] INFO: Found listing with ID: CV21%20YPU
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV21%2520YPU%27 HTTP/1.1" 200 None
2026-03-30 06:01:22 [bca.uk] INFO: Scrape type for CV21%20YPU: 0
2026-03-30 06:01:22 [bca.uk] INFO: Found listing with ID: FH17%20FGP
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH17%2520FGP%27 HTTP/1.1" 200 None
2026-03-30 06:01:22 [bca.uk] INFO: Scrape type for FH17%20FGP: 2
2026-03-30 06:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ce172d2-3362-58b3-a194-f07f24d4720a with identifier: FH17%20FGP
2026-03-30 06:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ce172d2-3362-58b3-a194-f07f24d4720a with scrape type 2
2026-03-30 06:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ce172d2-3362-58b3-a194-f07f24d4720a with scrape type 2
2026-03-30 06:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ce172d2-3362-58b3-a194-f07f24d4720a, identifier: FH17%20FGP
2026-03-30 06:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010945/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010925/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022875/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022905/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG68XXU/42812320?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=1d6PS1dB8PJfxseG7mI5FIYy7meRdNXIHYlLgmSofHY%3D)
2026-03-30 06:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ce172d2-3362-58b3-a194-f07f24d4720a with identifier: FH17%20FGP
2026-03-30 06:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ce172d2-3362-58b3-a194-f07f24d4720a with identifier: FH17%20FGP
2026-03-30 06:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ce172d2-3362-58b3-a194-f07f24d4720a with identifier: FH17%20FGP to the API
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:22 [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': 203,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH17%20FGP-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7ce172d2-3362-58b3-a194-f07f24d4720a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FH17 FGP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH17%20FGP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'AMAROK A33',
'odometer': 161901,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN AMAROK A33 3.0 V6 TDI 204 BMT HIGHLINE 4M CrewCab '
'Pick-up',
'transmission': 'manual',
'trim': 'V6 TDI 204 BMT HIGHLINE 4M',
'vin': 'WV1ZZZ2HZHH019191',
'year': 2017}
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH17%2520FGP%27 HTTP/1.1" 200 None
2026-03-30 06:01:22 [bca.uk] INFO: Saving data for FH17%20FGP: {'auction_closing_time': 1774951200.0, 'created_time': 1773826873.793473, 'last_price_update_time': 1774850482.842084}
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH17%2520FGP') HTTP/1.1" 204 0
2026-03-30 06:01:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:01:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:01:22 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:22 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:01:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c82f850>
2026-03-30 06:01:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_8.jpg HTTP/1.1" 201 0
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FHG68XXU%252F699022943%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022943/600 saved to cache
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:01:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:01:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ccad3d0>
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_9.jpg HTTP/1.1" 201 0
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FHG68XXU%252F699022958%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022958/600 saved to cache
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:23 [bca.uk] INFO: Found listing with ID: RE62%20HYL
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE62%2520HYL%27 HTTP/1.1" 200 None
2026-03-30 06:01:23 [bca.uk] INFO: Scrape type for RE62%20HYL: 2
2026-03-30 06:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3a37eed-31bf-5080-af38-1fd60f2910c8 with identifier: RE62%20HYL
2026-03-30 06:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3a37eed-31bf-5080-af38-1fd60f2910c8 with scrape type 2
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3a37eed-31bf-5080-af38-1fd60f2910c8 with scrape type 2
2026-03-30 06:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3a37eed-31bf-5080-af38-1fd60f2910c8, identifier: RE62%20HYL
2026-03-30 06:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3a37eed-31bf-5080-af38-1fd60f2910c8 with identifier: RE62%20HYL
2026-03-30 06:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3a37eed-31bf-5080-af38-1fd60f2910c8 with identifier: RE62%20HYL
2026-03-30 06:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3a37eed-31bf-5080-af38-1fd60f2910c8 with identifier: RE62%20HYL to the API
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:23 [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': 211,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE62%20HYL-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd3a37eed-31bf-5080-af38-1fd60f2910c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE62 HYL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE62%20HYL&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'AMAROK A32',
'odometer': 200847,
'odometer_reading_unit': '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 AMAROK A32 2.0 BITDI 180 BMT HIGHLINE 4M-PERM CrewCab '
'Pick-up',
'transmission': 'manual',
'trim': 'BITDI 180 BMT HIGHLINE 4M-PERM',
'vin': 'WV1ZZZ2HZDH003971',
'year': 2012}
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE62%2520HYL%27 HTTP/1.1" 200 None
2026-03-30 06:01:23 [bca.uk] INFO: Saving data for RE62%20HYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774621161.819565, 'last_price_update_time': 1774850483.552446}
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE62%2520HYL') HTTP/1.1" 204 0
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cce6190>
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FOW16OJN%252F687266058%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266058/600 saved to cache
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c858050>
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FOW16OJN%252F687266062%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266062/600 saved to cache
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c956cd0>
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_5.jpg HTTP/1.1" 201 0
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FHG68XXU%252F699022859%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022859/600 saved to cache
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3f149f10>
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_4.jpg HTTP/1.1" 201 0
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01: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%252FHG68XXU%252F699022842%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022842/600 saved to cache
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266049/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D)
2026-03-30 06:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266054/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW16OJN/42787200?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=lLkDzJwd7MkzidJiNEpzK8taY%2F1ZmC%2BxA2FvNpfeV0I%3D)
2026-03-30 06:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010901/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LJ23BLY/42812427?sv=2020-08-04&st=2026-03-30T06%3A01%3A18Z&se=2026-03-30T06%3A26%3A18Z&sr=b&sp=r&sig=U14sig%2BVfaBqTQ6QWJ3d8ceM2Qy4GSNhUzqNnpqE4ck%3D)
2026-03-30 06:01:23 [bca.uk] INFO: Found listing with ID: AK67%20JSZ
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK67%2520JSZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:23 [bca.uk] INFO: Scrape type for AK67%20JSZ: 2
2026-03-30 06:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f05a0887-0846-5ed4-b7d1-aa72a5b848d2 with identifier: AK67%20JSZ
2026-03-30 06:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f05a0887-0846-5ed4-b7d1-aa72a5b848d2 with scrape type 2
2026-03-30 06:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f05a0887-0846-5ed4-b7d1-aa72a5b848d2 with scrape type 2
2026-03-30 06:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f05a0887-0846-5ed4-b7d1-aa72a5b848d2, identifier: AK67%20JSZ
2026-03-30 06:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f05a0887-0846-5ed4-b7d1-aa72a5b848d2 with identifier: AK67%20JSZ
2026-03-30 06:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f05a0887-0846-5ed4-b7d1-aa72a5b848d2 with identifier: AK67%20JSZ
2026-03-30 06:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f05a0887-0846-5ed4-b7d1-aa72a5b848d2 with identifier: AK67%20JSZ to the API
2026-03-30 06:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:25 [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': 228,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK67%20JSZ-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f05a0887-0846-5ed4-b7d1-aa72a5b848d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK67 JSZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK67%20JSZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'RANGER',
'odometer': 83397,
'odometer_reading_unit': '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': '6FPPXXMJ2PHC15987',
'year': 2017}
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK67%2520JSZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:25 [bca.uk] INFO: Saving data for AK67%20JSZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773839447.59064, 'last_price_update_time': 1774850485.623233}
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK67%2520JSZ') HTTP/1.1" 204 0
2026-03-30 06:01:25 [bca.uk] INFO: Found listing with ID: YK24%20OHR
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK24%2520OHR%27 HTTP/1.1" 200 None
2026-03-30 06:01:25 [bca.uk] INFO: Scrape type for YK24%20OHR: 0
2026-03-30 06:01:25 [bca.uk] INFO: Found listing with ID: VN14%20TPV
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN14%2520TPV%27 HTTP/1.1" 200 None
2026-03-30 06:01:25 [bca.uk] INFO: Scrape type for VN14%20TPV: 0
2026-03-30 06:01:25 [bca.uk] INFO: Found listing with ID: LB69%20GWN
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB69%2520GWN%27 HTTP/1.1" 200 None
2026-03-30 06:01:25 [bca.uk] INFO: Scrape type for LB69%20GWN: 0
2026-03-30 06:01:25 [bca.uk] INFO: Found listing with ID: LO64%20MHL
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO64%2520MHL%27 HTTP/1.1" 200 None
2026-03-30 06:01:25 [bca.uk] INFO: Scrape type for LO64%20MHL: 2
2026-03-30 06:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ef83328-43e8-5ccb-ae19-5f02caed725c with identifier: LO64%20MHL
2026-03-30 06:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ef83328-43e8-5ccb-ae19-5f02caed725c with scrape type 2
2026-03-30 06:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ef83328-43e8-5ccb-ae19-5f02caed725c with scrape type 2
2026-03-30 06:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ef83328-43e8-5ccb-ae19-5f02caed725c, identifier: LO64%20MHL
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ee0b050>
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_9.jpg HTTP/1.1" 201 0
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLJ23BLY%252F699010945%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010945/600 saved to cache
2026-03-30 06:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cbb1150>
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_8.jpg HTTP/1.1" 201 0
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLJ23BLY%252F699010925%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010925/600 saved to cache
2026-03-30 06:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb7c710>
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_6.jpg HTTP/1.1" 201 0
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHG68XXU%252F699022875%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022875/600 saved to cache
2026-03-30 06:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb8a090>
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_7.jpg HTTP/1.1" 201 0
2026-03-30 06:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHG68XXU%252F699022905%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022905/600 saved to cache
2026-03-30 06:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f1cf85f5-d45c-54be-8c42-26867771cca9
2026-03-30 06:01:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1cf85f5-d45c-54be-8c42-26867771cca9, skipping ID generation
2026-03-30 06:01:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f1cf85f5-d45c-54be-8c42-26867771cca9 sending to next pipeline
2026-03-30 06:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1cf85f5-d45c-54be-8c42-26867771cca9, identifier: HG68%20XXU
2026-03-30 06:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ef83328-43e8-5ccb-ae19-5f02caed725c with identifier: LO64%20MHL
2026-03-30 06:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ef83328-43e8-5ccb-ae19-5f02caed725c with identifier: LO64%20MHL
2026-03-30 06:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ef83328-43e8-5ccb-ae19-5f02caed725c with identifier: LO64%20MHL to the API
2026-03-30 06:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO64%20MHL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4ef83328-43e8-5ccb-ae19-5f02caed725c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO64 MHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO64%20MHL&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI C20',
'odometer': 69616,
'odometer_reading_unit': '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 CADDY MAXI C20 1.6 TDI 102 BMT HIGHLINE Van',
'transmission': 'manual',
'trim': 'TDI 102 BMT HIGHLINE',
'vin': 'WV1ZZZ2KZFX072250',
'year': 2015}
2026-03-30 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO64%2520MHL%27 HTTP/1.1" 200 None
2026-03-30 06:01:26 [bca.uk] INFO: Saving data for LO64%20MHL: {'auction_closing_time': 1775037600.0, 'created_time': 1774622581.982952, 'last_price_update_time': 1774850486.642089}
2026-03-30 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO64%2520MHL') HTTP/1.1" 204 0
2026-03-30 06:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1cf85f5-d45c-54be-8c42-26867771cca9 with identifier: HG68%20XXU
2026-03-30 06:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1cf85f5-d45c-54be-8c42-26867771cca9 with identifier: HG68%20XXU
2026-03-30 06:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1cf85f5-d45c-54be-8c42-26867771cca9 with identifier: HG68%20XXU to the API
2026-03-30 06:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022905/600>
{'auction_title': '',
'c_o_2_emission_value': 157,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_expert_report_file_540b72e6-15fa-42cd-a947-f053dba3e069.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG68%20XXU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f1cf85f5-d45c-54be-8c42-26867771cca9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG68 XXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG68%20XXU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 78097,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48617,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022781/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45636,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022794/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44982,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022806/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47320,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022829/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42014,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022842/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40385,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022859/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106345,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022875/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82960,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022905/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95168,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022943/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f1cf85f5-d45c-54be-8c42-26867771cca9/f1cf85f5-d45c-54be-8c42-26867771cca9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69009,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG68XXU/699022958/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-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': 'SADCA2AN3KA353916',
'year': 2018}
2026-03-30 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG68%2520XXU%27 HTTP/1.1" 200 None
2026-03-30 06:01:28 [bca.uk] INFO: Saving data for HG68%20XXU: {'created_time': 1774850488.815619, 'last_price_update_time': 1774850488.815632, 'auction_closing_time': 1774951200.0}
2026-03-30 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG68%2520XXU') HTTP/1.1" 204 0
2026-03-30 06:01:28 [bca.uk] INFO: Found listing with ID: HY19%20EKZ
2026-03-30 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY19%2520EKZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:28 [bca.uk] INFO: Scrape type for HY19%20EKZ: 0
2026-03-30 06:01:28 [bca.uk] INFO: Found listing with ID: WJ68%20HJO
2026-03-30 06:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ68%2520HJO%27 HTTP/1.1" 200 None
2026-03-30 06:01:28 [bca.uk] INFO: Scrape type for WJ68%20HJO: 2
2026-03-30 06:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e8d982b-07be-56d6-a9ec-fbf601785889 with identifier: WJ68%20HJO
2026-03-30 06:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e8d982b-07be-56d6-a9ec-fbf601785889 with scrape type 2
2026-03-30 06:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e8d982b-07be-56d6-a9ec-fbf601785889 with scrape type 2
2026-03-30 06:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e8d982b-07be-56d6-a9ec-fbf601785889, identifier: WJ68%20HJO
2026-03-30 06:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cba9910>
2026-03-30 06:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW16OJN%252F687266049%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266049/600 saved to cache
2026-03-30 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c9d7e10>
2026-03-30 06:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 06:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW16OJN%252F687266054%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266054/600 saved to cache
2026-03-30 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0ec6b877-e895-54f8-b131-a86b670aec3a
2026-03-30 06:01:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ec6b877-e895-54f8-b131-a86b670aec3a, skipping ID generation
2026-03-30 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ec6b877-e895-54f8-b131-a86b670aec3a sending to next pipeline
2026-03-30 06:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ec6b877-e895-54f8-b131-a86b670aec3a, identifier: OW16%20OJN
2026-03-30 06:01:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:01:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:01:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:01:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb87490>
2026-03-30 06:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 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-30 06:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_7.jpg HTTP/1.1" 201 0
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLJ23BLY%252F699010901%252F600') HTTP/1.1" 204 0
2026-03-30 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010901/600 saved to cache
2026-03-30 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 590c708c-c834-5b92-80fd-a141987414d4
2026-03-30 06:01:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 590c708c-c834-5b92-80fd-a141987414d4, skipping ID generation
2026-03-30 06:01:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 590c708c-c834-5b92-80fd-a141987414d4 sending to next pipeline
2026-03-30 06:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 590c708c-c834-5b92-80fd-a141987414d4, identifier: LJ23%20BLY
2026-03-30 06:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e8d982b-07be-56d6-a9ec-fbf601785889 with identifier: WJ68%20HJO
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-30 06:01:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e8d982b-07be-56d6-a9ec-fbf601785889 with identifier: WJ68%20HJO
2026-03-30 06:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e8d982b-07be-56d6-a9ec-fbf601785889 with identifier: WJ68%20HJO to the API
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:29 [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': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ68%20HJO-GB',
'category': 'LightCommercialVehicle',
'color': 'green',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3e8d982b-07be-56d6-a9ec-fbf601785889',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ68 HJO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ68%20HJO&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MITSUBISHI',
'model': 'L200',
'odometer': 114872,
'odometer_reading_unit': '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 WARRIOR 4WD CrewCab Pick-up',
'transmission': 'manual',
'trim': 'DI-D 178 WARRIOR 4WD',
'vin': 'MMCJJKL10JH013807',
'year': 2018}
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ68%2520HJO%27 HTTP/1.1" 200 None
2026-03-30 06:01:29 [bca.uk] INFO: Saving data for WJ68%20HJO: {'auction_closing_time': 1774951200.0, 'created_time': 1774354296.849081, 'last_price_update_time': 1774850489.911671}
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ68%2520HJO') HTTP/1.1" 204 0
2026-03-30 06:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ec6b877-e895-54f8-b131-a86b670aec3a with identifier: OW16%20OJN
2026-03-30 06:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-30 06:01:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ec6b877-e895-54f8-b131-a86b670aec3a with identifier: OW16%20OJN
2026-03-30 06:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ec6b877-e895-54f8-b131-a86b670aec3a with identifier: OW16%20OJN to the API
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266054/600>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_expert_report_file_85f344ac-c3be-4e56-8344-cd3be0442755.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW16%20OJN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0ec6b877-e895-54f8-b131-a86b670aec3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OW16 OJN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW16%20OJN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 111384,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52156,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266032/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60432,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266036/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65060,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266041/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67033,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266045/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53352,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266049/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41322,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266054/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51536,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266058/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ec6b877-e895-54f8-b131-a86b670aec3a/0ec6b877-e895-54f8-b131-a86b670aec3a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51864,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW16OJN/687266062/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TDCI 120 TITANIUM',
'vin': 'WF05XXGCC5GA04739',
'year': 2016}
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW16%2520OJN%27 HTTP/1.1" 200 None
2026-03-30 06:01:30 [bca.uk] INFO: Saving data for OW16%20OJN: {'created_time': 1774850490.502442, 'last_price_update_time': 1774850490.502459, 'auction_closing_time': 1775037600.0}
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW16%2520OJN') HTTP/1.1" 204 0
2026-03-30 06:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 590c708c-c834-5b92-80fd-a141987414d4 with identifier: LJ23%20BLY
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-30 06:01:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 590c708c-c834-5b92-80fd-a141987414d4 with identifier: LJ23%20BLY
2026-03-30 06:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 590c708c-c834-5b92-80fd-a141987414d4 with identifier: LJ23%20BLY to the API
2026-03-30 06:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010901/600>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_expert_report_file_dfa2c264-cdac-43a4-964f-00ef4e64bf1d.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ23%20BLY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '590c708c-c834-5b92-80fd-a141987414d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LJ23 BLY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ23%20BLY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 9034,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49470,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010718/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47655,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010741/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48054,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010758/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49817,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010789/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45357,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010822/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45249,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010848/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81125,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010879/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58220,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010901/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86553,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010925/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_590c708c-c834-5b92-80fd-a141987414d4/590c708c-c834-5b92-80fd-a141987414d4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75584,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LJ23BLY/699010945/600',
'Width': 600}],
'price': 0,
'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': 'SJNFAAF16U1250507',
'year': 2023}
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ23%2520BLY%27 HTTP/1.1" 200 None
2026-03-30 06:01:31 [bca.uk] INFO: Saving data for LJ23%20BLY: {'created_time': 1774850491.530907, 'last_price_update_time': 1774850491.530918, 'auction_closing_time': 1774951200.0}
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ23%2520BLY') HTTP/1.1" 204 0
2026-03-30 06:01:31 [bca.uk] INFO: Found listing with ID: YK68%20UPF
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK68%2520UPF%27 HTTP/1.1" 200 None
2026-03-30 06:01:31 [bca.uk] INFO: Scrape type for YK68%20UPF: 0
2026-03-30 06:01:31 [bca.uk] INFO: Found listing with ID: WF71%20YSM
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF71%2520YSM%27 HTTP/1.1" 200 None
2026-03-30 06:01:31 [bca.uk] INFO: Scrape type for WF71%20YSM: 0
2026-03-30 06:01:31 [bca.uk] INFO: Found listing with ID: WF71%20YSN
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF71%2520YSN%27 HTTP/1.1" 200 None
2026-03-30 06:01:31 [bca.uk] INFO: Scrape type for WF71%20YSN: 0
2026-03-30 06:01:31 [bca.uk] INFO: Found listing with ID: WX71%20KJK
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX71%2520KJK%27 HTTP/1.1" 200 None
2026-03-30 06:01:31 [bca.uk] INFO: Scrape type for WX71%20KJK: 0
2026-03-30 06:01:31 [bca.uk] INFO: Found listing with ID: YP20%20UUE
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP20%2520UUE%27 HTTP/1.1" 200 None
2026-03-30 06:01:31 [bca.uk] INFO: Scrape type for YP20%20UUE: 0
2026-03-30 06:01:31 [bca.uk] INFO: Found listing with ID: BK70%20EDJ
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK70%2520EDJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:31 [bca.uk] INFO: Scrape type for BK70%20EDJ: 2
2026-03-30 06:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7f25601-9fe2-5420-9587-135862d93562 with identifier: BK70%20EDJ
2026-03-30 06:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7f25601-9fe2-5420-9587-135862d93562 with scrape type 2
2026-03-30 06:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7f25601-9fe2-5420-9587-135862d93562 with scrape type 2
2026-03-30 06:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7f25601-9fe2-5420-9587-135862d93562, identifier: BK70%20EDJ
2026-03-30 06:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7f25601-9fe2-5420-9587-135862d93562 with identifier: BK70%20EDJ
2026-03-30 06:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7f25601-9fe2-5420-9587-135862d93562 with identifier: BK70%20EDJ
2026-03-30 06:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7f25601-9fe2-5420-9587-135862d93562 with identifier: BK70%20EDJ to the API
2026-03-30 06:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:32 [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': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK70%20EDJ-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd7f25601-9fe2-5420-9587-135862d93562',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK70 EDJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK70%20EDJ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 75467,
'odometer_reading_unit': '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 NAVARA 2.3 DCI 190 TT 4WD N-GUARD CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'DCI 190 TT 4WD N-GUARD',
'vin': 'VSKCTND23U0153862',
'year': 2020}
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK70%2520EDJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:32 [bca.uk] INFO: Saving data for BK70%20EDJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774265905.425393, 'last_price_update_time': 1774850492.123576}
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK70%2520EDJ') HTTP/1.1" 204 0
2026-03-30 06:01:32 [bca.uk] INFO: Found listing with ID: LV20%20WVL
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV20%2520WVL%27 HTTP/1.1" 200 None
2026-03-30 06:01:32 [bca.uk] INFO: Scrape type for LV20%20WVL: 0
2026-03-30 06:01:32 [bca.uk] INFO: Found listing with ID: MM69%20NMJ
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM69%2520NMJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:32 [bca.uk] INFO: Scrape type for MM69%20NMJ: 0
2026-03-30 06:01:32 [bca.uk] INFO: Found listing with ID: PE70%20WXJ
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE70%2520WXJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:32 [bca.uk] INFO: Scrape type for PE70%20WXJ: 2
2026-03-30 06:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 930dce11-6412-5ec6-9bf9-b12305fec10e with identifier: PE70%20WXJ
2026-03-30 06:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 930dce11-6412-5ec6-9bf9-b12305fec10e with scrape type 2
2026-03-30 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 930dce11-6412-5ec6-9bf9-b12305fec10e with scrape type 2
2026-03-30 06:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 930dce11-6412-5ec6-9bf9-b12305fec10e, identifier: PE70%20WXJ
2026-03-30 06:01:32 [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-30 06:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 930dce11-6412-5ec6-9bf9-b12305fec10e with identifier: PE70%20WXJ
2026-03-30 06:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 930dce11-6412-5ec6-9bf9-b12305fec10e with identifier: PE70%20WXJ
2026-03-30 06:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 930dce11-6412-5ec6-9bf9-b12305fec10e with identifier: PE70%20WXJ to the API
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:32 [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': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE70%20WXJ-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '930dce11-6412-5ec6-9bf9-b12305fec10e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE70 WXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE70%20WXJ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 36825,
'odometer_reading_unit': '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 NAVARA 2.3 DCI 190 TT 4WD TEKNA CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'DCI 190 TT 4WD TEKNA',
'vin': 'VSKCTND23U0140535',
'year': 2020}
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE70%2520WXJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:32 [bca.uk] INFO: Saving data for PE70%20WXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774264260.909381, 'last_price_update_time': 1774850492.87325}
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE70%2520WXJ') HTTP/1.1" 204 0
2026-03-30 06:01:32 [bca.uk] INFO: Found listing with ID: RO23%20JHE
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO23%2520JHE%27 HTTP/1.1" 200 None
2026-03-30 06:01:32 [bca.uk] INFO: Scrape type for RO23%20JHE: 0
2026-03-30 06:01:32 [bca.uk] INFO: Found listing with ID: RO23%20JTU
2026-03-30 06:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO23%2520JTU%27 HTTP/1.1" 200 None
2026-03-30 06:01:32 [bca.uk] INFO: Scrape type for RO23%20JTU: 2
2026-03-30 06:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e6b34c-37be-56f8-8dd1-0867b6c25c7b with identifier: RO23%20JTU
2026-03-30 06:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e6b34c-37be-56f8-8dd1-0867b6c25c7b with scrape type 2
2026-03-30 06:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e6b34c-37be-56f8-8dd1-0867b6c25c7b with scrape type 2
2026-03-30 06:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8e6b34c-37be-56f8-8dd1-0867b6c25c7b, identifier: RO23%20JTU
2026-03-30 06:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8e6b34c-37be-56f8-8dd1-0867b6c25c7b with identifier: RO23%20JTU
2026-03-30 06:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8e6b34c-37be-56f8-8dd1-0867b6c25c7b with identifier: RO23%20JTU
2026-03-30 06:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8e6b34c-37be-56f8-8dd1-0867b6c25c7b with identifier: RO23%20JTU to the API
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:33 [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=RO23%20JTU-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e8e6b34c-37be-56f8-8dd1-0867b6c25c7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO23 JTU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO23%20JTU&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'PEUGEOT',
'model': 'EXPERT 1000',
'odometer': 45475,
'odometer_reading_unit': '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': 'VF3VBYHRMP7803121',
'year': 2023}
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO23%2520JTU%27 HTTP/1.1" 200 None
2026-03-30 06:01:33 [bca.uk] INFO: Saving data for RO23%20JTU: {'auction_closing_time': 1775037600.0, 'created_time': 1774437830.963276, 'last_price_update_time': 1774850493.425404}
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO23%2520JTU') HTTP/1.1" 204 0
2026-03-30 06:01:33 [bca.uk] INFO: Found listing with ID: YE18%20FEP
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE18%2520FEP%27 HTTP/1.1" 200 None
2026-03-30 06:01:33 [bca.uk] INFO: Scrape type for YE18%20FEP: 0
2026-03-30 06:01:33 [bca.uk] INFO: Found listing with ID: AE21%20KSX
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE21%2520KSX%27 HTTP/1.1" 200 None
2026-03-30 06:01:33 [bca.uk] INFO: Scrape type for AE21%20KSX: 0
2026-03-30 06:01:33 [bca.uk] INFO: Found listing with ID: DV21%20WPJ
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV21%2520WPJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:33 [bca.uk] INFO: Scrape type for DV21%20WPJ: 0
2026-03-30 06:01:33 [bca.uk] INFO: Found listing with ID: HT68%20HFO
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT68%2520HFO%27 HTTP/1.1" 200 None
2026-03-30 06:01:33 [bca.uk] INFO: Scrape type for HT68%20HFO: 0
2026-03-30 06:01:33 [bca.uk] INFO: Found listing with ID: YR67%20NZG
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR67%2520NZG%27 HTTP/1.1" 200 None
2026-03-30 06:01:33 [bca.uk] INFO: Scrape type for YR67%20NZG: 0
2026-03-30 06:01:33 [bca.uk] INFO: Found listing with ID: YY62%20LLD
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY62%2520LLD%27 HTTP/1.1" 200 None
2026-03-30 06:01:33 [bca.uk] INFO: Scrape type for YY62%20LLD: 2
2026-03-30 06:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0069982d-6d83-5b5e-80a3-02a15ae1315f with identifier: YY62%20LLD
2026-03-30 06:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0069982d-6d83-5b5e-80a3-02a15ae1315f with scrape type 2
2026-03-30 06:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0069982d-6d83-5b5e-80a3-02a15ae1315f with scrape type 2
2026-03-30 06:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0069982d-6d83-5b5e-80a3-02a15ae1315f, identifier: YY62%20LLD
2026-03-30 06:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0069982d-6d83-5b5e-80a3-02a15ae1315f with identifier: YY62%20LLD
2026-03-30 06:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0069982d-6d83-5b5e-80a3-02a15ae1315f with identifier: YY62%20LLD
2026-03-30 06:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0069982d-6d83-5b5e-80a3-02a15ae1315f with identifier: YY62%20LLD to the API
2026-03-30 06:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 211,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY62%20LLD-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0069982d-6d83-5b5e-80a3-02a15ae1315f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY62 LLD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY62%20LLD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'AMAROK A32',
'odometer': 92806,
'odometer_reading_unit': '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 AMAROK A32 2.0 BITDI 180 BMT HIGHLINE 4M-PERM CrewCab '
'Pick-up',
'transmission': 'manual',
'trim': 'BITDI 180 BMT HIGHLINE 4M-PERM',
'vin': 'WV1ZZZ2HZDH005578',
'year': 2012}
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY62%2520LLD%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Saving data for YY62%20LLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774437831.342749, 'last_price_update_time': 1774850494.077359}
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY62%2520LLD') HTTP/1.1" 204 0
2026-03-30 06:01:34 [bca.uk] INFO: Total items found: 100
2026-03-30 06:01:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded
2026-03-30 06:01:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:01:34 [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-30 06:01:34 [bca.uk] INFO: Found listing with ID: HJ73%20TXT
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ73%2520TXT%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Scrape type for HJ73%20TXT: 0
2026-03-30 06:01:34 [bca.uk] INFO: Found listing with ID: PK13%20HHL
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK13%2520HHL%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Scrape type for PK13%20HHL: 0
2026-03-30 06:01:34 [bca.uk] INFO: Found listing with ID: RO17%20AYF
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO17%2520AYF%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Scrape type for RO17%20AYF: 0
2026-03-30 06:01:34 [bca.uk] INFO: Found listing with ID: WK22%20GWM
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK22%2520GWM%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Scrape type for WK22%20GWM: 2
2026-03-30 06:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd03d9fd-8de6-5857-8fe5-da495c36fa1d with identifier: WK22%20GWM
2026-03-30 06:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd03d9fd-8de6-5857-8fe5-da495c36fa1d with scrape type 2
2026-03-30 06:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd03d9fd-8de6-5857-8fe5-da495c36fa1d with scrape type 2
2026-03-30 06:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd03d9fd-8de6-5857-8fe5-da495c36fa1d, identifier: WK22%20GWM
2026-03-30 06:01:34 [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-30 06:01:34 [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-30 06:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd03d9fd-8de6-5857-8fe5-da495c36fa1d with identifier: WK22%20GWM
2026-03-30 06:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd03d9fd-8de6-5857-8fe5-da495c36fa1d with identifier: WK22%20GWM
2026-03-30 06:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd03d9fd-8de6-5857-8fe5-da495c36fa1d with identifier: WK22%20GWM to the API
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK22%20GWM-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bd03d9fd-8de6-5857-8fe5-da495c36fa1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK22 GWM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK22%20GWM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT COURIER',
'odometer': 24995,
'odometer_reading_unit': '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 COURIER 1.0 E/B 100 LEADER (6) Van',
'transmission': 'manual',
'trim': 'E/B 100 LEADER (6)',
'vin': 'WF0WXXTACWMD19763',
'year': 2022}
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK22%2520GWM%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Saving data for WK22%20GWM: {'auction_closing_time': 1775037600.0, 'created_time': 1774477349.652455, 'last_price_update_time': 1774850494.791135}
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK22%2520GWM') HTTP/1.1" 204 0
2026-03-30 06:01:34 [bca.uk] INFO: Found listing with ID: YR58%20LGK
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR58%2520LGK%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Scrape type for YR58%20LGK: 2
2026-03-30 06:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b54981ec-bb6f-521c-bf64-96e24edea676 with identifier: YR58%20LGK
2026-03-30 06:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b54981ec-bb6f-521c-bf64-96e24edea676 with scrape type 2
2026-03-30 06:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b54981ec-bb6f-521c-bf64-96e24edea676 with scrape type 2
2026-03-30 06:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b54981ec-bb6f-521c-bf64-96e24edea676, identifier: YR58%20LGK
2026-03-30 06:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:01:34 [bca.uk] INFO: Found listing with ID: YC21%20PYK
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC21%2520PYK%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Scrape type for YC21%20PYK: 0
2026-03-30 06:01:34 [bca.uk] INFO: Found listing with ID: YX73%20XWD
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX73%2520XWD%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Scrape type for YX73%20XWD: 0
2026-03-30 06:01:34 [bca.uk] INFO: Found listing with ID: AV72%20MYN
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV72%2520MYN%27 HTTP/1.1" 200 None
2026-03-30 06:01:34 [bca.uk] INFO: Scrape type for AV72%20MYN: 0
2026-03-30 06:01:34 [bca.uk] INFO: Found listing with ID: DU68%20OTW
2026-03-30 06:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU68%2520OTW%27 HTTP/1.1" 200 None
2026-03-30 06:01:35 [bca.uk] INFO: Scrape type for DU68%20OTW: 0
2026-03-30 06:01:35 [bca.uk] INFO: Found listing with ID: HW69%20OAO
2026-03-30 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HW69%2520OAO%27 HTTP/1.1" 200 None
2026-03-30 06:01:35 [bca.uk] INFO: Scrape type for HW69%20OAO: 2
2026-03-30 06:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 507e298c-8df5-5bf3-9322-6bdfa1d042ef with identifier: HW69%20OAO
2026-03-30 06:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 507e298c-8df5-5bf3-9322-6bdfa1d042ef with scrape type 2
2026-03-30 06:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 507e298c-8df5-5bf3-9322-6bdfa1d042ef with scrape type 2
2026-03-30 06:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 507e298c-8df5-5bf3-9322-6bdfa1d042ef, identifier: HW69%20OAO
2026-03-30 06:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b54981ec-bb6f-521c-bf64-96e24edea676 with identifier: YR58%20LGK
2026-03-30 06:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b54981ec-bb6f-521c-bf64-96e24edea676 with identifier: YR58%20LGK
2026-03-30 06:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b54981ec-bb6f-521c-bf64-96e24edea676 with identifier: YR58%20LGK to the API
2026-03-30 06:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 246,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR58%20LGK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b54981ec-bb6f-521c-bf64-96e24edea676',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR58 LGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR58%20LGK&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MITSUBISHI',
'model': 'SHOGUN',
'odometer': 67363,
'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 SHOGUN 3.2 DI-DC ELEGANCE StationWagon',
'transmission': 'manual',
'trim': 'DI-DC ELEGANCE',
'vin': 'JMALNV98W8J000238',
'year': 2008}
2026-03-30 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520LGK%27 HTTP/1.1" 200 None
2026-03-30 06:01:35 [bca.uk] INFO: Saving data for YR58%20LGK: {'auction_closing_time': 1774951200.0, 'created_time': 1774130599.828584, 'last_price_update_time': 1774850495.62757}
2026-03-30 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR58%2520LGK') HTTP/1.1" 204 0
2026-03-30 06:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 507e298c-8df5-5bf3-9322-6bdfa1d042ef with identifier: HW69%20OAO
2026-03-30 06:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 507e298c-8df5-5bf3-9322-6bdfa1d042ef with identifier: HW69%20OAO
2026-03-30 06:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 507e298c-8df5-5bf3-9322-6bdfa1d042ef with identifier: HW69%20OAO to the API
2026-03-30 06:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW69%20OAO-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '507e298c-8df5-5bf3-9322-6bdfa1d042ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HW69 OAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW69%20OAO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 50082,
'odometer_reading_unit': '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': 'WF0YXXTTGYKU87544',
'year': 2019}
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HW69%2520OAO%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Saving data for HW69%20OAO: {'auction_closing_time': 1775037600.0, 'created_time': 1774534553.697421, 'last_price_update_time': 1774850496.058934}
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW69%2520OAO') HTTP/1.1" 204 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: MF14%20BJJ
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for MF14%20BJJ: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: PJ61%20APK
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ61%2520APK%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for PJ61%20APK: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: PO63%20YJM
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO63%2520YJM%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for PO63%20YJM: 2
2026-03-30 06:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5808039-7fda-5de2-932d-929bb790b0c7 with identifier: PO63%20YJM
2026-03-30 06:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5808039-7fda-5de2-932d-929bb790b0c7 with scrape type 2
2026-03-30 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5808039-7fda-5de2-932d-929bb790b0c7 with scrape type 2
2026-03-30 06:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5808039-7fda-5de2-932d-929bb790b0c7, identifier: PO63%20YJM
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: LC71%20UFN
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC71%2520UFN%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for LC71%20UFN: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: LF67%20FSE
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF67%2520FSE%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for LF67%20FSE: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: LT64%20BWF
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT64%2520BWF%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for LT64%20BWF: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: LX68%20ORU
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX68%2520ORU%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for LX68%20ORU: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: MJ69%20VDN
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ69%2520VDN%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for MJ69%20VDN: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: RK70%20VND
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK70%2520VND%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for RK70%20VND: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: CX05%20YUG
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX05%2520YUG%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for CX05%20YUG: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: LP66%20SVX
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP66%2520SVX%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for LP66%20SVX: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: MT19%20KYO
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT19%2520KYO%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for MT19%20KYO: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: YM16%20PKU
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM16%2520PKU%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for YM16%20PKU: 0
2026-03-30 06:01:36 [bca.uk] INFO: Found listing with ID: AE17%20MKZ
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE17%2520MKZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Scrape type for AE17%20MKZ: 2
2026-03-30 06:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1f9950e-18d2-5e9e-98b6-ee26ef02a5d3 with identifier: AE17%20MKZ
2026-03-30 06:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1f9950e-18d2-5e9e-98b6-ee26ef02a5d3 with scrape type 2
2026-03-30 06:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1f9950e-18d2-5e9e-98b6-ee26ef02a5d3 with scrape type 2
2026-03-30 06:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1f9950e-18d2-5e9e-98b6-ee26ef02a5d3, identifier: AE17%20MKZ
2026-03-30 06:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5808039-7fda-5de2-932d-929bb790b0c7 with identifier: PO63%20YJM
2026-03-30 06:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5808039-7fda-5de2-932d-929bb790b0c7 with identifier: PO63%20YJM
2026-03-30 06:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5808039-7fda-5de2-932d-929bb790b0c7 with identifier: PO63%20YJM to the API
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO63%20YJM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e5808039-7fda-5de2-932d-929bb790b0c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PO63 YJM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO63%20YJM&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'SUZUKI',
'model': 'JIMNY',
'odometer': 59031,
'odometer_reading_unit': '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 JIMNY 1.3 VVT SZ4 Estate',
'transmission': 'manual',
'trim': 'VVT SZ4',
'vin': 'JSAFJB43V00576376',
'year': 2013}
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO63%2520YJM%27 HTTP/1.1" 200 None
2026-03-30 06:01:36 [bca.uk] INFO: Saving data for PO63%20YJM: {'auction_closing_time': 1774951200.0, 'created_time': 1774649412.728149, 'last_price_update_time': 1774850496.914104}
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO63%2520YJM') HTTP/1.1" 204 0
2026-03-30 06:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1f9950e-18d2-5e9e-98b6-ee26ef02a5d3 with identifier: AE17%20MKZ
2026-03-30 06:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1f9950e-18d2-5e9e-98b6-ee26ef02a5d3 with identifier: AE17%20MKZ
2026-03-30 06:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1f9950e-18d2-5e9e-98b6-ee26ef02a5d3 with identifier: AE17%20MKZ to the API
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE17%20MKZ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1f9950e-18d2-5e9e-98b6-ee26ef02a5d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AE17 MKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE17%20MKZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 72604,
'odometer_reading_unit': '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': 'VSKCTND23U0049573',
'year': 2017}
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE17%2520MKZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Saving data for AE17%20MKZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774437823.041083, 'last_price_update_time': 1774850497.395322}
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE17%2520MKZ') HTTP/1.1" 204 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: YF12%20JGU
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF12%2520JGU%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for YF12%20JGU: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: CX16%20CRU
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX16%2520CRU%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for CX16%20CRU: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: DE61%20AOO
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE61%2520AOO%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for DE61%20AOO: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: DS13%20FUY
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS13%2520FUY%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for DS13%20FUY: 2
2026-03-30 06:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f741033-1c1f-52b5-a957-0afd2741ad35 with identifier: DS13%20FUY
2026-03-30 06:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f741033-1c1f-52b5-a957-0afd2741ad35 with scrape type 2
2026-03-30 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f741033-1c1f-52b5-a957-0afd2741ad35 with scrape type 2
2026-03-30 06:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f741033-1c1f-52b5-a957-0afd2741ad35, identifier: DS13%20FUY
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: AE20%20WTL
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE20%2520WTL%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for AE20%20WTL: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: BL20%20DZB
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL20%2520DZB%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for BL20%20DZB: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: GF18%20OOY
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF18%2520OOY%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for GF18%20OOY: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: HK22%20DXB
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK22%2520DXB%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for HK22%20DXB: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: LP22%20BZS
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP22%2520BZS%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for LP22%20BZS: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: KU16%20WMW
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU16%2520WMW%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for KU16%20WMW: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: KU68%20AVW
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU68%2520AVW%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for KU68%20AVW: 0
2026-03-30 06:01:37 [bca.uk] INFO: Found listing with ID: KM08%20XXA
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM08%2520XXA%27 HTTP/1.1" 200 None
2026-03-30 06:01:37 [bca.uk] INFO: Scrape type for KM08%20XXA: 2
2026-03-30 06:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6c60610-a5fa-54f3-934a-764d38f3b5fe with identifier: KM08%20XXA
2026-03-30 06:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6c60610-a5fa-54f3-934a-764d38f3b5fe with scrape type 2
2026-03-30 06:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6c60610-a5fa-54f3-934a-764d38f3b5fe with scrape type 2
2026-03-30 06:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6c60610-a5fa-54f3-934a-764d38f3b5fe, identifier: KM08%20XXA
2026-03-30 06:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f741033-1c1f-52b5-a957-0afd2741ad35 with identifier: DS13%20FUY
2026-03-30 06:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f741033-1c1f-52b5-a957-0afd2741ad35 with identifier: DS13%20FUY
2026-03-30 06:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f741033-1c1f-52b5-a957-0afd2741ad35 with identifier: DS13%20FUY to the API
2026-03-30 06:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS13%20FUY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4f741033-1c1f-52b5-a957-0afd2741ad35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS13 FUY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS13%20FUY&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 127598,
'odometer_reading_unit': '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 1.8 16V SRI Hatchback',
'transmission': 'manual',
'trim': '16V SRI',
'vin': 'W0LGS6EC9D1103639',
'year': 2013}
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS13%2520FUY%27 HTTP/1.1" 200 None
2026-03-30 06:01:38 [bca.uk] INFO: Saving data for DS13%20FUY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649389.441059, 'last_price_update_time': 1774850498.329521}
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS13%2520FUY') HTTP/1.1" 204 0
2026-03-30 06:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6c60610-a5fa-54f3-934a-764d38f3b5fe with identifier: KM08%20XXA
2026-03-30 06:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6c60610-a5fa-54f3-934a-764d38f3b5fe with identifier: KM08%20XXA
2026-03-30 06:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6c60610-a5fa-54f3-934a-764d38f3b5fe with identifier: KM08%20XXA to the API
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM08%20XXA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c6c60610-a5fa-54f3-934a-764d38f3b5fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM08 XXA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM08%20XXA&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'FORD',
'model': 'MONDEO',
'odometer': 104801,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'FORD MONDEO 2.0 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'ZETEC',
'vin': 'WF0EXXGBBE8R54413',
'year': 2008}
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM08%2520XXA%27 HTTP/1.1" 200 None
2026-03-30 06:01:38 [bca.uk] INFO: Saving data for KM08%20XXA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649195.739347, 'last_price_update_time': 1774850498.776928}
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM08%2520XXA') HTTP/1.1" 204 0
2026-03-30 06:01:38 [bca.uk] INFO: Found listing with ID: EU13%20BPY
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU13%2520BPY%27 HTTP/1.1" 200 None
2026-03-30 06:01:38 [bca.uk] INFO: Scrape type for EU13%20BPY: 2
2026-03-30 06:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 083dc40d-b288-5818-83d6-daef356801b1 with identifier: EU13%20BPY
2026-03-30 06:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 083dc40d-b288-5818-83d6-daef356801b1 with scrape type 2
2026-03-30 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 083dc40d-b288-5818-83d6-daef356801b1 with scrape type 2
2026-03-30 06:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 083dc40d-b288-5818-83d6-daef356801b1, identifier: EU13%20BPY
2026-03-30 06:01:38 [bca.uk] INFO: Found listing with ID: YF57%20YKB
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF57%2520YKB%27 HTTP/1.1" 200 None
2026-03-30 06:01:38 [bca.uk] INFO: Scrape type for YF57%20YKB: 0
2026-03-30 06:01:38 [bca.uk] INFO: Found listing with ID: YH63%20TXR
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH63%2520TXR%27 HTTP/1.1" 200 None
2026-03-30 06:01:38 [bca.uk] INFO: Scrape type for YH63%20TXR: 0
2026-03-30 06:01:38 [bca.uk] INFO: Found listing with ID: YN63%20HJU
2026-03-30 06:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN63%2520HJU%27 HTTP/1.1" 200 None
2026-03-30 06:01:38 [bca.uk] INFO: Scrape type for YN63%20HJU: 2
2026-03-30 06:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40554e85-d326-54dd-bd25-f62b1c033f6d with identifier: YN63%20HJU
2026-03-30 06:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40554e85-d326-54dd-bd25-f62b1c033f6d with scrape type 2
2026-03-30 06:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40554e85-d326-54dd-bd25-f62b1c033f6d with scrape type 2
2026-03-30 06:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40554e85-d326-54dd-bd25-f62b1c033f6d, identifier: YN63%20HJU
2026-03-30 06:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 083dc40d-b288-5818-83d6-daef356801b1 with identifier: EU13%20BPY
2026-03-30 06:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 083dc40d-b288-5818-83d6-daef356801b1 with identifier: EU13%20BPY
2026-03-30 06:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 083dc40d-b288-5818-83d6-daef356801b1 with identifier: EU13%20BPY to the API
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU13%20BPY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '083dc40d-b288-5818-83d6-daef356801b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EU13 BPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU13%20BPY&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'KIA',
'model': 'PRO CEED',
'odometer': 139392,
'odometer_reading_unit': '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 PRO CEED 1.6 CRDI SE ECODYNAMICS Hatchback',
'transmission': 'manual',
'trim': 'CRDI SE ECODYNAMICS',
'vin': 'U5YHN316LEL001517',
'year': 2013}
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU13%2520BPY%27 HTTP/1.1" 200 None
2026-03-30 06:01:39 [bca.uk] INFO: Saving data for EU13%20BPY: {'auction_closing_time': 1774951200.0, 'created_time': 1774044124.087304, 'last_price_update_time': 1774850499.40698}
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU13%2520BPY') HTTP/1.1" 204 0
2026-03-30 06:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40554e85-d326-54dd-bd25-f62b1c033f6d with identifier: YN63%20HJU
2026-03-30 06:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40554e85-d326-54dd-bd25-f62b1c033f6d with identifier: YN63%20HJU
2026-03-30 06:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40554e85-d326-54dd-bd25-f62b1c033f6d with identifier: YN63%20HJU to the API
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN63%20HJU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '40554e85-d326-54dd-bd25-f62b1c033f6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YN63 HJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN63%20HJU&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 94245,
'odometer_reading_unit': '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.6 GDI 2 StationWagon',
'transmission': 'manual',
'trim': 'GDI 2',
'vin': 'U5YPC814LDL364452',
'year': 2013}
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN63%2520HJU%27 HTTP/1.1" 200 None
2026-03-30 06:01:39 [bca.uk] INFO: Saving data for YN63%20HJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774130504.532509, 'last_price_update_time': 1774850499.780985}
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN63%2520HJU') HTTP/1.1" 204 0
2026-03-30 06:01:39 [bca.uk] INFO: Found listing with ID: EU63%20XYW
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU63%2520XYW%27 HTTP/1.1" 200 None
2026-03-30 06:01:39 [bca.uk] INFO: Scrape type for EU63%20XYW: 2
2026-03-30 06:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57f33aa8-9e2d-5c85-bd97-4b288042ab5e with identifier: EU63%20XYW
2026-03-30 06:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57f33aa8-9e2d-5c85-bd97-4b288042ab5e with scrape type 2
2026-03-30 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57f33aa8-9e2d-5c85-bd97-4b288042ab5e with scrape type 2
2026-03-30 06:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57f33aa8-9e2d-5c85-bd97-4b288042ab5e, identifier: EU63%20XYW
2026-03-30 06:01:39 [bca.uk] INFO: Found listing with ID: BG17%20FBZ
2026-03-30 06:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG17%2520FBZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:39 [bca.uk] INFO: Scrape type for BG17%20FBZ: 2
2026-03-30 06:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48bd3e82-d744-549a-8687-f89c5a0c405a with identifier: BG17%20FBZ
2026-03-30 06:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48bd3e82-d744-549a-8687-f89c5a0c405a with scrape type 2
2026-03-30 06:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48bd3e82-d744-549a-8687-f89c5a0c405a with scrape type 2
2026-03-30 06:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48bd3e82-d744-549a-8687-f89c5a0c405a, identifier: BG17%20FBZ
2026-03-30 06:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57f33aa8-9e2d-5c85-bd97-4b288042ab5e with identifier: EU63%20XYW
2026-03-30 06:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57f33aa8-9e2d-5c85-bd97-4b288042ab5e with identifier: EU63%20XYW
2026-03-30 06:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57f33aa8-9e2d-5c85-bd97-4b288042ab5e with identifier: EU63%20XYW to the API
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU63%20XYW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '57f33aa8-9e2d-5c85-bd97-4b288042ab5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EU63 XYW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU63%20XYW&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 108810,
'odometer_reading_unit': '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': 'TMAJU81ULDJ467767',
'year': 2013}
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU63%2520XYW%27 HTTP/1.1" 200 None
2026-03-30 06:01:40 [bca.uk] INFO: Saving data for EU63%20XYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774649412.041704, 'last_price_update_time': 1774850500.370144}
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU63%2520XYW') HTTP/1.1" 204 0
2026-03-30 06:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48bd3e82-d744-549a-8687-f89c5a0c405a with identifier: BG17%20FBZ
2026-03-30 06:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48bd3e82-d744-549a-8687-f89c5a0c405a with identifier: BG17%20FBZ
2026-03-30 06:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48bd3e82-d744-549a-8687-f89c5a0c405a with identifier: BG17%20FBZ to the API
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG17%20FBZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '48bd3e82-d744-549a-8687-f89c5a0c405a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG17 FBZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG17%20FBZ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'JAGUAR',
'model': 'XE',
'odometer': 139756,
'odometer_reading_unit': '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 163 PRESTIGE Saloon',
'transmission': 'automatic',
'trim': 'D 163 PRESTIGE',
'vin': 'SAJAB4AN6HCP00200',
'year': 2017}
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG17%2520FBZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:40 [bca.uk] INFO: Saving data for BG17%20FBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774535199.124904, 'last_price_update_time': 1774850500.749539}
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG17%2520FBZ') HTTP/1.1" 204 0
2026-03-30 06:01:40 [bca.uk] INFO: Found listing with ID: MM13%20HZU
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM13%2520HZU%27 HTTP/1.1" 200 None
2026-03-30 06:01:40 [bca.uk] INFO: Scrape type for MM13%20HZU: 0
2026-03-30 06:01:40 [bca.uk] INFO: Found listing with ID: ND63%20BDY
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND63%2520BDY%27 HTTP/1.1" 200 None
2026-03-30 06:01:40 [bca.uk] INFO: Scrape type for ND63%20BDY: 2
2026-03-30 06:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70949db9-7a44-55d6-8a26-c24240338d84 with identifier: ND63%20BDY
2026-03-30 06:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70949db9-7a44-55d6-8a26-c24240338d84 with scrape type 2
2026-03-30 06:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70949db9-7a44-55d6-8a26-c24240338d84 with scrape type 2
2026-03-30 06:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70949db9-7a44-55d6-8a26-c24240338d84, identifier: ND63%20BDY
2026-03-30 06:01:40 [bca.uk] INFO: Found listing with ID: BN62%20UZG
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN62%2520UZG%27 HTTP/1.1" 200 None
2026-03-30 06:01:40 [bca.uk] INFO: Scrape type for BN62%20UZG: 0
2026-03-30 06:01:40 [bca.uk] INFO: Found listing with ID: BT13%20WSV
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT13%2520WSV%27 HTTP/1.1" 200 None
2026-03-30 06:01:40 [bca.uk] INFO: Scrape type for BT13%20WSV: 0
2026-03-30 06:01:40 [bca.uk] INFO: Found listing with ID: BV61%20UFD
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV61%2520UFD%27 HTTP/1.1" 200 None
2026-03-30 06:01:40 [bca.uk] INFO: Scrape type for BV61%20UFD: 0
2026-03-30 06:01:40 [bca.uk] INFO: Found listing with ID: DU64%20MTJ
2026-03-30 06:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU64%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:40 [bca.uk] INFO: Scrape type for DU64%20MTJ: 2
2026-03-30 06:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 156d6b83-1ee6-5b57-a0a7-281af8411943 with identifier: DU64%20MTJ
2026-03-30 06:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 156d6b83-1ee6-5b57-a0a7-281af8411943 with scrape type 2
2026-03-30 06:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 156d6b83-1ee6-5b57-a0a7-281af8411943 with scrape type 2
2026-03-30 06:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 156d6b83-1ee6-5b57-a0a7-281af8411943, identifier: DU64%20MTJ
2026-03-30 06:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70949db9-7a44-55d6-8a26-c24240338d84 with identifier: ND63%20BDY
2026-03-30 06:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70949db9-7a44-55d6-8a26-c24240338d84 with identifier: ND63%20BDY
2026-03-30 06:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70949db9-7a44-55d6-8a26-c24240338d84 with identifier: ND63%20BDY to the API
2026-03-30 06:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND63%20BDY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '70949db9-7a44-55d6-8a26-c24240338d84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND63 BDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND63%20BDY&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'VOLKSWAGEN',
'model': 'UP!',
'odometer': 102587,
'odometer_reading_unit': '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 UP! 1.0 60 MOVE UP Hatchback',
'transmission': 'manual',
'trim': '60 MOVE UP',
'vin': 'WVWZZZAAZED048076',
'year': 2013}
2026-03-30 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND63%2520BDY%27 HTTP/1.1" 200 None
2026-03-30 06:01:41 [bca.uk] INFO: Saving data for ND63%20BDY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649410.876538, 'last_price_update_time': 1774850501.500914}
2026-03-30 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND63%2520BDY') HTTP/1.1" 204 0
2026-03-30 06:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 156d6b83-1ee6-5b57-a0a7-281af8411943 with identifier: DU64%20MTJ
2026-03-30 06:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 156d6b83-1ee6-5b57-a0a7-281af8411943 with identifier: DU64%20MTJ
2026-03-30 06:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 156d6b83-1ee6-5b57-a0a7-281af8411943 with identifier: DU64%20MTJ to the API
2026-03-30 06:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU64%20MTJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '156d6b83-1ee6-5b57-a0a7-281af8411943',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU64 MTJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU64%20MTJ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'SKODA',
'model': 'YETI OUTDOOR',
'odometer': 155252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SKODA YETI OUTDOOR 1.6 TDI CR 105 G/L II SE Estate',
'transmission': 'manual',
'trim': 'TDI CR 105 G/L II SE',
'vin': 'TMBKT75L5F6020164',
'year': 2014}
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU64%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:42 [bca.uk] INFO: Saving data for DU64%20MTJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774361952.238842, 'last_price_update_time': 1774850502.551155}
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU64%2520MTJ') HTTP/1.1" 204 0
2026-03-30 06:01:42 [bca.uk] INFO: Found listing with ID: EX56%20XWU
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX56%2520XWU%27 HTTP/1.1" 200 None
2026-03-30 06:01:42 [bca.uk] INFO: Scrape type for EX56%20XWU: 0
2026-03-30 06:01:42 [bca.uk] INFO: Found listing with ID: OV61%20FUE
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV61%2520FUE%27 HTTP/1.1" 200 None
2026-03-30 06:01:42 [bca.uk] INFO: Scrape type for OV61%20FUE: 0
2026-03-30 06:01:42 [bca.uk] INFO: Found listing with ID: PX63%20KGU
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX63%2520KGU%27 HTTP/1.1" 200 None
2026-03-30 06:01:42 [bca.uk] INFO: Scrape type for PX63%20KGU: 2
2026-03-30 06:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 234490e6-c284-55b4-af34-07983907a5c2 with identifier: PX63%20KGU
2026-03-30 06:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 234490e6-c284-55b4-af34-07983907a5c2 with scrape type 2
2026-03-30 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 234490e6-c284-55b4-af34-07983907a5c2 with scrape type 2
2026-03-30 06:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 234490e6-c284-55b4-af34-07983907a5c2, identifier: PX63%20KGU
2026-03-30 06:01:42 [bca.uk] INFO: Found listing with ID: DX16%20MYY
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX16%2520MYY%27 HTTP/1.1" 200 None
2026-03-30 06:01:42 [bca.uk] INFO: Scrape type for DX16%20MYY: 0
2026-03-30 06:01:42 [bca.uk] INFO: Found listing with ID: EJ13%20JTO
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ13%2520JTO%27 HTTP/1.1" 200 None
2026-03-30 06:01:42 [bca.uk] INFO: Scrape type for EJ13%20JTO: 0
2026-03-30 06:01:42 [bca.uk] INFO: Found listing with ID: EU13%20RYM
2026-03-30 06:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU13%2520RYM%27 HTTP/1.1" 200 None
2026-03-30 06:01:42 [bca.uk] INFO: Scrape type for EU13%20RYM: 2
2026-03-30 06:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac50c7d2-7a7d-54ae-8687-fd73e439b218 with identifier: EU13%20RYM
2026-03-30 06:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac50c7d2-7a7d-54ae-8687-fd73e439b218 with scrape type 2
2026-03-30 06:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac50c7d2-7a7d-54ae-8687-fd73e439b218 with scrape type 2
2026-03-30 06:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac50c7d2-7a7d-54ae-8687-fd73e439b218, identifier: EU13%20RYM
2026-03-30 06:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 234490e6-c284-55b4-af34-07983907a5c2 with identifier: PX63%20KGU
2026-03-30 06:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 234490e6-c284-55b4-af34-07983907a5c2 with identifier: PX63%20KGU
2026-03-30 06:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 234490e6-c284-55b4-af34-07983907a5c2 with identifier: PX63%20KGU to the API
2026-03-30 06:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX63%20KGU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '234490e6-c284-55b4-af34-07983907a5c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX63 KGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX63%20KGU&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'BMW',
'model': 'X1',
'odometer': 101300,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'BMW X1 2.0 SDRIVE 16D SPORT StationWagon',
'transmission': 'manual',
'trim': 'SDRIVE 16D SPORT',
'vin': 'WBAVY12050VW85078',
'year': 2013}
2026-03-30 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX63%2520KGU%27 HTTP/1.1" 200 None
2026-03-30 06:01:43 [bca.uk] INFO: Saving data for PX63%20KGU: {'auction_closing_time': 1774951200.0, 'created_time': 1774534798.355904, 'last_price_update_time': 1774850503.459301}
2026-03-30 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX63%2520KGU') HTTP/1.1" 204 0
2026-03-30 06:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac50c7d2-7a7d-54ae-8687-fd73e439b218 with identifier: EU13%20RYM
2026-03-30 06:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac50c7d2-7a7d-54ae-8687-fd73e439b218 with identifier: EU13%20RYM
2026-03-30 06:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac50c7d2-7a7d-54ae-8687-fd73e439b218 with identifier: EU13%20RYM to the API
2026-03-30 06:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU13%20RYM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ac50c7d2-7a7d-54ae-8687-fd73e439b218',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EU13 RYM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU13%20RYM&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FIAT',
'model': '500',
'odometer': 110798,
'odometer_reading_unit': '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': 'ZFA31200000969253',
'year': 2013}
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU13%2520RYM%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Saving data for EU13%20RYM: {'auction_closing_time': 1774951200.0, 'created_time': 1774649413.537797, 'last_price_update_time': 1774850504.148073}
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU13%2520RYM') HTTP/1.1" 204 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: PY15%20DWJ
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY15%2520DWJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for PY15%20DWJ: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: BJ10%20KWZ
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ10%2520KWZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for BJ10%20KWZ: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: BN63%20XSE
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN63%2520XSE%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for BN63%20XSE: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: BT13%20WXY
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT13%2520WXY%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for BT13%20WXY: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: DF10%20EKT
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF10%2520EKT%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for DF10%20EKT: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: EX10%20BXE
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX10%2520BXE%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for EX10%20BXE: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: FX12%20YZO
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX12%2520YZO%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for FX12%20YZO: 2
2026-03-30 06:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e8d6fce-a9da-5edd-9bb7-91bf46007d09 with identifier: FX12%20YZO
2026-03-30 06:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e8d6fce-a9da-5edd-9bb7-91bf46007d09 with scrape type 2
2026-03-30 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e8d6fce-a9da-5edd-9bb7-91bf46007d09 with scrape type 2
2026-03-30 06:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e8d6fce-a9da-5edd-9bb7-91bf46007d09, identifier: FX12%20YZO
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: KV60%20ZZA
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV60%2520ZZA%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for KV60%20ZZA: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: ML12%20ZHW
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML12%2520ZHW%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for ML12%20ZHW: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: SF62%20EFA
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF62%2520EFA%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for SF62%20EFA: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: SJ63%20URU
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ63%2520URU%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for SJ63%20URU: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: WV13%20ZTH
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV13%2520ZTH%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for WV13%20ZTH: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: YC10%20VCE
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC10%2520VCE%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for YC10%20VCE: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: YD62%20CXW
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD62%2520CXW%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for YD62%20CXW: 0
2026-03-30 06:01:44 [bca.uk] INFO: Found listing with ID: YH07%20EZO
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH07%2520EZO%27 HTTP/1.1" 200 None
2026-03-30 06:01:44 [bca.uk] INFO: Scrape type for YH07%20EZO: 2
2026-03-30 06:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d41911ed-11ea-5248-97f4-64c68ef11f93 with identifier: YH07%20EZO
2026-03-30 06:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d41911ed-11ea-5248-97f4-64c68ef11f93 with scrape type 2
2026-03-30 06:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d41911ed-11ea-5248-97f4-64c68ef11f93 with scrape type 2
2026-03-30 06:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d41911ed-11ea-5248-97f4-64c68ef11f93, identifier: YH07%20EZO
2026-03-30 06:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e8d6fce-a9da-5edd-9bb7-91bf46007d09 with identifier: FX12%20YZO
2026-03-30 06:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e8d6fce-a9da-5edd-9bb7-91bf46007d09 with identifier: FX12%20YZO
2026-03-30 06:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e8d6fce-a9da-5edd-9bb7-91bf46007d09 with identifier: FX12%20YZO to the API
2026-03-30 06:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:45 [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': 219,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX12%20YZO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9e8d6fce-a9da-5edd-9bb7-91bf46007d09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FX12 YZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX12%20YZO&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 248610,
'odometer_reading_unit': '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 R DESIGN G/T Estate',
'transmission': 'manual',
'trim': 'D5 200 R DESIGN G/T',
'vin': 'YV1CT3056C1629600',
'year': 2012}
2026-03-30 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX12%2520YZO%27 HTTP/1.1" 200 None
2026-03-30 06:01:45 [bca.uk] INFO: Saving data for FX12%20YZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774534615.179554, 'last_price_update_time': 1774850505.068763}
2026-03-30 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX12%2520YZO') HTTP/1.1" 204 0
2026-03-30 06:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d41911ed-11ea-5248-97f4-64c68ef11f93 with identifier: YH07%20EZO
2026-03-30 06:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d41911ed-11ea-5248-97f4-64c68ef11f93 with identifier: YH07%20EZO
2026-03-30 06:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d41911ed-11ea-5248-97f4-64c68ef11f93 with identifier: YH07%20EZO to the API
2026-03-30 06:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 239,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH07%20EZO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd41911ed-11ea-5248-97f4-64c68ef11f93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH07 EZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH07%20EZO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 145436,
'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 XC90 2.4 D5 185 SE G/T Estate',
'transmission': 'manual',
'trim': 'D5 185 SE G/T',
'vin': 'YV1CZ714671395305',
'year': 2007}
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH07%2520EZO%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Saving data for YH07%20EZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649444.333588, 'last_price_update_time': 1774850506.678807}
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH07%2520EZO') HTTP/1.1" 204 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: GF10%20FSY
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF10%2520FSY%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for GF10%20FSY: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: GF57%20MWW
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF57%2520MWW%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for GF57%20MWW: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: KB57%20YOG
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KB57%2520YOG%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for KB57%20YOG: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: LB60%20DWY
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB60%2520DWY%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for LB60%20DWY: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: LL09%20JMU
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL09%2520JMU%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for LL09%20JMU: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: LR11%20XWM
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR11%2520XWM%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for LR11%20XWM: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: FL18%20SXT
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL18%2520SXT%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for FL18%20SXT: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: GN64%20WLF
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN64%2520WLF%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for GN64%20WLF: 2
2026-03-30 06:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1524fa84-240b-5045-ba5d-88dcf324a050 with identifier: GN64%20WLF
2026-03-30 06:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1524fa84-240b-5045-ba5d-88dcf324a050 with scrape type 2
2026-03-30 06:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1524fa84-240b-5045-ba5d-88dcf324a050 with scrape type 2
2026-03-30 06:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1524fa84-240b-5045-ba5d-88dcf324a050, identifier: GN64%20WLF
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: BT73%20RVP
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT73%2520RVP%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for BT73%20RVP: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: OE68%20NPP
2026-03-30 06:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE68%2520NPP%27 HTTP/1.1" 200 None
2026-03-30 06:01:46 [bca.uk] INFO: Scrape type for OE68%20NPP: 0
2026-03-30 06:01:46 [bca.uk] INFO: Found listing with ID: DX68%20HXN
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX68%2520HXN%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for DX68%20HXN: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: IXZ%208865
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27IXZ%25208865%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for IXZ%208865: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: VU17%20ESV
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU17%2520ESV%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for VU17%20ESV: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: BL15%20GPF
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL15%2520GPF%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for BL15%20GPF: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: DS67%20KOJ
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS67%2520KOJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for DS67%20KOJ: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: FL64%20TGO
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL64%2520TGO%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for FL64%20TGO: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: BJ51%20OUG
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ51%2520OUG%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for BJ51%20OUG: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: DA08%20NWF
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA08%2520NWF%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for DA08%20NWF: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: LB06%20FEG
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB06%2520FEG%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for LB06%20FEG: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: NA04%20XFU
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA04%2520XFU%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for NA04%20XFU: 0
2026-03-30 06:01:47 [bca.uk] INFO: Found listing with ID: BW15%20CWC
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW15%2520CWC%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Scrape type for BW15%20CWC: 2
2026-03-30 06:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 476eec26-7104-5935-9edc-2a555443c1d3 with identifier: BW15%20CWC
2026-03-30 06:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 476eec26-7104-5935-9edc-2a555443c1d3 with scrape type 2
2026-03-30 06:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 476eec26-7104-5935-9edc-2a555443c1d3 with scrape type 2
2026-03-30 06:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 476eec26-7104-5935-9edc-2a555443c1d3, identifier: BW15%20CWC
2026-03-30 06:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1524fa84-240b-5045-ba5d-88dcf324a050 with identifier: GN64%20WLF
2026-03-30 06:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1524fa84-240b-5045-ba5d-88dcf324a050 with identifier: GN64%20WLF
2026-03-30 06:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1524fa84-240b-5045-ba5d-88dcf324a050 with identifier: GN64%20WLF to the API
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN64%20WLF-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1524fa84-240b-5045-ba5d-88dcf324a050',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GN64 WLF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN64%20WLF&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 47669,
'odometer_reading_unit': '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': 'WF0KXXGCBKEM38420',
'year': 2014}
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN64%2520WLF%27 HTTP/1.1" 200 None
2026-03-30 06:01:47 [bca.uk] INFO: Saving data for GN64%20WLF: {'auction_closing_time': 1774951200.0, 'created_time': 1774535870.617209, 'last_price_update_time': 1774850507.754585}
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN64%2520WLF') HTTP/1.1" 204 0
2026-03-30 06:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 476eec26-7104-5935-9edc-2a555443c1d3 with identifier: BW15%20CWC
2026-03-30 06:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 476eec26-7104-5935-9edc-2a555443c1d3 with identifier: BW15%20CWC
2026-03-30 06:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 476eec26-7104-5935-9edc-2a555443c1d3 with identifier: BW15%20CWC to the API
2026-03-30 06:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 96,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW15%20CWC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '0.9L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '476eec26-7104-5935-9edc-2a555443c1d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BW15 CWC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW15%20CWC&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'SMART',
'model': 'FORTWO',
'odometer': 9820,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'SMART FORTWO 0.9 T 90 PRIME PREMIUM Coupe',
'transmission': 'automatic',
'trim': 'T 90 PRIME PREMIUM',
'vin': 'WME4533442K053160',
'year': 2015}
2026-03-30 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW15%2520CWC%27 HTTP/1.1" 200 None
2026-03-30 06:01:48 [bca.uk] INFO: Saving data for BW15%20CWC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649404.451283, 'last_price_update_time': 1774850508.571054}
2026-03-30 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW15%2520CWC') HTTP/1.1" 204 0
2026-03-30 06:01:48 [bca.uk] INFO: Found listing with ID: KR67%20KTX
2026-03-30 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR67%2520KTX%27 HTTP/1.1" 200 None
2026-03-30 06:01:48 [bca.uk] INFO: Scrape type for KR67%20KTX: 2
2026-03-30 06:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3a14e74-e820-5648-aec9-ba8d41d58026 with identifier: KR67%20KTX
2026-03-30 06:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3a14e74-e820-5648-aec9-ba8d41d58026 with scrape type 2
2026-03-30 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3a14e74-e820-5648-aec9-ba8d41d58026 with scrape type 2
2026-03-30 06:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3a14e74-e820-5648-aec9-ba8d41d58026, identifier: KR67%20KTX
2026-03-30 06:01:48 [bca.uk] INFO: Found listing with ID: EK10%20GHA
2026-03-30 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK10%2520GHA%27 HTTP/1.1" 200 None
2026-03-30 06:01:48 [bca.uk] INFO: Scrape type for EK10%20GHA: 0
2026-03-30 06:01:48 [bca.uk] INFO: Found listing with ID: GV13%20PTO
2026-03-30 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV13%2520PTO%27 HTTP/1.1" 200 None
2026-03-30 06:01:48 [bca.uk] INFO: Scrape type for GV13%20PTO: 0
2026-03-30 06:01:48 [bca.uk] INFO: Found listing with ID: PK62%20FRL
2026-03-30 06:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK62%2520FRL%27 HTTP/1.1" 200 None
2026-03-30 06:01:48 [bca.uk] INFO: Scrape type for PK62%20FRL: 2
2026-03-30 06:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7758ed0-2512-5e56-9dc1-edc6c6720730 with identifier: PK62%20FRL
2026-03-30 06:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7758ed0-2512-5e56-9dc1-edc6c6720730 with scrape type 2
2026-03-30 06:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7758ed0-2512-5e56-9dc1-edc6c6720730 with scrape type 2
2026-03-30 06:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7758ed0-2512-5e56-9dc1-edc6c6720730, identifier: PK62%20FRL
2026-03-30 06:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3a14e74-e820-5648-aec9-ba8d41d58026 with identifier: KR67%20KTX
2026-03-30 06:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3a14e74-e820-5648-aec9-ba8d41d58026 with identifier: KR67%20KTX
2026-03-30 06:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3a14e74-e820-5648-aec9-ba8d41d58026 with identifier: KR67%20KTX to the API
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR67%20KTX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a3a14e74-e820-5648-aec9-ba8d41d58026',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR67 KTX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR67%20KTX&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'GLA 220 D',
'odometer': 35036,
'odometer_reading_unit': '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 220 D 2.1 AMG LINE 4M DCT StationWagon',
'transmission': 'automatic',
'trim': 'AMG LINE 4M DCT',
'vin': 'WDC1569052J435583',
'year': 2017}
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR67%2520KTX%27 HTTP/1.1" 200 None
2026-03-30 06:01:49 [bca.uk] INFO: Saving data for KR67%20KTX: {'auction_closing_time': 1774951200.0, 'created_time': 1774536091.750365, 'last_price_update_time': 1774850509.341117}
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR67%2520KTX') HTTP/1.1" 204 0
2026-03-30 06:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7758ed0-2512-5e56-9dc1-edc6c6720730 with identifier: PK62%20FRL
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver HTTP/1.1" 200 None
2026-03-30 06:01:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7758ed0-2512-5e56-9dc1-edc6c6720730 with identifier: PK62%20FRL
2026-03-30 06:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7758ed0-2512-5e56-9dc1-edc6c6720730 with identifier: PK62%20FRL to the API
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK62%20FRL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f7758ed0-2512-5e56-9dc1-edc6c6720730',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK62 FRL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK62%20FRL&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 57997,
'odometer_reading_unit': '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 TEKNA Hatchback',
'transmission': 'manual',
'trim': 'TEKNA',
'vin': 'SJNFBAF15U6347253',
'year': 2013}
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK62%2520FRL%27 HTTP/1.1" 200 None
2026-03-30 06:01:49 [bca.uk] INFO: Saving data for PK62%20FRL: {'auction_closing_time': 1774951200.0, 'created_time': 1774130660.602619, 'last_price_update_time': 1774850509.840099}
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK62%2520FRL') HTTP/1.1" 204 0
2026-03-30 06:01:49 [bca.uk] INFO: Found listing with ID: EK11%20EKW
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK11%2520EKW%27 HTTP/1.1" 200 None
2026-03-30 06:01:49 [bca.uk] INFO: Scrape type for EK11%20EKW: 2
2026-03-30 06:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb152478-8c2e-55a5-8549-ffb2cacaac4e with identifier: EK11%20EKW
2026-03-30 06:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb152478-8c2e-55a5-8549-ffb2cacaac4e with scrape type 2
2026-03-30 06:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb152478-8c2e-55a5-8549-ffb2cacaac4e with scrape type 2
2026-03-30 06:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb152478-8c2e-55a5-8549-ffb2cacaac4e, identifier: EK11%20EKW
2026-03-30 06:01:49 [bca.uk] INFO: Found listing with ID: SJ14%20OEO
2026-03-30 06:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ14%2520OEO%27 HTTP/1.1" 200 None
2026-03-30 06:01:50 [bca.uk] INFO: Scrape type for SJ14%20OEO: 0
2026-03-30 06:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb152478-8c2e-55a5-8549-ffb2cacaac4e with identifier: EK11%20EKW
2026-03-30 06:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb152478-8c2e-55a5-8549-ffb2cacaac4e with identifier: EK11%20EKW
2026-03-30 06:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb152478-8c2e-55a5-8549-ffb2cacaac4e with identifier: EK11%20EKW to the API
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK11%20EKW-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb152478-8c2e-55a5-8549-ffb2cacaac4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK11 EKW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK11%20EKW&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FIAT',
'model': '500',
'odometer': 92206,
'odometer_reading_unit': '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': 'ZFA31200000659417',
'year': 2011}
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK11%2520EKW%27 HTTP/1.1" 200 None
2026-03-30 06:01:50 [bca.uk] INFO: Saving data for EK11%20EKW: {'auction_closing_time': 1774951200.0, 'created_time': 1774649362.569957, 'last_price_update_time': 1774850510.377816}
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK11%2520EKW') HTTP/1.1" 204 0
2026-03-30 06:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:01:50 [bca.uk] INFO: Found listing with ID: GX16%20XKY
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX16%2520XKY%27 HTTP/1.1" 200 None
2026-03-30 06:01:50 [bca.uk] INFO: Scrape type for GX16%20XKY: 0
2026-03-30 06:01:50 [bca.uk] INFO: Found listing with ID: KM67%20WBP
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM67%2520WBP%27 HTTP/1.1" 200 None
2026-03-30 06:01:50 [bca.uk] INFO: Scrape type for KM67%20WBP: 0
2026-03-30 06:01:50 [bca.uk] INFO: Found listing with ID: LM57%20EYK
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM57%2520EYK%27 HTTP/1.1" 200 None
2026-03-30 06:01:50 [bca.uk] INFO: Scrape type for LM57%20EYK: 2
2026-03-30 06:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd3cf97a-6eda-536c-9208-57e3caa71816 with identifier: LM57%20EYK
2026-03-30 06:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd3cf97a-6eda-536c-9208-57e3caa71816 with scrape type 2
2026-03-30 06:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd3cf97a-6eda-536c-9208-57e3caa71816 with scrape type 2
2026-03-30 06:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd3cf97a-6eda-536c-9208-57e3caa71816, identifier: LM57%20EYK
2026-03-30 06:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd3cf97a-6eda-536c-9208-57e3caa71816 with identifier: LM57%20EYK
2026-03-30 06:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd3cf97a-6eda-536c-9208-57e3caa71816 with identifier: LM57%20EYK
2026-03-30 06:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd3cf97a-6eda-536c-9208-57e3caa71816 with identifier: LM57%20EYK to the API
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM57%20EYK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fd3cf97a-6eda-536c-9208-57e3caa71816',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM57 EYK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM57%20EYK&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 52418,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.8 TFSI SPORT Hatchback',
'transmission': 'manual',
'trim': 'TFSI SPORT',
'vin': 'WAUZZZ8P28A121666',
'year': 2008}
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM57%2520EYK%27 HTTP/1.1" 200 None
2026-03-30 06:01:50 [bca.uk] INFO: Saving data for LM57%20EYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774351632.103017, 'last_price_update_time': 1774850510.888413}
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM57%2520EYK') HTTP/1.1" 204 0
2026-03-30 06:01:50 [bca.uk] INFO: Found listing with ID: LV63%20DFY
2026-03-30 06:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV63%2520DFY%27 HTTP/1.1" 200 None
2026-03-30 06:01:50 [bca.uk] INFO: Scrape type for LV63%20DFY: 2
2026-03-30 06:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1771828d-66c6-5426-b496-f6cf4b369dc9 with identifier: LV63%20DFY
2026-03-30 06:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1771828d-66c6-5426-b496-f6cf4b369dc9 with scrape type 2
2026-03-30 06:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1771828d-66c6-5426-b496-f6cf4b369dc9 with scrape type 2
2026-03-30 06:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1771828d-66c6-5426-b496-f6cf4b369dc9, identifier: LV63%20DFY
2026-03-30 06:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1771828d-66c6-5426-b496-f6cf4b369dc9 with identifier: LV63%20DFY
2026-03-30 06:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1771828d-66c6-5426-b496-f6cf4b369dc9 with identifier: LV63%20DFY
2026-03-30 06:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1771828d-66c6-5426-b496-f6cf4b369dc9 with identifier: LV63%20DFY to the API
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:51 [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=LV63%20DFY-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1771828d-66c6-5426-b496-f6cf4b369dc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV63 DFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV63%20DFY&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'RENAULT',
'model': 'GRAND SCENIC',
'odometer': 131403,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'RENAULT GRAND SCENIC 1.5 DCI 110E DYNAMIQUE TOM TOM S/S MPV',
'transmission': 'manual',
'trim': 'DCI 110E DYNAMIQUE TOM TOM S/S',
'vin': 'VF1JZ14P649799236',
'year': 2013}
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV63%2520DFY%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Saving data for LV63%20DFY: {'auction_closing_time': 1774951200.0, 'created_time': 1774535995.453209, 'last_price_update_time': 1774850511.421731}
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV63%2520DFY') HTTP/1.1" 204 0
2026-03-30 06:01:51 [bca.uk] INFO: Found listing with ID: LX66%20XGU
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX66%2520XGU%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Scrape type for LX66%20XGU: 0
2026-03-30 06:01:51 [bca.uk] INFO: Found listing with ID: NU70%20NRJ
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU70%2520NRJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Scrape type for NU70%20NRJ: 0
2026-03-30 06:01:51 [bca.uk] INFO: Found listing with ID: SF10%20VGU
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF10%2520VGU%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Scrape type for SF10%20VGU: 0
2026-03-30 06:01:51 [bca.uk] INFO: Found listing with ID: HG18%20UAP
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG18%2520UAP%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Scrape type for HG18%20UAP: 0
2026-03-30 06:01:51 [bca.uk] INFO: Found listing with ID: FD18%20SVU
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD18%2520SVU%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Scrape type for FD18%20SVU: 0
2026-03-30 06:01:51 [bca.uk] INFO: Found listing with ID: NK17%20UZV
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK17%2520UZV%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Scrape type for NK17%20UZV: 0
2026-03-30 06:01:51 [bca.uk] INFO: Found listing with ID: NU67%20AWA
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU67%2520AWA%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Scrape type for NU67%20AWA: 0
2026-03-30 06:01:51 [bca.uk] INFO: Found listing with ID: PX15%20ZPR
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX15%2520ZPR%27 HTTP/1.1" 200 None
2026-03-30 06:01:51 [bca.uk] INFO: Scrape type for PX15%20ZPR: 2
2026-03-30 06:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867b722d-9875-5e9c-b6b5-4614e36a0cad with identifier: PX15%20ZPR
2026-03-30 06:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867b722d-9875-5e9c-b6b5-4614e36a0cad with scrape type 2
2026-03-30 06:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867b722d-9875-5e9c-b6b5-4614e36a0cad with scrape type 2
2026-03-30 06:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 867b722d-9875-5e9c-b6b5-4614e36a0cad, identifier: PX15%20ZPR
2026-03-30 06:01:51 [bca.uk] INFO: Total items found: 100
2026-03-30 06:01:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded
2026-03-30 06:01:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:01:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 867b722d-9875-5e9c-b6b5-4614e36a0cad with identifier: PX15%20ZPR
2026-03-30 06:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 867b722d-9875-5e9c-b6b5-4614e36a0cad with identifier: PX15%20ZPR
2026-03-30 06:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 867b722d-9875-5e9c-b6b5-4614e36a0cad with identifier: PX15%20ZPR to the API
2026-03-30 06:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX15%20ZPR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '867b722d-9875-5e9c-b6b5-4614e36a0cad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX15 ZPR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX15%20ZPR&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '320I',
'odometer': 40043,
'odometer_reading_unit': '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 320I 2.0 T XDRIVE M SPORT Saloon',
'transmission': 'manual',
'trim': 'T XDRIVE M SPORT',
'vin': 'WBA3C32070F897380',
'year': 2015}
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX15%2520ZPR%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Saving data for PX15%20ZPR: {'auction_closing_time': 1774951200.0, 'created_time': 1774735628.737739, 'last_price_update_time': 1774850512.097329}
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX15%2520ZPR') HTTP/1.1" 204 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: SM58%20BYK
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM58%2520BYK%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for SM58%20BYK: 2
2026-03-30 06:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5788e191-b5d8-5f17-b3fa-0805ad0f0943 with identifier: SM58%20BYK
2026-03-30 06:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5788e191-b5d8-5f17-b3fa-0805ad0f0943 with scrape type 2
2026-03-30 06:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5788e191-b5d8-5f17-b3fa-0805ad0f0943 with scrape type 2
2026-03-30 06:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5788e191-b5d8-5f17-b3fa-0805ad0f0943, identifier: SM58%20BYK
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: FP15%20FDU
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP15%2520FDU%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for FP15%20FDU: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: MM14%20NXE
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM14%2520NXE%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for MM14%20NXE: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: YW15%20NRU
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YW15%2520NRU%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for YW15%20NRU: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: VX71%20LGE
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX71%2520LGE%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for VX71%20LGE: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: EY70%20RUA
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY70%2520RUA%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for EY70%20RUA: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: DY59%20NHM
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY59%2520NHM%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for DY59%20NHM: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: VHZ%208117
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VHZ%25208117%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for VHZ%208117: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: HK74%20VDT
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK74%2520VDT%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for HK74%20VDT: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: LA23%20XHC
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA23%2520XHC%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for LA23%20XHC: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: DC22%20HUO
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC22%2520HUO%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for DC22%20HUO: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: RO20%20JLV
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO20%2520JLV%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for RO20%20JLV: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: YC64%20ULZ
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC64%2520ULZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for YC64%20ULZ: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: LK65%20LDD
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK65%2520LDD%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for LK65%20LDD: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: HY65%20YHZ
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY65%2520YHZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for HY65%20YHZ: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: FY17%20UNZ
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY17%2520UNZ%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for FY17%20UNZ: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: FX22%20ORL
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX22%2520ORL%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for FX22%20ORL: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: BK68%20TLO
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK68%2520TLO%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for BK68%20TLO: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: OW19%20OFS
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW19%2520OFS%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for OW19%20OFS: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: BR21%20UPK
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BR21%2520UPK%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for BR21%20UPK: 0
2026-03-30 06:01:52 [bca.uk] INFO: Found listing with ID: SF68%20ZZH
2026-03-30 06:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF68%2520ZZH%27 HTTP/1.1" 200 None
2026-03-30 06:01:52 [bca.uk] INFO: Scrape type for SF68%20ZZH: 2
2026-03-30 06:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cd894ce-a134-5785-8b14-3c2c9917d809 with identifier: SF68%20ZZH
2026-03-30 06:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cd894ce-a134-5785-8b14-3c2c9917d809 with scrape type 2
2026-03-30 06:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cd894ce-a134-5785-8b14-3c2c9917d809 with scrape type 2
2026-03-30 06:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cd894ce-a134-5785-8b14-3c2c9917d809, identifier: SF68%20ZZH
2026-03-30 06:01:52 [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-30 06:01:52 [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-30 06:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5788e191-b5d8-5f17-b3fa-0805ad0f0943 with identifier: SM58%20BYK
2026-03-30 06:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5788e191-b5d8-5f17-b3fa-0805ad0f0943 with identifier: SM58%20BYK
2026-03-30 06:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5788e191-b5d8-5f17-b3fa-0805ad0f0943 with identifier: SM58%20BYK to the API
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:53 [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': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM58%20BYK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5788e191-b5d8-5f17-b3fa-0805ad0f0943',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM58 BYK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM58%20BYK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 98596,
'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': 'SJNFAAE11U1313851',
'year': 2008}
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM58%2520BYK%27 HTTP/1.1" 200 None
2026-03-30 06:01:53 [bca.uk] INFO: Saving data for SM58%20BYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649373.007928, 'last_price_update_time': 1774850513.28982}
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM58%2520BYK') HTTP/1.1" 204 0
2026-03-30 06:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cd894ce-a134-5785-8b14-3c2c9917d809 with identifier: SF68%20ZZH
2026-03-30 06:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cd894ce-a134-5785-8b14-3c2c9917d809 with identifier: SF68%20ZZH
2026-03-30 06:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cd894ce-a134-5785-8b14-3c2c9917d809 with identifier: SF68%20ZZH to the API
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF68%20ZZH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3cd894ce-a134-5785-8b14-3c2c9917d809',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SF68 ZZH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF68%20ZZH&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 87334,
'odometer_reading_unit': '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.5 E/B 200 ST-3 Hatchback',
'transmission': 'manual',
'trim': 'E/B 200 ST-3',
'vin': 'WF0FXXGAHFJA42183',
'year': 2018}
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF68%2520ZZH%27 HTTP/1.1" 200 None
2026-03-30 06:01:53 [bca.uk] INFO: Saving data for SF68%20ZZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774130803.255049, 'last_price_update_time': 1774850513.721315}
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF68%2520ZZH') HTTP/1.1" 204 0
2026-03-30 06:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:01:53 [bca.uk] INFO: Found listing with ID: ND05%20TWY
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND05%2520TWY%27 HTTP/1.1" 200 None
2026-03-30 06:01:53 [bca.uk] INFO: Scrape type for ND05%20TWY: 2
2026-03-30 06:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f7d66be-49b7-5d86-a859-5c899ed35afc with identifier: ND05%20TWY
2026-03-30 06:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f7d66be-49b7-5d86-a859-5c899ed35afc with scrape type 2
2026-03-30 06:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f7d66be-49b7-5d86-a859-5c899ed35afc with scrape type 2
2026-03-30 06:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f7d66be-49b7-5d86-a859-5c899ed35afc, identifier: ND05%20TWY
2026-03-30 06:01:53 [bca.uk] INFO: Found listing with ID: FD15%20FKB
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD15%2520FKB%27 HTTP/1.1" 200 None
2026-03-30 06:01:53 [bca.uk] INFO: Scrape type for FD15%20FKB: 0
2026-03-30 06:01:53 [bca.uk] INFO: Found listing with ID: HG08%20FRX
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG08%2520FRX%27 HTTP/1.1" 200 None
2026-03-30 06:01:53 [bca.uk] INFO: Scrape type for HG08%20FRX: 0
2026-03-30 06:01:53 [bca.uk] INFO: Found listing with ID: RX24%20YZN
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX24%2520YZN%27 HTTP/1.1" 200 None
2026-03-30 06:01:53 [bca.uk] INFO: Scrape type for RX24%20YZN: 0
2026-03-30 06:01:53 [bca.uk] INFO: Found listing with ID: HN16%20FEM
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN16%2520FEM%27 HTTP/1.1" 200 None
2026-03-30 06:01:53 [bca.uk] INFO: Scrape type for HN16%20FEM: 0
2026-03-30 06:01:53 [bca.uk] INFO: Found listing with ID: YF16%20VUJ
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF16%2520VUJ%27 HTTP/1.1" 200 None
2026-03-30 06:01:53 [bca.uk] INFO: Scrape type for YF16%20VUJ: 0
2026-03-30 06:01:53 [bca.uk] INFO: Found listing with ID: GK16%20EPE
2026-03-30 06:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK16%2520EPE%27 HTTP/1.1" 200 None
2026-03-30 06:01:54 [bca.uk] INFO: Scrape type for GK16%20EPE: 2
2026-03-30 06:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a777a98-5f86-5600-be30-659e3d17b31a with identifier: GK16%20EPE
2026-03-30 06:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a777a98-5f86-5600-be30-659e3d17b31a with scrape type 2
2026-03-30 06:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a777a98-5f86-5600-be30-659e3d17b31a with scrape type 2
2026-03-30 06:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a777a98-5f86-5600-be30-659e3d17b31a, identifier: GK16%20EPE
2026-03-30 06:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f7d66be-49b7-5d86-a859-5c899ed35afc with identifier: ND05%20TWY
2026-03-30 06:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f7d66be-49b7-5d86-a859-5c899ed35afc with identifier: ND05%20TWY
2026-03-30 06:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f7d66be-49b7-5d86-a859-5c899ed35afc with identifier: ND05%20TWY to the API
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 190,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND05%20TWY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8f7d66be-49b7-5d86-a859-5c899ed35afc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND05 TWY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND05%20TWY&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 43406,
'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': 'NISSAN X-TRAIL 2.2 DCI 136 SPORT StationWagon',
'transmission': 'manual',
'trim': 'DCI 136 SPORT',
'vin': 'JN1TENT30U0209266',
'year': 2005}
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND05%2520TWY%27 HTTP/1.1" 200 None
2026-03-30 06:01:54 [bca.uk] INFO: Saving data for ND05%20TWY: {'auction_closing_time': 1774951200.0, 'created_time': 1774735621.945499, 'last_price_update_time': 1774850514.52148}
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND05%2520TWY') HTTP/1.1" 204 0
2026-03-30 06:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a777a98-5f86-5600-be30-659e3d17b31a with identifier: GK16%20EPE
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FElectric HTTP/1.1" 200 None
2026-03-30 06:01:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a777a98-5f86-5600-be30-659e3d17b31a with identifier: GK16%20EPE
2026-03-30 06:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a777a98-5f86-5600-be30-659e3d17b31a with identifier: GK16%20EPE to the API
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 39,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK16%20EPE-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': '8a777a98-5f86-5600-be30-659e3d17b31a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GK16 EPE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK16%20EPE&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 101781,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.4 TSI GTE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI GTE DSG',
'vin': 'WVWZZZAUZGW812895',
'year': 2016}
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK16%2520EPE%27 HTTP/1.1" 200 None
2026-03-30 06:01:54 [bca.uk] INFO: Saving data for GK16%20EPE: {'auction_closing_time': 1774951200.0, 'created_time': 1774130592.217045, 'last_price_update_time': 1774850514.960858}
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK16%2520EPE') HTTP/1.1" 204 0
2026-03-30 06:01:54 [bca.uk] INFO: Found listing with ID: NX18%20OER
2026-03-30 06:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX18%2520OER%27 HTTP/1.1" 200 None
2026-03-30 06:01:54 [bca.uk] INFO: Scrape type for NX18%20OER: 0
2026-03-30 06:01:54 [bca.uk] INFO: Found listing with ID: SN14%20XMR
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN14%2520XMR%27 HTTP/1.1" 200 None
2026-03-30 06:01:55 [bca.uk] INFO: Scrape type for SN14%20XMR: 0
2026-03-30 06:01:55 [bca.uk] INFO: Found listing with ID: BJ66%20NYU
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ66%2520NYU%27 HTTP/1.1" 200 None
2026-03-30 06:01:55 [bca.uk] INFO: Scrape type for BJ66%20NYU: 2
2026-03-30 06:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c38522f-4b46-5bd0-901d-3dd75091f2ed with identifier: BJ66%20NYU
2026-03-30 06:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c38522f-4b46-5bd0-901d-3dd75091f2ed with scrape type 2
2026-03-30 06:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c38522f-4b46-5bd0-901d-3dd75091f2ed with scrape type 2
2026-03-30 06:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c38522f-4b46-5bd0-901d-3dd75091f2ed, identifier: BJ66%20NYU
2026-03-30 06:01:55 [bca.uk] INFO: Found listing with ID: LX66%20KVO
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX66%2520KVO%27 HTTP/1.1" 200 None
2026-03-30 06:01:55 [bca.uk] INFO: Scrape type for LX66%20KVO: 0
2026-03-30 06:01:55 [bca.uk] INFO: Found listing with ID: YT64%20TZR
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT64%2520TZR%27 HTTP/1.1" 200 None
2026-03-30 06:01:55 [bca.uk] INFO: Scrape type for YT64%20TZR: 2
2026-03-30 06:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1269720-b3a5-5548-84d2-56a1fa00737d with identifier: YT64%20TZR
2026-03-30 06:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1269720-b3a5-5548-84d2-56a1fa00737d with scrape type 2
2026-03-30 06:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1269720-b3a5-5548-84d2-56a1fa00737d with scrape type 2
2026-03-30 06:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1269720-b3a5-5548-84d2-56a1fa00737d, identifier: YT64%20TZR
2026-03-30 06:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c38522f-4b46-5bd0-901d-3dd75091f2ed with identifier: BJ66%20NYU
2026-03-30 06:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c38522f-4b46-5bd0-901d-3dd75091f2ed with identifier: BJ66%20NYU
2026-03-30 06:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c38522f-4b46-5bd0-901d-3dd75091f2ed with identifier: BJ66%20NYU to the API
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ66%20NYU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0c38522f-4b46-5bd0-901d-3dd75091f2ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ66 NYU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ66%20NYU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'BMW',
'model': '2 ACTIVE TOURER',
'odometer': 57596,
'odometer_reading_unit': '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 ACTIVE TOURER 2.0 220D M SPORT STEP Hatchback',
'transmission': 'automatic',
'trim': '220D M SPORT STEP',
'vin': 'WBA2C32070V625106',
'year': 2016}
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ66%2520NYU%27 HTTP/1.1" 200 None
2026-03-30 06:01:55 [bca.uk] INFO: Saving data for BJ66%20NYU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649570.829892, 'last_price_update_time': 1774850515.59065}
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ66%2520NYU') HTTP/1.1" 204 0
2026-03-30 06:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1269720-b3a5-5548-84d2-56a1fa00737d with identifier: YT64%20TZR
2026-03-30 06:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1269720-b3a5-5548-84d2-56a1fa00737d with identifier: YT64%20TZR
2026-03-30 06:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1269720-b3a5-5548-84d2-56a1fa00737d with identifier: YT64%20TZR to the API
2026-03-30 06:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT64%20TZR-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': 'f1269720-b3a5-5548-84d2-56a1fa00737d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT64 TZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT64%20TZR&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MITSUBISHI',
'model': 'OUTLANDER',
'odometer': 104346,
'odometer_reading_unit': '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 GX4HS 4WD StationWagon',
'transmission': 'automatic',
'trim': 'PHEV GX4HS 4WD',
'vin': 'JMAXDGG2WEZC01045',
'year': 2014}
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT64%2520TZR%27 HTTP/1.1" 200 None
2026-03-30 06:01:56 [bca.uk] INFO: Saving data for YT64%20TZR: {'auction_closing_time': 1774951200.0, 'created_time': 1774437961.552022, 'last_price_update_time': 1774850516.017774}
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT64%2520TZR') HTTP/1.1" 204 0
2026-03-30 06:01:56 [bca.uk] INFO: Found listing with ID: EN67%20XLH
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN67%2520XLH%27 HTTP/1.1" 200 None
2026-03-30 06:01:56 [bca.uk] INFO: Scrape type for EN67%20XLH: 0
2026-03-30 06:01:56 [bca.uk] INFO: Found listing with ID: ND19%20VHL
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND19%2520VHL%27 HTTP/1.1" 200 None
2026-03-30 06:01:56 [bca.uk] INFO: Scrape type for ND19%20VHL: 0
2026-03-30 06:01:56 [bca.uk] INFO: Found listing with ID: SR68%20NWE
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR68%2520NWE%27 HTTP/1.1" 200 None
2026-03-30 06:01:56 [bca.uk] INFO: Scrape type for SR68%20NWE: 0
2026-03-30 06:01:56 [bca.uk] INFO: Found listing with ID: EK19%20ZSU
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK19%2520ZSU%27 HTTP/1.1" 200 None
2026-03-30 06:01:56 [bca.uk] INFO: Scrape type for EK19%20ZSU: 2
2026-03-30 06:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d484391-4e88-5743-bed2-c97a51feea33 with identifier: EK19%20ZSU
2026-03-30 06:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d484391-4e88-5743-bed2-c97a51feea33 with scrape type 2
2026-03-30 06:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d484391-4e88-5743-bed2-c97a51feea33 with scrape type 2
2026-03-30 06:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d484391-4e88-5743-bed2-c97a51feea33, identifier: EK19%20ZSU
2026-03-30 06:01:56 [bca.uk] INFO: Found listing with ID: DF13%20OAN
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF13%2520OAN%27 HTTP/1.1" 200 None
2026-03-30 06:01:56 [bca.uk] INFO: Scrape type for DF13%20OAN: 0
2026-03-30 06:01:56 [bca.uk] INFO: Found listing with ID: KT15%20GYV
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT15%2520GYV%27 HTTP/1.1" 200 None
2026-03-30 06:01:56 [bca.uk] INFO: Scrape type for KT15%20GYV: 2
2026-03-30 06:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with identifier: KT15%20GYV
2026-03-30 06:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with scrape type 2
2026-03-30 06:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with scrape type 2
2026-03-30 06:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a, identifier: KT15%20GYV
2026-03-30 06:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d484391-4e88-5743-bed2-c97a51feea33 with identifier: EK19%20ZSU
2026-03-30 06:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d484391-4e88-5743-bed2-c97a51feea33 with identifier: EK19%20ZSU
2026-03-30 06:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d484391-4e88-5743-bed2-c97a51feea33 with identifier: EK19%20ZSU to the API
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK19%20ZSU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3d484391-4e88-5743-bed2-c97a51feea33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK19 ZSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK19%20ZSU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 24018,
'odometer_reading_unit': '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': 'WF0NXXGCHNJA00399',
'year': 2019}
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK19%2520ZSU%27 HTTP/1.1" 200 None
2026-03-30 06:01:56 [bca.uk] INFO: Saving data for EK19%20ZSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774536074.822381, 'last_price_update_time': 1774850516.725192}
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK19%2520ZSU') HTTP/1.1" 204 0
2026-03-30 06:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with identifier: KT15%20GYV
2026-03-30 06:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf7dd6e5-86b5-58f4-9c3d-7679d32ccd2a with identifier: KT15%20GYV
2026-03-30 06:01:56 [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-30 06:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30T10: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-30 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT15%2520GYV%27 HTTP/1.1" 200 None
2026-03-30 06:01:57 [bca.uk] INFO: Saving data for KT15%20GYV: {'auction_closing_time': 1774864800.0, 'created_time': 1774651461.743048, 'last_price_update_time': 1774850517.083725}
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:57 [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-30 06:01:57 [bca.uk] INFO: Found listing with ID: YD08%20FXX
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD08%2520FXX%27 HTTP/1.1" 200 None
2026-03-30 06:01:57 [bca.uk] INFO: Scrape type for YD08%20FXX: 0
2026-03-30 06:01:57 [bca.uk] INFO: Found listing with ID: PO68%20KXK
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO68%2520KXK%27 HTTP/1.1" 200 None
2026-03-30 06:01:57 [bca.uk] INFO: Scrape type for PO68%20KXK: 2
2026-03-30 06:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42379e91-8756-52fa-b1a6-d150e64cec62 with identifier: PO68%20KXK
2026-03-30 06:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42379e91-8756-52fa-b1a6-d150e64cec62 with scrape type 2
2026-03-30 06:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42379e91-8756-52fa-b1a6-d150e64cec62 with scrape type 2
2026-03-30 06:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42379e91-8756-52fa-b1a6-d150e64cec62, identifier: PO68%20KXK
2026-03-30 06:01:57 [bca.uk] INFO: Found listing with ID: BF63%20HVL
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF63%2520HVL%27 HTTP/1.1" 200 None
2026-03-30 06:01:57 [bca.uk] INFO: Scrape type for BF63%20HVL: 2
2026-03-30 06:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bc5daee-5797-55a7-a243-8eb3e235b7d9 with identifier: BF63%20HVL
2026-03-30 06:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bc5daee-5797-55a7-a243-8eb3e235b7d9 with scrape type 2
2026-03-30 06:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bc5daee-5797-55a7-a243-8eb3e235b7d9 with scrape type 2
2026-03-30 06:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bc5daee-5797-55a7-a243-8eb3e235b7d9, identifier: BF63%20HVL
2026-03-30 06:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42379e91-8756-52fa-b1a6-d150e64cec62 with identifier: PO68%20KXK
2026-03-30 06:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42379e91-8756-52fa-b1a6-d150e64cec62 with identifier: PO68%20KXK
2026-03-30 06:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42379e91-8756-52fa-b1a6-d150e64cec62 with identifier: PO68%20KXK to the API
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO68%20KXK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '42379e91-8756-52fa-b1a6-d150e64cec62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PO68 KXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO68%20KXK&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FIAT',
'model': '500',
'odometer': 30199,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'manual',
'trim': 'POP',
'vin': 'ZFA3120000JA61254',
'year': 2018}
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO68%2520KXK%27 HTTP/1.1" 200 None
2026-03-30 06:01:57 [bca.uk] INFO: Saving data for PO68%20KXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774362347.993091, 'last_price_update_time': 1774850517.711892}
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO68%2520KXK') HTTP/1.1" 204 0
2026-03-30 06:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bc5daee-5797-55a7-a243-8eb3e235b7d9 with identifier: BF63%20HVL
2026-03-30 06:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bc5daee-5797-55a7-a243-8eb3e235b7d9 with identifier: BF63%20HVL
2026-03-30 06:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bc5daee-5797-55a7-a243-8eb3e235b7d9 with identifier: BF63%20HVL to the API
2026-03-30 06:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF63%20HVL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3bc5daee-5797-55a7-a243-8eb3e235b7d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF63 HVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF63%20HVL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 119262,
'odometer_reading_unit': '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': 'WF0CXXGAKCDG42846',
'year': 2013}
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF63%2520HVL%27 HTTP/1.1" 200 None
2026-03-30 06:01:58 [bca.uk] INFO: Saving data for BF63%20HVL: {'auction_closing_time': 1774864800.0, 'created_time': 1774535992.28453, 'last_price_update_time': 1774850518.105759}
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF63%2520HVL') HTTP/1.1" 204 0
2026-03-30 06:01:58 [bca.uk] INFO: Found listing with ID: GK60%20RPO
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK60%2520RPO%27 HTTP/1.1" 200 None
2026-03-30 06:01:58 [bca.uk] INFO: Scrape type for GK60%20RPO: 0
2026-03-30 06:01:58 [bca.uk] INFO: Found listing with ID: SE64%20GDF
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE64%2520GDF%27 HTTP/1.1" 200 None
2026-03-30 06:01:58 [bca.uk] INFO: Scrape type for SE64%20GDF: 2
2026-03-30 06:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd6c4a00-52f2-58a3-9f8a-b192766c9943 with identifier: SE64%20GDF
2026-03-30 06:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd6c4a00-52f2-58a3-9f8a-b192766c9943 with scrape type 2
2026-03-30 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd6c4a00-52f2-58a3-9f8a-b192766c9943 with scrape type 2
2026-03-30 06:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd6c4a00-52f2-58a3-9f8a-b192766c9943, identifier: SE64%20GDF
2026-03-30 06:01:58 [bca.uk] INFO: Found listing with ID: EA12%20KGK
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA12%2520KGK%27 HTTP/1.1" 200 None
2026-03-30 06:01:58 [bca.uk] INFO: Scrape type for EA12%20KGK: 0
2026-03-30 06:01:58 [bca.uk] INFO: Found listing with ID: VE10%20LDK
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE10%2520LDK%27 HTTP/1.1" 200 None
2026-03-30 06:01:58 [bca.uk] INFO: Scrape type for VE10%20LDK: 2
2026-03-30 06:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27dc1f2f-8ac0-5496-93cf-8a5660d27ff2 with identifier: VE10%20LDK
2026-03-30 06:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27dc1f2f-8ac0-5496-93cf-8a5660d27ff2 with scrape type 2
2026-03-30 06:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27dc1f2f-8ac0-5496-93cf-8a5660d27ff2 with scrape type 2
2026-03-30 06:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27dc1f2f-8ac0-5496-93cf-8a5660d27ff2, identifier: VE10%20LDK
2026-03-30 06:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd6c4a00-52f2-58a3-9f8a-b192766c9943 with identifier: SE64%20GDF
2026-03-30 06:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd6c4a00-52f2-58a3-9f8a-b192766c9943 with identifier: SE64%20GDF
2026-03-30 06:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd6c4a00-52f2-58a3-9f8a-b192766c9943 with identifier: SE64%20GDF to the API
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE64%20GDF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fd6c4a00-52f2-58a3-9f8a-b192766c9943',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE64 GDF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE64%20GDF&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MITSUBISHI',
'model': 'ASX',
'odometer': 36811,
'odometer_reading_unit': '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 ASX 1.6 3 Estate',
'transmission': 'manual',
'trim': '3',
'vin': 'JMAXNGA1WFZ001273',
'year': 2015}
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE64%2520GDF%27 HTTP/1.1" 200 None
2026-03-30 06:01:58 [bca.uk] INFO: Saving data for SE64%20GDF: {'auction_closing_time': 1774951200.0, 'created_time': 1774353014.164824, 'last_price_update_time': 1774850518.735715}
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE64%2520GDF') HTTP/1.1" 204 0
2026-03-30 06:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27dc1f2f-8ac0-5496-93cf-8a5660d27ff2 with identifier: VE10%20LDK
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=beige HTTP/1.1" 200 None
2026-03-30 06:01:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27dc1f2f-8ac0-5496-93cf-8a5660d27ff2 with identifier: VE10%20LDK
2026-03-30 06:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27dc1f2f-8ac0-5496-93cf-8a5660d27ff2 with identifier: VE10%20LDK to the API
2026-03-30 06:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE10%20LDK-GB',
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '27dc1f2f-8ac0-5496-93cf-8a5660d27ff2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE10 LDK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE10%20LDK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 139451,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'NISSAN NOTE 1.6 N-TEC Hatchback',
'transmission': 'automatic',
'trim': 'N-TEC',
'vin': 'SJNFCAE11U2079916',
'year': 2010}
2026-03-30 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE10%2520LDK%27 HTTP/1.1" 200 None
2026-03-30 06:01:59 [bca.uk] INFO: Saving data for VE10%20LDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774534622.87658, 'last_price_update_time': 1774850519.30496}
2026-03-30 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE10%2520LDK') HTTP/1.1" 204 0
2026-03-30 06:01:59 [bca.uk] INFO: Found listing with ID: SL14%20FUV
2026-03-30 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL14%2520FUV%27 HTTP/1.1" 200 None
2026-03-30 06:01:59 [bca.uk] INFO: Scrape type for SL14%20FUV: 0
2026-03-30 06:01:59 [bca.uk] INFO: Found listing with ID: YK18%20EUH
2026-03-30 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK18%2520EUH%27 HTTP/1.1" 200 None
2026-03-30 06:01:59 [bca.uk] INFO: Scrape type for YK18%20EUH: 2
2026-03-30 06:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca3e2696-e206-5933-8281-33a8972fa239 with identifier: YK18%20EUH
2026-03-30 06:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca3e2696-e206-5933-8281-33a8972fa239 with scrape type 2
2026-03-30 06:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca3e2696-e206-5933-8281-33a8972fa239 with scrape type 2
2026-03-30 06:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca3e2696-e206-5933-8281-33a8972fa239, identifier: YK18%20EUH
2026-03-30 06:01:59 [bca.uk] INFO: Found listing with ID: DS15%20CXK
2026-03-30 06:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS15%2520CXK%27 HTTP/1.1" 200 None
2026-03-30 06:01:59 [bca.uk] INFO: Scrape type for DS15%20CXK: 2
2026-03-30 06:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b7fc67d-825a-50ba-950e-36f759bf492f with identifier: DS15%20CXK
2026-03-30 06:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b7fc67d-825a-50ba-950e-36f759bf492f with scrape type 2
2026-03-30 06:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b7fc67d-825a-50ba-950e-36f759bf492f with scrape type 2
2026-03-30 06:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b7fc67d-825a-50ba-950e-36f759bf492f, identifier: DS15%20CXK
2026-03-30 06:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca3e2696-e206-5933-8281-33a8972fa239 with identifier: YK18%20EUH
2026-03-30 06:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca3e2696-e206-5933-8281-33a8972fa239 with identifier: YK18%20EUH
2026-03-30 06:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca3e2696-e206-5933-8281-33a8972fa239 with identifier: YK18%20EUH to the API
2026-03-30 06:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK18%20EUH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ca3e2696-e206-5933-8281-33a8972fa239',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK18 EUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK18%20EUH&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 41276,
'odometer_reading_unit': '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': 'W0VZRHNY0JS052668',
'year': 2018}
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK18%2520EUH%27 HTTP/1.1" 200 None
2026-03-30 06:02:00 [bca.uk] INFO: Saving data for YK18%20EUH: {'auction_closing_time': 1774951200.0, 'created_time': 1774536058.722565, 'last_price_update_time': 1774850520.079079}
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK18%2520EUH') HTTP/1.1" 204 0
2026-03-30 06:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b7fc67d-825a-50ba-950e-36f759bf492f with identifier: DS15%20CXK
2026-03-30 06:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b7fc67d-825a-50ba-950e-36f759bf492f with identifier: DS15%20CXK
2026-03-30 06:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b7fc67d-825a-50ba-950e-36f759bf492f with identifier: DS15%20CXK to the API
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS15%20CXK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5b7fc67d-825a-50ba-950e-36f759bf492f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS15 CXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS15%20CXK&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'BMW',
'model': '220D',
'odometer': 147508,
'odometer_reading_unit': '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 M SPORT STEP Coupe',
'transmission': 'automatic',
'trim': '190 M SPORT STEP',
'vin': 'WBA2G72070V297102',
'year': 2015}
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS15%2520CXK%27 HTTP/1.1" 200 None
2026-03-30 06:02:00 [bca.uk] INFO: Saving data for DS15%20CXK: {'auction_closing_time': 1774864800.0, 'created_time': 1774535959.890851, 'last_price_update_time': 1774850520.420309}
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS15%2520CXK') HTTP/1.1" 204 0
2026-03-30 06:02:00 [bca.uk] INFO: Found listing with ID: SV10%20UOD
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV10%2520UOD%27 HTTP/1.1" 200 None
2026-03-30 06:02:00 [bca.uk] INFO: Scrape type for SV10%20UOD: 2
2026-03-30 06:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44403864-286c-54ac-897e-c2d69004f273 with identifier: SV10%20UOD
2026-03-30 06:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44403864-286c-54ac-897e-c2d69004f273 with scrape type 2
2026-03-30 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44403864-286c-54ac-897e-c2d69004f273 with scrape type 2
2026-03-30 06:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44403864-286c-54ac-897e-c2d69004f273, identifier: SV10%20UOD
2026-03-30 06:02:00 [bca.uk] INFO: Found listing with ID: FG63%20FHC
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG63%2520FHC%27 HTTP/1.1" 200 None
2026-03-30 06:02:00 [bca.uk] INFO: Scrape type for FG63%20FHC: 0
2026-03-30 06:02:00 [bca.uk] INFO: Found listing with ID: KU63%20OUW
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU63%2520OUW%27 HTTP/1.1" 200 None
2026-03-30 06:02:00 [bca.uk] INFO: Scrape type for KU63%20OUW: 2
2026-03-30 06:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31733310-88e9-5937-b8c6-36c20f18a657 with identifier: KU63%20OUW
2026-03-30 06:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31733310-88e9-5937-b8c6-36c20f18a657 with scrape type 2
2026-03-30 06:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31733310-88e9-5937-b8c6-36c20f18a657 with scrape type 2
2026-03-30 06:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31733310-88e9-5937-b8c6-36c20f18a657, identifier: KU63%20OUW
2026-03-30 06:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44403864-286c-54ac-897e-c2d69004f273 with identifier: SV10%20UOD
2026-03-30 06:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44403864-286c-54ac-897e-c2d69004f273 with identifier: SV10%20UOD
2026-03-30 06:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44403864-286c-54ac-897e-c2d69004f273 with identifier: SV10%20UOD to the API
2026-03-30 06:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV10%20UOD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '44403864-286c-54ac-897e-c2d69004f273',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV10 UOD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV10%20UOD&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'TOYOTA',
'model': 'AURIS',
'odometer': 32414,
'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.6 V-MATIC TR Hatchback',
'transmission': 'manual',
'trim': 'V-MATIC TR',
'vin': 'SB1KE56E70F099413',
'year': 2010}
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV10%2520UOD%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Saving data for SV10%20UOD: {'auction_closing_time': 1774951200.0, 'created_time': 1774352728.675405, 'last_price_update_time': 1774850521.04016}
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV10%2520UOD') HTTP/1.1" 204 0
2026-03-30 06:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31733310-88e9-5937-b8c6-36c20f18a657 with identifier: KU63%20OUW
2026-03-30 06:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31733310-88e9-5937-b8c6-36c20f18a657 with identifier: KU63%20OUW
2026-03-30 06:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31733310-88e9-5937-b8c6-36c20f18a657 with identifier: KU63%20OUW to the API
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU63%20OUW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '31733310-88e9-5937-b8c6-36c20f18a657',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU63 OUW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU63%20OUW&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 110683,
'odometer_reading_unit': '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': 'WVWZZZ6RZEU002191',
'year': 2013}
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520OUW%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Saving data for KU63%20OUW: {'auction_closing_time': 1774864800.0, 'created_time': 1774535349.595305, 'last_price_update_time': 1774850521.422645}
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU63%2520OUW') HTTP/1.1" 204 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: YG58%20WEO
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG58%2520WEO%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for YG58%20WEO: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: AJ10%20CHY
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ10%2520CHY%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for AJ10%20CHY: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: GU10%20JMO
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU10%2520JMO%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for GU10%20JMO: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: OV62%20WYY
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520WYY%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for OV62%20WYY: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: WP06%20LGD
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP06%2520LGD%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for WP06%20LGD: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: GV18%20BTX
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV18%2520BTX%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for GV18%20BTX: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: HV18%20WBP
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV18%2520WBP%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for HV18%20WBP: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: LO18%20HDJ
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO18%2520HDJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for LO18%20HDJ: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: NL20%20LHD
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520LHD%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for NL20%20LHD: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: GY18%20YLV
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY18%2520YLV%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for GY18%20YLV: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: HK59%20XZJ
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK59%2520XZJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for HK59%20XZJ: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: EO67%20CJZ
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO67%2520CJZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for EO67%20CJZ: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: EJ65%20LKG
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520LKG%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for EJ65%20LKG: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: FY64%20YYK
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY64%2520YYK%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for FY64%20YYK: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: RK59%20OSL
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK59%2520OSL%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for RK59%20OSL: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: MA57%20YZF
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA57%2520YZF%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for MA57%20YZF: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: NU58%20OJT
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU58%2520OJT%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for NU58%20OJT: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: PE56%20LWD
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE56%2520LWD%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for PE56%20LWD: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: SP12%20UBA
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP12%2520UBA%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for SP12%20UBA: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: RNZ%205340
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RNZ%25205340%27 HTTP/1.1" 200 None
2026-03-30 06:02:01 [bca.uk] INFO: Scrape type for RNZ%205340: 0
2026-03-30 06:02:01 [bca.uk] INFO: Found listing with ID: BG13%20WCO
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG13%2520WCO%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for BG13%20WCO: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: DE14%20MHY
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520MHY%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for DE14%20MHY: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: YA13%20XJE
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA13%2520XJE%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for YA13%20XJE: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: PJ68%20NYD
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ68%2520NYD%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for PJ68%20NYD: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: OXZ%204088
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OXZ%25204088%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for OXZ%204088: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: MM69%20SVE
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520SVE%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for MM69%20SVE: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: SN66%20TXZ
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520TXZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for SN66%20TXZ: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: YT65%20OEM
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520OEM%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for YT65%20OEM: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: SN67%20YDS
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN67%2520YDS%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for SN67%20YDS: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: SV10%20WYJ
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV10%2520WYJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for SV10%20WYJ: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: YP66%20YKK
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520YKK%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for YP66%20YKK: 2
2026-03-30 06:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3bd5b0d-f4cc-5934-8878-3fc6521c7dd9 with identifier: YP66%20YKK
2026-03-30 06:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3bd5b0d-f4cc-5934-8878-3fc6521c7dd9 with scrape type 2
2026-03-30 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3bd5b0d-f4cc-5934-8878-3fc6521c7dd9 with scrape type 2
2026-03-30 06:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3bd5b0d-f4cc-5934-8878-3fc6521c7dd9, identifier: YP66%20YKK
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: PJ11%20AKP
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ11%2520AKP%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for PJ11%20AKP: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: RJ18%20UXW
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520UXW%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for RJ18%20UXW: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: SM13%20YUF
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520YUF%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for SM13%20YUF: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: SM67%20VNV
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM67%2520VNV%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for SM67%20VNV: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: BJ13%20WXR
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ13%2520WXR%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for BJ13%20WXR: 0
2026-03-30 06:02:02 [bca.uk] INFO: Found listing with ID: SD13%20ZKS
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520ZKS%27 HTTP/1.1" 200 None
2026-03-30 06:02:02 [bca.uk] INFO: Scrape type for SD13%20ZKS: 2
2026-03-30 06:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630f6e64-8dc8-55f0-ad55-796d31f54514 with identifier: SD13%20ZKS
2026-03-30 06:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630f6e64-8dc8-55f0-ad55-796d31f54514 with scrape type 2
2026-03-30 06:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630f6e64-8dc8-55f0-ad55-796d31f54514 with scrape type 2
2026-03-30 06:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 630f6e64-8dc8-55f0-ad55-796d31f54514, identifier: SD13%20ZKS
2026-03-30 06:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3bd5b0d-f4cc-5934-8878-3fc6521c7dd9 with identifier: YP66%20YKK
2026-03-30 06:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3bd5b0d-f4cc-5934-8878-3fc6521c7dd9 with identifier: YP66%20YKK
2026-03-30 06:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3bd5b0d-f4cc-5934-8878-3fc6521c7dd9 with identifier: YP66%20YKK to the API
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 177,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP66%20YKK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd3bd5b0d-f4cc-5934-8878-3fc6521c7dd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP66 YKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP66%20YKK&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 126117,
'odometer_reading_unit': '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': 'U5YPK816NGL178480',
'year': 2016}
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520YKK%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Saving data for YP66%20YKK: {'auction_closing_time': 1774951200.0, 'created_time': 1774534693.211574, 'last_price_update_time': 1774850523.046285}
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP66%2520YKK') HTTP/1.1" 204 0
2026-03-30 06:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 630f6e64-8dc8-55f0-ad55-796d31f54514 with identifier: SD13%20ZKS
2026-03-30 06:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 630f6e64-8dc8-55f0-ad55-796d31f54514 with identifier: SD13%20ZKS
2026-03-30 06:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 630f6e64-8dc8-55f0-ad55-796d31f54514 with identifier: SD13%20ZKS to the API
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD13%20ZKS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '630f6e64-8dc8-55f0-ad55-796d31f54514',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SD13 ZKS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD13%20ZKS&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 95617,
'odometer_reading_unit': '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 ACTIVE MPV',
'transmission': 'manual',
'trim': 'HDI 115 ACTIVE',
'vin': 'VF30E9HD8CS258233',
'year': 2013}
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520ZKS%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Saving data for SD13%20ZKS: {'auction_closing_time': 1774864800.0, 'created_time': 1774649815.889887, 'last_price_update_time': 1774850523.531914}
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD13%2520ZKS') HTTP/1.1" 204 0
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: LG65%20ZPF
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG65%2520ZPF%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for LG65%20ZPF: 0
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: AO68%20PXJ
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520PXJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for AO68%20PXJ: 0
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: FL68%20XDW
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL68%2520XDW%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for FL68%20XDW: 0
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: CV57%20TEJ
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV57%2520TEJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for CV57%20TEJ: 0
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: DA08%20JZG
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA08%2520JZG%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for DA08%20JZG: 0
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: DF13%20AKO
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF13%2520AKO%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for DF13%20AKO: 0
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: YP67%20WCD
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520WCD%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for YP67%20WCD: 2
2026-03-30 06:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36f8576-26b0-52c0-a7e0-d6024e4c1789 with identifier: YP67%20WCD
2026-03-30 06:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36f8576-26b0-52c0-a7e0-d6024e4c1789 with scrape type 2
2026-03-30 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36f8576-26b0-52c0-a7e0-d6024e4c1789 with scrape type 2
2026-03-30 06:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c36f8576-26b0-52c0-a7e0-d6024e4c1789, identifier: YP67%20WCD
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: CK64%20JOH
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520JOH%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for CK64%20JOH: 0
2026-03-30 06:02:03 [bca.uk] INFO: Found listing with ID: FT63%20LWA
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520LWA%27 HTTP/1.1" 200 None
2026-03-30 06:02:03 [bca.uk] INFO: Scrape type for FT63%20LWA: 2
2026-03-30 06:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2ecc8e0-c6bc-56e7-98b4-e2979fb2f74f with identifier: FT63%20LWA
2026-03-30 06:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2ecc8e0-c6bc-56e7-98b4-e2979fb2f74f with scrape type 2
2026-03-30 06:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2ecc8e0-c6bc-56e7-98b4-e2979fb2f74f with scrape type 2
2026-03-30 06:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2ecc8e0-c6bc-56e7-98b4-e2979fb2f74f, identifier: FT63%20LWA
2026-03-30 06:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c36f8576-26b0-52c0-a7e0-d6024e4c1789 with identifier: YP67%20WCD
2026-03-30 06:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c36f8576-26b0-52c0-a7e0-d6024e4c1789 with identifier: YP67%20WCD
2026-03-30 06:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c36f8576-26b0-52c0-a7e0-d6024e4c1789 with identifier: YP67%20WCD to the API
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP67%20WCD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c36f8576-26b0-52c0-a7e0-d6024e4c1789',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP67 WCD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP67%20WCD&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'ABARTH',
'model': '595',
'odometer': 58295,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'ABARTH 595 1.4 T-JET 145 Hatchback',
'transmission': 'automatic',
'trim': 'T-JET 145',
'vin': 'ZFA3120000J901046',
'year': 2018}
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP67%2520WCD%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Saving data for YP67%20WCD: {'auction_closing_time': 1774951200.0, 'created_time': 1774354767.308929, 'last_price_update_time': 1774850524.321604}
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP67%2520WCD') HTTP/1.1" 204 0
2026-03-30 06:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2ecc8e0-c6bc-56e7-98b4-e2979fb2f74f with identifier: FT63%20LWA
2026-03-30 06:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2ecc8e0-c6bc-56e7-98b4-e2979fb2f74f with identifier: FT63%20LWA
2026-03-30 06:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2ecc8e0-c6bc-56e7-98b4-e2979fb2f74f with identifier: FT63%20LWA to the API
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT63%20LWA-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f2ecc8e0-c6bc-56e7-98b4-e2979fb2f74f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT63 LWA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT63%20LWA&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLKSWAGEN',
'model': 'UP!',
'odometer': 107506,
'odometer_reading_unit': '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 UP! 1.0 60 MOVE UP Hatchback',
'transmission': 'manual',
'trim': '60 MOVE UP',
'vin': 'WVWZZZAAZED062820',
'year': 2013}
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT63%2520LWA%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Saving data for FT63%20LWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774649364.603254, 'last_price_update_time': 1774850524.771191}
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT63%2520LWA') HTTP/1.1" 204 0
2026-03-30 06:02:04 [bca.uk] INFO: Found listing with ID: LS68%20HJJ
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS68%2520HJJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Scrape type for LS68%20HJJ: 0
2026-03-30 06:02:04 [bca.uk] INFO: Found listing with ID: BG63%20RZR
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG63%2520RZR%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Scrape type for BG63%20RZR: 0
2026-03-30 06:02:04 [bca.uk] INFO: Found listing with ID: KU63%20RYR
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU63%2520RYR%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Scrape type for KU63%20RYR: 0
2026-03-30 06:02:04 [bca.uk] INFO: Found listing with ID: LK08%20VFO
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK08%2520VFO%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Scrape type for LK08%20VFO: 0
2026-03-30 06:02:04 [bca.uk] INFO: Found listing with ID: PF59%20HHJ
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF59%2520HHJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Scrape type for PF59%20HHJ: 0
2026-03-30 06:02:04 [bca.uk] INFO: Found listing with ID: PO61%20YTU
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO61%2520YTU%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Scrape type for PO61%20YTU: 0
2026-03-30 06:02:04 [bca.uk] INFO: Found listing with ID: FH66%20SFV
2026-03-30 06:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH66%2520SFV%27 HTTP/1.1" 200 None
2026-03-30 06:02:04 [bca.uk] INFO: Scrape type for FH66%20SFV: 2
2026-03-30 06:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 657a0c38-50a2-5dd9-a4ce-cd02c614acc4 with identifier: FH66%20SFV
2026-03-30 06:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 657a0c38-50a2-5dd9-a4ce-cd02c614acc4 with scrape type 2
2026-03-30 06:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 657a0c38-50a2-5dd9-a4ce-cd02c614acc4 with scrape type 2
2026-03-30 06:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 657a0c38-50a2-5dd9-a4ce-cd02c614acc4, identifier: FH66%20SFV
2026-03-30 06:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 657a0c38-50a2-5dd9-a4ce-cd02c614acc4 with identifier: FH66%20SFV
2026-03-30 06:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 657a0c38-50a2-5dd9-a4ce-cd02c614acc4 with identifier: FH66%20SFV
2026-03-30 06:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 657a0c38-50a2-5dd9-a4ce-cd02c614acc4 with identifier: FH66%20SFV to the API
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 70,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH66%20SFV-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': '657a0c38-50a2-5dd9-a4ce-cd02c614acc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FH66 SFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH66%20SFV&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'TOYOTA',
'model': 'PRIUS',
'odometer': 135760,
'odometer_reading_unit': '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 PRIUS 1.8 VVTI ACTIVE Hatchback',
'transmission': 'automatic',
'trim': 'VVTI ACTIVE',
'vin': 'JTDKB3FU703540748',
'year': 2017}
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH66%2520SFV%27 HTTP/1.1" 200 None
2026-03-30 06:02:05 [bca.uk] INFO: Saving data for FH66%20SFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535326.167146, 'last_price_update_time': 1774850525.404164}
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH66%2520SFV') HTTP/1.1" 204 0
2026-03-30 06:02:05 [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-30 06:02:05 [bca.uk] INFO: Found listing with ID: YF13%20MDZ
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF13%2520MDZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:05 [bca.uk] INFO: Scrape type for YF13%20MDZ: 2
2026-03-30 06:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b273d6f6-b2f2-5ef4-bd5a-df3f83addcf1 with identifier: YF13%20MDZ
2026-03-30 06:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b273d6f6-b2f2-5ef4-bd5a-df3f83addcf1 with scrape type 2
2026-03-30 06:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b273d6f6-b2f2-5ef4-bd5a-df3f83addcf1 with scrape type 2
2026-03-30 06:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b273d6f6-b2f2-5ef4-bd5a-df3f83addcf1, identifier: YF13%20MDZ
2026-03-30 06:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b273d6f6-b2f2-5ef4-bd5a-df3f83addcf1 with identifier: YF13%20MDZ
2026-03-30 06:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b273d6f6-b2f2-5ef4-bd5a-df3f83addcf1 with identifier: YF13%20MDZ
2026-03-30 06:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b273d6f6-b2f2-5ef4-bd5a-df3f83addcf1 with identifier: YF13%20MDZ to the API
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 85,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF13%20MDZ-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': 'b273d6f6-b2f2-5ef4-bd5a-df3f83addcf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF13 MDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF13%20MDZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'TOYOTA',
'model': 'AURIS TOURING',
'odometer': 456744,
'odometer_reading_unit': '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 AURIS TOURING 1.8 VVTI HYBRID EXCEL Estate',
'transmission': 'automatic',
'trim': 'VVTI HYBRID EXCEL',
'vin': 'SB1ZS3JE70E032917',
'year': 2013}
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF13%2520MDZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:05 [bca.uk] INFO: Saving data for YF13%20MDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535328.433802, 'last_price_update_time': 1774850525.970721}
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF13%2520MDZ') HTTP/1.1" 204 0
2026-03-30 06:02:05 [bca.uk] INFO: Found listing with ID: DF66%20HMU
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520HMU%27 HTTP/1.1" 200 None
2026-03-30 06:02:06 [bca.uk] INFO: Scrape type for DF66%20HMU: 0
2026-03-30 06:02:06 [bca.uk] INFO: Found listing with ID: HG15%20FWC
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG15%2520FWC%27 HTTP/1.1" 200 None
2026-03-30 06:02:06 [bca.uk] INFO: Scrape type for HG15%20FWC: 0
2026-03-30 06:02:06 [bca.uk] INFO: Found listing with ID: KM61%20BXB
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520BXB%27 HTTP/1.1" 200 None
2026-03-30 06:02:06 [bca.uk] INFO: Scrape type for KM61%20BXB: 0
2026-03-30 06:02:06 [bca.uk] INFO: Found listing with ID: GJ13%20TFE
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ13%2520TFE%27 HTTP/1.1" 200 None
2026-03-30 06:02:06 [bca.uk] INFO: Scrape type for GJ13%20TFE: 0
2026-03-30 06:02:06 [bca.uk] INFO: Found listing with ID: DV14%20UMS
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520UMS%27 HTTP/1.1" 200 None
2026-03-30 06:02:06 [bca.uk] INFO: Scrape type for DV14%20UMS: 2
2026-03-30 06:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45ba0d99-391b-51f4-9023-239506aef6ed with identifier: DV14%20UMS
2026-03-30 06:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45ba0d99-391b-51f4-9023-239506aef6ed with scrape type 2
2026-03-30 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45ba0d99-391b-51f4-9023-239506aef6ed with scrape type 2
2026-03-30 06:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45ba0d99-391b-51f4-9023-239506aef6ed, identifier: DV14%20UMS
2026-03-30 06:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45ba0d99-391b-51f4-9023-239506aef6ed with identifier: DV14%20UMS
2026-03-30 06:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45ba0d99-391b-51f4-9023-239506aef6ed with identifier: DV14%20UMS
2026-03-30 06:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45ba0d99-391b-51f4-9023-239506aef6ed with identifier: DV14%20UMS to the API
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV14%20UMS-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '45ba0d99-391b-51f4-9023-239506aef6ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV14 UMS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV14%20UMS&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 93722,
'odometer_reading_unit': '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': 'W0LJD7EL1EB671126',
'year': 2014}
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520UMS%27 HTTP/1.1" 200 None
2026-03-30 06:02:06 [bca.uk] INFO: Saving data for DV14%20UMS: {'auction_closing_time': 1774864800.0, 'created_time': 1774534742.744955, 'last_price_update_time': 1774850526.734756}
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV14%2520UMS') HTTP/1.1" 204 0
2026-03-30 06:02:06 [bca.uk] INFO: Total items found: 100
2026-03-30 06:02:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded
2026-03-30 06:02:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:02:06 [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-30 06:02:06 [bca.uk] INFO: Found listing with ID: FR62%20KCZ
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR62%2520KCZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:06 [bca.uk] INFO: Scrape type for FR62%20KCZ: 0
2026-03-30 06:02:06 [bca.uk] INFO: Found listing with ID: MX13%20XNM
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX13%2520XNM%27 HTTP/1.1" 200 None
2026-03-30 06:02:06 [bca.uk] INFO: Scrape type for MX13%20XNM: 2
2026-03-30 06:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adbb5714-db22-5cae-80ed-aa83ecabdf3c with identifier: MX13%20XNM
2026-03-30 06:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adbb5714-db22-5cae-80ed-aa83ecabdf3c with scrape type 2
2026-03-30 06:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adbb5714-db22-5cae-80ed-aa83ecabdf3c with scrape type 2
2026-03-30 06:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adbb5714-db22-5cae-80ed-aa83ecabdf3c, identifier: MX13%20XNM
2026-03-30 06:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adbb5714-db22-5cae-80ed-aa83ecabdf3c with identifier: MX13%20XNM
2026-03-30 06:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adbb5714-db22-5cae-80ed-aa83ecabdf3c with identifier: MX13%20XNM
2026-03-30 06:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adbb5714-db22-5cae-80ed-aa83ecabdf3c with identifier: MX13%20XNM to the API
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX13%20XNM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'adbb5714-db22-5cae-80ed-aa83ecabdf3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MX13 XNM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX13%20XNM&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SEAT',
'model': 'MII',
'odometer': 104288,
'odometer_reading_unit': '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 MII 1.0 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'VSSZZZAAZDD311709',
'year': 2013}
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX13%2520XNM%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Saving data for MX13%20XNM: {'auction_closing_time': 1774864800.0, 'created_time': 1774535893.833097, 'last_price_update_time': 1774850527.310613}
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX13%2520XNM') HTTP/1.1" 204 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: VO65%20FFY
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO65%2520FFY%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for VO65%20FFY: 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: DU17%20VHK
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU17%2520VHK%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for DU17%20VHK: 2
2026-03-30 06:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f3f6d4a-4af1-586d-9877-d9826264bc2c with identifier: DU17%20VHK
2026-03-30 06:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f3f6d4a-4af1-586d-9877-d9826264bc2c with scrape type 2
2026-03-30 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f3f6d4a-4af1-586d-9877-d9826264bc2c with scrape type 2
2026-03-30 06:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f3f6d4a-4af1-586d-9877-d9826264bc2c, identifier: DU17%20VHK
2026-03-30 06:02:07 [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-30 06:02:07 [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-30 06:02:07 [bca.uk] INFO: Found listing with ID: WM63%20VKD
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM63%2520VKD%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for WM63%20VKD: 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: WUI%209939
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WUI%25209939%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for WUI%209939: 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: BA16%20XGY
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BA16%2520XGY%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for BA16%20XGY: 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: NJ17%20XBA
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ17%2520XBA%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for NJ17%20XBA: 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: Y33%20LJS
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y33%2520LJS%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for Y33%20LJS: 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: WR15%20RXK
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR15%2520RXK%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for WR15%20RXK: 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: YX19%20VMG
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX19%2520VMG%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for YX19%20VMG: 0
2026-03-30 06:02:07 [bca.uk] INFO: Found listing with ID: VN60%20CDO
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN60%2520CDO%27 HTTP/1.1" 200 None
2026-03-30 06:02:07 [bca.uk] INFO: Scrape type for VN60%20CDO: 2
2026-03-30 06:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with identifier: VN60%20CDO
2026-03-30 06:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with scrape type 2
2026-03-30 06:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with scrape type 2
2026-03-30 06:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965, identifier: VN60%20CDO
2026-03-30 06:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f3f6d4a-4af1-586d-9877-d9826264bc2c with identifier: DU17%20VHK
2026-03-30 06:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f3f6d4a-4af1-586d-9877-d9826264bc2c with identifier: DU17%20VHK
2026-03-30 06:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f3f6d4a-4af1-586d-9877-d9826264bc2c with identifier: DU17%20VHK to the API
2026-03-30 06:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU17%20VHK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6f3f6d4a-4af1-586d-9877-d9826264bc2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU17 VHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU17%20VHK&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI LIFE',
'odometer': 18979,
'odometer_reading_unit': '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 LIFE 1.4 TSI 125 DSG MPV',
'transmission': 'automatic',
'trim': 'TSI 125 DSG',
'vin': 'WV2ZZZ2KZHX097519',
'year': 2017}
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU17%2520VHK%27 HTTP/1.1" 200 None
2026-03-30 06:02:08 [bca.uk] INFO: Saving data for DU17%20VHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774361988.388617, 'last_price_update_time': 1774850528.074674}
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU17%2520VHK') HTTP/1.1" 204 0
2026-03-30 06:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with identifier: VN60%20CDO
2026-03-30 06:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9227d31-ace0-5be6-9a2f-2ba2cb9c4965 with identifier: VN60%20CDO
2026-03-30 06:02:08 [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-30 06:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-31T10: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-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN60%2520CDO%27 HTTP/1.1" 200 None
2026-03-30 06:02:08 [bca.uk] INFO: Saving data for VN60%20CDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774448747.162764, 'last_price_update_time': 1774850528.529657}
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:08 [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-30 06:02:08 [bca.uk] INFO: Found listing with ID: EN63%20CGG
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN63%2520CGG%27 HTTP/1.1" 200 None
2026-03-30 06:02:08 [bca.uk] INFO: Scrape type for EN63%20CGG: 0
2026-03-30 06:02:08 [bca.uk] INFO: Found listing with ID: VU65%20FPP
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU65%2520FPP%27 HTTP/1.1" 200 None
2026-03-30 06:02:08 [bca.uk] INFO: Scrape type for VU65%20FPP: 2
2026-03-30 06:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85596ab1-0fe6-5f6a-abb1-ed3234ce6909 with identifier: VU65%20FPP
2026-03-30 06:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85596ab1-0fe6-5f6a-abb1-ed3234ce6909 with scrape type 2
2026-03-30 06:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85596ab1-0fe6-5f6a-abb1-ed3234ce6909 with scrape type 2
2026-03-30 06:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85596ab1-0fe6-5f6a-abb1-ed3234ce6909, identifier: VU65%20FPP
2026-03-30 06:02:08 [bca.uk] INFO: Found listing with ID: BXZ%204666
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BXZ%25204666%27 HTTP/1.1" 200 None
2026-03-30 06:02:08 [bca.uk] INFO: Scrape type for BXZ%204666: 0
2026-03-30 06:02:08 [bca.uk] INFO: Found listing with ID: KY65%20SXP
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY65%2520SXP%27 HTTP/1.1" 200 None
2026-03-30 06:02:08 [bca.uk] INFO: Scrape type for KY65%20SXP: 0
2026-03-30 06:02:08 [bca.uk] INFO: Found listing with ID: EK60%20ONZ
2026-03-30 06:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK60%2520ONZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Scrape type for EK60%20ONZ: 0
2026-03-30 06:02:09 [bca.uk] INFO: Found listing with ID: LO09%20ZCU
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO09%2520ZCU%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Scrape type for LO09%20ZCU: 0
2026-03-30 06:02:09 [bca.uk] INFO: Found listing with ID: WR67%20PEO
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR67%2520PEO%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Scrape type for WR67%20PEO: 0
2026-03-30 06:02:09 [bca.uk] INFO: Found listing with ID: MX68%20KYT
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX68%2520KYT%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Scrape type for MX68%20KYT: 0
2026-03-30 06:02:09 [bca.uk] INFO: Found listing with ID: LM68%20YDH
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM68%2520YDH%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Scrape type for LM68%20YDH: 0
2026-03-30 06:02:09 [bca.uk] INFO: Found listing with ID: MF18%20AYJ
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF18%2520AYJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Scrape type for MF18%20AYJ: 0
2026-03-30 06:02:09 [bca.uk] INFO: Found listing with ID: DC16%20NVK
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC16%2520NVK%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Scrape type for DC16%20NVK: 0
2026-03-30 06:02:09 [bca.uk] INFO: Found listing with ID: BJ67%20RFF
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ67%2520RFF%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Scrape type for BJ67%20RFF: 2
2026-03-30 06:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef75f8e0-accf-5a8d-b3f1-2cdd9585e05c with identifier: BJ67%20RFF
2026-03-30 06:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef75f8e0-accf-5a8d-b3f1-2cdd9585e05c with scrape type 2
2026-03-30 06:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef75f8e0-accf-5a8d-b3f1-2cdd9585e05c with scrape type 2
2026-03-30 06:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef75f8e0-accf-5a8d-b3f1-2cdd9585e05c, identifier: BJ67%20RFF
2026-03-30 06:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85596ab1-0fe6-5f6a-abb1-ed3234ce6909 with identifier: VU65%20FPP
2026-03-30 06:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85596ab1-0fe6-5f6a-abb1-ed3234ce6909 with identifier: VU65%20FPP
2026-03-30 06:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85596ab1-0fe6-5f6a-abb1-ed3234ce6909 with identifier: VU65%20FPP to the API
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:09 [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': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU65%20FPP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '85596ab1-0fe6-5f6a-abb1-ed3234ce6909',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VU65 FPP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU65%20FPP&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MINI',
'model': 'COOPER',
'odometer': 56078,
'odometer_reading_unit': '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': 'WMWXT320602C10207',
'year': 2015}
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU65%2520FPP%27 HTTP/1.1" 200 None
2026-03-30 06:02:09 [bca.uk] INFO: Saving data for VU65%20FPP: {'auction_closing_time': 1774951200.0, 'created_time': 1774362045.842212, 'last_price_update_time': 1774850529.761555}
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU65%2520FPP') HTTP/1.1" 204 0
2026-03-30 06:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef75f8e0-accf-5a8d-b3f1-2cdd9585e05c with identifier: BJ67%20RFF
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:02:09 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=orange HTTP/1.1" 200 None
2026-03-30 06:02:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef75f8e0-accf-5a8d-b3f1-2cdd9585e05c with identifier: BJ67%20RFF
2026-03-30 06:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef75f8e0-accf-5a8d-b3f1-2cdd9585e05c with identifier: BJ67%20RFF to the API
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ67%20RFF-GB',
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ef75f8e0-accf-5a8d-b3f1-2cdd9585e05c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ67 RFF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ67%20RFF&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 34124,
'odometer_reading_unit': '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 MICRA 0.9 IG-T 90 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'IG-T 90 N-CONNECTA',
'vin': 'VNVK1400058814021',
'year': 2017}
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ67%2520RFF%27 HTTP/1.1" 200 None
2026-03-30 06:02:10 [bca.uk] INFO: Saving data for BJ67%20RFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774536140.576871, 'last_price_update_time': 1774850530.408194}
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ67%2520RFF') HTTP/1.1" 204 0
2026-03-30 06:02:10 [bca.uk] INFO: Found listing with ID: HN54%20ZBG
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN54%2520ZBG%27 HTTP/1.1" 200 None
2026-03-30 06:02:10 [bca.uk] INFO: Scrape type for HN54%20ZBG: 0
2026-03-30 06:02:10 [bca.uk] INFO: Found listing with ID: BV68%20KXR
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV68%2520KXR%27 HTTP/1.1" 200 None
2026-03-30 06:02:10 [bca.uk] INFO: Scrape type for BV68%20KXR: 0
2026-03-30 06:02:10 [bca.uk] INFO: Found listing with ID: GV18%20EXP
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV18%2520EXP%27 HTTP/1.1" 200 None
2026-03-30 06:02:10 [bca.uk] INFO: Scrape type for GV18%20EXP: 0
2026-03-30 06:02:10 [bca.uk] INFO: Found listing with ID: LJ68%20TTK
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ68%2520TTK%27 HTTP/1.1" 200 None
2026-03-30 06:02:10 [bca.uk] INFO: Scrape type for LJ68%20TTK: 0
2026-03-30 06:02:10 [bca.uk] INFO: Found listing with ID: MJ19%20UHC
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ19%2520UHC%27 HTTP/1.1" 200 None
2026-03-30 06:02:10 [bca.uk] INFO: Scrape type for MJ19%20UHC: 2
2026-03-30 06:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 036dfc03-e181-5bad-9681-24e8d87eb542 with identifier: MJ19%20UHC
2026-03-30 06:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 036dfc03-e181-5bad-9681-24e8d87eb542 with scrape type 2
2026-03-30 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 036dfc03-e181-5bad-9681-24e8d87eb542 with scrape type 2
2026-03-30 06:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 036dfc03-e181-5bad-9681-24e8d87eb542, identifier: MJ19%20UHC
2026-03-30 06:02:10 [bca.uk] INFO: Found listing with ID: BW15%20ORL
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW15%2520ORL%27 HTTP/1.1" 200 None
2026-03-30 06:02:10 [bca.uk] INFO: Scrape type for BW15%20ORL: 0
2026-03-30 06:02:10 [bca.uk] INFO: Found listing with ID: CK17%20ZKE
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK17%2520ZKE%27 HTTP/1.1" 200 None
2026-03-30 06:02:10 [bca.uk] INFO: Scrape type for CK17%20ZKE: 2
2026-03-30 06:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67212e10-0cbb-5dfd-bbe4-73052eb70ef6 with identifier: CK17%20ZKE
2026-03-30 06:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67212e10-0cbb-5dfd-bbe4-73052eb70ef6 with scrape type 2
2026-03-30 06:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67212e10-0cbb-5dfd-bbe4-73052eb70ef6 with scrape type 2
2026-03-30 06:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67212e10-0cbb-5dfd-bbe4-73052eb70ef6, identifier: CK17%20ZKE
2026-03-30 06:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 036dfc03-e181-5bad-9681-24e8d87eb542 with identifier: MJ19%20UHC
2026-03-30 06:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 036dfc03-e181-5bad-9681-24e8d87eb542 with identifier: MJ19%20UHC
2026-03-30 06:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 036dfc03-e181-5bad-9681-24e8d87eb542 with identifier: MJ19%20UHC to the API
2026-03-30 06:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ19%20UHC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '036dfc03-e181-5bad-9681-24e8d87eb542',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ19 UHC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ19%20UHC&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 41086,
'odometer_reading_unit': '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 GO SE Hatchback',
'transmission': 'manual',
'trim': 'GO SE',
'vin': 'NLHA851ALKZ493497',
'year': 2019}
2026-03-30 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ19%2520UHC%27 HTTP/1.1" 200 None
2026-03-30 06:02:11 [bca.uk] INFO: Saving data for MJ19%20UHC: {'auction_closing_time': 1774951200.0, 'created_time': 1774438142.278059, 'last_price_update_time': 1774850531.141099}
2026-03-30 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ19%2520UHC') HTTP/1.1" 204 0
2026-03-30 06:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67212e10-0cbb-5dfd-bbe4-73052eb70ef6 with identifier: CK17%20ZKE
2026-03-30 06:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67212e10-0cbb-5dfd-bbe4-73052eb70ef6 with identifier: CK17%20ZKE
2026-03-30 06:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67212e10-0cbb-5dfd-bbe4-73052eb70ef6 with identifier: CK17%20ZKE to the API
2026-03-30 06:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK17%20ZKE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '67212e10-0cbb-5dfd-bbe4-73052eb70ef6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK17 ZKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK17%20ZKE&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'DACIA',
'model': 'SANDERO',
'odometer': 76058,
'odometer_reading_unit': '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 SANDERO 1.0 SCE AMBIANCE Hatchback',
'transmission': 'manual',
'trim': 'SCE AMBIANCE',
'vin': 'UU15SDMC557931038',
'year': 2017}
2026-03-30 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK17%2520ZKE%27 HTTP/1.1" 200 None
2026-03-30 06:02:12 [bca.uk] INFO: Saving data for CK17%20ZKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774536043.516206, 'last_price_update_time': 1774850532.306947}
2026-03-30 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK17%2520ZKE') HTTP/1.1" 204 0
2026-03-30 06:02:12 [bca.uk] INFO: Found listing with ID: YH14%20PZJ
2026-03-30 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH14%2520PZJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:12 [bca.uk] INFO: Scrape type for YH14%20PZJ: 2
2026-03-30 06:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33c32065-ef08-593e-8c68-ddd71b1381ed with identifier: YH14%20PZJ
2026-03-30 06:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33c32065-ef08-593e-8c68-ddd71b1381ed with scrape type 2
2026-03-30 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33c32065-ef08-593e-8c68-ddd71b1381ed with scrape type 2
2026-03-30 06:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33c32065-ef08-593e-8c68-ddd71b1381ed, identifier: YH14%20PZJ
2026-03-30 06:02:12 [bca.uk] INFO: Found listing with ID: YE15%20LBK
2026-03-30 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE15%2520LBK%27 HTTP/1.1" 200 None
2026-03-30 06:02:12 [bca.uk] INFO: Scrape type for YE15%20LBK: 2
2026-03-30 06:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1302f106-07df-52ce-af95-0663caf13252 with identifier: YE15%20LBK
2026-03-30 06:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1302f106-07df-52ce-af95-0663caf13252 with scrape type 2
2026-03-30 06:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1302f106-07df-52ce-af95-0663caf13252 with scrape type 2
2026-03-30 06:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1302f106-07df-52ce-af95-0663caf13252, identifier: YE15%20LBK
2026-03-30 06:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33c32065-ef08-593e-8c68-ddd71b1381ed with identifier: YH14%20PZJ
2026-03-30 06:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33c32065-ef08-593e-8c68-ddd71b1381ed with identifier: YH14%20PZJ
2026-03-30 06:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33c32065-ef08-593e-8c68-ddd71b1381ed with identifier: YH14%20PZJ to the API
2026-03-30 06:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH14%20PZJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '33c32065-ef08-593e-8c68-ddd71b1381ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH14 PZJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH14%20PZJ&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 88982,
'odometer_reading_unit': '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 S Hatchback',
'transmission': 'manual',
'trim': 'S',
'vin': 'NLHA751ALFZ033093',
'year': 2014}
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH14%2520PZJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Saving data for YH14%20PZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535175.614469, 'last_price_update_time': 1774850533.27951}
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH14%2520PZJ') HTTP/1.1" 204 0
2026-03-30 06:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1302f106-07df-52ce-af95-0663caf13252 with identifier: YE15%20LBK
2026-03-30 06:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1302f106-07df-52ce-af95-0663caf13252 with identifier: YE15%20LBK
2026-03-30 06:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1302f106-07df-52ce-af95-0663caf13252 with identifier: YE15%20LBK to the API
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE15%20LBK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1302f106-07df-52ce-af95-0663caf13252',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE15 LBK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE15%20LBK&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 70164,
'odometer_reading_unit': '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': 'JN1TCNT32U0006951',
'year': 2015}
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE15%2520LBK%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Saving data for YE15%20LBK: {'auction_closing_time': 1774864800.0, 'created_time': 1774362180.285622, 'last_price_update_time': 1774850533.632455}
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE15%2520LBK') HTTP/1.1" 204 0
2026-03-30 06:02:13 [bca.uk] INFO: Found listing with ID: YX64%20PZC
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX64%2520PZC%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Scrape type for YX64%20PZC: 0
2026-03-30 06:02:13 [bca.uk] INFO: Found listing with ID: X754%20XJO
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27X754%2520XJO%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Scrape type for X754%20XJO: 0
2026-03-30 06:02:13 [bca.uk] INFO: Found listing with ID: KD55%20WDG
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD55%2520WDG%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Scrape type for KD55%20WDG: 0
2026-03-30 06:02:13 [bca.uk] INFO: Found listing with ID: HN09%20VCM
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN09%2520VCM%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Scrape type for HN09%20VCM: 2
2026-03-30 06:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41a8b6e7-0ff5-5d97-9464-b5d87d31f2ad with identifier: HN09%20VCM
2026-03-30 06:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41a8b6e7-0ff5-5d97-9464-b5d87d31f2ad with scrape type 2
2026-03-30 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41a8b6e7-0ff5-5d97-9464-b5d87d31f2ad with scrape type 2
2026-03-30 06:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41a8b6e7-0ff5-5d97-9464-b5d87d31f2ad, identifier: HN09%20VCM
2026-03-30 06:02:13 [bca.uk] INFO: Found listing with ID: DN13%20GUA
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN13%2520GUA%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Scrape type for DN13%20GUA: 0
2026-03-30 06:02:13 [bca.uk] INFO: Found listing with ID: KR08%20PHX
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR08%2520PHX%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Scrape type for KR08%20PHX: 0
2026-03-30 06:02:13 [bca.uk] INFO: Found listing with ID: GU68%20BPY
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU68%2520BPY%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Scrape type for GU68%20BPY: 0
2026-03-30 06:02:13 [bca.uk] INFO: Found listing with ID: VU18%20ACY
2026-03-30 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU18%2520ACY%27 HTTP/1.1" 200 None
2026-03-30 06:02:13 [bca.uk] INFO: Scrape type for VU18%20ACY: 2
2026-03-30 06:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8361314-458f-59f4-ab1c-6da19cc7de2b with identifier: VU18%20ACY
2026-03-30 06:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8361314-458f-59f4-ab1c-6da19cc7de2b with scrape type 2
2026-03-30 06:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8361314-458f-59f4-ab1c-6da19cc7de2b with scrape type 2
2026-03-30 06:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8361314-458f-59f4-ab1c-6da19cc7de2b, identifier: VU18%20ACY
2026-03-30 06:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41a8b6e7-0ff5-5d97-9464-b5d87d31f2ad with identifier: HN09%20VCM
2026-03-30 06:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41a8b6e7-0ff5-5d97-9464-b5d87d31f2ad with identifier: HN09%20VCM
2026-03-30 06:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41a8b6e7-0ff5-5d97-9464-b5d87d31f2ad with identifier: HN09%20VCM to the API
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:14 [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': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN09%20VCM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '41a8b6e7-0ff5-5d97-9464-b5d87d31f2ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN09 VCM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN09%20VCM&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 109647,
'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 ELITE Hatchback',
'transmission': 'manual',
'trim': 'VVT 115 ELITE',
'vin': 'W0L0AHL4898044079',
'year': 2009}
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN09%2520VCM%27 HTTP/1.1" 200 None
2026-03-30 06:02:14 [bca.uk] INFO: Saving data for HN09%20VCM: {'auction_closing_time': 1774864800.0, 'created_time': 1774621553.35441, 'last_price_update_time': 1774850534.441864}
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN09%2520VCM') HTTP/1.1" 204 0
2026-03-30 06:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8361314-458f-59f4-ab1c-6da19cc7de2b with identifier: VU18%20ACY
2026-03-30 06:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8361314-458f-59f4-ab1c-6da19cc7de2b with identifier: VU18%20ACY
2026-03-30 06:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8361314-458f-59f4-ab1c-6da19cc7de2b with identifier: VU18%20ACY to the API
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU18%20ACY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c8361314-458f-59f4-ab1c-6da19cc7de2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VU18 ACY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU18%20ACY&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'CITROEN',
'model': 'C3 AIRCROSS',
'odometer': 55139,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'CITROEN C3 AIRCROSS 1.2 P/T 110 FEEL Hatchback',
'transmission': 'manual',
'trim': 'P/T 110 FEEL',
'vin': 'VF72RHNZBJ4137513',
'year': 2018}
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU18%2520ACY%27 HTTP/1.1" 200 None
2026-03-30 06:02:14 [bca.uk] INFO: Saving data for VU18%20ACY: {'auction_closing_time': 1774864800.0, 'created_time': 1773930657.844109, 'last_price_update_time': 1774850534.89071}
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU18%2520ACY') HTTP/1.1" 204 0
2026-03-30 06:02:14 [bca.uk] INFO: Found listing with ID: WR10%20KTF
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR10%2520KTF%27 HTTP/1.1" 200 None
2026-03-30 06:02:14 [bca.uk] INFO: Scrape type for WR10%20KTF: 2
2026-03-30 06:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0544a30f-0d3d-5db1-900d-1fe1c435fe09 with identifier: WR10%20KTF
2026-03-30 06:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0544a30f-0d3d-5db1-900d-1fe1c435fe09 with scrape type 2
2026-03-30 06:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0544a30f-0d3d-5db1-900d-1fe1c435fe09 with scrape type 2
2026-03-30 06:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0544a30f-0d3d-5db1-900d-1fe1c435fe09, identifier: WR10%20KTF
2026-03-30 06:02:15 [bca.uk] INFO: Found listing with ID: CV68%20XCO
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV68%2520XCO%27 HTTP/1.1" 200 None
2026-03-30 06:02:15 [bca.uk] INFO: Scrape type for CV68%20XCO: 0
2026-03-30 06:02:15 [bca.uk] INFO: Found listing with ID: BT68%20WJK
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT68%2520WJK%27 HTTP/1.1" 200 None
2026-03-30 06:02:15 [bca.uk] INFO: Scrape type for BT68%20WJK: 0
2026-03-30 06:02:15 [bca.uk] INFO: Found listing with ID: MT18%20EXX
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT18%2520EXX%27 HTTP/1.1" 200 None
2026-03-30 06:02:15 [bca.uk] INFO: Scrape type for MT18%20EXX: 2
2026-03-30 06:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfb5bd7b-6efc-56bd-87d6-26e959027dee with identifier: MT18%20EXX
2026-03-30 06:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfb5bd7b-6efc-56bd-87d6-26e959027dee with scrape type 2
2026-03-30 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfb5bd7b-6efc-56bd-87d6-26e959027dee with scrape type 2
2026-03-30 06:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfb5bd7b-6efc-56bd-87d6-26e959027dee, identifier: MT18%20EXX
2026-03-30 06:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0544a30f-0d3d-5db1-900d-1fe1c435fe09 with identifier: WR10%20KTF
2026-03-30 06:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0544a30f-0d3d-5db1-900d-1fe1c435fe09 with identifier: WR10%20KTF
2026-03-30 06:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0544a30f-0d3d-5db1-900d-1fe1c435fe09 with identifier: WR10%20KTF to the API
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR10%20KTF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0544a30f-0d3d-5db1-900d-1fe1c435fe09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR10 KTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR10%20KTF&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 176182,
'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 2.0 TDI 170 BLACK ED.S-T Hatchback',
'transmission': 'automatic',
'trim': 'TDI 170 BLACK ED.S-T',
'vin': 'WAUZZZ8P9AA146988',
'year': 2010}
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR10%2520KTF%27 HTTP/1.1" 200 None
2026-03-30 06:02:15 [bca.uk] INFO: Saving data for WR10%20KTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774621539.654253, 'last_price_update_time': 1774850535.542317}
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR10%2520KTF') HTTP/1.1" 204 0
2026-03-30 06:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfb5bd7b-6efc-56bd-87d6-26e959027dee with identifier: MT18%20EXX
2026-03-30 06:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfb5bd7b-6efc-56bd-87d6-26e959027dee with identifier: MT18%20EXX
2026-03-30 06:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfb5bd7b-6efc-56bd-87d6-26e959027dee with identifier: MT18%20EXX to the API
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:15 [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=MT18%20EXX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bfb5bd7b-6efc-56bd-87d6-26e959027dee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT18 EXX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT18%20EXX&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 71747,
'odometer_reading_unit': '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 2008 1.2 P/T 110 GT LINE EAT6 MPV',
'transmission': 'automatic',
'trim': 'P/T 110 GT LINE EAT6',
'vin': 'VF3CUHNZTJY034503',
'year': 2018}
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT18%2520EXX%27 HTTP/1.1" 200 None
2026-03-30 06:02:15 [bca.uk] INFO: Saving data for MT18%20EXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774536142.782623, 'last_price_update_time': 1774850535.923929}
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT18%2520EXX') HTTP/1.1" 204 0
2026-03-30 06:02:15 [bca.uk] INFO: Found listing with ID: AX06%20BHJ
2026-03-30 06:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX06%2520BHJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:15 [bca.uk] INFO: Scrape type for AX06%20BHJ: 2
2026-03-30 06:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c676333-b899-562b-a145-3a9bc643140d with identifier: AX06%20BHJ
2026-03-30 06:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c676333-b899-562b-a145-3a9bc643140d with scrape type 2
2026-03-30 06:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c676333-b899-562b-a145-3a9bc643140d with scrape type 2
2026-03-30 06:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c676333-b899-562b-a145-3a9bc643140d, identifier: AX06%20BHJ
2026-03-30 06:02:16 [bca.uk] INFO: Found listing with ID: YS18%20GXM
2026-03-30 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS18%2520GXM%27 HTTP/1.1" 200 None
2026-03-30 06:02:16 [bca.uk] INFO: Scrape type for YS18%20GXM: 2
2026-03-30 06:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b88579-d7fc-547e-99f7-1035d39ff483 with identifier: YS18%20GXM
2026-03-30 06:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b88579-d7fc-547e-99f7-1035d39ff483 with scrape type 2
2026-03-30 06:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b88579-d7fc-547e-99f7-1035d39ff483 with scrape type 2
2026-03-30 06:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96b88579-d7fc-547e-99f7-1035d39ff483, identifier: YS18%20GXM
2026-03-30 06:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c676333-b899-562b-a145-3a9bc643140d with identifier: AX06%20BHJ
2026-03-30 06:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c676333-b899-562b-a145-3a9bc643140d with identifier: AX06%20BHJ
2026-03-30 06:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c676333-b899-562b-a145-3a9bc643140d with identifier: AX06%20BHJ to the API
2026-03-30 06:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX06%20BHJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3c676333-b899-562b-a145-3a9bc643140d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AX06 BHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX06%20BHJ&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MINI',
'model': 'COOPER',
'odometer': 130121,
'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 Convertible',
'transmission': 'automatic',
'trim': '',
'vin': 'WMWRF32030TG02877',
'year': 2006}
2026-03-30 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX06%2520BHJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:16 [bca.uk] INFO: Saving data for AX06%20BHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774621488.334584, 'last_price_update_time': 1774850536.967977}
2026-03-30 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX06%2520BHJ') HTTP/1.1" 204 0
2026-03-30 06:02:16 [scrapy.extensions.logstats] INFO: Crawled 9 pages (at 7 pages/min), scraped 80 items (at 78 items/min)
2026-03-30 06:02:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 183MiB
2026-03-30 06:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96b88579-d7fc-547e-99f7-1035d39ff483 with identifier: YS18%20GXM
2026-03-30 06:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96b88579-d7fc-547e-99f7-1035d39ff483 with identifier: YS18%20GXM
2026-03-30 06:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96b88579-d7fc-547e-99f7-1035d39ff483 with identifier: YS18%20GXM to the API
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS18%20GXM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '96b88579-d7fc-547e-99f7-1035d39ff483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS18 GXM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS18%20GXM&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'CITROEN',
'model': 'C3 AIRCROSS',
'odometer': 71278,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'CITROEN C3 AIRCROSS 1.2 P/T 110 FEEL Hatchback',
'transmission': 'manual',
'trim': 'P/T 110 FEEL',
'vin': 'VF72RHNZBJ4282043',
'year': 2018}
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS18%2520GXM%27 HTTP/1.1" 200 None
2026-03-30 06:02:17 [bca.uk] INFO: Saving data for YS18%20GXM: {'auction_closing_time': 1774864800.0, 'created_time': 1773960125.512437, 'last_price_update_time': 1774850537.339626}
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520GXM') HTTP/1.1" 204 0
2026-03-30 06:02:17 [bca.uk] INFO: Found listing with ID: BF08%20KXH
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF08%2520KXH%27 HTTP/1.1" 200 None
2026-03-30 06:02:17 [bca.uk] INFO: Scrape type for BF08%20KXH: 0
2026-03-30 06:02:17 [bca.uk] INFO: Found listing with ID: DA11%20XHP
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA11%2520XHP%27 HTTP/1.1" 200 None
2026-03-30 06:02:17 [bca.uk] INFO: Scrape type for DA11%20XHP: 0
2026-03-30 06:02:17 [bca.uk] INFO: Found listing with ID: DV15%20BDX
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV15%2520BDX%27 HTTP/1.1" 200 None
2026-03-30 06:02:17 [bca.uk] INFO: Scrape type for DV15%20BDX: 0
2026-03-30 06:02:17 [bca.uk] INFO: Found listing with ID: GD05%20ESY
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD05%2520ESY%27 HTTP/1.1" 200 None
2026-03-30 06:02:17 [bca.uk] INFO: Scrape type for GD05%20ESY: 0
2026-03-30 06:02:17 [bca.uk] INFO: Found listing with ID: GF13%20WKW
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF13%2520WKW%27 HTTP/1.1" 200 None
2026-03-30 06:02:17 [bca.uk] INFO: Scrape type for GF13%20WKW: 0
2026-03-30 06:02:17 [bca.uk] INFO: Found listing with ID: GY62%20LMK
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY62%2520LMK%27 HTTP/1.1" 200 None
2026-03-30 06:02:17 [bca.uk] INFO: Scrape type for GY62%20LMK: 0
2026-03-30 06:02:17 [bca.uk] INFO: Found listing with ID: LF13%20HMY
2026-03-30 06:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF13%2520HMY%27 HTTP/1.1" 200 None
2026-03-30 06:02:17 [bca.uk] INFO: Scrape type for LF13%20HMY: 2
2026-03-30 06:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a8a8589-3e50-5b3c-88ab-f453989a71a3 with identifier: LF13%20HMY
2026-03-30 06:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a8a8589-3e50-5b3c-88ab-f453989a71a3 with scrape type 2
2026-03-30 06:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a8a8589-3e50-5b3c-88ab-f453989a71a3 with scrape type 2
2026-03-30 06:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a8a8589-3e50-5b3c-88ab-f453989a71a3, identifier: LF13%20HMY
2026-03-30 06:02:17 [bca.uk] INFO: Found listing with ID: KN70%20HLO
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520HLO%27 HTTP/1.1" 200 None
2026-03-30 06:02:18 [bca.uk] INFO: Scrape type for KN70%20HLO: 0
2026-03-30 06:02:18 [bca.uk] INFO: Found listing with ID: FM62%20OZH
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM62%2520OZH%27 HTTP/1.1" 200 None
2026-03-30 06:02:18 [bca.uk] INFO: Scrape type for FM62%20OZH: 0
2026-03-30 06:02:18 [bca.uk] INFO: Found listing with ID: NU59%20UOF
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU59%2520UOF%27 HTTP/1.1" 200 None
2026-03-30 06:02:18 [bca.uk] INFO: Scrape type for NU59%20UOF: 0
2026-03-30 06:02:18 [bca.uk] INFO: Found listing with ID: YT09%20PVL
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT09%2520PVL%27 HTTP/1.1" 200 None
2026-03-30 06:02:18 [bca.uk] INFO: Scrape type for YT09%20PVL: 0
2026-03-30 06:02:18 [bca.uk] INFO: Found listing with ID: BJ08%20VPE
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ08%2520VPE%27 HTTP/1.1" 200 None
2026-03-30 06:02:18 [bca.uk] INFO: Scrape type for BJ08%20VPE: 0
2026-03-30 06:02:18 [bca.uk] INFO: Found listing with ID: BK16%20SVA
2026-03-30 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK16%2520SVA%27 HTTP/1.1" 200 None
2026-03-30 06:02:19 [bca.uk] INFO: Scrape type for BK16%20SVA: 0
2026-03-30 06:02:19 [bca.uk] INFO: Found listing with ID: BT65%20DVV
2026-03-30 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT65%2520DVV%27 HTTP/1.1" 200 None
2026-03-30 06:02:19 [bca.uk] INFO: Scrape type for BT65%20DVV: 2
2026-03-30 06:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd62bf20-379a-5894-a3c7-ebad82b40d7b with identifier: BT65%20DVV
2026-03-30 06:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd62bf20-379a-5894-a3c7-ebad82b40d7b with scrape type 2
2026-03-30 06:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd62bf20-379a-5894-a3c7-ebad82b40d7b with scrape type 2
2026-03-30 06:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd62bf20-379a-5894-a3c7-ebad82b40d7b, identifier: BT65%20DVV
2026-03-30 06:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a8a8589-3e50-5b3c-88ab-f453989a71a3 with identifier: LF13%20HMY
2026-03-30 06:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a8a8589-3e50-5b3c-88ab-f453989a71a3 with identifier: LF13%20HMY
2026-03-30 06:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a8a8589-3e50-5b3c-88ab-f453989a71a3 with identifier: LF13%20HMY to the API
2026-03-30 06:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:19 [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=LF13%20HMY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1a8a8589-3e50-5b3c-88ab-f453989a71a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LF13 HMY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF13%20HMY&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 49966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 1.8 I-VTEC SE Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC SE',
'vin': 'SHHFK2740DU005433',
'year': 2013}
2026-03-30 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF13%2520HMY%27 HTTP/1.1" 200 None
2026-03-30 06:02:19 [bca.uk] INFO: Saving data for LF13%20HMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774649800.737357, 'last_price_update_time': 1774850539.925393}
2026-03-30 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF13%2520HMY') HTTP/1.1" 204 0
2026-03-30 06:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd62bf20-379a-5894-a3c7-ebad82b40d7b with identifier: BT65%20DVV
2026-03-30 06:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd62bf20-379a-5894-a3c7-ebad82b40d7b with identifier: BT65%20DVV
2026-03-30 06:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd62bf20-379a-5894-a3c7-ebad82b40d7b with identifier: BT65%20DVV to the API
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:20 [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=BT65%20DVV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cd62bf20-379a-5894-a3c7-ebad82b40d7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT65 DVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT65%20DVV&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MERCEDES-BENZ',
'model': 'GLA 200 D',
'odometer': 64441,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ GLA 200 D 2.1 AMG LINE StationWagon',
'transmission': 'manual',
'trim': 'AMG LINE',
'vin': 'WDC1569082J213322',
'year': 2015}
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT65%2520DVV%27 HTTP/1.1" 200 None
2026-03-30 06:02:20 [bca.uk] INFO: Saving data for BT65%20DVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774362085.862104, 'last_price_update_time': 1774850540.378235}
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT65%2520DVV') HTTP/1.1" 204 0
2026-03-30 06:02:20 [bca.uk] INFO: Found listing with ID: LN10%20YCU
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN10%2520YCU%27 HTTP/1.1" 200 None
2026-03-30 06:02:20 [bca.uk] INFO: Scrape type for LN10%20YCU: 2
2026-03-30 06:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 813572e4-953a-5e0d-9544-2f4a8f6dea6d with identifier: LN10%20YCU
2026-03-30 06:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 813572e4-953a-5e0d-9544-2f4a8f6dea6d with scrape type 2
2026-03-30 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 813572e4-953a-5e0d-9544-2f4a8f6dea6d with scrape type 2
2026-03-30 06:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 813572e4-953a-5e0d-9544-2f4a8f6dea6d, identifier: LN10%20YCU
2026-03-30 06:02:20 [bca.uk] INFO: Found listing with ID: DC16%20EVN
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC16%2520EVN%27 HTTP/1.1" 200 None
2026-03-30 06:02:20 [bca.uk] INFO: Scrape type for DC16%20EVN: 0
2026-03-30 06:02:20 [bca.uk] INFO: Found listing with ID: DW17%20HOA
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DW17%2520HOA%27 HTTP/1.1" 200 None
2026-03-30 06:02:20 [bca.uk] INFO: Scrape type for DW17%20HOA: 0
2026-03-30 06:02:20 [bca.uk] INFO: Found listing with ID: LL66%20JRX
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL66%2520JRX%27 HTTP/1.1" 200 None
2026-03-30 06:02:20 [bca.uk] INFO: Scrape type for LL66%20JRX: 0
2026-03-30 06:02:20 [bca.uk] INFO: Found listing with ID: LO17%20DVV
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO17%2520DVV%27 HTTP/1.1" 200 None
2026-03-30 06:02:20 [bca.uk] INFO: Scrape type for LO17%20DVV: 2
2026-03-30 06:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d56ef208-ab5b-57ed-92e5-b913db1fa7f4 with identifier: LO17%20DVV
2026-03-30 06:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d56ef208-ab5b-57ed-92e5-b913db1fa7f4 with scrape type 2
2026-03-30 06:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d56ef208-ab5b-57ed-92e5-b913db1fa7f4 with scrape type 2
2026-03-30 06:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d56ef208-ab5b-57ed-92e5-b913db1fa7f4, identifier: LO17%20DVV
2026-03-30 06:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 813572e4-953a-5e0d-9544-2f4a8f6dea6d with identifier: LN10%20YCU
2026-03-30 06:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 813572e4-953a-5e0d-9544-2f4a8f6dea6d with identifier: LN10%20YCU
2026-03-30 06:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 813572e4-953a-5e0d-9544-2f4a8f6dea6d with identifier: LN10%20YCU to the API
2026-03-30 06:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN10%20YCU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '813572e4-953a-5e0d-9544-2f4a8f6dea6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN10 YCU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN10%20YCU&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 111469,
'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': 'WF0GXXGAJG9D77835',
'year': 2010}
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN10%2520YCU%27 HTTP/1.1" 200 None
2026-03-30 06:02:21 [bca.uk] INFO: Saving data for LN10%20YCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774621554.472889, 'last_price_update_time': 1774850541.085251}
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN10%2520YCU') HTTP/1.1" 204 0
2026-03-30 06:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d56ef208-ab5b-57ed-92e5-b913db1fa7f4 with identifier: LO17%20DVV
2026-03-30 06:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d56ef208-ab5b-57ed-92e5-b913db1fa7f4 with identifier: LO17%20DVV
2026-03-30 06:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d56ef208-ab5b-57ed-92e5-b913db1fa7f4 with identifier: LO17%20DVV to the API
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO17%20DVV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd56ef208-ab5b-57ed-92e5-b913db1fa7f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO17 DVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO17%20DVV&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 64945,
'odometer_reading_unit': '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': 'WF0CXXGAKCHM08170',
'year': 2017}
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO17%2520DVV%27 HTTP/1.1" 200 None
2026-03-30 06:02:21 [bca.uk] INFO: Saving data for LO17%20DVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774649421.887242, 'last_price_update_time': 1774850541.461977}
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO17%2520DVV') HTTP/1.1" 204 0
2026-03-30 06:02:21 [bca.uk] INFO: Found listing with ID: LT62%20PZA
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT62%2520PZA%27 HTTP/1.1" 200 None
2026-03-30 06:02:21 [bca.uk] INFO: Scrape type for LT62%20PZA: 2
2026-03-30 06:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ff3302d-8cbf-5aa3-9693-fc1e5a201a87 with identifier: LT62%20PZA
2026-03-30 06:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ff3302d-8cbf-5aa3-9693-fc1e5a201a87 with scrape type 2
2026-03-30 06:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ff3302d-8cbf-5aa3-9693-fc1e5a201a87 with scrape type 2
2026-03-30 06:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ff3302d-8cbf-5aa3-9693-fc1e5a201a87, identifier: LT62%20PZA
2026-03-30 06:02:21 [bca.uk] INFO: Found listing with ID: SB15%20ZPJ
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB15%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:21 [bca.uk] INFO: Scrape type for SB15%20ZPJ: 0
2026-03-30 06:02:21 [bca.uk] INFO: Found listing with ID: BG16%20VPU
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG16%2520VPU%27 HTTP/1.1" 200 None
2026-03-30 06:02:21 [bca.uk] INFO: Scrape type for BG16%20VPU: 0
2026-03-30 06:02:21 [bca.uk] INFO: Found listing with ID: KU60%20AEM
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU60%2520AEM%27 HTTP/1.1" 200 None
2026-03-30 06:02:21 [bca.uk] INFO: Scrape type for KU60%20AEM: 0
2026-03-30 06:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ff3302d-8cbf-5aa3-9693-fc1e5a201a87 with identifier: LT62%20PZA
2026-03-30 06:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ff3302d-8cbf-5aa3-9693-fc1e5a201a87 with identifier: LT62%20PZA
2026-03-30 06:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ff3302d-8cbf-5aa3-9693-fc1e5a201a87 with identifier: LT62%20PZA to the API
2026-03-30 06:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT62%20PZA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1ff3302d-8cbf-5aa3-9693-fc1e5a201a87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT62 PZA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT62%20PZA&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VOLKSWAGEN',
'model': 'CC',
'odometer': 178822,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN CC 2.0 TDI CR 140 BMT GT DSG Saloon',
'transmission': 'automatic',
'trim': 'TDI CR 140 BMT GT DSG',
'vin': 'WVWZZZ3CZDE518614',
'year': 2012}
2026-03-30 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT62%2520PZA%27 HTTP/1.1" 200 None
2026-03-30 06:02:22 [bca.uk] INFO: Saving data for LT62%20PZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774621555.29426, 'last_price_update_time': 1774850542.02979}
2026-03-30 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT62%2520PZA') HTTP/1.1" 204 0
2026-03-30 06:02:22 [bca.uk] INFO: Found listing with ID: LX10%20XUF
2026-03-30 06:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX10%2520XUF%27 HTTP/1.1" 200 None
2026-03-30 06:02:22 [bca.uk] INFO: Scrape type for LX10%20XUF: 2
2026-03-30 06:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d00af8-cf71-5305-9c40-85183acb06bc with identifier: LX10%20XUF
2026-03-30 06:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d00af8-cf71-5305-9c40-85183acb06bc with scrape type 2
2026-03-30 06:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d00af8-cf71-5305-9c40-85183acb06bc with scrape type 2
2026-03-30 06:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48d00af8-cf71-5305-9c40-85183acb06bc, identifier: LX10%20XUF
2026-03-30 06:02:22 [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-30 06:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48d00af8-cf71-5305-9c40-85183acb06bc with identifier: LX10%20XUF
2026-03-30 06:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48d00af8-cf71-5305-9c40-85183acb06bc with identifier: LX10%20XUF
2026-03-30 06:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48d00af8-cf71-5305-9c40-85183acb06bc with identifier: LX10%20XUF to the API
2026-03-30 06:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX10%20XUF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '48d00af8-cf71-5305-9c40-85183acb06bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX10 XUF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX10%20XUF&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 42851,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'NISSAN NOTE 1.4 N-TEC Hatchback',
'transmission': 'manual',
'trim': 'N-TEC',
'vin': 'SJNFAAE11U2060835',
'year': 2010}
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX10%2520XUF%27 HTTP/1.1" 200 None
2026-03-30 06:02:23 [bca.uk] INFO: Saving data for LX10%20XUF: {'auction_closing_time': 1774864800.0, 'created_time': 1774621562.293428, 'last_price_update_time': 1774850543.277322}
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX10%2520XUF') HTTP/1.1" 204 0
2026-03-30 06:02:23 [bca.uk] INFO: Found listing with ID: LX63%20NNP
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX63%2520NNP%27 HTTP/1.1" 200 None
2026-03-30 06:02:23 [bca.uk] INFO: Scrape type for LX63%20NNP: 2
2026-03-30 06:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44e18194-a209-5e08-b3f7-3adc8350f84e with identifier: LX63%20NNP
2026-03-30 06:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44e18194-a209-5e08-b3f7-3adc8350f84e with scrape type 2
2026-03-30 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44e18194-a209-5e08-b3f7-3adc8350f84e with scrape type 2
2026-03-30 06:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44e18194-a209-5e08-b3f7-3adc8350f84e, identifier: LX63%20NNP
2026-03-30 06:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44e18194-a209-5e08-b3f7-3adc8350f84e with identifier: LX63%20NNP
2026-03-30 06:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44e18194-a209-5e08-b3f7-3adc8350f84e with identifier: LX63%20NNP
2026-03-30 06:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44e18194-a209-5e08-b3f7-3adc8350f84e with identifier: LX63%20NNP to the API
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX63%20NNP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '44e18194-a209-5e08-b3f7-3adc8350f84e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX63 NNP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX63%20NNP&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 82958,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 0.9 TCE 90 DYNAMIQUE S Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 DYNAMIQUE S',
'vin': 'VF15R5A0H49367395',
'year': 2013}
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX63%2520NNP%27 HTTP/1.1" 200 None
2026-03-30 06:02:23 [bca.uk] INFO: Saving data for LX63%20NNP: {'auction_closing_time': 1774864800.0, 'created_time': 1774649361.471092, 'last_price_update_time': 1774850543.783839}
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX63%2520NNP') HTTP/1.1" 204 0
2026-03-30 06:02:23 [bca.uk] INFO: Found listing with ID: MF62%20LBL
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF62%2520LBL%27 HTTP/1.1" 200 None
2026-03-30 06:02:23 [bca.uk] INFO: Scrape type for MF62%20LBL: 0
2026-03-30 06:02:23 [bca.uk] INFO: Found listing with ID: BF19%20GGJ
2026-03-30 06:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF19%2520GGJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:23 [bca.uk] INFO: Scrape type for BF19%20GGJ: 2
2026-03-30 06:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 030353a1-0576-58b7-a431-aa26f1f0dce2 with identifier: BF19%20GGJ
2026-03-30 06:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 030353a1-0576-58b7-a431-aa26f1f0dce2 with scrape type 2
2026-03-30 06:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 030353a1-0576-58b7-a431-aa26f1f0dce2 with scrape type 2
2026-03-30 06:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 030353a1-0576-58b7-a431-aa26f1f0dce2, identifier: BF19%20GGJ
2026-03-30 06:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 030353a1-0576-58b7-a431-aa26f1f0dce2 with identifier: BF19%20GGJ
2026-03-30 06:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 030353a1-0576-58b7-a431-aa26f1f0dce2 with identifier: BF19%20GGJ
2026-03-30 06:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 030353a1-0576-58b7-a431-aa26f1f0dce2 with identifier: BF19%20GGJ to the API
2026-03-30 06:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF19%20GGJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '030353a1-0576-58b7-a431-aa26f1f0dce2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF19 GGJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF19%20GGJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'CROSSLAND X',
'odometer': 92277,
'odometer_reading_unit': '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': 'W0V7H9EE5K4181064',
'year': 2019}
2026-03-30 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF19%2520GGJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:24 [bca.uk] INFO: Saving data for BF19%20GGJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536012.027393, 'last_price_update_time': 1774850544.45}
2026-03-30 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF19%2520GGJ') HTTP/1.1" 204 0
2026-03-30 06:02:24 [bca.uk] INFO: Total items found: 100
2026-03-30 06:02:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded
2026-03-30 06:02:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:02:24 [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-30 06:02:24 [bca.uk] INFO: Found listing with ID: KX18%20YOG
2026-03-30 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX18%2520YOG%27 HTTP/1.1" 200 None
2026-03-30 06:02:24 [bca.uk] INFO: Scrape type for KX18%20YOG: 2
2026-03-30 06:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d100c3b-d1dc-5460-8910-4688c5ecc071 with identifier: KX18%20YOG
2026-03-30 06:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d100c3b-d1dc-5460-8910-4688c5ecc071 with scrape type 2
2026-03-30 06:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d100c3b-d1dc-5460-8910-4688c5ecc071 with scrape type 2
2026-03-30 06:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d100c3b-d1dc-5460-8910-4688c5ecc071, identifier: KX18%20YOG
2026-03-30 06:02:24 [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-30 06:02:24 [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-30 06:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d100c3b-d1dc-5460-8910-4688c5ecc071 with identifier: KX18%20YOG
2026-03-30 06:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d100c3b-d1dc-5460-8910-4688c5ecc071 with identifier: KX18%20YOG
2026-03-30 06:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d100c3b-d1dc-5460-8910-4688c5ecc071 with identifier: KX18%20YOG to the API
2026-03-30 06:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX18%20YOG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7d100c3b-d1dc-5460-8910-4688c5ecc071',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KX18 YOG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX18%20YOG&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'C250 D',
'odometer': 77342,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C250 D 2.1 AMG LINE Coupe',
'transmission': 'manual',
'trim': 'AMG LINE',
'vin': 'WDD2053082F673154',
'year': 2018}
2026-03-30 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX18%2520YOG%27 HTTP/1.1" 200 None
2026-03-30 06:02:24 [bca.uk] INFO: Saving data for KX18%20YOG: {'auction_closing_time': 1774864800.0, 'created_time': 1774536012.948314, 'last_price_update_time': 1774850544.984193}
2026-03-30 06:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX18%2520YOG') HTTP/1.1" 204 0
2026-03-30 06:02:25 [bca.uk] INFO: Found listing with ID: SL68%20YWR
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL68%2520YWR%27 HTTP/1.1" 200 None
2026-03-30 06:02:25 [bca.uk] INFO: Scrape type for SL68%20YWR: 2
2026-03-30 06:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1878cd4-b9ea-5012-8613-afc778235ce8 with identifier: SL68%20YWR
2026-03-30 06:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1878cd4-b9ea-5012-8613-afc778235ce8 with scrape type 2
2026-03-30 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1878cd4-b9ea-5012-8613-afc778235ce8 with scrape type 2
2026-03-30 06:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1878cd4-b9ea-5012-8613-afc778235ce8, identifier: SL68%20YWR
2026-03-30 06:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:02:25 [bca.uk] INFO: Found listing with ID: EA67%20PUX
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA67%2520PUX%27 HTTP/1.1" 200 None
2026-03-30 06:02:25 [bca.uk] INFO: Scrape type for EA67%20PUX: 0
2026-03-30 06:02:25 [bca.uk] INFO: Found listing with ID: EU64%20XKO
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU64%2520XKO%27 HTTP/1.1" 200 None
2026-03-30 06:02:25 [bca.uk] INFO: Scrape type for EU64%20XKO: 0
2026-03-30 06:02:25 [bca.uk] INFO: Found listing with ID: FG68%20YWJ
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG68%2520YWJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:25 [bca.uk] INFO: Scrape type for FG68%20YWJ: 2
2026-03-30 06:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d34cf8f-fa58-5178-b703-36b4d2bcfaed with identifier: FG68%20YWJ
2026-03-30 06:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d34cf8f-fa58-5178-b703-36b4d2bcfaed with scrape type 2
2026-03-30 06:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d34cf8f-fa58-5178-b703-36b4d2bcfaed with scrape type 2
2026-03-30 06:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d34cf8f-fa58-5178-b703-36b4d2bcfaed, identifier: FG68%20YWJ
2026-03-30 06:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1878cd4-b9ea-5012-8613-afc778235ce8 with identifier: SL68%20YWR
2026-03-30 06:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1878cd4-b9ea-5012-8613-afc778235ce8 with identifier: SL68%20YWR
2026-03-30 06:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1878cd4-b9ea-5012-8613-afc778235ce8 with identifier: SL68%20YWR to the API
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL68%20YWR-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b1878cd4-b9ea-5012-8613-afc778235ce8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL68 YWR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL68%20YWR&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 60461,
'odometer_reading_unit': '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 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 140 N-CONNECTA',
'vin': 'SJNFFAJ11U2468361',
'year': 2018}
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL68%2520YWR%27 HTTP/1.1" 200 None
2026-03-30 06:02:25 [bca.uk] INFO: Saving data for SL68%20YWR: {'auction_closing_time': 1774951200.0, 'created_time': 1774622267.876205, 'last_price_update_time': 1774850545.573346}
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL68%2520YWR') HTTP/1.1" 204 0
2026-03-30 06:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d34cf8f-fa58-5178-b703-36b4d2bcfaed with identifier: FG68%20YWJ
2026-03-30 06:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d34cf8f-fa58-5178-b703-36b4d2bcfaed with identifier: FG68%20YWJ
2026-03-30 06:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d34cf8f-fa58-5178-b703-36b4d2bcfaed with identifier: FG68%20YWJ to the API
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG68%20YWJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7d34cf8f-fa58-5178-b703-36b4d2bcfaed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG68 YWJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG68%20YWJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'ASTRA TOURER',
'odometer': 122992,
'odometer_reading_unit': '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 TOURER 1.6 CDTI 110 ECOTEC DESIGN S/S Estate',
'transmission': 'manual',
'trim': 'CDTI 110 ECOTEC DESIGN S/S',
'vin': 'W0VBD8EN6K8021753',
'year': 2019}
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG68%2520YWJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:25 [bca.uk] INFO: Saving data for FG68%20YWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774649794.510312, 'last_price_update_time': 1774850545.936577}
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG68%2520YWJ') HTTP/1.1" 204 0
2026-03-30 06:02:25 [bca.uk] INFO: Found listing with ID: MJ61%20CYK
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ61%2520CYK%27 HTTP/1.1" 200 None
2026-03-30 06:02:25 [bca.uk] INFO: Scrape type for MJ61%20CYK: 0
2026-03-30 06:02:25 [bca.uk] INFO: Found listing with ID: OE60%20WYJ
2026-03-30 06:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE60%2520WYJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:26 [bca.uk] INFO: Scrape type for OE60%20WYJ: 0
2026-03-30 06:02:26 [bca.uk] INFO: Found listing with ID: SG60%20RXA
2026-03-30 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG60%2520RXA%27 HTTP/1.1" 200 None
2026-03-30 06:02:26 [bca.uk] INFO: Scrape type for SG60%20RXA: 2
2026-03-30 06:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57a0fc57-4c20-5ce0-9a36-df2f3f98bb36 with identifier: SG60%20RXA
2026-03-30 06:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57a0fc57-4c20-5ce0-9a36-df2f3f98bb36 with scrape type 2
2026-03-30 06:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57a0fc57-4c20-5ce0-9a36-df2f3f98bb36 with scrape type 2
2026-03-30 06:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57a0fc57-4c20-5ce0-9a36-df2f3f98bb36, identifier: SG60%20RXA
2026-03-30 06:02:26 [bca.uk] INFO: Found listing with ID: GV67%20PKE
2026-03-30 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV67%2520PKE%27 HTTP/1.1" 200 None
2026-03-30 06:02:26 [bca.uk] INFO: Scrape type for GV67%20PKE: 2
2026-03-30 06:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a64c3bf-e0ee-54f2-8c08-fbba3cc959b3 with identifier: GV67%20PKE
2026-03-30 06:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a64c3bf-e0ee-54f2-8c08-fbba3cc959b3 with scrape type 2
2026-03-30 06:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a64c3bf-e0ee-54f2-8c08-fbba3cc959b3 with scrape type 2
2026-03-30 06:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a64c3bf-e0ee-54f2-8c08-fbba3cc959b3, identifier: GV67%20PKE
2026-03-30 06:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57a0fc57-4c20-5ce0-9a36-df2f3f98bb36 with identifier: SG60%20RXA
2026-03-30 06:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57a0fc57-4c20-5ce0-9a36-df2f3f98bb36 with identifier: SG60%20RXA
2026-03-30 06:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57a0fc57-4c20-5ce0-9a36-df2f3f98bb36 with identifier: SG60%20RXA to the API
2026-03-30 06:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG60%20RXA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '57a0fc57-4c20-5ce0-9a36-df2f3f98bb36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG60 RXA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG60%20RXA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 108160,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS 1.0 VVT-I T2 Hatchback',
'transmission': 'manual',
'trim': 'VVT-I T2',
'vin': 'VNKKG98300A292631',
'year': 2010}
2026-03-30 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG60%2520RXA%27 HTTP/1.1" 200 None
2026-03-30 06:02:26 [bca.uk] INFO: Saving data for SG60%20RXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774352854.17443, 'last_price_update_time': 1774850546.625123}
2026-03-30 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG60%2520RXA') HTTP/1.1" 204 0
2026-03-30 06:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a64c3bf-e0ee-54f2-8c08-fbba3cc959b3 with identifier: GV67%20PKE
2026-03-30 06:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a64c3bf-e0ee-54f2-8c08-fbba3cc959b3 with identifier: GV67%20PKE
2026-03-30 06:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a64c3bf-e0ee-54f2-8c08-fbba3cc959b3 with identifier: GV67%20PKE to the API
2026-03-30 06:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV67%20PKE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2a64c3bf-e0ee-54f2-8c08-fbba3cc959b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV67 PKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV67%20PKE&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'KIA',
'model': 'STONIC',
'odometer': 78580,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'KIA STONIC 1.0 T GDI 120 2 Hatchback',
'transmission': 'manual',
'trim': 'T GDI 120 2',
'vin': 'KNAD6811LJ6124310',
'year': 2018}
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV67%2520PKE%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Saving data for GV67%20PKE: {'auction_closing_time': 1774864800.0, 'created_time': 1773930021.320128, 'last_price_update_time': 1774850547.10361}
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV67%2520PKE') HTTP/1.1" 204 0
2026-03-30 06:02:27 [bca.uk] INFO: Found listing with ID: LB57%20JJE
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB57%2520JJE%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Scrape type for LB57%20JJE: 0
2026-03-30 06:02:27 [bca.uk] INFO: Found listing with ID: EA58%20FEF
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA58%2520FEF%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Scrape type for EA58%20FEF: 0
2026-03-30 06:02:27 [bca.uk] INFO: Found listing with ID: HV58%20YJY
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV58%2520YJY%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Scrape type for HV58%20YJY: 0
2026-03-30 06:02:27 [bca.uk] INFO: Found listing with ID: AM09%20AHK
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AM09%2520AHK%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Scrape type for AM09%20AHK: 0
2026-03-30 06:02:27 [bca.uk] INFO: Found listing with ID: FT63%20VNN
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT63%2520VNN%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Scrape type for FT63%20VNN: 2
2026-03-30 06:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58618171-9c45-5fea-b41c-22a95c786f07 with identifier: FT63%20VNN
2026-03-30 06:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58618171-9c45-5fea-b41c-22a95c786f07 with scrape type 2
2026-03-30 06:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58618171-9c45-5fea-b41c-22a95c786f07 with scrape type 2
2026-03-30 06:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58618171-9c45-5fea-b41c-22a95c786f07, identifier: FT63%20VNN
2026-03-30 06:02:27 [bca.uk] INFO: Found listing with ID: MP65%20HBK
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP65%2520HBK%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Scrape type for MP65%20HBK: 0
2026-03-30 06:02:27 [bca.uk] INFO: Found listing with ID: PO15%20XUV
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO15%2520XUV%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Scrape type for PO15%20XUV: 0
2026-03-30 06:02:27 [bca.uk] INFO: Found listing with ID: SW15%20MJE
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW15%2520MJE%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Scrape type for SW15%20MJE: 2
2026-03-30 06:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c07966b2-8f13-5cec-818d-9c581d46561d with identifier: SW15%20MJE
2026-03-30 06:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07966b2-8f13-5cec-818d-9c581d46561d with scrape type 2
2026-03-30 06:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c07966b2-8f13-5cec-818d-9c581d46561d with scrape type 2
2026-03-30 06:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c07966b2-8f13-5cec-818d-9c581d46561d, identifier: SW15%20MJE
2026-03-30 06:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58618171-9c45-5fea-b41c-22a95c786f07 with identifier: FT63%20VNN
2026-03-30 06:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58618171-9c45-5fea-b41c-22a95c786f07 with identifier: FT63%20VNN
2026-03-30 06:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58618171-9c45-5fea-b41c-22a95c786f07 with identifier: FT63%20VNN to the API
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT63%20VNN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '58618171-9c45-5fea-b41c-22a95c786f07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT63 VNN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT63%20VNN&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'PASSAT',
'odometer': 160299,
'odometer_reading_unit': '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 PASSAT 2.0 TDI 140 BMT HIGHLINE DSG Estate',
'transmission': 'automatic',
'trim': 'TDI 140 BMT HIGHLINE DSG',
'vin': 'WVWZZZ3CZEE063957',
'year': 2014}
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT63%2520VNN%27 HTTP/1.1" 200 None
2026-03-30 06:02:27 [bca.uk] INFO: Saving data for FT63%20VNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774649220.247313, 'last_price_update_time': 1774850547.922301}
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT63%2520VNN') HTTP/1.1" 204 0
2026-03-30 06:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c07966b2-8f13-5cec-818d-9c581d46561d with identifier: SW15%20MJE
2026-03-30 06:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c07966b2-8f13-5cec-818d-9c581d46561d with identifier: SW15%20MJE
2026-03-30 06:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c07966b2-8f13-5cec-818d-9c581d46561d with identifier: SW15%20MJE to the API
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW15%20MJE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c07966b2-8f13-5cec-818d-9c581d46561d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW15 MJE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW15%20MJE&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 68126,
'odometer_reading_unit': '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': 'W0LJD7E89FB203609',
'year': 2015}
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW15%2520MJE%27 HTTP/1.1" 200 None
2026-03-30 06:02:28 [bca.uk] INFO: Saving data for SW15%20MJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774536015.315137, 'last_price_update_time': 1774850548.372596}
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW15%2520MJE') HTTP/1.1" 204 0
2026-03-30 06:02:28 [bca.uk] INFO: Found listing with ID: GU12%20UYL
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU12%2520UYL%27 HTTP/1.1" 200 None
2026-03-30 06:02:28 [bca.uk] INFO: Scrape type for GU12%20UYL: 2
2026-03-30 06:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c14ccb8b-4b81-599a-beb7-4b7cbff69c31 with identifier: GU12%20UYL
2026-03-30 06:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c14ccb8b-4b81-599a-beb7-4b7cbff69c31 with scrape type 2
2026-03-30 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c14ccb8b-4b81-599a-beb7-4b7cbff69c31 with scrape type 2
2026-03-30 06:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c14ccb8b-4b81-599a-beb7-4b7cbff69c31, identifier: GU12%20UYL
2026-03-30 06:02:28 [bca.uk] INFO: Found listing with ID: VE08%20GUX
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE08%2520GUX%27 HTTP/1.1" 200 None
2026-03-30 06:02:28 [bca.uk] INFO: Scrape type for VE08%20GUX: 0
2026-03-30 06:02:28 [bca.uk] INFO: Found listing with ID: AE06%20HAU
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE06%2520HAU%27 HTTP/1.1" 200 None
2026-03-30 06:02:28 [bca.uk] INFO: Scrape type for AE06%20HAU: 0
2026-03-30 06:02:28 [bca.uk] INFO: Found listing with ID: FX51%20CRK
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX51%2520CRK%27 HTTP/1.1" 200 None
2026-03-30 06:02:28 [bca.uk] INFO: Scrape type for FX51%20CRK: 0
2026-03-30 06:02:28 [bca.uk] INFO: Found listing with ID: KU53%20LFL
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU53%2520LFL%27 HTTP/1.1" 200 None
2026-03-30 06:02:28 [bca.uk] INFO: Scrape type for KU53%20LFL: 0
2026-03-30 06:02:28 [bca.uk] INFO: Found listing with ID: LC58%20UCT
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC58%2520UCT%27 HTTP/1.1" 200 None
2026-03-30 06:02:28 [bca.uk] INFO: Scrape type for LC58%20UCT: 0
2026-03-30 06:02:28 [bca.uk] INFO: Found listing with ID: RY56%20RNF
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RY56%2520RNF%27 HTTP/1.1" 200 None
2026-03-30 06:02:28 [bca.uk] INFO: Scrape type for RY56%20RNF: 2
2026-03-30 06:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85623cd1-6f2c-558a-aa16-49e6c06474b7 with identifier: RY56%20RNF
2026-03-30 06:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85623cd1-6f2c-558a-aa16-49e6c06474b7 with scrape type 2
2026-03-30 06:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85623cd1-6f2c-558a-aa16-49e6c06474b7 with scrape type 2
2026-03-30 06:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85623cd1-6f2c-558a-aa16-49e6c06474b7, identifier: RY56%20RNF
2026-03-30 06:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c14ccb8b-4b81-599a-beb7-4b7cbff69c31 with identifier: GU12%20UYL
2026-03-30 06:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c14ccb8b-4b81-599a-beb7-4b7cbff69c31 with identifier: GU12%20UYL
2026-03-30 06:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c14ccb8b-4b81-599a-beb7-4b7cbff69c31 with identifier: GU12%20UYL to the API
2026-03-30 06:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU12%20UYL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c14ccb8b-4b81-599a-beb7-4b7cbff69c31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU12 UYL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU12%20UYL&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CHEVROLET',
'model': 'ORLANDO',
'odometer': 133875,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'CHEVROLET ORLANDO 1.8 LT MPV',
'transmission': 'automatic',
'trim': 'LT',
'vin': 'KL1YA7559CK732470',
'year': 2012}
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU12%2520UYL%27 HTTP/1.1" 200 None
2026-03-30 06:02:29 [bca.uk] INFO: Saving data for GU12%20UYL: {'auction_closing_time': 1774864800.0, 'created_time': 1774534781.890565, 'last_price_update_time': 1774850549.132609}
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU12%2520UYL') HTTP/1.1" 204 0
2026-03-30 06:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85623cd1-6f2c-558a-aa16-49e6c06474b7 with identifier: RY56%20RNF
2026-03-30 06:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85623cd1-6f2c-558a-aa16-49e6c06474b7 with identifier: RY56%20RNF
2026-03-30 06:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85623cd1-6f2c-558a-aa16-49e6c06474b7 with identifier: RY56%20RNF to the API
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY56%20RNF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '85623cd1-6f2c-558a-aa16-49e6c06474b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RY56 RNF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY56%20RNF&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 183534,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 2.2 I-CTDI EX Hatchback',
'transmission': 'manual',
'trim': 'I-CTDI EX',
'vin': 'SHHFK37607U000606',
'year': 2006}
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RY56%2520RNF%27 HTTP/1.1" 200 None
2026-03-30 06:02:29 [bca.uk] INFO: Saving data for RY56%20RNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774649579.596081, 'last_price_update_time': 1774850549.647663}
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY56%2520RNF') HTTP/1.1" 204 0
2026-03-30 06:02:29 [bca.uk] INFO: Found listing with ID: KO15%20JZW
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO15%2520JZW%27 HTTP/1.1" 200 None
2026-03-30 06:02:29 [bca.uk] INFO: Scrape type for KO15%20JZW: 0
2026-03-30 06:02:29 [bca.uk] INFO: Found listing with ID: LL58%20VHF
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL58%2520VHF%27 HTTP/1.1" 200 None
2026-03-30 06:02:29 [bca.uk] INFO: Scrape type for LL58%20VHF: 0
2026-03-30 06:02:29 [bca.uk] INFO: Found listing with ID: VK15%20FJO
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK15%2520FJO%27 HTTP/1.1" 200 None
2026-03-30 06:02:29 [bca.uk] INFO: Scrape type for VK15%20FJO: 2
2026-03-30 06:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8db6e08a-fc2b-556c-a309-eabaecfc0379 with identifier: VK15%20FJO
2026-03-30 06:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8db6e08a-fc2b-556c-a309-eabaecfc0379 with scrape type 2
2026-03-30 06:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8db6e08a-fc2b-556c-a309-eabaecfc0379 with scrape type 2
2026-03-30 06:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8db6e08a-fc2b-556c-a309-eabaecfc0379, identifier: VK15%20FJO
2026-03-30 06:02:29 [bca.uk] INFO: Found listing with ID: AP15%20JHV
2026-03-30 06:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP15%2520JHV%27 HTTP/1.1" 200 None
2026-03-30 06:02:29 [bca.uk] INFO: Scrape type for AP15%20JHV: 2
2026-03-30 06:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edafd6f3-6749-5724-9a95-f7251fbb03de with identifier: AP15%20JHV
2026-03-30 06:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edafd6f3-6749-5724-9a95-f7251fbb03de with scrape type 2
2026-03-30 06:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edafd6f3-6749-5724-9a95-f7251fbb03de with scrape type 2
2026-03-30 06:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edafd6f3-6749-5724-9a95-f7251fbb03de, identifier: AP15%20JHV
2026-03-30 06:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8db6e08a-fc2b-556c-a309-eabaecfc0379 with identifier: VK15%20FJO
2026-03-30 06:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8db6e08a-fc2b-556c-a309-eabaecfc0379 with identifier: VK15%20FJO
2026-03-30 06:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8db6e08a-fc2b-556c-a309-eabaecfc0379 with identifier: VK15%20FJO to the API
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:30 [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': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK15%20FJO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8db6e08a-fc2b-556c-a309-eabaecfc0379',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK15 FJO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK15%20FJO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'SHARAN',
'odometer': 219129,
'odometer_reading_unit': '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 140 BMT SE MPV',
'transmission': 'manual',
'trim': 'TDI CR 140 BMT SE',
'vin': 'WVWZZZ7NZFV037100',
'year': 2015}
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK15%2520FJO%27 HTTP/1.1" 200 None
2026-03-30 06:02:30 [bca.uk] INFO: Saving data for VK15%20FJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774649202.139805, 'last_price_update_time': 1774850550.364683}
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK15%2520FJO') HTTP/1.1" 204 0
2026-03-30 06:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edafd6f3-6749-5724-9a95-f7251fbb03de with identifier: AP15%20JHV
2026-03-30 06:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edafd6f3-6749-5724-9a95-f7251fbb03de with identifier: AP15%20JHV
2026-03-30 06:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edafd6f3-6749-5724-9a95-f7251fbb03de with identifier: AP15%20JHV to the API
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:30 [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=AP15%20JHV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'edafd6f3-6749-5724-9a95-f7251fbb03de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AP15 JHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP15%20JHV&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 81856,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.5 TDCI 120 ZETEC S Hatchback',
'transmission': 'manual',
'trim': 'TDCI 120 ZETEC S',
'vin': 'WF05XXGCC5FY83180',
'year': 2015}
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP15%2520JHV%27 HTTP/1.1" 200 None
2026-03-30 06:02:30 [bca.uk] INFO: Saving data for AP15%20JHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534641.94977, 'last_price_update_time': 1774850550.741853}
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP15%2520JHV') HTTP/1.1" 204 0
2026-03-30 06:02:30 [bca.uk] INFO: Found listing with ID: GV68%20ULZ
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV68%2520ULZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:30 [bca.uk] INFO: Scrape type for GV68%20ULZ: 0
2026-03-30 06:02:30 [bca.uk] INFO: Found listing with ID: ET67%20ZTJ
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET67%2520ZTJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:30 [bca.uk] INFO: Scrape type for ET67%20ZTJ: 2
2026-03-30 06:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be5863b6-8fde-56af-98bb-9604e79b2c92 with identifier: ET67%20ZTJ
2026-03-30 06:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be5863b6-8fde-56af-98bb-9604e79b2c92 with scrape type 2
2026-03-30 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be5863b6-8fde-56af-98bb-9604e79b2c92 with scrape type 2
2026-03-30 06:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be5863b6-8fde-56af-98bb-9604e79b2c92, identifier: ET67%20ZTJ
2026-03-30 06:02:30 [bca.uk] INFO: Found listing with ID: DA65%20YOO
2026-03-30 06:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA65%2520YOO%27 HTTP/1.1" 200 None
2026-03-30 06:02:30 [bca.uk] INFO: Scrape type for DA65%20YOO: 2
2026-03-30 06:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc3e664c-a34d-5b4f-aef6-62c065f6edef with identifier: DA65%20YOO
2026-03-30 06:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3e664c-a34d-5b4f-aef6-62c065f6edef with scrape type 2
2026-03-30 06:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc3e664c-a34d-5b4f-aef6-62c065f6edef with scrape type 2
2026-03-30 06:02:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc3e664c-a34d-5b4f-aef6-62c065f6edef, identifier: DA65%20YOO
2026-03-30 06:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be5863b6-8fde-56af-98bb-9604e79b2c92 with identifier: ET67%20ZTJ
2026-03-30 06:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be5863b6-8fde-56af-98bb-9604e79b2c92 with identifier: ET67%20ZTJ
2026-03-30 06:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be5863b6-8fde-56af-98bb-9604e79b2c92 with identifier: ET67%20ZTJ to the API
2026-03-30 06:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02: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-30 06:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET67%20ZTJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'be5863b6-8fde-56af-98bb-9604e79b2c92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ET67 ZTJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET67%20ZTJ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'SSANGYONG',
'model': 'TIVOLI',
'odometer': 39404,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'SSANGYONG TIVOLI 1.6 128 ELX 2WD Hatchback',
'transmission': 'automatic',
'trim': '128 ELX 2WD',
'vin': 'KPT30B1VSHP146514',
'year': 2018}
2026-03-30 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET67%2520ZTJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:31 [bca.uk] INFO: Saving data for ET67%20ZTJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774735640.282355, 'last_price_update_time': 1774850551.679869}
2026-03-30 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET67%2520ZTJ') HTTP/1.1" 204 0
2026-03-30 06:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc3e664c-a34d-5b4f-aef6-62c065f6edef with identifier: DA65%20YOO
2026-03-30 06:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc3e664c-a34d-5b4f-aef6-62c065f6edef with identifier: DA65%20YOO
2026-03-30 06:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc3e664c-a34d-5b4f-aef6-62c065f6edef with identifier: DA65%20YOO to the API
2026-03-30 06:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:02: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-30 06:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA65%20YOO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bc3e664c-a34d-5b4f-aef6-62c065f6edef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA65 YOO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA65%20YOO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 60617,
'odometer_reading_unit': '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': 'SJNFEAF15U7146527',
'year': 2015}
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA65%2520YOO%27 HTTP/1.1" 200 None
2026-03-30 06:02:32 [bca.uk] INFO: Saving data for DA65%20YOO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534637.965384, 'last_price_update_time': 1774850552.025156}
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA65%2520YOO') HTTP/1.1" 204 0
2026-03-30 06:02:32 [bca.uk] INFO: Found listing with ID: EY64%20EXD
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY64%2520EXD%27 HTTP/1.1" 200 None
2026-03-30 06:02:32 [bca.uk] INFO: Scrape type for EY64%20EXD: 2
2026-03-30 06:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc133def-77cf-533f-ac23-c6578605092d with identifier: EY64%20EXD
2026-03-30 06:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc133def-77cf-533f-ac23-c6578605092d with scrape type 2
2026-03-30 06:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc133def-77cf-533f-ac23-c6578605092d with scrape type 2
2026-03-30 06:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc133def-77cf-533f-ac23-c6578605092d, identifier: EY64%20EXD
2026-03-30 06:02:32 [bca.uk] INFO: Found listing with ID: EJ15%20LVF
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ15%2520LVF%27 HTTP/1.1" 200 None
2026-03-30 06:02:32 [bca.uk] INFO: Scrape type for EJ15%20LVF: 0
2026-03-30 06:02:32 [bca.uk] INFO: Found listing with ID: FG67%20NYZ
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG67%2520NYZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:32 [bca.uk] INFO: Scrape type for FG67%20NYZ: 2
2026-03-30 06:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffb65635-de52-531c-9cb8-87827f404411 with identifier: FG67%20NYZ
2026-03-30 06:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffb65635-de52-531c-9cb8-87827f404411 with scrape type 2
2026-03-30 06:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffb65635-de52-531c-9cb8-87827f404411 with scrape type 2
2026-03-30 06:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffb65635-de52-531c-9cb8-87827f404411, identifier: FG67%20NYZ
2026-03-30 06:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc133def-77cf-533f-ac23-c6578605092d with identifier: EY64%20EXD
2026-03-30 06:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc133def-77cf-533f-ac23-c6578605092d with identifier: EY64%20EXD
2026-03-30 06:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc133def-77cf-533f-ac23-c6578605092d with identifier: EY64%20EXD to the API
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY64%20EXD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cc133def-77cf-533f-ac23-c6578605092d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY64 EXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY64%20EXD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 28231,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'NISSAN NOTE 1.2 DIG-S ACENTA Hatchback',
'transmission': 'automatic',
'trim': 'DIG-S ACENTA',
'vin': 'SJNTBAE12U1089059',
'year': 2014}
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY64%2520EXD%27 HTTP/1.1" 200 None
2026-03-30 06:02:32 [bca.uk] INFO: Saving data for EY64%20EXD: {'auction_closing_time': 1774951200.0, 'created_time': 1774649611.300126, 'last_price_update_time': 1774850552.729063}
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY64%2520EXD') HTTP/1.1" 204 0
2026-03-30 06:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffb65635-de52-531c-9cb8-87827f404411 with identifier: FG67%20NYZ
2026-03-30 06:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffb65635-de52-531c-9cb8-87827f404411 with identifier: FG67%20NYZ
2026-03-30 06:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffb65635-de52-531c-9cb8-87827f404411 with identifier: FG67%20NYZ to the API
2026-03-30 06:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG67%20NYZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ffb65635-de52-531c-9cb8-87827f404411',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG67 NYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG67%20NYZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 64652,
'odometer_reading_unit': '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 TEKNA PULSE Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 113 TEKNA PULSE',
'vin': 'SJNFEAF15U7332198',
'year': 2017}
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG67%2520NYZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Saving data for FG67%20NYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535991.866508, 'last_price_update_time': 1774850553.115265}
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG67%2520NYZ') HTTP/1.1" 204 0
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: GT18%20AWT
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GT18%2520AWT%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for GT18%20AWT: 0
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: LM10%20MWN
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM10%2520MWN%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for LM10%20MWN: 0
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: NJ66%20WFT
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ66%2520WFT%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for NJ66%20WFT: 0
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: GU08%20JYS
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU08%2520JYS%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for GU08%20JYS: 0
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: GX08%20LUH
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX08%2520LUH%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for GX08%20LUH: 0
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: LR57%20XYT
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR57%2520XYT%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for LR57%20XYT: 0
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: LV59%20HND
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV59%2520HND%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for LV59%20HND: 2
2026-03-30 06:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8bea634-d127-55e3-992c-d0098009648e with identifier: LV59%20HND
2026-03-30 06:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8bea634-d127-55e3-992c-d0098009648e with scrape type 2
2026-03-30 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8bea634-d127-55e3-992c-d0098009648e with scrape type 2
2026-03-30 06:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8bea634-d127-55e3-992c-d0098009648e, identifier: LV59%20HND
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: J22%20CDN
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27J22%2520CDN%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for J22%20CDN: 0
2026-03-30 06:02:33 [bca.uk] INFO: Found listing with ID: MJ18%20VDO
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ18%2520VDO%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Scrape type for MJ18%20VDO: 2
2026-03-30 06:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cfb883b-fe14-5c54-8c09-fa3a4d875d83 with identifier: MJ18%20VDO
2026-03-30 06:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cfb883b-fe14-5c54-8c09-fa3a4d875d83 with scrape type 2
2026-03-30 06:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cfb883b-fe14-5c54-8c09-fa3a4d875d83 with scrape type 2
2026-03-30 06:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cfb883b-fe14-5c54-8c09-fa3a4d875d83, identifier: MJ18%20VDO
2026-03-30 06:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8bea634-d127-55e3-992c-d0098009648e with identifier: LV59%20HND
2026-03-30 06:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8bea634-d127-55e3-992c-d0098009648e with identifier: LV59%20HND
2026-03-30 06:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8bea634-d127-55e3-992c-d0098009648e with identifier: LV59%20HND to the API
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV59%20HND-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f8bea634-d127-55e3-992c-d0098009648e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV59 HND',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV59%20HND&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 59255,
'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 TEKNA Hatchback',
'transmission': 'automatic',
'trim': 'TEKNA',
'vin': 'SJNFCAE11U2032646',
'year': 2009}
2026-03-30 06:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV59%2520HND%27 HTTP/1.1" 200 None
2026-03-30 06:02:33 [bca.uk] INFO: Saving data for LV59%20HND: {'auction_closing_time': 1774864800.0, 'created_time': 1774362397.203967, 'last_price_update_time': 1774850553.987515}
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV59%2520HND') HTTP/1.1" 204 0
2026-03-30 06:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cfb883b-fe14-5c54-8c09-fa3a4d875d83 with identifier: MJ18%20VDO
2026-03-30 06:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cfb883b-fe14-5c54-8c09-fa3a4d875d83 with identifier: MJ18%20VDO
2026-03-30 06:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cfb883b-fe14-5c54-8c09-fa3a4d875d83 with identifier: MJ18%20VDO to the API
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:34 [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=MJ18%20VDO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7cfb883b-fe14-5c54-8c09-fa3a4d875d83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ18 VDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ18%20VDO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 106746,
'odometer_reading_unit': '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 2008 1.2 P/T 82 ALLURE MPV',
'transmission': 'manual',
'trim': 'P/T 82 ALLURE',
'vin': 'VF3CUHMZ6JY033139',
'year': 2018}
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ18%2520VDO%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Saving data for MJ18%20VDO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534626.481397, 'last_price_update_time': 1774850554.507651}
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520VDO') HTTP/1.1" 204 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: NJ16%20VNL
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ16%2520VNL%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for NJ16%20VNL: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: YT66%20UER
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT66%2520UER%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for YT66%20UER: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: EA14%20UBC
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA14%2520UBC%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for EA14%20UBC: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: EY66%20UZM
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY66%2520UZM%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for EY66%20UZM: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: MT63%20OKS
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT63%2520OKS%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for MT63%20OKS: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: SH64%20GEY
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH64%2520GEY%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for SH64%20GEY: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: SP10%20OWU
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP10%2520OWU%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for SP10%20OWU: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: SP13%20OYM
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP13%2520OYM%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for SP13%20OYM: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: ST61%20AZU
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST61%2520AZU%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for ST61%20AZU: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: SY11%20OZW
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY11%2520OZW%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for SY11%20OZW: 2
2026-03-30 06:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40b71fdf-fc38-5c0b-9ef1-50fe5d46ddad with identifier: SY11%20OZW
2026-03-30 06:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40b71fdf-fc38-5c0b-9ef1-50fe5d46ddad with scrape type 2
2026-03-30 06:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40b71fdf-fc38-5c0b-9ef1-50fe5d46ddad with scrape type 2
2026-03-30 06:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40b71fdf-fc38-5c0b-9ef1-50fe5d46ddad, identifier: SY11%20OZW
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: ML14%20AHZ
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML14%2520AHZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for ML14%20AHZ: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: BV68%20CXD
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV68%2520CXD%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for BV68%20CXD: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: NV07%20OAE
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV07%2520OAE%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for NV07%20OAE: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: YD66%20KFF
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD66%2520KFF%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for YD66%20KFF: 0
2026-03-30 06:02:34 [bca.uk] INFO: Found listing with ID: YG66%20UPZ
2026-03-30 06:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG66%2520UPZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:34 [bca.uk] INFO: Scrape type for YG66%20UPZ: 2
2026-03-30 06:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97eb3381-8cf2-5113-891d-67504b3f1c19 with identifier: YG66%20UPZ
2026-03-30 06:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97eb3381-8cf2-5113-891d-67504b3f1c19 with scrape type 2
2026-03-30 06:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97eb3381-8cf2-5113-891d-67504b3f1c19 with scrape type 2
2026-03-30 06:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97eb3381-8cf2-5113-891d-67504b3f1c19, identifier: YG66%20UPZ
2026-03-30 06:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40b71fdf-fc38-5c0b-9ef1-50fe5d46ddad with identifier: SY11%20OZW
2026-03-30 06:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40b71fdf-fc38-5c0b-9ef1-50fe5d46ddad with identifier: SY11%20OZW
2026-03-30 06:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40b71fdf-fc38-5c0b-9ef1-50fe5d46ddad with identifier: SY11%20OZW to the API
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY11%20OZW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '40b71fdf-fc38-5c0b-9ef1-50fe5d46ddad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY11 OZW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY11%20OZW&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 141859,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'TOYOTA RAV4 2.2 D-4D XT-R StationWagon',
'transmission': 'manual',
'trim': 'D-4D XT-R',
'vin': 'JTMBC31V50D073224',
'year': 2011}
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY11%2520OZW%27 HTTP/1.1" 200 None
2026-03-30 06:02:35 [bca.uk] INFO: Saving data for SY11%20OZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774621659.556458, 'last_price_update_time': 1774850555.419544}
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY11%2520OZW') HTTP/1.1" 204 0
2026-03-30 06:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97eb3381-8cf2-5113-891d-67504b3f1c19 with identifier: YG66%20UPZ
2026-03-30 06:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97eb3381-8cf2-5113-891d-67504b3f1c19 with identifier: YG66%20UPZ
2026-03-30 06:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97eb3381-8cf2-5113-891d-67504b3f1c19 with identifier: YG66%20UPZ to the API
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG66%20UPZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '97eb3381-8cf2-5113-891d-67504b3f1c19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG66 UPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG66%20UPZ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 76067,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'manual',
'trim': 'TD4 180 4WD SE',
'vin': 'SALVA2CN1HH177085',
'year': 2016}
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG66%2520UPZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:35 [bca.uk] INFO: Saving data for YG66%20UPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448141.581346, 'last_price_update_time': 1774850555.882438}
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG66%2520UPZ') HTTP/1.1" 204 0
2026-03-30 06:02:35 [bca.uk] INFO: Found listing with ID: SY60%20MFJ
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY60%2520MFJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:35 [bca.uk] INFO: Scrape type for SY60%20MFJ: 0
2026-03-30 06:02:35 [bca.uk] INFO: Found listing with ID: SY61%20MXG
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY61%2520MXG%27 HTTP/1.1" 200 None
2026-03-30 06:02:35 [bca.uk] INFO: Scrape type for SY61%20MXG: 0
2026-03-30 06:02:35 [bca.uk] INFO: Found listing with ID: WD22%20CCF
2026-03-30 06:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD22%2520CCF%27 HTTP/1.1" 200 None
2026-03-30 06:02:35 [bca.uk] INFO: Scrape type for WD22%20CCF: 2
2026-03-30 06:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd9f8e5e-a546-5b52-a128-a587a5912692 with identifier: WD22%20CCF
2026-03-30 06:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd9f8e5e-a546-5b52-a128-a587a5912692 with scrape type 2
2026-03-30 06:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd9f8e5e-a546-5b52-a128-a587a5912692 with scrape type 2
2026-03-30 06:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd9f8e5e-a546-5b52-a128-a587a5912692, identifier: WD22%20CCF
2026-03-30 06:02:36 [bca.uk] INFO: Found listing with ID: NA20%20MYY
2026-03-30 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA20%2520MYY%27 HTTP/1.1" 200 None
2026-03-30 06:02:36 [bca.uk] INFO: Scrape type for NA20%20MYY: 2
2026-03-30 06:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f4cd413-e40a-5bf2-bc25-3301993e54e4 with identifier: NA20%20MYY
2026-03-30 06:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f4cd413-e40a-5bf2-bc25-3301993e54e4 with scrape type 2
2026-03-30 06:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f4cd413-e40a-5bf2-bc25-3301993e54e4 with scrape type 2
2026-03-30 06:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f4cd413-e40a-5bf2-bc25-3301993e54e4, identifier: NA20%20MYY
2026-03-30 06:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd9f8e5e-a546-5b52-a128-a587a5912692 with identifier: WD22%20CCF
2026-03-30 06:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd9f8e5e-a546-5b52-a128-a587a5912692 with identifier: WD22%20CCF
2026-03-30 06:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd9f8e5e-a546-5b52-a128-a587a5912692 with identifier: WD22%20CCF to the API
2026-03-30 06:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 47,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD22%20CCF-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': 'bd9f8e5e-a546-5b52-a128-a587a5912692',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WD22 CCF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD22%20CCF&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VOLVO',
'model': 'XC40 RECHARGE',
'odometer': 137832,
'odometer_reading_unit': '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 PLUS StationWagon',
'transmission': 'automatic',
'trim': 'T4 PHEV PLUS',
'vin': 'YV1XZBWV5P2912425',
'year': 2022}
2026-03-30 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD22%2520CCF%27 HTTP/1.1" 200 None
2026-03-30 06:02:36 [bca.uk] INFO: Saving data for WD22%20CCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774535949.659002, 'last_price_update_time': 1774850556.612526}
2026-03-30 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD22%2520CCF') HTTP/1.1" 204 0
2026-03-30 06:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f4cd413-e40a-5bf2-bc25-3301993e54e4 with identifier: NA20%20MYY
2026-03-30 06:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f4cd413-e40a-5bf2-bc25-3301993e54e4 with identifier: NA20%20MYY
2026-03-30 06:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f4cd413-e40a-5bf2-bc25-3301993e54e4 with identifier: NA20%20MYY to the API
2026-03-30 06:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA20%20MYY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9f4cd413-e40a-5bf2-bc25-3301993e54e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA20 MYY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA20%20MYY&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 100233,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T 115 TEKNA+ Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 115 TEKNA+',
'vin': 'SJNFAAF16U1031355',
'year': 2020}
2026-03-30 06:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA20%2520MYY%27 HTTP/1.1" 200 None
2026-03-30 06:02:36 [bca.uk] INFO: Saving data for NA20%20MYY: {'auction_closing_time': 1774864800.0, 'created_time': 1773957919.275549, 'last_price_update_time': 1774850556.998381}
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA20%2520MYY') HTTP/1.1" 204 0
2026-03-30 06:02:37 [bca.uk] INFO: Found listing with ID: AG59%20RKO
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AG59%2520RKO%27 HTTP/1.1" 200 None
2026-03-30 06:02:37 [bca.uk] INFO: Scrape type for AG59%20RKO: 0
2026-03-30 06:02:37 [bca.uk] INFO: Found listing with ID: AK58%20DZJ
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK58%2520DZJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:37 [bca.uk] INFO: Scrape type for AK58%20DZJ: 0
2026-03-30 06:02:37 [bca.uk] INFO: Found listing with ID: EJ10%20YOL
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ10%2520YOL%27 HTTP/1.1" 200 None
2026-03-30 06:02:37 [bca.uk] INFO: Scrape type for EJ10%20YOL: 2
2026-03-30 06:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8d1e58c-9129-5373-83e2-05c3ac61d1af with identifier: EJ10%20YOL
2026-03-30 06:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8d1e58c-9129-5373-83e2-05c3ac61d1af with scrape type 2
2026-03-30 06:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8d1e58c-9129-5373-83e2-05c3ac61d1af with scrape type 2
2026-03-30 06:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8d1e58c-9129-5373-83e2-05c3ac61d1af, identifier: EJ10%20YOL
2026-03-30 06:02:37 [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-30 06:02:37 [bca.uk] INFO: Found listing with ID: NG17%20ZRR
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG17%2520ZRR%27 HTTP/1.1" 200 None
2026-03-30 06:02:37 [bca.uk] INFO: Scrape type for NG17%20ZRR: 2
2026-03-30 06:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97698d78-28c6-5e12-82e3-b7c6784c683d with identifier: NG17%20ZRR
2026-03-30 06:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97698d78-28c6-5e12-82e3-b7c6784c683d with scrape type 2
2026-03-30 06:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97698d78-28c6-5e12-82e3-b7c6784c683d with scrape type 2
2026-03-30 06:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97698d78-28c6-5e12-82e3-b7c6784c683d, identifier: NG17%20ZRR
2026-03-30 06:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8d1e58c-9129-5373-83e2-05c3ac61d1af with identifier: EJ10%20YOL
2026-03-30 06:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8d1e58c-9129-5373-83e2-05c3ac61d1af with identifier: EJ10%20YOL
2026-03-30 06:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8d1e58c-9129-5373-83e2-05c3ac61d1af with identifier: EJ10%20YOL to the API
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ10%20YOL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e8d1e58c-9129-5373-83e2-05c3ac61d1af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ10 YOL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ10%20YOL&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'HYUNDAI',
'model': 'I30',
'odometer': 81232,
'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.4 COMFORT Hatchback',
'transmission': 'manual',
'trim': 'COMFORT',
'vin': 'TMADB51CLBJ128085',
'year': 2010}
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ10%2520YOL%27 HTTP/1.1" 200 None
2026-03-30 06:02:37 [bca.uk] INFO: Saving data for EJ10%20YOL: {'auction_closing_time': 1774864800.0, 'created_time': 1774622488.923345, 'last_price_update_time': 1774850557.580997}
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ10%2520YOL') HTTP/1.1" 204 0
2026-03-30 06:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97698d78-28c6-5e12-82e3-b7c6784c683d with identifier: NG17%20ZRR
2026-03-30 06:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97698d78-28c6-5e12-82e3-b7c6784c683d with identifier: NG17%20ZRR
2026-03-30 06:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97698d78-28c6-5e12-82e3-b7c6784c683d with identifier: NG17%20ZRR to the API
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG17%20ZRR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '97698d78-28c6-5e12-82e3-b7c6784c683d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG17 ZRR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG17%20ZRR&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 76057,
'odometer_reading_unit': '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 TEKNA (5ST) StationWagon',
'transmission': 'manual',
'trim': 'DIG-T TEKNA (5ST)',
'vin': 'JN1TDAT32U0009131',
'year': 2017}
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG17%2520ZRR%27 HTTP/1.1" 200 None
2026-03-30 06:02:37 [bca.uk] INFO: Saving data for NG17%20ZRR: {'auction_closing_time': 1774864800.0, 'created_time': 1774534621.422336, 'last_price_update_time': 1774850557.962514}
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG17%2520ZRR') HTTP/1.1" 204 0
2026-03-30 06:02:37 [bca.uk] INFO: Found listing with ID: KE15%20VGG
2026-03-30 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE15%2520VGG%27 HTTP/1.1" 200 None
2026-03-30 06:02:38 [bca.uk] INFO: Scrape type for KE15%20VGG: 0
2026-03-30 06:02:38 [bca.uk] INFO: Found listing with ID: KG56%20YPR
2026-03-30 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KG56%2520YPR%27 HTTP/1.1" 200 None
2026-03-30 06:02:38 [bca.uk] INFO: Scrape type for KG56%20YPR: 2
2026-03-30 06:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13f1955e-375a-57df-8a03-2b6fcd97646a with identifier: KG56%20YPR
2026-03-30 06:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13f1955e-375a-57df-8a03-2b6fcd97646a with scrape type 2
2026-03-30 06:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13f1955e-375a-57df-8a03-2b6fcd97646a with scrape type 2
2026-03-30 06:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13f1955e-375a-57df-8a03-2b6fcd97646a, identifier: KG56%20YPR
2026-03-30 06:02:38 [bca.uk] INFO: Found listing with ID: NU65%20YZX
2026-03-30 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU65%2520YZX%27 HTTP/1.1" 200 None
2026-03-30 06:02:38 [bca.uk] INFO: Scrape type for NU65%20YZX: 2
2026-03-30 06:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c3cfec6-b0fe-573c-aa19-fc638acdca64 with identifier: NU65%20YZX
2026-03-30 06:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c3cfec6-b0fe-573c-aa19-fc638acdca64 with scrape type 2
2026-03-30 06:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c3cfec6-b0fe-573c-aa19-fc638acdca64 with scrape type 2
2026-03-30 06:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c3cfec6-b0fe-573c-aa19-fc638acdca64, identifier: NU65%20YZX
2026-03-30 06:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13f1955e-375a-57df-8a03-2b6fcd97646a with identifier: KG56%20YPR
2026-03-30 06:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13f1955e-375a-57df-8a03-2b6fcd97646a with identifier: KG56%20YPR
2026-03-30 06:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13f1955e-375a-57df-8a03-2b6fcd97646a with identifier: KG56%20YPR to the API
2026-03-30 06:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:38 [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': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KG56%20YPR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '13f1955e-375a-57df-8a03-2b6fcd97646a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KG56 YPR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KG56%20YPR&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'MAZDA',
'model': 'MX-5',
'odometer': 96470,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-01-01',
'seller_name': None,
'title': 'MAZDA MX-5 1.8 Roadster',
'transmission': 'manual',
'trim': '',
'vin': 'JMZNC188200124035',
'year': 2006}
2026-03-30 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KG56%2520YPR%27 HTTP/1.1" 200 None
2026-03-30 06:02:38 [bca.uk] INFO: Saving data for KG56%20YPR: {'auction_closing_time': 1774864800.0, 'created_time': 1774621660.688499, 'last_price_update_time': 1774850558.573454}
2026-03-30 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KG56%2520YPR') HTTP/1.1" 204 0
2026-03-30 06:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c3cfec6-b0fe-573c-aa19-fc638acdca64 with identifier: NU65%20YZX
2026-03-30 06:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c3cfec6-b0fe-573c-aa19-fc638acdca64 with identifier: NU65%20YZX
2026-03-30 06:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c3cfec6-b0fe-573c-aa19-fc638acdca64 with identifier: NU65%20YZX to the API
2026-03-30 06:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU65%20YZX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3c3cfec6-b0fe-573c-aa19-fc638acdca64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU65 YZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU65%20YZX&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HYUNDAI',
'model': 'IX20',
'odometer': 75269,
'odometer_reading_unit': '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 IX20 1.4 B/D SE MPV',
'transmission': 'manual',
'trim': 'B/D SE',
'vin': 'TMAPU81CLGJ207849',
'year': 2015}
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU65%2520YZX%27 HTTP/1.1" 200 None
2026-03-30 06:02:39 [bca.uk] INFO: Saving data for NU65%20YZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774649810.707666, 'last_price_update_time': 1774850559.02152}
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU65%2520YZX') HTTP/1.1" 204 0
2026-03-30 06:02:39 [bca.uk] INFO: Found listing with ID: KM08%20HZJ
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM08%2520HZJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:39 [bca.uk] INFO: Scrape type for KM08%20HZJ: 2
2026-03-30 06:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfb6a6a0-5ed6-590f-bd8f-6b8ab96aef13 with identifier: KM08%20HZJ
2026-03-30 06:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfb6a6a0-5ed6-590f-bd8f-6b8ab96aef13 with scrape type 2
2026-03-30 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfb6a6a0-5ed6-590f-bd8f-6b8ab96aef13 with scrape type 2
2026-03-30 06:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfb6a6a0-5ed6-590f-bd8f-6b8ab96aef13, identifier: KM08%20HZJ
2026-03-30 06:02:39 [bca.uk] INFO: Found listing with ID: VN64%20YVX
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN64%2520YVX%27 HTTP/1.1" 200 None
2026-03-30 06:02:39 [bca.uk] INFO: Scrape type for VN64%20YVX: 2
2026-03-30 06:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ff36c8-b186-5396-a54f-5aa8575bdb5f with identifier: VN64%20YVX
2026-03-30 06:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ff36c8-b186-5396-a54f-5aa8575bdb5f with scrape type 2
2026-03-30 06:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79ff36c8-b186-5396-a54f-5aa8575bdb5f with scrape type 2
2026-03-30 06:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79ff36c8-b186-5396-a54f-5aa8575bdb5f, identifier: VN64%20YVX
2026-03-30 06:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfb6a6a0-5ed6-590f-bd8f-6b8ab96aef13 with identifier: KM08%20HZJ
2026-03-30 06:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfb6a6a0-5ed6-590f-bd8f-6b8ab96aef13 with identifier: KM08%20HZJ
2026-03-30 06:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfb6a6a0-5ed6-590f-bd8f-6b8ab96aef13 with identifier: KM08%20HZJ to the API
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM08%20HZJ-GB',
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bfb6a6a0-5ed6-590f-bd8f-6b8ab96aef13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM08 HZJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM08%20HZJ&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'VECTRA',
'odometer': 56115,
'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 3.0 CDTI V6 ELITE Estate',
'transmission': 'manual',
'trim': 'CDTI V6 ELITE',
'vin': 'W0L0ZCF3581071164',
'year': 2008}
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM08%2520HZJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:39 [bca.uk] INFO: Saving data for KM08%20HZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477900.825472, 'last_price_update_time': 1774850559.677805}
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM08%2520HZJ') HTTP/1.1" 204 0
2026-03-30 06:02:39 [bca.uk] INFO: Total items found: 100
2026-03-30 06:02:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded
2026-03-30 06:02:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:02:39 [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-30 06:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79ff36c8-b186-5396-a54f-5aa8575bdb5f with identifier: VN64%20YVX
2026-03-30 06:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79ff36c8-b186-5396-a54f-5aa8575bdb5f with identifier: VN64%20YVX
2026-03-30 06:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79ff36c8-b186-5396-a54f-5aa8575bdb5f with identifier: VN64%20YVX to the API
2026-03-30 06:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02: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': 90,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN64%20YVX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '79ff36c8-b186-5396-a54f-5aa8575bdb5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN64 YVX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN64%20YVX&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 82144,
'odometer_reading_unit': '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': 'SJNTCAE12U1091863',
'year': 2014}
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN64%2520YVX%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Saving data for VN64%20YVX: {'auction_closing_time': 1774864800.0, 'created_time': 1774535355.086675, 'last_price_update_time': 1774850560.060005}
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN64%2520YVX') HTTP/1.1" 204 0
2026-03-30 06:02:40 [bca.uk] INFO: Found listing with ID: NK66%20YFN
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK66%2520YFN%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Scrape type for NK66%20YFN: 2
2026-03-30 06:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca98aedf-7923-5dfb-b0d9-02a17d2374d2 with identifier: NK66%20YFN
2026-03-30 06:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca98aedf-7923-5dfb-b0d9-02a17d2374d2 with scrape type 2
2026-03-30 06:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca98aedf-7923-5dfb-b0d9-02a17d2374d2 with scrape type 2
2026-03-30 06:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca98aedf-7923-5dfb-b0d9-02a17d2374d2, identifier: NK66%20YFN
2026-03-30 06:02:40 [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-30 06:02:40 [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-30 06:02:40 [bca.uk] INFO: Found listing with ID: YX18%20XUA
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX18%2520XUA%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Scrape type for YX18%20XUA: 0
2026-03-30 06:02:40 [bca.uk] INFO: Found listing with ID: GJ64%20FZB
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ64%2520FZB%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Scrape type for GJ64%20FZB: 0
2026-03-30 06:02:40 [bca.uk] INFO: Found listing with ID: KR65%20CKN
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR65%2520CKN%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Scrape type for KR65%20CKN: 2
2026-03-30 06:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a02fd109-a290-51d6-bdfb-c3cd90a705a7 with identifier: KR65%20CKN
2026-03-30 06:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a02fd109-a290-51d6-bdfb-c3cd90a705a7 with scrape type 2
2026-03-30 06:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a02fd109-a290-51d6-bdfb-c3cd90a705a7 with scrape type 2
2026-03-30 06:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a02fd109-a290-51d6-bdfb-c3cd90a705a7, identifier: KR65%20CKN
2026-03-30 06:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca98aedf-7923-5dfb-b0d9-02a17d2374d2 with identifier: NK66%20YFN
2026-03-30 06:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca98aedf-7923-5dfb-b0d9-02a17d2374d2 with identifier: NK66%20YFN
2026-03-30 06:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca98aedf-7923-5dfb-b0d9-02a17d2374d2 with identifier: NK66%20YFN to the API
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:40 [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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK66%20YFN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ca98aedf-7923-5dfb-b0d9-02a17d2374d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NK66 YFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK66%20YFN&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'SEAT',
'model': 'ALHAMBRA',
'odometer': 194776,
'odometer_reading_unit': '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 ALHAMBRA 2.0 TDI CR 150 SE MPV',
'transmission': 'manual',
'trim': 'TDI CR 150 SE',
'vin': 'VSSZZZ7NZHV710791',
'year': 2016}
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK66%2520YFN%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Saving data for NK66%20YFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774622488.513642, 'last_price_update_time': 1774850560.742657}
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK66%2520YFN') HTTP/1.1" 204 0
2026-03-30 06:02:40 [bca.uk] INFO: Found listing with ID: HN10%20VKV
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN10%2520VKV%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Scrape type for HN10%20VKV: 0
2026-03-30 06:02:40 [bca.uk] INFO: Found listing with ID: KU12%20NXX
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU12%2520NXX%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Scrape type for KU12%20NXX: 0
2026-03-30 06:02:40 [bca.uk] INFO: Found listing with ID: WJ63%20PFD
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ63%2520PFD%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Scrape type for WJ63%20PFD: 0
2026-03-30 06:02:40 [bca.uk] INFO: Found listing with ID: YX59%20SFY
2026-03-30 06:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX59%2520SFY%27 HTTP/1.1" 200 None
2026-03-30 06:02:40 [bca.uk] INFO: Scrape type for YX59%20SFY: 2
2026-03-30 06:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with identifier: YX59%20SFY
2026-03-30 06:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with scrape type 2
2026-03-30 06:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with scrape type 2
2026-03-30 06:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75d8564a-3a3f-5e7e-86e2-59917fc267a5, identifier: YX59%20SFY
2026-03-30 06:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a02fd109-a290-51d6-bdfb-c3cd90a705a7 with identifier: KR65%20CKN
2026-03-30 06:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a02fd109-a290-51d6-bdfb-c3cd90a705a7 with identifier: KR65%20CKN
2026-03-30 06:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a02fd109-a290-51d6-bdfb-c3cd90a705a7 with identifier: KR65%20CKN to the API
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR65%20CKN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a02fd109-a290-51d6-bdfb-c3cd90a705a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR65 CKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR65%20CKN&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 57549,
'odometer_reading_unit': '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 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF05XXGCC5FC10438',
'year': 2015}
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR65%2520CKN%27 HTTP/1.1" 200 None
2026-03-30 06:02:41 [bca.uk] INFO: Saving data for KR65%20CKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774362439.82621, 'last_price_update_time': 1774850561.295797}
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR65%2520CKN') HTTP/1.1" 204 0
2026-03-30 06:02:41 [bca.uk] INFO: Found listing with ID: OY11%20XRC
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY11%2520XRC%27 HTTP/1.1" 200 None
2026-03-30 06:02:41 [bca.uk] INFO: Scrape type for OY11%20XRC: 0
2026-03-30 06:02:41 [bca.uk] INFO: Found listing with ID: RX63%20SMO
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX63%2520SMO%27 HTTP/1.1" 200 None
2026-03-30 06:02:41 [bca.uk] INFO: Scrape type for RX63%20SMO: 0
2026-03-30 06:02:41 [bca.uk] INFO: Found listing with ID: SH09%20HCE
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH09%2520HCE%27 HTTP/1.1" 200 None
2026-03-30 06:02:41 [bca.uk] INFO: Scrape type for SH09%20HCE: 2
2026-03-30 06:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e84dd47-5613-53b6-a8b0-030faff083fd with identifier: SH09%20HCE
2026-03-30 06:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e84dd47-5613-53b6-a8b0-030faff083fd with scrape type 2
2026-03-30 06:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e84dd47-5613-53b6-a8b0-030faff083fd with scrape type 2
2026-03-30 06:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e84dd47-5613-53b6-a8b0-030faff083fd, identifier: SH09%20HCE
2026-03-30 06:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with identifier: YX59%20SFY
2026-03-30 06:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75d8564a-3a3f-5e7e-86e2-59917fc267a5 with identifier: YX59%20SFY
2026-03-30 06:02:41 [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-30 06:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX59%2520SFY%27 HTTP/1.1" 200 None
2026-03-30 06:02:41 [bca.uk] INFO: Saving data for YX59%20SFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536042.491617, 'last_price_update_time': 1774850561.732053}
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:41 [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-30 06:02:41 [bca.uk] INFO: Found listing with ID: LD14%20UGX
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD14%2520UGX%27 HTTP/1.1" 200 None
2026-03-30 06:02:41 [bca.uk] INFO: Scrape type for LD14%20UGX: 0
2026-03-30 06:02:41 [bca.uk] INFO: Found listing with ID: LO13%20ZTR
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO13%2520ZTR%27 HTTP/1.1" 200 None
2026-03-30 06:02:41 [bca.uk] INFO: Scrape type for LO13%20ZTR: 0
2026-03-30 06:02:41 [bca.uk] INFO: Found listing with ID: NK63%20OGC
2026-03-30 06:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK63%2520OGC%27 HTTP/1.1" 200 None
2026-03-30 06:02:41 [bca.uk] INFO: Scrape type for NK63%20OGC: 2
2026-03-30 06:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7048634f-e009-5436-bb1b-87de2978302e with identifier: NK63%20OGC
2026-03-30 06:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7048634f-e009-5436-bb1b-87de2978302e with scrape type 2
2026-03-30 06:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7048634f-e009-5436-bb1b-87de2978302e with scrape type 2
2026-03-30 06:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7048634f-e009-5436-bb1b-87de2978302e, identifier: NK63%20OGC
2026-03-30 06:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e84dd47-5613-53b6-a8b0-030faff083fd with identifier: SH09%20HCE
2026-03-30 06:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e84dd47-5613-53b6-a8b0-030faff083fd with identifier: SH09%20HCE
2026-03-30 06:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e84dd47-5613-53b6-a8b0-030faff083fd with identifier: SH09%20HCE to the API
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH09%20HCE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e84dd47-5613-53b6-a8b0-030faff083fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH09 HCE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH09%20HCE&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 89537,
'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 S Hatchback',
'transmission': 'manual',
'trim': 'S',
'vin': 'WVWZZZ1KZ9W487496',
'year': 2009}
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH09%2520HCE%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Saving data for SH09%20HCE: {'auction_closing_time': 1774864800.0, 'created_time': 1774621665.429167, 'last_price_update_time': 1774850562.36941}
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH09%2520HCE') HTTP/1.1" 204 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: BW69%20HZG
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW69%2520HZG%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for BW69%20HZG: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: HT19%20TZL
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT19%2520TZL%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for HT19%20TZL: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: BL18%20KKR
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL18%2520KKR%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for BL18%20KKR: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: DC19%20NCN
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC19%2520NCN%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for DC19%20NCN: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: HY57%20KMG
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY57%2520KMG%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for HY57%20KMG: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: PN17%20YAG
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN17%2520YAG%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for PN17%20YAG: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: EN12%20PFK
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN12%2520PFK%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for EN12%20PFK: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: LL19%20WUR
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL19%2520WUR%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for LL19%20WUR: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: GL09%20EWC
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL09%2520EWC%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for GL09%20EWC: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: HD56%20FNE
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD56%2520FNE%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for HD56%20FNE: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: LV53%20KDO
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV53%2520KDO%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for LV53%20KDO: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: OY05%20LPJ
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY05%2520LPJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for OY05%20LPJ: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: RO09%20VDN
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO09%2520VDN%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for RO09%20VDN: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: SB07%20CVZ
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB07%2520CVZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for SB07%20CVZ: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: SL54%20XRG
2026-03-30 06:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL54%2520XRG%27 HTTP/1.1" 200 None
2026-03-30 06:02:42 [bca.uk] INFO: Scrape type for SL54%20XRG: 0
2026-03-30 06:02:42 [bca.uk] INFO: Found listing with ID: YT58%20MMV
2026-03-30 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT58%2520MMV%27 HTTP/1.1" 200 None
2026-03-30 06:02:43 [bca.uk] INFO: Scrape type for YT58%20MMV: 0
2026-03-30 06:02:43 [bca.uk] INFO: Found listing with ID: GD06%20HEV
2026-03-30 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD06%2520HEV%27 HTTP/1.1" 200 None
2026-03-30 06:02:43 [bca.uk] INFO: Scrape type for GD06%20HEV: 0
2026-03-30 06:02:43 [bca.uk] INFO: Found listing with ID: KW19%20XMZ
2026-03-30 06:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW19%2520XMZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:43 [bca.uk] INFO: Scrape type for KW19%20XMZ: 2
2026-03-30 06:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2e43b4c-05a5-56a5-931c-0c811342f8db with identifier: KW19%20XMZ
2026-03-30 06:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2e43b4c-05a5-56a5-931c-0c811342f8db with scrape type 2
2026-03-30 06:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2e43b4c-05a5-56a5-931c-0c811342f8db with scrape type 2
2026-03-30 06:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2e43b4c-05a5-56a5-931c-0c811342f8db, identifier: KW19%20XMZ
2026-03-30 06:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7048634f-e009-5436-bb1b-87de2978302e with identifier: NK63%20OGC
2026-03-30 06:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7048634f-e009-5436-bb1b-87de2978302e with identifier: NK63%20OGC
2026-03-30 06:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7048634f-e009-5436-bb1b-87de2978302e with identifier: NK63%20OGC to the API
2026-03-30 06:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK63%20OGC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7048634f-e009-5436-bb1b-87de2978302e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NK63 OGC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK63%20OGC&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'FORD',
'model': 'GRAND C-MAX',
'odometer': 106727,
'odometer_reading_unit': '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 GRAND C-MAX 1.6 TDCI 115 ZETEC MPV',
'transmission': 'manual',
'trim': 'TDCI 115 ZETEC',
'vin': 'WF0HXXWPBHDC45810',
'year': 2013}
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK63%2520OGC%27 HTTP/1.1" 200 None
2026-03-30 06:02:44 [bca.uk] INFO: Saving data for NK63%20OGC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535303.436865, 'last_price_update_time': 1774850564.189846}
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK63%2520OGC') HTTP/1.1" 204 0
2026-03-30 06:02:44 [bca.uk] INFO: Found listing with ID: SJ12%20WND
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ12%2520WND%27 HTTP/1.1" 200 None
2026-03-30 06:02:44 [bca.uk] INFO: Scrape type for SJ12%20WND: 2
2026-03-30 06:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99942508-fdfc-56fb-918c-570a7d0b581c with identifier: SJ12%20WND
2026-03-30 06:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99942508-fdfc-56fb-918c-570a7d0b581c with scrape type 2
2026-03-30 06:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99942508-fdfc-56fb-918c-570a7d0b581c with scrape type 2
2026-03-30 06:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99942508-fdfc-56fb-918c-570a7d0b581c, identifier: SJ12%20WND
2026-03-30 06:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2e43b4c-05a5-56a5-931c-0c811342f8db with identifier: KW19%20XMZ
2026-03-30 06:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2e43b4c-05a5-56a5-931c-0c811342f8db with identifier: KW19%20XMZ
2026-03-30 06:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2e43b4c-05a5-56a5-931c-0c811342f8db with identifier: KW19%20XMZ to the API
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW19%20XMZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b2e43b4c-05a5-56a5-931c-0c811342f8db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW19 XMZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW19%20XMZ&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MERCEDES-BENZ',
'model': 'C200 EQ-B',
'odometer': 94590,
'odometer_reading_unit': '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 C200 EQ-B 1.5 SPORT PREMIUM 9G Saloon',
'transmission': 'manual',
'trim': 'SPORT PREMIUM 9G',
'vin': 'WDD2050772R491305',
'year': 2019}
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW19%2520XMZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:44 [bca.uk] INFO: Saving data for KW19%20XMZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773832239.855213, 'last_price_update_time': 1774850564.825736}
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW19%2520XMZ') HTTP/1.1" 204 0
2026-03-30 06:02:44 [bca.uk] INFO: Found listing with ID: OV14%20WTT
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV14%2520WTT%27 HTTP/1.1" 200 None
2026-03-30 06:02:44 [bca.uk] INFO: Scrape type for OV14%20WTT: 0
2026-03-30 06:02:44 [bca.uk] INFO: Found listing with ID: SJ13%20HUH
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ13%2520HUH%27 HTTP/1.1" 200 None
2026-03-30 06:02:44 [bca.uk] INFO: Scrape type for SJ13%20HUH: 0
2026-03-30 06:02:44 [bca.uk] INFO: Found listing with ID: SN11%20HLZ
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN11%2520HLZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:44 [bca.uk] INFO: Scrape type for SN11%20HLZ: 0
2026-03-30 06:02:44 [bca.uk] INFO: Found listing with ID: SV09%20YGZ
2026-03-30 06:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV09%2520YGZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:44 [bca.uk] INFO: Scrape type for SV09%20YGZ: 2
2026-03-30 06:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db5f62c1-7a62-5e87-92cd-10319d52948e with identifier: SV09%20YGZ
2026-03-30 06:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db5f62c1-7a62-5e87-92cd-10319d52948e with scrape type 2
2026-03-30 06:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db5f62c1-7a62-5e87-92cd-10319d52948e with scrape type 2
2026-03-30 06:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db5f62c1-7a62-5e87-92cd-10319d52948e, identifier: SV09%20YGZ
2026-03-30 06:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99942508-fdfc-56fb-918c-570a7d0b581c with identifier: SJ12%20WND
2026-03-30 06:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99942508-fdfc-56fb-918c-570a7d0b581c with identifier: SJ12%20WND
2026-03-30 06:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99942508-fdfc-56fb-918c-570a7d0b581c with identifier: SJ12%20WND to the API
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ12%20WND-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '99942508-fdfc-56fb-918c-570a7d0b581c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ12 WND',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ12%20WND&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'SUZUKI',
'model': 'ALTO',
'odometer': 104950,
'odometer_reading_unit': '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 ALTO 1.0 SZ2 Hatchback',
'transmission': 'manual',
'trim': 'SZ2',
'vin': 'MA3GFC31S00482811',
'year': 2012}
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ12%2520WND%27 HTTP/1.1" 200 None
2026-03-30 06:02:45 [bca.uk] INFO: Saving data for SJ12%20WND: {'auction_closing_time': 1774864800.0, 'created_time': 1774535939.966829, 'last_price_update_time': 1774850565.403862}
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ12%2520WND') HTTP/1.1" 204 0
2026-03-30 06:02:45 [bca.uk] INFO: Found listing with ID: FE70%20MZU
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE70%2520MZU%27 HTTP/1.1" 200 None
2026-03-30 06:02:45 [bca.uk] INFO: Scrape type for FE70%20MZU: 2
2026-03-30 06:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0b94c7d-2213-5c2e-aacc-8c92a83d48cb with identifier: FE70%20MZU
2026-03-30 06:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0b94c7d-2213-5c2e-aacc-8c92a83d48cb with scrape type 2
2026-03-30 06:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0b94c7d-2213-5c2e-aacc-8c92a83d48cb with scrape type 2
2026-03-30 06:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0b94c7d-2213-5c2e-aacc-8c92a83d48cb, identifier: FE70%20MZU
2026-03-30 06:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db5f62c1-7a62-5e87-92cd-10319d52948e with identifier: SV09%20YGZ
2026-03-30 06:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db5f62c1-7a62-5e87-92cd-10319d52948e with identifier: SV09%20YGZ
2026-03-30 06:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db5f62c1-7a62-5e87-92cd-10319d52948e with identifier: SV09%20YGZ to the API
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02: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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV09%20YGZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'db5f62c1-7a62-5e87-92cd-10319d52948e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV09 YGZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV09%20YGZ&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'TOYOTA',
'model': 'AURIS',
'odometer': 53658,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'TOYOTA AURIS 1.3 DUAL VVTI T3 Hatchback',
'transmission': 'manual',
'trim': 'DUAL VVTI T3',
'vin': 'JTNKH56E001000121',
'year': 2009}
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV09%2520YGZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:45 [bca.uk] INFO: Saving data for SV09%20YGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774649398.106323, 'last_price_update_time': 1774850565.961658}
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV09%2520YGZ') HTTP/1.1" 204 0
2026-03-30 06:02:45 [bca.uk] INFO: Found listing with ID: PY70%20CZE
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY70%2520CZE%27 HTTP/1.1" 200 None
2026-03-30 06:02:46 [bca.uk] INFO: Scrape type for PY70%20CZE: 0
2026-03-30 06:02:46 [bca.uk] INFO: Found listing with ID: MK10%20FFX
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK10%2520FFX%27 HTTP/1.1" 200 None
2026-03-30 06:02:46 [bca.uk] INFO: Scrape type for MK10%20FFX: 0
2026-03-30 06:02:46 [bca.uk] INFO: Found listing with ID: SE14%20ONO
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE14%2520ONO%27 HTTP/1.1" 200 None
2026-03-30 06:02:46 [bca.uk] INFO: Scrape type for SE14%20ONO: 0
2026-03-30 06:02:46 [bca.uk] INFO: Found listing with ID: GY10%20KJN
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY10%2520KJN%27 HTTP/1.1" 200 None
2026-03-30 06:02:46 [bca.uk] INFO: Scrape type for GY10%20KJN: 0
2026-03-30 06:02:46 [bca.uk] INFO: Found listing with ID: FG68%20YMS
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG68%2520YMS%27 HTTP/1.1" 200 None
2026-03-30 06:02:46 [bca.uk] INFO: Scrape type for FG68%20YMS: 2
2026-03-30 06:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5d8357e-2ba3-5bdf-9462-0f600eb87d5a with identifier: FG68%20YMS
2026-03-30 06:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5d8357e-2ba3-5bdf-9462-0f600eb87d5a with scrape type 2
2026-03-30 06:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5d8357e-2ba3-5bdf-9462-0f600eb87d5a with scrape type 2
2026-03-30 06:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5d8357e-2ba3-5bdf-9462-0f600eb87d5a, identifier: FG68%20YMS
2026-03-30 06:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0b94c7d-2213-5c2e-aacc-8c92a83d48cb with identifier: FE70%20MZU
2026-03-30 06:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0b94c7d-2213-5c2e-aacc-8c92a83d48cb with identifier: FE70%20MZU
2026-03-30 06:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0b94c7d-2213-5c2e-aacc-8c92a83d48cb with identifier: FE70%20MZU to the API
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE70%20MZU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b0b94c7d-2213-5c2e-aacc-8c92a83d48cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE70 MZU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE70%20MZU&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 53924,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'manual',
'trim': 'TURBO 100 ELITE',
'vin': 'VXKUPHNKKL4338574',
'year': 2020}
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE70%2520MZU%27 HTTP/1.1" 200 None
2026-03-30 06:02:46 [bca.uk] INFO: Saving data for FE70%20MZU: {'auction_closing_time': 1774864800.0, 'created_time': 1773838965.50805, 'last_price_update_time': 1774850566.52825}
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE70%2520MZU') HTTP/1.1" 204 0
2026-03-30 06:02:46 [bca.uk] INFO: Found listing with ID: SY13%20GYG
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY13%2520GYG%27 HTTP/1.1" 200 None
2026-03-30 06:02:46 [bca.uk] INFO: Scrape type for SY13%20GYG: 0
2026-03-30 06:02:46 [bca.uk] INFO: Found listing with ID: FY09%20CJO
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY09%2520CJO%27 HTTP/1.1" 200 None
2026-03-30 06:02:46 [bca.uk] INFO: Scrape type for FY09%20CJO: 2
2026-03-30 06:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b59a6a7-6ddd-555b-b305-79801434a57c with identifier: FY09%20CJO
2026-03-30 06:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b59a6a7-6ddd-555b-b305-79801434a57c with scrape type 2
2026-03-30 06:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b59a6a7-6ddd-555b-b305-79801434a57c with scrape type 2
2026-03-30 06:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b59a6a7-6ddd-555b-b305-79801434a57c, identifier: FY09%20CJO
2026-03-30 06:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5d8357e-2ba3-5bdf-9462-0f600eb87d5a with identifier: FG68%20YMS
2026-03-30 06:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5d8357e-2ba3-5bdf-9462-0f600eb87d5a with identifier: FG68%20YMS
2026-03-30 06:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5d8357e-2ba3-5bdf-9462-0f600eb87d5a with identifier: FG68%20YMS to the API
2026-03-30 06:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:47 [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': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG68%20YMS-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a5d8357e-2ba3-5bdf-9462-0f600eb87d5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG68 YMS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG68%20YMS&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 35494,
'odometer_reading_unit': '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.6 CDTI 110 ECOTEC TECH LINE S/S Hatchback',
'transmission': 'manual',
'trim': 'CDTI 110 ECOTEC TECH LINE S/S',
'vin': 'W0VBD6EN8KG326049',
'year': 2019}
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG68%2520YMS%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Saving data for FG68%20YMS: {'auction_closing_time': 1774951200.0, 'created_time': 1774535832.12744, 'last_price_update_time': 1774850567.141178}
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG68%2520YMS') HTTP/1.1" 204 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: AF11%20YLP
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF11%2520YLP%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for AF11%20YLP: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: FN67%20DOU
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN67%2520DOU%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for FN67%20DOU: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: YJ14%20XFY
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ14%2520XFY%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for YJ14%20XFY: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: HY59%20WKU
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY59%2520WKU%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for HY59%20WKU: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: KE13%20UGJ
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE13%2520UGJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for KE13%20UGJ: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: SG58%20EVK
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG58%2520EVK%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for SG58%20EVK: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: NG62%20MFN
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG62%2520MFN%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for NG62%20MFN: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: S400%20SSK
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27S400%2520SSK%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for S400%20SSK: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: LL10%20KTP
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL10%2520KTP%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for LL10%20KTP: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: RJ58%20WUW
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ58%2520WUW%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for RJ58%20WUW: 0
2026-03-30 06:02:47 [bca.uk] INFO: Found listing with ID: VK14%20JXE
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK14%2520JXE%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Scrape type for VK14%20JXE: 2
2026-03-30 06:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6747eed4-2318-557c-8576-d092da9eb3be with identifier: VK14%20JXE
2026-03-30 06:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6747eed4-2318-557c-8576-d092da9eb3be with scrape type 2
2026-03-30 06:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6747eed4-2318-557c-8576-d092da9eb3be with scrape type 2
2026-03-30 06:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6747eed4-2318-557c-8576-d092da9eb3be, identifier: VK14%20JXE
2026-03-30 06:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b59a6a7-6ddd-555b-b305-79801434a57c with identifier: FY09%20CJO
2026-03-30 06:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b59a6a7-6ddd-555b-b305-79801434a57c with identifier: FY09%20CJO
2026-03-30 06:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b59a6a7-6ddd-555b-b305-79801434a57c with identifier: FY09%20CJO to the API
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02: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': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY09%20CJO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7b59a6a7-6ddd-555b-b305-79801434a57c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY09 CJO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY09%20CJO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'PEUGEOT',
'model': '207 CC',
'odometer': 98743,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'PEUGEOT 207 CC 1.6 16V SPORT Convertible',
'transmission': 'manual',
'trim': '16V SPORT',
'vin': 'VF3WB5FWC9E043358',
'year': 2009}
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY09%2520CJO%27 HTTP/1.1" 200 None
2026-03-30 06:02:47 [bca.uk] INFO: Saving data for FY09%20CJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774649576.516415, 'last_price_update_time': 1774850567.900821}
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY09%2520CJO') HTTP/1.1" 204 0
2026-03-30 06:02:48 [bca.uk] INFO: Found listing with ID: GY10%20HOJ
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY10%2520HOJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:48 [bca.uk] INFO: Scrape type for GY10%20HOJ: 0
2026-03-30 06:02:48 [bca.uk] INFO: Found listing with ID: GK69%20VVX
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK69%2520VVX%27 HTTP/1.1" 200 None
2026-03-30 06:02:48 [bca.uk] INFO: Scrape type for GK69%20VVX: 0
2026-03-30 06:02:48 [bca.uk] INFO: Found listing with ID: HY14%20HKE
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY14%2520HKE%27 HTTP/1.1" 200 None
2026-03-30 06:02:48 [bca.uk] INFO: Scrape type for HY14%20HKE: 0
2026-03-30 06:02:48 [bca.uk] INFO: Found listing with ID: NU67%20EBV
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU67%2520EBV%27 HTTP/1.1" 200 None
2026-03-30 06:02:48 [bca.uk] INFO: Scrape type for NU67%20EBV: 2
2026-03-30 06:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d00f4d6-3827-55c1-a06a-583364af76a6 with identifier: NU67%20EBV
2026-03-30 06:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d00f4d6-3827-55c1-a06a-583364af76a6 with scrape type 2
2026-03-30 06:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d00f4d6-3827-55c1-a06a-583364af76a6 with scrape type 2
2026-03-30 06:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d00f4d6-3827-55c1-a06a-583364af76a6, identifier: NU67%20EBV
2026-03-30 06:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6747eed4-2318-557c-8576-d092da9eb3be with identifier: VK14%20JXE
2026-03-30 06:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6747eed4-2318-557c-8576-d092da9eb3be with identifier: VK14%20JXE
2026-03-30 06:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6747eed4-2318-557c-8576-d092da9eb3be with identifier: VK14%20JXE to the API
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK14%20JXE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6747eed4-2318-557c-8576-d092da9eb3be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK14 JXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK14%20JXE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'JAGUAR',
'model': 'XF',
'odometer': 154247,
'odometer_reading_unit': '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 LUXURY Saloon',
'transmission': 'automatic',
'trim': 'D 163 LUXURY',
'vin': 'SAJAC05T7EDU38370',
'year': 2014}
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK14%2520JXE%27 HTTP/1.1" 200 None
2026-03-30 06:02:48 [bca.uk] INFO: Saving data for VK14%20JXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774534708.820888, 'last_price_update_time': 1774850568.56968}
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK14%2520JXE') HTTP/1.1" 204 0
2026-03-30 06:02:48 [bca.uk] INFO: Found listing with ID: AK65%20GFO
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK65%2520GFO%27 HTTP/1.1" 200 None
2026-03-30 06:02:48 [bca.uk] INFO: Scrape type for AK65%20GFO: 2
2026-03-30 06:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0f5a4d4-fcf0-509e-ba19-e414d51fe77f with identifier: AK65%20GFO
2026-03-30 06:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0f5a4d4-fcf0-509e-ba19-e414d51fe77f with scrape type 2
2026-03-30 06:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0f5a4d4-fcf0-509e-ba19-e414d51fe77f with scrape type 2
2026-03-30 06:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0f5a4d4-fcf0-509e-ba19-e414d51fe77f, identifier: AK65%20GFO
2026-03-30 06:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d00f4d6-3827-55c1-a06a-583364af76a6 with identifier: NU67%20EBV
2026-03-30 06:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d00f4d6-3827-55c1-a06a-583364af76a6 with identifier: NU67%20EBV
2026-03-30 06:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d00f4d6-3827-55c1-a06a-583364af76a6 with identifier: NU67%20EBV to the API
2026-03-30 06:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:49 [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': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU67%20EBV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2d00f4d6-3827-55c1-a06a-583364af76a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU67 EBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU67%20EBV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 52630,
'odometer_reading_unit': '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': 'WF0JXXGAHJHC41375',
'year': 2017}
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU67%2520EBV%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Saving data for NU67%20EBV: {'auction_closing_time': 1774951200.0, 'created_time': 1774735453.216466, 'last_price_update_time': 1774850569.071869}
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU67%2520EBV') HTTP/1.1" 204 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: WF60%20ULP
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF60%2520ULP%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for WF60%20ULP: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: WP62%20RZJ
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP62%2520RZJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for WP62%20RZJ: 2
2026-03-30 06:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3bef0e8-6fa0-53e7-9bc2-b794b91d2eca with identifier: WP62%20RZJ
2026-03-30 06:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3bef0e8-6fa0-53e7-9bc2-b794b91d2eca with scrape type 2
2026-03-30 06:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3bef0e8-6fa0-53e7-9bc2-b794b91d2eca with scrape type 2
2026-03-30 06:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3bef0e8-6fa0-53e7-9bc2-b794b91d2eca, identifier: WP62%20RZJ
2026-03-30 06:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0f5a4d4-fcf0-509e-ba19-e414d51fe77f with identifier: AK65%20GFO
2026-03-30 06:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0f5a4d4-fcf0-509e-ba19-e414d51fe77f with identifier: AK65%20GFO
2026-03-30 06:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0f5a4d4-fcf0-509e-ba19-e414d51fe77f with identifier: AK65%20GFO to the API
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK65%20GFO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b0f5a4d4-fcf0-509e-ba19-e414d51fe77f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK65 GFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK65%20GFO&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 64564,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE Hatchback',
'transmission': 'manual',
'trim': 'TD4 180 4WD SE',
'vin': 'SALVA2CN3GH098242',
'year': 2015}
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK65%2520GFO%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Saving data for AK65%20GFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535299.905835, 'last_price_update_time': 1774850569.773967}
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK65%2520GFO') HTTP/1.1" 204 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: WJ60%20UWG
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ60%2520UWG%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for WJ60%20UWG: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: YF07%20WXT
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF07%2520WXT%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for YF07%20WXT: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: EY08%20VJV
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY08%2520VJV%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for EY08%20VJV: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: T500%20MUL
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27T500%2520MUL%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for T500%20MUL: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: DV10%20NXK
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV10%2520NXK%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for DV10%20NXK: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: RO62%20MVR
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO62%2520MVR%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for RO62%20MVR: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: SD62%20JTV
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD62%2520JTV%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for SD62%20JTV: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: VN11%20JKK
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN11%2520JKK%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for VN11%20JKK: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: VO06%20JCX
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO06%2520JCX%27 HTTP/1.1" 200 None
2026-03-30 06:02:49 [bca.uk] INFO: Scrape type for VO06%20JCX: 0
2026-03-30 06:02:49 [bca.uk] INFO: Found listing with ID: WF16%20HVZ
2026-03-30 06:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF16%2520HVZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for WF16%20HVZ: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: WP59%20WKJ
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP59%2520WKJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for WP59%20WKJ: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: WU19%20VDC
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU19%2520VDC%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for WU19%20VDC: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: WV62%20VSN
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV62%2520VSN%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for WV62%20VSN: 2
2026-03-30 06:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1ec9b22-df89-5421-924c-7133c38e2c08 with identifier: WV62%20VSN
2026-03-30 06:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1ec9b22-df89-5421-924c-7133c38e2c08 with scrape type 2
2026-03-30 06:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1ec9b22-df89-5421-924c-7133c38e2c08 with scrape type 2
2026-03-30 06:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1ec9b22-df89-5421-924c-7133c38e2c08, identifier: WV62%20VSN
2026-03-30 06:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3bef0e8-6fa0-53e7-9bc2-b794b91d2eca with identifier: WP62%20RZJ
2026-03-30 06:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3bef0e8-6fa0-53e7-9bc2-b794b91d2eca with identifier: WP62%20RZJ
2026-03-30 06:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3bef0e8-6fa0-53e7-9bc2-b794b91d2eca with identifier: WP62%20RZJ to the API
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP62%20RZJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a3bef0e8-6fa0-53e7-9bc2-b794b91d2eca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP62 RZJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP62%20RZJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 76939,
'odometer_reading_unit': '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 100 EDGE Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 EDGE',
'vin': 'WF0KXXGCBKCT38932',
'year': 2013}
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP62%2520RZJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Saving data for WP62%20RZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774362764.479016, 'last_price_update_time': 1774850570.52309}
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP62%2520RZJ') HTTP/1.1" 204 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: BK12%20WRC
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK12%2520WRC%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for BK12%20WRC: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: DT16%20AWH
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT16%2520AWH%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for DT16%20AWH: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: FV61%20BCF
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV61%2520BCF%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for FV61%20BCF: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: SE58%20SJE
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE58%2520SJE%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for SE58%20SJE: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: WJ60%20CFP
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ60%2520CFP%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for WJ60%20CFP: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: YG12%20VBZ
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG12%2520VBZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for YG12%20VBZ: 0
2026-03-30 06:02:50 [bca.uk] INFO: Found listing with ID: SJ09%20OPL
2026-03-30 06:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ09%2520OPL%27 HTTP/1.1" 200 None
2026-03-30 06:02:50 [bca.uk] INFO: Scrape type for SJ09%20OPL: 2
2026-03-30 06:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c851143-749b-51bf-83d5-913e473a0fa9 with identifier: SJ09%20OPL
2026-03-30 06:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c851143-749b-51bf-83d5-913e473a0fa9 with scrape type 2
2026-03-30 06:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c851143-749b-51bf-83d5-913e473a0fa9 with scrape type 2
2026-03-30 06:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c851143-749b-51bf-83d5-913e473a0fa9, identifier: SJ09%20OPL
2026-03-30 06:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1ec9b22-df89-5421-924c-7133c38e2c08 with identifier: WV62%20VSN
2026-03-30 06:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1ec9b22-df89-5421-924c-7133c38e2c08 with identifier: WV62%20VSN
2026-03-30 06:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1ec9b22-df89-5421-924c-7133c38e2c08 with identifier: WV62%20VSN to the API
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV62%20VSN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1ec9b22-df89-5421-924c-7133c38e2c08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV62 VSN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV62%20VSN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'CITROEN',
'model': 'DS3',
'odometer': 88624,
'odometer_reading_unit': '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 DS3 1.6 E-HDI A/D DSTYLE PLUS Hatchback',
'transmission': 'manual',
'trim': 'E-HDI A/D DSTYLE PLUS',
'vin': 'VF7SA9HPKCW573526',
'year': 2012}
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV62%2520VSN%27 HTTP/1.1" 200 None
2026-03-30 06:02:51 [bca.uk] INFO: Saving data for WV62%20VSN: {'auction_closing_time': 1774864800.0, 'created_time': 1774649766.738053, 'last_price_update_time': 1774850571.226663}
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV62%2520VSN') HTTP/1.1" 204 0
2026-03-30 06:02:51 [bca.uk] INFO: Found listing with ID: YH08%20ZBP
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH08%2520ZBP%27 HTTP/1.1" 200 None
2026-03-30 06:02:51 [bca.uk] INFO: Scrape type for YH08%20ZBP: 0
2026-03-30 06:02:51 [bca.uk] INFO: Found listing with ID: YH09%20BCO
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH09%2520BCO%27 HTTP/1.1" 200 None
2026-03-30 06:02:51 [bca.uk] INFO: Scrape type for YH09%20BCO: 0
2026-03-30 06:02:51 [bca.uk] INFO: Found listing with ID: YK09%20KYA
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK09%2520KYA%27 HTTP/1.1" 200 None
2026-03-30 06:02:51 [bca.uk] INFO: Scrape type for YK09%20KYA: 0
2026-03-30 06:02:51 [bca.uk] INFO: Found listing with ID: BT12%20TZY
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT12%2520TZY%27 HTTP/1.1" 200 None
2026-03-30 06:02:51 [bca.uk] INFO: Scrape type for BT12%20TZY: 2
2026-03-30 06:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29e2a43-7aac-5dd8-95ae-453b1684e602 with identifier: BT12%20TZY
2026-03-30 06:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29e2a43-7aac-5dd8-95ae-453b1684e602 with scrape type 2
2026-03-30 06:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29e2a43-7aac-5dd8-95ae-453b1684e602 with scrape type 2
2026-03-30 06:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e29e2a43-7aac-5dd8-95ae-453b1684e602, identifier: BT12%20TZY
2026-03-30 06:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c851143-749b-51bf-83d5-913e473a0fa9 with identifier: SJ09%20OPL
2026-03-30 06:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c851143-749b-51bf-83d5-913e473a0fa9 with identifier: SJ09%20OPL
2026-03-30 06:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c851143-749b-51bf-83d5-913e473a0fa9 with identifier: SJ09%20OPL to the API
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ09%20OPL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2c851143-749b-51bf-83d5-913e473a0fa9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ09 OPL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ09%20OPL&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'KIA',
'model': 'CEED',
'odometer': 66827,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'KIA CEED 1.6 CRDI GS Hatchback',
'transmission': 'manual',
'trim': 'CRDI GS',
'vin': 'U5YFF24429L165037',
'year': 2009}
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ09%2520OPL%27 HTTP/1.1" 200 None
2026-03-30 06:02:51 [bca.uk] INFO: Saving data for SJ09%20OPL: {'auction_closing_time': 1774864800.0, 'created_time': 1774649770.435976, 'last_price_update_time': 1774850571.774352}
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ09%2520OPL') HTTP/1.1" 204 0
2026-03-30 06:02:51 [bca.uk] INFO: Found listing with ID: WV64%20BPX
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV64%2520BPX%27 HTTP/1.1" 200 None
2026-03-30 06:02:51 [bca.uk] INFO: Scrape type for WV64%20BPX: 0
2026-03-30 06:02:51 [bca.uk] INFO: Found listing with ID: YS09%20CYH
2026-03-30 06:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS09%2520CYH%27 HTTP/1.1" 200 None
2026-03-30 06:02:51 [bca.uk] INFO: Scrape type for YS09%20CYH: 2
2026-03-30 06:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b03417b8-883c-57f3-bfe0-67f30d75b296 with identifier: YS09%20CYH
2026-03-30 06:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b03417b8-883c-57f3-bfe0-67f30d75b296 with scrape type 2
2026-03-30 06:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b03417b8-883c-57f3-bfe0-67f30d75b296 with scrape type 2
2026-03-30 06:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b03417b8-883c-57f3-bfe0-67f30d75b296, identifier: YS09%20CYH
2026-03-30 06:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e29e2a43-7aac-5dd8-95ae-453b1684e602 with identifier: BT12%20TZY
2026-03-30 06:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e29e2a43-7aac-5dd8-95ae-453b1684e602 with identifier: BT12%20TZY
2026-03-30 06:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e29e2a43-7aac-5dd8-95ae-453b1684e602 with identifier: BT12%20TZY to the API
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT12%20TZY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e29e2a43-7aac-5dd8-95ae-453b1684e602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT12 TZY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT12%20TZY&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 135933,
'odometer_reading_unit': '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 2.2 I-DTEC ES Hatchback',
'transmission': 'manual',
'trim': 'I-DTEC ES',
'vin': 'SHHFK3760CU002874',
'year': 2012}
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT12%2520TZY%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Saving data for BT12%20TZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774534740.169519, 'last_price_update_time': 1774850572.340685}
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT12%2520TZY') HTTP/1.1" 204 0
2026-03-30 06:02:52 [bca.uk] INFO: Found listing with ID: SW60%20LHD
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW60%2520LHD%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Scrape type for SW60%20LHD: 2
2026-03-30 06:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 584631d9-12d6-507f-9b8d-5568bb43eca7 with identifier: SW60%20LHD
2026-03-30 06:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 584631d9-12d6-507f-9b8d-5568bb43eca7 with scrape type 2
2026-03-30 06:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 584631d9-12d6-507f-9b8d-5568bb43eca7 with scrape type 2
2026-03-30 06:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 584631d9-12d6-507f-9b8d-5568bb43eca7, identifier: SW60%20LHD
2026-03-30 06:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b03417b8-883c-57f3-bfe0-67f30d75b296 with identifier: YS09%20CYH
2026-03-30 06:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b03417b8-883c-57f3-bfe0-67f30d75b296 with identifier: YS09%20CYH
2026-03-30 06:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b03417b8-883c-57f3-bfe0-67f30d75b296 with identifier: YS09%20CYH to the API
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS09%20CYH-GB',
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b03417b8-883c-57f3-bfe0-67f30d75b296',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS09 CYH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS09%20CYH&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 91058,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.4 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0JXXWPJJ9R54627',
'year': 2009}
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS09%2520CYH%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Saving data for YS09%20CYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774649765.449758, 'last_price_update_time': 1774850572.794403}
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS09%2520CYH') HTTP/1.1" 204 0
2026-03-30 06:02:52 [bca.uk] INFO: Found listing with ID: EN16%20TPV
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN16%2520TPV%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Scrape type for EN16%20TPV: 0
2026-03-30 06:02:52 [bca.uk] INFO: Found listing with ID: FH13%20ELV
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH13%2520ELV%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Scrape type for FH13%20ELV: 0
2026-03-30 06:02:52 [bca.uk] INFO: Found listing with ID: FP10%20JNX
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP10%2520JNX%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Scrape type for FP10%20JNX: 0
2026-03-30 06:02:52 [bca.uk] INFO: Found listing with ID: KM66%20FHL
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM66%2520FHL%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Scrape type for KM66%20FHL: 0
2026-03-30 06:02:52 [bca.uk] INFO: Found listing with ID: KR63%20ZRG
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR63%2520ZRG%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Scrape type for KR63%20ZRG: 0
2026-03-30 06:02:52 [bca.uk] INFO: Found listing with ID: MF10%20UFT
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF10%2520UFT%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Scrape type for MF10%20UFT: 0
2026-03-30 06:02:52 [bca.uk] INFO: Found listing with ID: MF13%20KTU
2026-03-30 06:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF13%2520KTU%27 HTTP/1.1" 200 None
2026-03-30 06:02:52 [bca.uk] INFO: Scrape type for MF13%20KTU: 2
2026-03-30 06:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eefa1645-bb03-50da-8a5b-ded527cda055 with identifier: MF13%20KTU
2026-03-30 06:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eefa1645-bb03-50da-8a5b-ded527cda055 with scrape type 2
2026-03-30 06:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eefa1645-bb03-50da-8a5b-ded527cda055 with scrape type 2
2026-03-30 06:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eefa1645-bb03-50da-8a5b-ded527cda055, identifier: MF13%20KTU
2026-03-30 06:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 584631d9-12d6-507f-9b8d-5568bb43eca7 with identifier: SW60%20LHD
2026-03-30 06:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 584631d9-12d6-507f-9b8d-5568bb43eca7 with identifier: SW60%20LHD
2026-03-30 06:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 584631d9-12d6-507f-9b8d-5568bb43eca7 with identifier: SW60%20LHD to the API
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 197,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW60%20LHD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '584631d9-12d6-507f-9b8d-5568bb43eca7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW60 LHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW60%20LHD&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'HYUNDAI',
'model': 'SANTA FE',
'odometer': 153774,
'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 SANTA FE 2.2 CRDI PREMIUM (7ST) 4WD StationWagon',
'transmission': 'automatic',
'trim': 'CRDI PREMIUM (7ST) 4WD',
'vin': 'KMHSH81XSBU659181',
'year': 2010}
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW60%2520LHD%27 HTTP/1.1" 200 None
2026-03-30 06:02:53 [bca.uk] INFO: Saving data for SW60%20LHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774621404.929041, 'last_price_update_time': 1774850573.427289}
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW60%2520LHD') HTTP/1.1" 204 0
2026-03-30 06:02:53 [bca.uk] INFO: Found listing with ID: YY64%20XMD
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY64%2520XMD%27 HTTP/1.1" 200 None
2026-03-30 06:02:53 [bca.uk] INFO: Scrape type for YY64%20XMD: 0
2026-03-30 06:02:53 [bca.uk] INFO: Found listing with ID: CE59%20OEW
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE59%2520OEW%27 HTTP/1.1" 200 None
2026-03-30 06:02:53 [bca.uk] INFO: Scrape type for CE59%20OEW: 2
2026-03-30 06:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c26cb4f-bcc8-5871-85bc-beab5a693199 with identifier: CE59%20OEW
2026-03-30 06:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c26cb4f-bcc8-5871-85bc-beab5a693199 with scrape type 2
2026-03-30 06:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c26cb4f-bcc8-5871-85bc-beab5a693199 with scrape type 2
2026-03-30 06:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c26cb4f-bcc8-5871-85bc-beab5a693199, identifier: CE59%20OEW
2026-03-30 06:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eefa1645-bb03-50da-8a5b-ded527cda055 with identifier: MF13%20KTU
2026-03-30 06:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eefa1645-bb03-50da-8a5b-ded527cda055 with identifier: MF13%20KTU
2026-03-30 06:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eefa1645-bb03-50da-8a5b-ded527cda055 with identifier: MF13%20KTU to the API
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:53 [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': 466,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF13%20KTU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eefa1645-bb03-50da-8a5b-ded527cda055',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF13 KTU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF13%20KTU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'ZAFIRA',
'odometer': 69418,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL ZAFIRA 1.6 VVT 115 DESIGN MPV',
'transmission': 'manual',
'trim': 'VVT 115 DESIGN',
'vin': 'W0L0AHM75D2063128',
'year': 2013}
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF13%2520KTU%27 HTTP/1.1" 200 None
2026-03-30 06:02:53 [bca.uk] INFO: Saving data for MF13%20KTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535422.10681, 'last_price_update_time': 1774850573.927414}
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF13%2520KTU') HTTP/1.1" 204 0
2026-03-30 06:02:54 [bca.uk] INFO: Found listing with ID: VK14%20NPY
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK14%2520NPY%27 HTTP/1.1" 200 None
2026-03-30 06:02:54 [bca.uk] INFO: Scrape type for VK14%20NPY: 0
2026-03-30 06:02:54 [bca.uk] INFO: Found listing with ID: WP61%20YGA
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP61%2520YGA%27 HTTP/1.1" 200 None
2026-03-30 06:02:54 [bca.uk] INFO: Scrape type for WP61%20YGA: 2
2026-03-30 06:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b61bddcf-1367-58a4-9bbf-47f853e3e844 with identifier: WP61%20YGA
2026-03-30 06:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b61bddcf-1367-58a4-9bbf-47f853e3e844 with scrape type 2
2026-03-30 06:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b61bddcf-1367-58a4-9bbf-47f853e3e844 with scrape type 2
2026-03-30 06:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b61bddcf-1367-58a4-9bbf-47f853e3e844, identifier: WP61%20YGA
2026-03-30 06:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c26cb4f-bcc8-5871-85bc-beab5a693199 with identifier: CE59%20OEW
2026-03-30 06:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c26cb4f-bcc8-5871-85bc-beab5a693199 with identifier: CE59%20OEW
2026-03-30 06:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c26cb4f-bcc8-5871-85bc-beab5a693199 with identifier: CE59%20OEW to the API
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE59%20OEW-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8c26cb4f-bcc8-5871-85bc-beab5a693199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE59 OEW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE59%20OEW&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 119790,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0JXXGAJJ9G53091',
'year': 2009}
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE59%2520OEW%27 HTTP/1.1" 200 None
2026-03-30 06:02:54 [bca.uk] INFO: Saving data for CE59%20OEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774649175.605731, 'last_price_update_time': 1774850574.580737}
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE59%2520OEW') HTTP/1.1" 204 0
2026-03-30 06:02:54 [bca.uk] INFO: Found listing with ID: OW19%20EHY
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW19%2520EHY%27 HTTP/1.1" 200 None
2026-03-30 06:02:54 [bca.uk] INFO: Scrape type for OW19%20EHY: 0
2026-03-30 06:02:54 [bca.uk] INFO: Found listing with ID: DA68%20MVY
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA68%2520MVY%27 HTTP/1.1" 200 None
2026-03-30 06:02:54 [bca.uk] INFO: Scrape type for DA68%20MVY: 0
2026-03-30 06:02:54 [bca.uk] INFO: Found listing with ID: DA69%20FGU
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA69%2520FGU%27 HTTP/1.1" 200 None
2026-03-30 06:02:54 [bca.uk] INFO: Scrape type for DA69%20FGU: 0
2026-03-30 06:02:54 [bca.uk] INFO: Found listing with ID: ST59%20MKN
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST59%2520MKN%27 HTTP/1.1" 200 None
2026-03-30 06:02:54 [bca.uk] INFO: Scrape type for ST59%20MKN: 0
2026-03-30 06:02:54 [bca.uk] INFO: Found listing with ID: KS65%20YFC
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS65%2520YFC%27 HTTP/1.1" 200 None
2026-03-30 06:02:54 [bca.uk] INFO: Scrape type for KS65%20YFC: 2
2026-03-30 06:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2178258-4a7e-5923-b5f3-7e9f15dfef6e with identifier: KS65%20YFC
2026-03-30 06:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2178258-4a7e-5923-b5f3-7e9f15dfef6e with scrape type 2
2026-03-30 06:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2178258-4a7e-5923-b5f3-7e9f15dfef6e with scrape type 2
2026-03-30 06:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2178258-4a7e-5923-b5f3-7e9f15dfef6e, identifier: KS65%20YFC
2026-03-30 06:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b61bddcf-1367-58a4-9bbf-47f853e3e844 with identifier: WP61%20YGA
2026-03-30 06:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b61bddcf-1367-58a4-9bbf-47f853e3e844 with identifier: WP61%20YGA
2026-03-30 06:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b61bddcf-1367-58a4-9bbf-47f853e3e844 with identifier: WP61%20YGA to the API
2026-03-30 06:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP61%20YGA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b61bddcf-1367-58a4-9bbf-47f853e3e844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP61 YGA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP61%20YGA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 126869,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.6 TI-VCT 105 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TI-VCT 105 ZETEC',
'vin': 'WF0KXXGCBKBT00774',
'year': 2012}
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP61%2520YGA%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Saving data for WP61%20YGA: {'auction_closing_time': 1774864800.0, 'created_time': 1774448226.524223, 'last_price_update_time': 1774850575.184877}
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP61%2520YGA') HTTP/1.1" 204 0
2026-03-30 06:02:55 [bca.uk] INFO: Found listing with ID: CV12%20NYD
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV12%2520NYD%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Scrape type for CV12%20NYD: 0
2026-03-30 06:02:55 [bca.uk] INFO: Found listing with ID: CX59%20VUM
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX59%2520VUM%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Scrape type for CX59%20VUM: 0
2026-03-30 06:02:55 [bca.uk] INFO: Found listing with ID: CX63%20XMF
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX63%2520XMF%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Scrape type for CX63%20XMF: 0
2026-03-30 06:02:55 [bca.uk] INFO: Found listing with ID: DA09%20LRF
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA09%2520LRF%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Scrape type for DA09%20LRF: 0
2026-03-30 06:02:55 [bca.uk] INFO: Found listing with ID: DU68%20ZPW
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU68%2520ZPW%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Scrape type for DU68%20ZPW: 0
2026-03-30 06:02:55 [bca.uk] INFO: Found listing with ID: EA16%20HWV
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA16%2520HWV%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Scrape type for EA16%20HWV: 0
2026-03-30 06:02:55 [bca.uk] INFO: Found listing with ID: FL11%20PWJ
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL11%2520PWJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Scrape type for FL11%20PWJ: 0
2026-03-30 06:02:55 [bca.uk] INFO: Found listing with ID: HG57%20ZGN
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG57%2520ZGN%27 HTTP/1.1" 200 None
2026-03-30 06:02:55 [bca.uk] INFO: Scrape type for HG57%20ZGN: 2
2026-03-30 06:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6ba586d-f324-59f1-b5ad-8bc068c6be4d with identifier: HG57%20ZGN
2026-03-30 06:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6ba586d-f324-59f1-b5ad-8bc068c6be4d with scrape type 2
2026-03-30 06:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6ba586d-f324-59f1-b5ad-8bc068c6be4d with scrape type 2
2026-03-30 06:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6ba586d-f324-59f1-b5ad-8bc068c6be4d, identifier: HG57%20ZGN
2026-03-30 06:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2178258-4a7e-5923-b5f3-7e9f15dfef6e with identifier: KS65%20YFC
2026-03-30 06:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2178258-4a7e-5923-b5f3-7e9f15dfef6e with identifier: KS65%20YFC
2026-03-30 06:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2178258-4a7e-5923-b5f3-7e9f15dfef6e with identifier: KS65%20YFC to the API
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS65%20YFC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c2178258-4a7e-5923-b5f3-7e9f15dfef6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS65 YFC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS65%20YFC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 55000,
'odometer_reading_unit': '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': 'SJNFBAF15U7190208',
'year': 2016}
2026-03-30 06:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS65%2520YFC%27 HTTP/1.1" 200 None
2026-03-30 06:02:56 [bca.uk] INFO: Saving data for KS65%20YFC: {'auction_closing_time': 1774864800.0, 'created_time': 1774649074.919429, 'last_price_update_time': 1774850576.013338}
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS65%2520YFC') HTTP/1.1" 204 0
2026-03-30 06:02:56 [bca.uk] INFO: Found listing with ID: YE07%20CMY
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE07%2520CMY%27 HTTP/1.1" 200 None
2026-03-30 06:02:56 [bca.uk] INFO: Scrape type for YE07%20CMY: 0
2026-03-30 06:02:56 [bca.uk] INFO: Found listing with ID: YF08%20KHP
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF08%2520KHP%27 HTTP/1.1" 200 None
2026-03-30 06:02:56 [bca.uk] INFO: Scrape type for YF08%20KHP: 0
2026-03-30 06:02:56 [bca.uk] INFO: Found listing with ID: YG61%20ZTR
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG61%2520ZTR%27 HTTP/1.1" 200 None
2026-03-30 06:02:56 [bca.uk] INFO: Scrape type for YG61%20ZTR: 2
2026-03-30 06:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da84b0fc-33cb-5a10-83c7-fe158a2b27f9 with identifier: YG61%20ZTR
2026-03-30 06:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da84b0fc-33cb-5a10-83c7-fe158a2b27f9 with scrape type 2
2026-03-30 06:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da84b0fc-33cb-5a10-83c7-fe158a2b27f9 with scrape type 2
2026-03-30 06:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da84b0fc-33cb-5a10-83c7-fe158a2b27f9, identifier: YG61%20ZTR
2026-03-30 06:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6ba586d-f324-59f1-b5ad-8bc068c6be4d with identifier: HG57%20ZGN
2026-03-30 06:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6ba586d-f324-59f1-b5ad-8bc068c6be4d with identifier: HG57%20ZGN
2026-03-30 06:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6ba586d-f324-59f1-b5ad-8bc068c6be4d with identifier: HG57%20ZGN to the API
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG57%20ZGN-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a6ba586d-f324-59f1-b5ad-8bc068c6be4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG57 ZGN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG57%20ZGN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MINI',
'model': 'COOPER',
'odometer': 66951,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.6 Hatchback',
'transmission': 'manual',
'trim': '',
'vin': 'WMWMF32040TT18150',
'year': 2007}
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG57%2520ZGN%27 HTTP/1.1" 200 None
2026-03-30 06:02:56 [bca.uk] INFO: Saving data for HG57%20ZGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774649168.38935, 'last_price_update_time': 1774850576.585458}
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG57%2520ZGN') HTTP/1.1" 204 0
2026-03-30 06:02:56 [bca.uk] INFO: Found listing with ID: PX64%20PPV
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX64%2520PPV%27 HTTP/1.1" 200 None
2026-03-30 06:02:56 [bca.uk] INFO: Scrape type for PX64%20PPV: 2
2026-03-30 06:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f137f4d7-af5c-53e5-9176-1031d8684ad6 with identifier: PX64%20PPV
2026-03-30 06:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f137f4d7-af5c-53e5-9176-1031d8684ad6 with scrape type 2
2026-03-30 06:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f137f4d7-af5c-53e5-9176-1031d8684ad6 with scrape type 2
2026-03-30 06:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f137f4d7-af5c-53e5-9176-1031d8684ad6, identifier: PX64%20PPV
2026-03-30 06:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da84b0fc-33cb-5a10-83c7-fe158a2b27f9 with identifier: YG61%20ZTR
2026-03-30 06:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da84b0fc-33cb-5a10-83c7-fe158a2b27f9 with identifier: YG61%20ZTR
2026-03-30 06:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da84b0fc-33cb-5a10-83c7-fe158a2b27f9 with identifier: YG61%20ZTR to the API
2026-03-30 06:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02: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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG61%20ZTR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'da84b0fc-33cb-5a10-83c7-fe158a2b27f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG61 ZTR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG61%20ZTR&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 105990,
'odometer_reading_unit': '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 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0JXXWPJJBU75281',
'year': 2011}
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG61%2520ZTR%27 HTTP/1.1" 200 None
2026-03-30 06:02:57 [bca.uk] INFO: Saving data for YG61%20ZTR: {'auction_closing_time': 1774864800.0, 'created_time': 1774535276.120959, 'last_price_update_time': 1774850577.063075}
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG61%2520ZTR') HTTP/1.1" 204 0
2026-03-30 06:02:57 [bca.uk] INFO: Found listing with ID: HJ13%20EOR
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ13%2520EOR%27 HTTP/1.1" 200 None
2026-03-30 06:02:57 [bca.uk] INFO: Scrape type for HJ13%20EOR: 2
2026-03-30 06:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47a62bab-2085-5cd1-90b0-7c4b72db897e with identifier: HJ13%20EOR
2026-03-30 06:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47a62bab-2085-5cd1-90b0-7c4b72db897e with scrape type 2
2026-03-30 06:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47a62bab-2085-5cd1-90b0-7c4b72db897e with scrape type 2
2026-03-30 06:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47a62bab-2085-5cd1-90b0-7c4b72db897e, identifier: HJ13%20EOR
2026-03-30 06:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f137f4d7-af5c-53e5-9176-1031d8684ad6 with identifier: PX64%20PPV
2026-03-30 06:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f137f4d7-af5c-53e5-9176-1031d8684ad6 with identifier: PX64%20PPV
2026-03-30 06:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f137f4d7-af5c-53e5-9176-1031d8684ad6 with identifier: PX64%20PPV to the API
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 96,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX64%20PPV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f137f4d7-af5c-53e5-9176-1031d8684ad6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX64 PPV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX64%20PPV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HYUNDAI',
'model': 'I20',
'odometer': 57655,
'odometer_reading_unit': '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.4 CRDI B/D ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'CRDI B/D ACTIVE',
'vin': 'MALBB51RLFM671927',
'year': 2014}
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX64%2520PPV%27 HTTP/1.1" 200 None
2026-03-30 06:02:57 [bca.uk] INFO: Saving data for PX64%20PPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774045762.979446, 'last_price_update_time': 1774850577.492254}
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX64%2520PPV') HTTP/1.1" 204 0
2026-03-30 06:02:57 [bca.uk] INFO: Found listing with ID: YH59%20CCY
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH59%2520CCY%27 HTTP/1.1" 200 None
2026-03-30 06:02:57 [bca.uk] INFO: Scrape type for YH59%20CCY: 2
2026-03-30 06:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30d2c6a7-4f4e-5f41-b017-60a052335fd1 with identifier: YH59%20CCY
2026-03-30 06:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30d2c6a7-4f4e-5f41-b017-60a052335fd1 with scrape type 2
2026-03-30 06:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30d2c6a7-4f4e-5f41-b017-60a052335fd1 with scrape type 2
2026-03-30 06:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30d2c6a7-4f4e-5f41-b017-60a052335fd1, identifier: YH59%20CCY
2026-03-30 06:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47a62bab-2085-5cd1-90b0-7c4b72db897e with identifier: HJ13%20EOR
2026-03-30 06:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47a62bab-2085-5cd1-90b0-7c4b72db897e with identifier: HJ13%20EOR
2026-03-30 06:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47a62bab-2085-5cd1-90b0-7c4b72db897e with identifier: HJ13%20EOR to the API
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ13%20EOR-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '47a62bab-2085-5cd1-90b0-7c4b72db897e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ13 EOR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ13%20EOR&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 107306,
'odometer_reading_unit': '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 2.2 I-DTEC ES Hatchback',
'transmission': 'manual',
'trim': 'I-DTEC ES',
'vin': 'SHHFK3760CU012405',
'year': 2013}
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ13%2520EOR%27 HTTP/1.1" 200 None
2026-03-30 06:02:57 [bca.uk] INFO: Saving data for HJ13%20EOR: {'auction_closing_time': 1774864800.0, 'created_time': 1774649763.332807, 'last_price_update_time': 1774850577.975857}
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ13%2520EOR') HTTP/1.1" 204 0
2026-03-30 06:02:57 [bca.uk] INFO: Found listing with ID: MK61%20AVT
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK61%2520AVT%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for MK61%20AVT: 2
2026-03-30 06:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a07db27-e27b-50de-ab5b-f9c064c24e62 with identifier: MK61%20AVT
2026-03-30 06:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a07db27-e27b-50de-ab5b-f9c064c24e62 with scrape type 2
2026-03-30 06:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a07db27-e27b-50de-ab5b-f9c064c24e62 with scrape type 2
2026-03-30 06:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a07db27-e27b-50de-ab5b-f9c064c24e62, identifier: MK61%20AVT
2026-03-30 06:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30d2c6a7-4f4e-5f41-b017-60a052335fd1 with identifier: YH59%20CCY
2026-03-30 06:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30d2c6a7-4f4e-5f41-b017-60a052335fd1 with identifier: YH59%20CCY
2026-03-30 06:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30d2c6a7-4f4e-5f41-b017-60a052335fd1 with identifier: YH59%20CCY to the API
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH59%20CCY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '30d2c6a7-4f4e-5f41-b017-60a052335fd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH59 CCY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH59%20CCY&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VOLVO',
'model': 'V50',
'odometer': 131655,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'VOLVO V50 2.0 D SE P/SHIFT Estate',
'transmission': 'automatic',
'trim': 'D SE P/SHIFT',
'vin': 'YV1MW755BA2538721',
'year': 2009}
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH59%2520CCY%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Saving data for YH59%20CCY: {'auction_closing_time': 1774864800.0, 'created_time': 1774649386.747111, 'last_price_update_time': 1774850578.478445}
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH59%2520CCY') HTTP/1.1" 204 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: KV16%20LDZ
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV16%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for KV16%20LDZ: 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: LD58%20FPT
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD58%2520FPT%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for LD58%20FPT: 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: RK64%20AWR
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK64%2520AWR%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for RK64%20AWR: 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: MF10%20XKL
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF10%2520XKL%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for MF10%20XKL: 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: MT18%20GXF
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT18%2520GXF%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for MT18%20GXF: 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: WM19%20NVK
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM19%2520NVK%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for WM19%20NVK: 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: CY65%20DFE
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CY65%2520DFE%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for CY65%20DFE: 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: KU17%20ZLW
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU17%2520ZLW%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for KU17%20ZLW: 0
2026-03-30 06:02:58 [bca.uk] INFO: Found listing with ID: SM20%20VYX
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM20%2520VYX%27 HTTP/1.1" 200 None
2026-03-30 06:02:58 [bca.uk] INFO: Scrape type for SM20%20VYX: 2
2026-03-30 06:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d72da195-0a33-5d23-9605-814022f666bf with identifier: SM20%20VYX
2026-03-30 06:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d72da195-0a33-5d23-9605-814022f666bf with scrape type 2
2026-03-30 06:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d72da195-0a33-5d23-9605-814022f666bf with scrape type 2
2026-03-30 06:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d72da195-0a33-5d23-9605-814022f666bf, identifier: SM20%20VYX
2026-03-30 06:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a07db27-e27b-50de-ab5b-f9c064c24e62 with identifier: MK61%20AVT
2026-03-30 06:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a07db27-e27b-50de-ab5b-f9c064c24e62 with identifier: MK61%20AVT
2026-03-30 06:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a07db27-e27b-50de-ab5b-f9c064c24e62 with identifier: MK61%20AVT to the API
2026-03-30 06:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK61%20AVT-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5a07db27-e27b-50de-ab5b-f9c064c24e62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK61 AVT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK61%20AVT&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 57230,
'odometer_reading_unit': '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 2.0 CDTI 16V 165 E/F SRI S/S Hatchback',
'transmission': 'manual',
'trim': 'CDTI 16V 165 E/F SRI S/S',
'vin': 'W0LPF6EN2CG010558',
'year': 2011}
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK61%2520AVT%27 HTTP/1.1" 200 None
2026-03-30 06:02:59 [bca.uk] INFO: Saving data for MK61%20AVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774534712.802968, 'last_price_update_time': 1774850579.163854}
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK61%2520AVT') HTTP/1.1" 204 0
2026-03-30 06:02:59 [bca.uk] INFO: Found listing with ID: YH60%20WLJ
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH60%2520WLJ%27 HTTP/1.1" 200 None
2026-03-30 06:02:59 [bca.uk] INFO: Scrape type for YH60%20WLJ: 2
2026-03-30 06:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfb02b86-b7ca-5fee-92db-d73aa0fa09db with identifier: YH60%20WLJ
2026-03-30 06:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfb02b86-b7ca-5fee-92db-d73aa0fa09db with scrape type 2
2026-03-30 06:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfb02b86-b7ca-5fee-92db-d73aa0fa09db with scrape type 2
2026-03-30 06:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfb02b86-b7ca-5fee-92db-d73aa0fa09db, identifier: YH60%20WLJ
2026-03-30 06:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d72da195-0a33-5d23-9605-814022f666bf with identifier: SM20%20VYX
2026-03-30 06:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d72da195-0a33-5d23-9605-814022f666bf with identifier: SM20%20VYX
2026-03-30 06:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d72da195-0a33-5d23-9605-814022f666bf with identifier: SM20%20VYX to the API
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM20%20VYX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd72da195-0a33-5d23-9605-814022f666bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM20 VYX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM20%20VYX&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 34193,
'odometer_reading_unit': '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': 'VXKUPHNKSL4308151',
'year': 2020}
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM20%2520VYX%27 HTTP/1.1" 200 None
2026-03-30 06:02:59 [bca.uk] INFO: Saving data for SM20%20VYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774101910.466176, 'last_price_update_time': 1774850579.747006}
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM20%2520VYX') HTTP/1.1" 204 0
2026-03-30 06:02:59 [bca.uk] INFO: Found listing with ID: PL57%20OVV
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL57%2520OVV%27 HTTP/1.1" 200 None
2026-03-30 06:02:59 [bca.uk] INFO: Scrape type for PL57%20OVV: 0
2026-03-30 06:02:59 [bca.uk] INFO: Found listing with ID: PNZ%205710
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PNZ%25205710%27 HTTP/1.1" 200 None
2026-03-30 06:02:59 [bca.uk] INFO: Scrape type for PNZ%205710: 0
2026-03-30 06:02:59 [bca.uk] INFO: Found listing with ID: YK17%20VSR
2026-03-30 06:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK17%2520VSR%27 HTTP/1.1" 200 None
2026-03-30 06:02:59 [bca.uk] INFO: Scrape type for YK17%20VSR: 2
2026-03-30 06:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0668cce-b50c-53f1-9c76-23cf28730020 with identifier: YK17%20VSR
2026-03-30 06:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0668cce-b50c-53f1-9c76-23cf28730020 with scrape type 2
2026-03-30 06:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0668cce-b50c-53f1-9c76-23cf28730020 with scrape type 2
2026-03-30 06:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0668cce-b50c-53f1-9c76-23cf28730020, identifier: YK17%20VSR
2026-03-30 06:02:59 [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-30 06:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfb02b86-b7ca-5fee-92db-d73aa0fa09db with identifier: YH60%20WLJ
2026-03-30 06:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfb02b86-b7ca-5fee-92db-d73aa0fa09db with identifier: YH60%20WLJ
2026-03-30 06:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfb02b86-b7ca-5fee-92db-d73aa0fa09db with identifier: YH60%20WLJ to the API
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH60%20WLJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bfb02b86-b7ca-5fee-92db-d73aa0fa09db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH60 WLJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH60%20WLJ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VOLKSWAGEN',
'model': 'SCIROCCO',
'odometer': 263191,
'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 TDI (NON UK) Coupe',
'transmission': 'manual',
'trim': 'TDI (NON UK)',
'vin': 'WVWZZZ13ZBV015996',
'year': 2010}
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH60%2520WLJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:00 [bca.uk] INFO: Saving data for YH60%20WLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774621381.955701, 'last_price_update_time': 1774850580.281273}
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH60%2520WLJ') HTTP/1.1" 204 0
2026-03-30 06:03:00 [bca.uk] INFO: Found listing with ID: BC18%20CLU
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC18%2520CLU%27 HTTP/1.1" 200 None
2026-03-30 06:03:00 [bca.uk] INFO: Scrape type for BC18%20CLU: 2
2026-03-30 06:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba5640a-d15a-53ad-93f3-e9d370bf2176 with identifier: BC18%20CLU
2026-03-30 06:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba5640a-d15a-53ad-93f3-e9d370bf2176 with scrape type 2
2026-03-30 06:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aba5640a-d15a-53ad-93f3-e9d370bf2176 with scrape type 2
2026-03-30 06:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aba5640a-d15a-53ad-93f3-e9d370bf2176, identifier: BC18%20CLU
2026-03-30 06:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0668cce-b50c-53f1-9c76-23cf28730020 with identifier: YK17%20VSR
2026-03-30 06:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0668cce-b50c-53f1-9c76-23cf28730020 with identifier: YK17%20VSR
2026-03-30 06:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0668cce-b50c-53f1-9c76-23cf28730020 with identifier: YK17%20VSR to the API
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK17%20VSR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd0668cce-b50c-53f1-9c76-23cf28730020',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK17 VSR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK17%20VSR&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 188621,
'odometer_reading_unit': '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 CR-V 1.6 I-DTEC 160 BLACK EDITION 4WD StationWagon',
'transmission': 'manual',
'trim': 'I-DTEC 160 BLACK EDITION 4WD',
'vin': 'SHSRE6750HU001499',
'year': 2017}
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK17%2520VSR%27 HTTP/1.1" 200 None
2026-03-30 06:03:00 [bca.uk] INFO: Saving data for YK17%20VSR: {'auction_closing_time': 1774864800.0, 'created_time': 1774536420.730777, 'last_price_update_time': 1774850580.750909}
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK17%2520VSR') HTTP/1.1" 204 0
2026-03-30 06:03:00 [bca.uk] INFO: Found listing with ID: YS61%20PYP
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS61%2520PYP%27 HTTP/1.1" 200 None
2026-03-30 06:03:00 [bca.uk] INFO: Scrape type for YS61%20PYP: 2
2026-03-30 06:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20219f6a-2dbd-5953-b024-b4feed113559 with identifier: YS61%20PYP
2026-03-30 06:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20219f6a-2dbd-5953-b024-b4feed113559 with scrape type 2
2026-03-30 06:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20219f6a-2dbd-5953-b024-b4feed113559 with scrape type 2
2026-03-30 06:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20219f6a-2dbd-5953-b024-b4feed113559, identifier: YS61%20PYP
2026-03-30 06:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aba5640a-d15a-53ad-93f3-e9d370bf2176 with identifier: BC18%20CLU
2026-03-30 06:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aba5640a-d15a-53ad-93f3-e9d370bf2176 with identifier: BC18%20CLU
2026-03-30 06:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aba5640a-d15a-53ad-93f3-e9d370bf2176 with identifier: BC18%20CLU to the API
2026-03-30 06:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC18%20CLU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'aba5640a-d15a-53ad-93f3-e9d370bf2176',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BC18 CLU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC18%20CLU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 40573,
'odometer_reading_unit': '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': 'automatic',
'trim': 'T 16V 150 SRI',
'vin': 'W0VBF6ECXJG118908',
'year': 2018}
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC18%2520CLU%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Saving data for BC18%20CLU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649584.850802, 'last_price_update_time': 1774850581.222596}
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC18%2520CLU') HTTP/1.1" 204 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: KE18%20FBA
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE18%2520FBA%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for KE18%20FBA: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: YH19%20RZP
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH19%2520RZP%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for YH19%20RZP: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: FH18%20LKJ
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH18%2520LKJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for FH18%20LKJ: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: HV54%20YKM
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV54%2520YKM%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for HV54%20YKM: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: SJ63%20LCL
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ63%2520LCL%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for SJ63%20LCL: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: R14%20KJJ
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27R14%2520KJJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for R14%20KJJ: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: FT07%20BTO
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT07%2520BTO%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for FT07%20BTO: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: AP08%20SUO
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP08%2520SUO%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for AP08%20SUO: 2
2026-03-30 06:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a152c68-f6c3-5503-93ec-bb27b10f025c with identifier: AP08%20SUO
2026-03-30 06:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a152c68-f6c3-5503-93ec-bb27b10f025c with scrape type 2
2026-03-30 06:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a152c68-f6c3-5503-93ec-bb27b10f025c with scrape type 2
2026-03-30 06:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a152c68-f6c3-5503-93ec-bb27b10f025c, identifier: AP08%20SUO
2026-03-30 06:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20219f6a-2dbd-5953-b024-b4feed113559 with identifier: YS61%20PYP
2026-03-30 06:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20219f6a-2dbd-5953-b024-b4feed113559 with identifier: YS61%20PYP
2026-03-30 06:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20219f6a-2dbd-5953-b024-b4feed113559 with identifier: YS61%20PYP to the API
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:01 [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': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS61%20PYP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '20219f6a-2dbd-5953-b024-b4feed113559',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS61 PYP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS61%20PYP&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'PEUGEOT',
'model': '107',
'odometer': 57395,
'odometer_reading_unit': '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 URBAN Hatchback',
'transmission': 'manual',
'trim': 'URBAN',
'vin': 'VF3PNCFB488630759',
'year': 2012}
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS61%2520PYP%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Saving data for YS61%20PYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774621405.978191, 'last_price_update_time': 1774850581.822379}
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS61%2520PYP') HTTP/1.1" 204 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: KM18%20ZYB
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM18%2520ZYB%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for KM18%20ZYB: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: NX10%20HHP
2026-03-30 06:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX10%2520HHP%27 HTTP/1.1" 200 None
2026-03-30 06:03:01 [bca.uk] INFO: Scrape type for NX10%20HHP: 0
2026-03-30 06:03:01 [bca.uk] INFO: Found listing with ID: LA10%20WZY
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA10%2520WZY%27 HTTP/1.1" 200 None
2026-03-30 06:03:02 [bca.uk] INFO: Scrape type for LA10%20WZY: 0
2026-03-30 06:03:02 [bca.uk] INFO: Found listing with ID: KY66%20XSJ
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY66%2520XSJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:02 [bca.uk] INFO: Scrape type for KY66%20XSJ: 2
2026-03-30 06:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b40829-d997-5432-a0e4-0fd30767ce9e with identifier: KY66%20XSJ
2026-03-30 06:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b40829-d997-5432-a0e4-0fd30767ce9e with scrape type 2
2026-03-30 06:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b40829-d997-5432-a0e4-0fd30767ce9e with scrape type 2
2026-03-30 06:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43b40829-d997-5432-a0e4-0fd30767ce9e, identifier: KY66%20XSJ
2026-03-30 06:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a152c68-f6c3-5503-93ec-bb27b10f025c with identifier: AP08%20SUO
2026-03-30 06:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a152c68-f6c3-5503-93ec-bb27b10f025c with identifier: AP08%20SUO
2026-03-30 06:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a152c68-f6c3-5503-93ec-bb27b10f025c with identifier: AP08%20SUO to the API
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 178,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP08%20SUO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7a152c68-f6c3-5503-93ec-bb27b10f025c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AP08 SUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP08%20SUO&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'AUDI',
'model': 'A6',
'odometer': 124535,
'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 A6 2.0 TDI S LINE M-T Saloon',
'transmission': 'manual',
'trim': 'TDI S LINE M-T',
'vin': 'WAUZZZ4FX8N141315',
'year': 2008}
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP08%2520SUO%27 HTTP/1.1" 200 None
2026-03-30 06:03:02 [bca.uk] INFO: Saving data for AP08%20SUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774622382.317628, 'last_price_update_time': 1774850582.459402}
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP08%2520SUO') HTTP/1.1" 204 0
2026-03-30 06:03:02 [bca.uk] INFO: Found listing with ID: EO60%20VMK
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO60%2520VMK%27 HTTP/1.1" 200 None
2026-03-30 06:03:02 [bca.uk] INFO: Scrape type for EO60%20VMK: 2
2026-03-30 06:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41717b66-615a-5d20-9fa4-e639d21659b6 with identifier: EO60%20VMK
2026-03-30 06:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41717b66-615a-5d20-9fa4-e639d21659b6 with scrape type 2
2026-03-30 06:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41717b66-615a-5d20-9fa4-e639d21659b6 with scrape type 2
2026-03-30 06:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41717b66-615a-5d20-9fa4-e639d21659b6, identifier: EO60%20VMK
2026-03-30 06:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43b40829-d997-5432-a0e4-0fd30767ce9e with identifier: KY66%20XSJ
2026-03-30 06:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43b40829-d997-5432-a0e4-0fd30767ce9e with identifier: KY66%20XSJ
2026-03-30 06:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43b40829-d997-5432-a0e4-0fd30767ce9e with identifier: KY66%20XSJ to the API
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY66%20XSJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '43b40829-d997-5432-a0e4-0fd30767ce9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY66 XSJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY66%20XSJ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '108',
'odometer': 45874,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'PEUGEOT 108 1.2 P/T ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T ALLURE',
'vin': 'VF3PAHMTCGR289449',
'year': 2016}
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY66%2520XSJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:02 [bca.uk] INFO: Saving data for KY66%20XSJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774735445.232188, 'last_price_update_time': 1774850582.916144}
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY66%2520XSJ') HTTP/1.1" 204 0
2026-03-30 06:03:02 [bca.uk] INFO: Found listing with ID: TF07%20BRH
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TF07%2520BRH%27 HTTP/1.1" 200 None
2026-03-30 06:03:02 [bca.uk] INFO: Scrape type for TF07%20BRH: 0
2026-03-30 06:03:02 [bca.uk] INFO: Found listing with ID: ML59%20FAF
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML59%2520FAF%27 HTTP/1.1" 200 None
2026-03-30 06:03:02 [bca.uk] INFO: Scrape type for ML59%20FAF: 0
2026-03-30 06:03:02 [bca.uk] INFO: Found listing with ID: KR09%20KHB
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR09%2520KHB%27 HTTP/1.1" 200 None
2026-03-30 06:03:02 [bca.uk] INFO: Scrape type for KR09%20KHB: 0
2026-03-30 06:03:02 [bca.uk] INFO: Found listing with ID: AE15%20EEH
2026-03-30 06:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE15%2520EEH%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for AE15%20EEH: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: GV08%20OCN
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV08%2520OCN%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for GV08%20OCN: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: MT64%20LPP
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT64%2520LPP%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for MT64%20LPP: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: AF71%20UVS
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520UVS%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for AF71%20UVS: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: EF11%20ZLX
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF11%2520ZLX%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for EF11%20ZLX: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: WK62%20YZD
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK62%2520YZD%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for WK62%20YZD: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: WP64%20YCG
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP64%2520YCG%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for WP64%20YCG: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: SM16%20PGO
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM16%2520PGO%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for SM16%20PGO: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: MM63%20JRX
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM63%2520JRX%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for MM63%20JRX: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: FV14%20KTC
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV14%2520KTC%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for FV14%20KTC: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: JG03%20DAV
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JG03%2520DAV%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for JG03%20DAV: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: DU12%20ETF
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU12%2520ETF%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for DU12%20ETF: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: CV15%20WKS
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV15%2520WKS%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for CV15%20WKS: 2
2026-03-30 06:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e778de6-173d-5881-a86c-ec3479aa8acc with identifier: CV15%20WKS
2026-03-30 06:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e778de6-173d-5881-a86c-ec3479aa8acc with scrape type 2
2026-03-30 06:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e778de6-173d-5881-a86c-ec3479aa8acc with scrape type 2
2026-03-30 06:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e778de6-173d-5881-a86c-ec3479aa8acc, identifier: CV15%20WKS
2026-03-30 06:03:03 [bca.uk] INFO: Total items found: 100
2026-03-30 06:03:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded
2026-03-30 06:03:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:03:03 [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-30 06:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41717b66-615a-5d20-9fa4-e639d21659b6 with identifier: EO60%20VMK
2026-03-30 06:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41717b66-615a-5d20-9fa4-e639d21659b6 with identifier: EO60%20VMK
2026-03-30 06:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41717b66-615a-5d20-9fa4-e639d21659b6 with identifier: EO60%20VMK to the API
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO60%20VMK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '41717b66-615a-5d20-9fa4-e639d21659b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO60 VMK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO60%20VMK&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 98398,
'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 ZETEC S Hatchback',
'transmission': 'manual',
'trim': 'TDCI 136 ZETEC S',
'vin': 'WF0PXXGCDPAB15389',
'year': 2010}
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO60%2520VMK%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Saving data for EO60%20VMK: {'auction_closing_time': 1774864800.0, 'created_time': 1774535300.338777, 'last_price_update_time': 1774850583.800172}
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO60%2520VMK') HTTP/1.1" 204 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: GL56%20COH
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL56%2520COH%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for GL56%20COH: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: SK09%20MUU
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK09%2520MUU%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for SK09%20MUU: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: DU18%20WDR
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU18%2520WDR%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for DU18%20WDR: 0
2026-03-30 06:03:03 [bca.uk] INFO: Found listing with ID: LO62%20FPD
2026-03-30 06:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO62%2520FPD%27 HTTP/1.1" 200 None
2026-03-30 06:03:03 [bca.uk] INFO: Scrape type for LO62%20FPD: 2
2026-03-30 06:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33f95c1b-3436-504d-8243-b3c29aca56a3 with identifier: LO62%20FPD
2026-03-30 06:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f95c1b-3436-504d-8243-b3c29aca56a3 with scrape type 2
2026-03-30 06:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33f95c1b-3436-504d-8243-b3c29aca56a3 with scrape type 2
2026-03-30 06:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33f95c1b-3436-504d-8243-b3c29aca56a3, identifier: LO62%20FPD
2026-03-30 06:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e778de6-173d-5881-a86c-ec3479aa8acc with identifier: CV15%20WKS
2026-03-30 06:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e778de6-173d-5881-a86c-ec3479aa8acc with identifier: CV15%20WKS
2026-03-30 06:03:04 [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-30 06:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-31T10: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-30 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV15%2520WKS%27 HTTP/1.1" 200 None
2026-03-30 06:03:04 [bca.uk] INFO: Saving data for CV15%20WKS: {'auction_closing_time': 1774951200.0, 'created_time': 1774361065.249481, 'last_price_update_time': 1774850584.435944}
2026-03-30 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:04 [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-30 06:03:04 [bca.uk] INFO: Found listing with ID: FY12%20XKT
2026-03-30 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY12%2520XKT%27 HTTP/1.1" 200 None
2026-03-30 06:03:04 [bca.uk] INFO: Scrape type for FY12%20XKT: 2
2026-03-30 06:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 659399e1-a459-5998-8289-7e8792ef58fd with identifier: FY12%20XKT
2026-03-30 06:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659399e1-a459-5998-8289-7e8792ef58fd with scrape type 2
2026-03-30 06:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 659399e1-a459-5998-8289-7e8792ef58fd with scrape type 2
2026-03-30 06:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 659399e1-a459-5998-8289-7e8792ef58fd, identifier: FY12%20XKT
2026-03-30 06:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33f95c1b-3436-504d-8243-b3c29aca56a3 with identifier: LO62%20FPD
2026-03-30 06:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33f95c1b-3436-504d-8243-b3c29aca56a3 with identifier: LO62%20FPD
2026-03-30 06:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33f95c1b-3436-504d-8243-b3c29aca56a3 with identifier: LO62%20FPD to the API
2026-03-30 06:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO62%20FPD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '33f95c1b-3436-504d-8243-b3c29aca56a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO62 FPD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO62%20FPD&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'MONDEO',
'odometer': 38085,
'odometer_reading_unit': '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 163 TITANIUM P/SHIFT Hatchback',
'transmission': 'automatic',
'trim': 'TDCI 163 TITANIUM P/SHIFT',
'vin': 'WF0EXXGBBECD31663',
'year': 2012}
2026-03-30 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO62%2520FPD%27 HTTP/1.1" 200 None
2026-03-30 06:03:04 [bca.uk] INFO: Saving data for LO62%20FPD: {'auction_closing_time': 1774951200.0, 'created_time': 1774735565.590045, 'last_price_update_time': 1774850584.941455}
2026-03-30 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO62%2520FPD') HTTP/1.1" 204 0
2026-03-30 06:03:04 [bca.uk] INFO: Found listing with ID: GK65%20ONX
2026-03-30 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK65%2520ONX%27 HTTP/1.1" 200 None
2026-03-30 06:03:04 [bca.uk] INFO: Scrape type for GK65%20ONX: 0
2026-03-30 06:03:04 [bca.uk] INFO: Found listing with ID: EA64%20EGV
2026-03-30 06:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA64%2520EGV%27 HTTP/1.1" 200 None
2026-03-30 06:03:04 [bca.uk] INFO: Scrape type for EA64%20EGV: 2
2026-03-30 06:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4e71a52-3d03-5eb0-ab1d-248c6daf81f0 with identifier: EA64%20EGV
2026-03-30 06:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4e71a52-3d03-5eb0-ab1d-248c6daf81f0 with scrape type 2
2026-03-30 06:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4e71a52-3d03-5eb0-ab1d-248c6daf81f0 with scrape type 2
2026-03-30 06:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4e71a52-3d03-5eb0-ab1d-248c6daf81f0, identifier: EA64%20EGV
2026-03-30 06:03:05 [bca.uk] INFO: Found listing with ID: AH13%20NEY
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AH13%2520NEY%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Scrape type for AH13%20NEY: 0
2026-03-30 06:03:05 [bca.uk] INFO: Found listing with ID: LX16%20JHH
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX16%2520JHH%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Scrape type for LX16%20JHH: 1
2026-03-30 06:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d with identifier: LX16%20JHH
2026-03-30 06:03:05 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:05 [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-30 06:03:05 [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-30 06:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 659399e1-a459-5998-8289-7e8792ef58fd with identifier: FY12%20XKT
2026-03-30 06:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 659399e1-a459-5998-8289-7e8792ef58fd with identifier: FY12%20XKT
2026-03-30 06:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 659399e1-a459-5998-8289-7e8792ef58fd with identifier: FY12%20XKT to the API
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY12%20XKT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '659399e1-a459-5998-8289-7e8792ef58fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY12 XKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY12%20XKT&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 99646,
'odometer_reading_unit': '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': 'WVWZZZ6RZCU040850',
'year': 2012}
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY12%2520XKT%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Saving data for FY12%20XKT: {'auction_closing_time': 1774864800.0, 'created_time': 1774535259.085387, 'last_price_update_time': 1774850585.464577}
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY12%2520XKT') HTTP/1.1" 204 0
2026-03-30 06:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4e71a52-3d03-5eb0-ab1d-248c6daf81f0 with identifier: EA64%20EGV
2026-03-30 06:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4e71a52-3d03-5eb0-ab1d-248c6daf81f0 with identifier: EA64%20EGV
2026-03-30 06:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4e71a52-3d03-5eb0-ab1d-248c6daf81f0 with identifier: EA64%20EGV to the API
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA64%20EGV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'c4e71a52-3d03-5eb0-ab1d-248c6daf81f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA64 EGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA64%20EGV&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MITSUBISHI',
'model': 'OUTLANDER',
'odometer': 136763,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'MITSUBISHI OUTLANDER 2.0 PHEV GX4H 4WD StationWagon',
'transmission': 'automatic',
'trim': 'PHEV GX4H 4WD',
'vin': 'JMAXDGG2WEZC06263',
'year': 2015}
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA64%2520EGV%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Saving data for EA64%20EGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774091433.147269, 'last_price_update_time': 1774850585.812217}
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA64%2520EGV') HTTP/1.1" 204 0
2026-03-30 06:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:03:05 [bca.uk] INFO: Found listing with ID: KN18%20UBZ
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN18%2520UBZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Scrape type for KN18%20UBZ: 0
2026-03-30 06:03:05 [bca.uk] INFO: Found listing with ID: MF12%20UUT
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF12%2520UUT%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Scrape type for MF12%20UUT: 0
2026-03-30 06:03:05 [bca.uk] INFO: Found listing with ID: SB13%20MVJ
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB13%2520MVJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Scrape type for SB13%20MVJ: 0
2026-03-30 06:03:05 [bca.uk] INFO: Found listing with ID: SB66%20VUV
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB66%2520VUV%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Scrape type for SB66%20VUV: 0
2026-03-30 06:03:05 [bca.uk] INFO: Found listing with ID: SH11%20YDW
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH11%2520YDW%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Scrape type for SH11%20YDW: 0
2026-03-30 06:03:05 [bca.uk] INFO: Found listing with ID: SH60%20LDZ
2026-03-30 06:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH60%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:05 [bca.uk] INFO: Scrape type for SH60%20LDZ: 2
2026-03-30 06:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7d3e90d-579c-54fb-a37a-6379ad934c4d with identifier: SH60%20LDZ
2026-03-30 06:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7d3e90d-579c-54fb-a37a-6379ad934c4d with scrape type 2
2026-03-30 06:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7d3e90d-579c-54fb-a37a-6379ad934c4d with scrape type 2
2026-03-30 06:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7d3e90d-579c-54fb-a37a-6379ad934c4d, identifier: SH60%20LDZ
2026-03-30 06:03:06 [bca.uk] INFO: Found listing with ID: AK12%20UEF
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK12%2520UEF%27 HTTP/1.1" 200 None
2026-03-30 06:03:06 [bca.uk] INFO: Scrape type for AK12%20UEF: 2
2026-03-30 06:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6affef10-eb01-5612-b8fa-251b92473bd1 with identifier: AK12%20UEF
2026-03-30 06:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6affef10-eb01-5612-b8fa-251b92473bd1 with scrape type 2
2026-03-30 06:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6affef10-eb01-5612-b8fa-251b92473bd1 with scrape type 2
2026-03-30 06:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6affef10-eb01-5612-b8fa-251b92473bd1, identifier: AK12%20UEF
2026-03-30 06:03:06 [bca.uk] INFO: Found listing with ID: OW18%20PYU
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW18%2520PYU%27 HTTP/1.1" 200 None
2026-03-30 06:03:06 [bca.uk] INFO: Scrape type for OW18%20PYU: 1
2026-03-30 06:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73e9881d-24d2-5139-95b2-bad152a564cf with identifier: OW18%20PYU
2026-03-30 06:03:06 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7d3e90d-579c-54fb-a37a-6379ad934c4d with identifier: SH60%20LDZ
2026-03-30 06:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7d3e90d-579c-54fb-a37a-6379ad934c4d with identifier: SH60%20LDZ
2026-03-30 06:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7d3e90d-579c-54fb-a37a-6379ad934c4d with identifier: SH60%20LDZ to the API
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH60%20LDZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd7d3e90d-579c-54fb-a37a-6379ad934c4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH60 LDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH60%20LDZ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MAZDA',
'model': '6',
'odometer': 98721,
'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.0 TAKUYA Hatchback',
'transmission': 'manual',
'trim': 'TAKUYA',
'vin': 'JMZGHA4E601437013',
'year': 2010}
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH60%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:06 [bca.uk] INFO: Saving data for SH60%20LDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535278.26073, 'last_price_update_time': 1774850586.501688}
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH60%2520LDZ') HTTP/1.1" 204 0
2026-03-30 06:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6affef10-eb01-5612-b8fa-251b92473bd1 with identifier: AK12%20UEF
2026-03-30 06:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6affef10-eb01-5612-b8fa-251b92473bd1 with identifier: AK12%20UEF
2026-03-30 06:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6affef10-eb01-5612-b8fa-251b92473bd1 with identifier: AK12%20UEF to the API
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK12%20UEF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6affef10-eb01-5612-b8fa-251b92473bd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK12 UEF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK12%20UEF&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': '328I',
'odometer': 57433,
'odometer_reading_unit': '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 328I 2.0 T LUXURY Saloon',
'transmission': 'manual',
'trim': 'T LUXURY',
'vin': 'WBA3A52020E888514',
'year': 2012}
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK12%2520UEF%27 HTTP/1.1" 200 None
2026-03-30 06:03:06 [bca.uk] INFO: Saving data for AK12%20UEF: {'auction_closing_time': 1774951200.0, 'created_time': 1773843036.948971, 'last_price_update_time': 1774850586.941585}
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK12%2520UEF') HTTP/1.1" 204 0
2026-03-30 06:03:06 [bca.uk] INFO: Found listing with ID: SK63%20FLJ
2026-03-30 06:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK63%2520FLJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:06 [bca.uk] INFO: Scrape type for SK63%20FLJ: 2
2026-03-30 06:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2630635c-2869-59bb-90e5-c3c364cb79b4 with identifier: SK63%20FLJ
2026-03-30 06:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2630635c-2869-59bb-90e5-c3c364cb79b4 with scrape type 2
2026-03-30 06:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2630635c-2869-59bb-90e5-c3c364cb79b4 with scrape type 2
2026-03-30 06:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2630635c-2869-59bb-90e5-c3c364cb79b4, identifier: SK63%20FLJ
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: GU69%20EBF
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU69%2520EBF%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for GU69%20EBF: 2
2026-03-30 06:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85fa0460-dc59-5346-9412-1d29e58e9459 with identifier: GU69%20EBF
2026-03-30 06:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85fa0460-dc59-5346-9412-1d29e58e9459 with scrape type 2
2026-03-30 06:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85fa0460-dc59-5346-9412-1d29e58e9459 with scrape type 2
2026-03-30 06:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85fa0460-dc59-5346-9412-1d29e58e9459, identifier: GU69%20EBF
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: RX19%20EAW
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX19%2520EAW%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for RX19%20EAW: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: FL68%20UZJ
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL68%2520UZJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for FL68%20UZJ: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: BK68%20GBV
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK68%2520GBV%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for BK68%20GBV: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: LR18%20XPF
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR18%2520XPF%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for LR18%20XPF: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: BU68%20FGN
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU68%2520FGN%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for BU68%20FGN: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: LW66%20EFL
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LW66%2520EFL%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for LW66%20EFL: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: MW14%20EEM
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW14%2520EEM%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for MW14%20EEM: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: OV08%20ECZ
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV08%2520ECZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for OV08%20ECZ: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: RY65%20SFZ
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RY65%2520SFZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for RY65%20SFZ: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: V20%20LSS
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V20%2520LSS%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for V20%20LSS: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: AO17%20WOX
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO17%2520WOX%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for AO17%20WOX: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: FG14%20ZWE
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG14%2520ZWE%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for FG14%20ZWE: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: GX13%20SXE
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX13%2520SXE%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for GX13%20SXE: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: HJ13%20FDL
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ13%2520FDL%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for HJ13%20FDL: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: LF18%20KBP
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF18%2520KBP%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for LF18%20KBP: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: LJZ%203517
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJZ%25203517%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for LJZ%203517: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: HK54%20OMR
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK54%2520OMR%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for HK54%20OMR: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: LM54%20XHA
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM54%2520XHA%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for LM54%20XHA: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: LT57%20DYH
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT57%2520DYH%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for LT57%20DYH: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: NC08%20ONX
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC08%2520ONX%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for NC08%20ONX: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: PL07%20HRM
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL07%2520HRM%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for PL07%20HRM: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: RN55%20LJO
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RN55%2520LJO%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for RN55%20LJO: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: GP07%20MXH
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP07%2520MXH%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for GP07%20MXH: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: MV55%20NGY
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV55%2520NGY%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for MV55%20NGY: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: ST64%20XKB
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST64%2520XKB%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for ST64%20XKB: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: VK14%20FOH
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK14%2520FOH%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for VK14%20FOH: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: YK65%20EHU
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK65%2520EHU%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for YK65%20EHU: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: FN65%20TSO
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN65%2520TSO%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for FN65%20TSO: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: GL16%20YMC
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL16%2520YMC%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for GL16%20YMC: 0
2026-03-30 06:03:07 [bca.uk] INFO: Found listing with ID: LA66%20BZK
2026-03-30 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA66%2520BZK%27 HTTP/1.1" 200 None
2026-03-30 06:03:07 [bca.uk] INFO: Scrape type for LA66%20BZK: 2
2026-03-30 06:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02a70f53-7ea1-572c-a2f8-16066f0769d9 with identifier: LA66%20BZK
2026-03-30 06:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02a70f53-7ea1-572c-a2f8-16066f0769d9 with scrape type 2
2026-03-30 06:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02a70f53-7ea1-572c-a2f8-16066f0769d9 with scrape type 2
2026-03-30 06:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02a70f53-7ea1-572c-a2f8-16066f0769d9, identifier: LA66%20BZK
2026-03-30 06:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2630635c-2869-59bb-90e5-c3c364cb79b4 with identifier: SK63%20FLJ
2026-03-30 06:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2630635c-2869-59bb-90e5-c3c364cb79b4 with identifier: SK63%20FLJ
2026-03-30 06:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2630635c-2869-59bb-90e5-c3c364cb79b4 with identifier: SK63%20FLJ to the API
2026-03-30 06:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 165,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK63%20FLJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2630635c-2869-59bb-90e5-c3c364cb79b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK63 FLJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK63%20FLJ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'LAND ROVER',
'model': 'FREELANDER 2',
'odometer': 101191,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 XS StationWagon',
'transmission': 'manual',
'trim': 'TD4 150 XS',
'vin': 'SALFA2CC3DH375387',
'year': 2013}
2026-03-30 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK63%2520FLJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:08 [bca.uk] INFO: Saving data for SK63%20FLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931015.643897, 'last_price_update_time': 1774850588.304313}
2026-03-30 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK63%2520FLJ') HTTP/1.1" 204 0
2026-03-30 06:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85fa0460-dc59-5346-9412-1d29e58e9459 with identifier: GU69%20EBF
2026-03-30 06:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:03:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-30 06:03:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85fa0460-dc59-5346-9412-1d29e58e9459 with identifier: GU69%20EBF
2026-03-30 06:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85fa0460-dc59-5346-9412-1d29e58e9459 with identifier: GU69%20EBF to the API
2026-03-30 06:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU69%20EBF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '85fa0460-dc59-5346-9412-1d29e58e9459',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU69 EBF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU69%20EBF&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 86734,
'odometer_reading_unit': '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 ELECTRIC 105KW 45KWH EXCLUSIVE Hatchback',
'transmission': 'automatic',
'trim': '105KW 45KWH EXCLUSIVE',
'vin': 'SDPW7CB3FKZ171643',
'year': 2019}
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU69%2520EBF%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Saving data for GU69%20EBF: {'auction_closing_time': 1774951200.0, 'created_time': 1774101996.67344, 'last_price_update_time': 1774850589.231992}
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU69%2520EBF') HTTP/1.1" 204 0
2026-03-30 06:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02a70f53-7ea1-572c-a2f8-16066f0769d9 with identifier: LA66%20BZK
2026-03-30 06:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02a70f53-7ea1-572c-a2f8-16066f0769d9 with identifier: LA66%20BZK
2026-03-30 06:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02a70f53-7ea1-572c-a2f8-16066f0769d9 with identifier: LA66%20BZK to the API
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA66%20BZK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '02a70f53-7ea1-572c-a2f8-16066f0769d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LA66 BZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA66%20BZK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'KA+',
'odometer': 84771,
'odometer_reading_unit': '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 KA+ 1.2 85 ZETEC Hatchback',
'transmission': 'manual',
'trim': '85 ZETEC',
'vin': 'MAJUXXMTKUGS43834',
'year': 2017}
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA66%2520BZK%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Saving data for LA66%20BZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774622195.441888, 'last_price_update_time': 1774850589.69631}
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA66%2520BZK') HTTP/1.1" 204 0
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: SL13%20PTX
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL13%2520PTX%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for SL13%20PTX: 2
2026-03-30 06:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6900e638-56a3-54aa-bcfb-0e322a57a995 with identifier: SL13%20PTX
2026-03-30 06:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6900e638-56a3-54aa-bcfb-0e322a57a995 with scrape type 2
2026-03-30 06:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6900e638-56a3-54aa-bcfb-0e322a57a995 with scrape type 2
2026-03-30 06:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6900e638-56a3-54aa-bcfb-0e322a57a995, identifier: SL13%20PTX
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: MT61%20GBE
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT61%2520GBE%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for MT61%20GBE: 0
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: KR12%20BZX
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR12%2520BZX%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for KR12%20BZX: 0
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: Y403%20CAV
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y403%2520CAV%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for Y403%20CAV: 0
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: HT68%20DTX
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT68%2520DTX%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for HT68%20DTX: 0
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: YC68%20JHG
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC68%2520JHG%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for YC68%20JHG: 0
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: W722%20VUA
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27W722%2520VUA%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for W722%20VUA: 0
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: RA19%20TSO
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA19%2520TSO%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for RA19%20TSO: 1
2026-03-30 06:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9d5e85f-d635-5747-ac9b-0f91e8bd621a with identifier: RA19%20TSO
2026-03-30 06:03:09 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: MV65%20VGA
2026-03-30 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV65%2520VGA%27 HTTP/1.1" 200 None
2026-03-30 06:03:09 [bca.uk] INFO: Scrape type for MV65%20VGA: 0
2026-03-30 06:03:09 [bca.uk] INFO: Found listing with ID: OE14%20RHA
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE14%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:03:10 [bca.uk] INFO: Scrape type for OE14%20RHA: 2
2026-03-30 06:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94034e61-94d1-5f50-a666-6c5578a09ca2 with identifier: OE14%20RHA
2026-03-30 06:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94034e61-94d1-5f50-a666-6c5578a09ca2 with scrape type 2
2026-03-30 06:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94034e61-94d1-5f50-a666-6c5578a09ca2 with scrape type 2
2026-03-30 06:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94034e61-94d1-5f50-a666-6c5578a09ca2, identifier: OE14%20RHA
2026-03-30 06:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6900e638-56a3-54aa-bcfb-0e322a57a995 with identifier: SL13%20PTX
2026-03-30 06:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6900e638-56a3-54aa-bcfb-0e322a57a995 with identifier: SL13%20PTX
2026-03-30 06:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6900e638-56a3-54aa-bcfb-0e322a57a995 with identifier: SL13%20PTX to the API
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL13%20PTX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6900e638-56a3-54aa-bcfb-0e322a57a995',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL13 PTX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL13%20PTX&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MAZDA',
'model': '2',
'odometer': 96039,
'odometer_reading_unit': '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 2 1.3 TS Hatchback',
'transmission': 'manual',
'trim': 'TS',
'vin': 'JMZDEA4K210481839',
'year': 2013}
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL13%2520PTX%27 HTTP/1.1" 200 None
2026-03-30 06:03:10 [bca.uk] INFO: Saving data for SL13%20PTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534793.956014, 'last_price_update_time': 1774850590.51851}
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL13%2520PTX') HTTP/1.1" 204 0
2026-03-30 06:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94034e61-94d1-5f50-a666-6c5578a09ca2 with identifier: OE14%20RHA
2026-03-30 06:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94034e61-94d1-5f50-a666-6c5578a09ca2 with identifier: OE14%20RHA
2026-03-30 06:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94034e61-94d1-5f50-a666-6c5578a09ca2 with identifier: OE14%20RHA to the API
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE14%20RHA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '94034e61-94d1-5f50-a666-6c5578a09ca2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE14 RHA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE14%20RHA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 70721,
'odometer_reading_unit': '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': 'WF0JXXWPBJEU05953',
'year': 2014}
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE14%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:03:10 [bca.uk] INFO: Saving data for OE14%20RHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774622194.798451, 'last_price_update_time': 1774850590.857457}
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE14%2520RHA') HTTP/1.1" 204 0
2026-03-30 06:03:10 [bca.uk] INFO: Found listing with ID: SP63%20WOR
2026-03-30 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP63%2520WOR%27 HTTP/1.1" 200 None
2026-03-30 06:03:10 [bca.uk] INFO: Scrape type for SP63%20WOR: 2
2026-03-30 06:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d12abf09-e7f4-5555-8eb0-2d23b4631925 with identifier: SP63%20WOR
2026-03-30 06:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d12abf09-e7f4-5555-8eb0-2d23b4631925 with scrape type 2
2026-03-30 06:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d12abf09-e7f4-5555-8eb0-2d23b4631925 with scrape type 2
2026-03-30 06:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d12abf09-e7f4-5555-8eb0-2d23b4631925, identifier: SP63%20WOR
2026-03-30 06:03:11 [bca.uk] INFO: Found listing with ID: SH12%20WTF
2026-03-30 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH12%2520WTF%27 HTTP/1.1" 200 None
2026-03-30 06:03:11 [bca.uk] INFO: Scrape type for SH12%20WTF: 2
2026-03-30 06:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f075fd39-e4ce-525c-9301-6c8485f41d08 with identifier: SH12%20WTF
2026-03-30 06:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f075fd39-e4ce-525c-9301-6c8485f41d08 with scrape type 2
2026-03-30 06:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f075fd39-e4ce-525c-9301-6c8485f41d08 with scrape type 2
2026-03-30 06:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f075fd39-e4ce-525c-9301-6c8485f41d08, identifier: SH12%20WTF
2026-03-30 06:03:11 [bca.uk] INFO: Found listing with ID: OV67%20VJU
2026-03-30 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV67%2520VJU%27 HTTP/1.1" 200 None
2026-03-30 06:03:11 [bca.uk] INFO: Scrape type for OV67%20VJU: 2
2026-03-30 06:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68511f88-68fc-5ac1-befe-453b6775c3b3 with identifier: OV67%20VJU
2026-03-30 06:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68511f88-68fc-5ac1-befe-453b6775c3b3 with scrape type 2
2026-03-30 06:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68511f88-68fc-5ac1-befe-453b6775c3b3 with scrape type 2
2026-03-30 06:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68511f88-68fc-5ac1-befe-453b6775c3b3, identifier: OV67%20VJU
2026-03-30 06:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d12abf09-e7f4-5555-8eb0-2d23b4631925 with identifier: SP63%20WOR
2026-03-30 06:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d12abf09-e7f4-5555-8eb0-2d23b4631925 with identifier: SP63%20WOR
2026-03-30 06:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d12abf09-e7f4-5555-8eb0-2d23b4631925 with identifier: SP63%20WOR to the API
2026-03-30 06:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP63%20WOR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd12abf09-e7f4-5555-8eb0-2d23b4631925',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP63 WOR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP63%20WOR&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 68296,
'odometer_reading_unit': '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': 'JTDKG10C90N717424',
'year': 2013}
2026-03-30 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP63%2520WOR%27 HTTP/1.1" 200 None
2026-03-30 06:03:11 [bca.uk] INFO: Saving data for SP63%20WOR: {'auction_closing_time': 1774864800.0, 'created_time': 1773931023.096831, 'last_price_update_time': 1774850591.586612}
2026-03-30 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP63%2520WOR') HTTP/1.1" 204 0
2026-03-30 06:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f075fd39-e4ce-525c-9301-6c8485f41d08 with identifier: SH12%20WTF
2026-03-30 06:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f075fd39-e4ce-525c-9301-6c8485f41d08 with identifier: SH12%20WTF
2026-03-30 06:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f075fd39-e4ce-525c-9301-6c8485f41d08 with identifier: SH12%20WTF to the API
2026-03-30 06:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH12%20WTF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f075fd39-e4ce-525c-9301-6c8485f41d08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH12 WTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH12%20WTF&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MAZDA',
'model': '3',
'odometer': 48152,
'odometer_reading_unit': '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 3 1.6 TAMURA Hatchback',
'transmission': 'manual',
'trim': 'TAMURA',
'vin': 'JMZBLB4Z211504330',
'year': 2012}
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH12%2520WTF%27 HTTP/1.1" 200 None
2026-03-30 06:03:12 [bca.uk] INFO: Saving data for SH12%20WTF: {'auction_closing_time': 1774951200.0, 'created_time': 1774620626.997665, 'last_price_update_time': 1774850592.100562}
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH12%2520WTF') HTTP/1.1" 204 0
2026-03-30 06:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68511f88-68fc-5ac1-befe-453b6775c3b3 with identifier: OV67%20VJU
2026-03-30 06:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68511f88-68fc-5ac1-befe-453b6775c3b3 with identifier: OV67%20VJU
2026-03-30 06:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68511f88-68fc-5ac1-befe-453b6775c3b3 with identifier: OV67%20VJU to the API
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV67%20VJU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '68511f88-68fc-5ac1-befe-453b6775c3b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV67 VJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV67%20VJU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 59182,
'odometer_reading_unit': '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 TSI 95 COLOUR EDITION Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 COLOUR EDITION',
'vin': 'TMBFP6NJ8JZ129286',
'year': 2018}
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV67%2520VJU%27 HTTP/1.1" 200 None
2026-03-30 06:03:12 [bca.uk] INFO: Saving data for OV67%20VJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774735580.269931, 'last_price_update_time': 1774850592.435335}
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV67%2520VJU') HTTP/1.1" 204 0
2026-03-30 06:03:12 [bca.uk] INFO: Found listing with ID: VA67%20MVC
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA67%2520MVC%27 HTTP/1.1" 200 None
2026-03-30 06:03:12 [bca.uk] INFO: Scrape type for VA67%20MVC: 2
2026-03-30 06:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4d722c7-bd39-530a-b21c-1eccfe405719 with identifier: VA67%20MVC
2026-03-30 06:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4d722c7-bd39-530a-b21c-1eccfe405719 with scrape type 2
2026-03-30 06:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4d722c7-bd39-530a-b21c-1eccfe405719 with scrape type 2
2026-03-30 06:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4d722c7-bd39-530a-b21c-1eccfe405719, identifier: VA67%20MVC
2026-03-30 06:03:12 [bca.uk] INFO: Found listing with ID: BK19%20VNA
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK19%2520VNA%27 HTTP/1.1" 200 None
2026-03-30 06:03:12 [bca.uk] INFO: Scrape type for BK19%20VNA: 1
2026-03-30 06:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad1ff682-39f2-5ce8-a0f7-1dad0c02719d with identifier: BK19%20VNA
2026-03-30 06:03:12 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:12 [bca.uk] INFO: Found listing with ID: RE17%20OYR
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE17%2520OYR%27 HTTP/1.1" 200 None
2026-03-30 06:03:12 [bca.uk] INFO: Scrape type for RE17%20OYR: 0
2026-03-30 06:03:12 [bca.uk] INFO: Found listing with ID: SB17%20NXA
2026-03-30 06:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB17%2520NXA%27 HTTP/1.1" 200 None
2026-03-30 06:03:12 [bca.uk] INFO: Scrape type for SB17%20NXA: 2
2026-03-30 06:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 986916e5-0a1b-54e8-84e8-aedb743e7ff2 with identifier: SB17%20NXA
2026-03-30 06:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 986916e5-0a1b-54e8-84e8-aedb743e7ff2 with scrape type 2
2026-03-30 06:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 986916e5-0a1b-54e8-84e8-aedb743e7ff2 with scrape type 2
2026-03-30 06:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 986916e5-0a1b-54e8-84e8-aedb743e7ff2, identifier: SB17%20NXA
2026-03-30 06:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4d722c7-bd39-530a-b21c-1eccfe405719 with identifier: VA67%20MVC
2026-03-30 06:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4d722c7-bd39-530a-b21c-1eccfe405719 with identifier: VA67%20MVC
2026-03-30 06:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4d722c7-bd39-530a-b21c-1eccfe405719 with identifier: VA67%20MVC to the API
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA67%20MVC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c4d722c7-bd39-530a-b21c-1eccfe405719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VA67 MVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA67%20MVC&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 60107,
'odometer_reading_unit': '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': 'SJNFEAF15U7427441',
'year': 2018}
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA67%2520MVC%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Saving data for VA67%20MVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774622487.078396, 'last_price_update_time': 1774850593.3447}
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA67%2520MVC') HTTP/1.1" 204 0
2026-03-30 06:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 986916e5-0a1b-54e8-84e8-aedb743e7ff2 with identifier: SB17%20NXA
2026-03-30 06:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 986916e5-0a1b-54e8-84e8-aedb743e7ff2 with identifier: SB17%20NXA
2026-03-30 06:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 986916e5-0a1b-54e8-84e8-aedb743e7ff2 with identifier: SB17%20NXA to the API
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB17%20NXA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '986916e5-0a1b-54e8-84e8-aedb743e7ff2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB17 NXA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB17%20NXA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'A5',
'odometer': 79590,
'odometer_reading_unit': '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 S LINE Coupe',
'transmission': 'manual',
'trim': 'TDI 190 S LINE',
'vin': 'WAUZZZF5XHA021669',
'year': 2017}
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB17%2520NXA%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Saving data for SB17%20NXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390018.256247, 'last_price_update_time': 1774850593.721498}
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB17%2520NXA') HTTP/1.1" 204 0
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: EJ14%20VWN
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ14%2520VWN%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Scrape type for EJ14%20VWN: 2
2026-03-30 06:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf6104fa-d0ce-570d-8524-712247079a18 with identifier: EJ14%20VWN
2026-03-30 06:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf6104fa-d0ce-570d-8524-712247079a18 with scrape type 2
2026-03-30 06:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf6104fa-d0ce-570d-8524-712247079a18 with scrape type 2
2026-03-30 06:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf6104fa-d0ce-570d-8524-712247079a18, identifier: EJ14%20VWN
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: OY68%20JVE
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY68%2520JVE%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Scrape type for OY68%20JVE: 1
2026-03-30 06:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ef2cdca-a0b4-57bf-bb4a-425be4e26062 with identifier: OY68%20JVE
2026-03-30 06:03:13 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: BG67%20KOD
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG67%2520KOD%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Scrape type for BG67%20KOD: 0
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: DU64%20BVB
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU64%2520BVB%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Scrape type for DU64%20BVB: 0
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: HN15%20RRX
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN15%2520RRX%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Scrape type for HN15%20RRX: 0
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: MK58%20UPV
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK58%2520UPV%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Scrape type for MK58%20UPV: 0
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: PY16%20BBU
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY16%2520BBU%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Scrape type for PY16%20BBU: 0
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: CE08%20LTJ
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE08%2520LTJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:13 [bca.uk] INFO: Scrape type for CE08%20LTJ: 0
2026-03-30 06:03:13 [bca.uk] INFO: Found listing with ID: WK61%20UXR
2026-03-30 06:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK61%2520UXR%27 HTTP/1.1" 200 None
2026-03-30 06:03:14 [bca.uk] INFO: Scrape type for WK61%20UXR: 0
2026-03-30 06:03:14 [bca.uk] INFO: Found listing with ID: MX09%20EXN
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX09%2520EXN%27 HTTP/1.1" 200 None
2026-03-30 06:03:14 [bca.uk] INFO: Scrape type for MX09%20EXN: 0
2026-03-30 06:03:14 [bca.uk] INFO: Found listing with ID: VF15%20SWN
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF15%2520SWN%27 HTTP/1.1" 200 None
2026-03-30 06:03:14 [bca.uk] INFO: Scrape type for VF15%20SWN: 0
2026-03-30 06:03:14 [bca.uk] INFO: Found listing with ID: YP58%20TTV
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP58%2520TTV%27 HTTP/1.1" 200 None
2026-03-30 06:03:14 [bca.uk] INFO: Scrape type for YP58%20TTV: 0
2026-03-30 06:03:14 [bca.uk] INFO: Found listing with ID: DN20%20OOC
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN20%2520OOC%27 HTTP/1.1" 200 None
2026-03-30 06:03:14 [bca.uk] INFO: Scrape type for DN20%20OOC: 2
2026-03-30 06:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a1a9ee-ed94-53d4-92c1-cb509b2cd5bd with identifier: DN20%20OOC
2026-03-30 06:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a1a9ee-ed94-53d4-92c1-cb509b2cd5bd with scrape type 2
2026-03-30 06:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72a1a9ee-ed94-53d4-92c1-cb509b2cd5bd with scrape type 2
2026-03-30 06:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72a1a9ee-ed94-53d4-92c1-cb509b2cd5bd, identifier: DN20%20OOC
2026-03-30 06:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf6104fa-d0ce-570d-8524-712247079a18 with identifier: EJ14%20VWN
2026-03-30 06:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf6104fa-d0ce-570d-8524-712247079a18 with identifier: EJ14%20VWN
2026-03-30 06:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf6104fa-d0ce-570d-8524-712247079a18 with identifier: EJ14%20VWN to the API
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:14 [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=EJ14%20VWN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bf6104fa-d0ce-570d-8524-712247079a18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ14 VWN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ14%20VWN&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 31925,
'odometer_reading_unit': '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.2 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'NLHA851CLFZ054951',
'year': 2014}
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ14%2520VWN%27 HTTP/1.1" 200 None
2026-03-30 06:03:14 [bca.uk] INFO: Saving data for EJ14%20VWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774535298.969657, 'last_price_update_time': 1774850594.593042}
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ14%2520VWN') HTTP/1.1" 204 0
2026-03-30 06:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72a1a9ee-ed94-53d4-92c1-cb509b2cd5bd with identifier: DN20%20OOC
2026-03-30 06:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72a1a9ee-ed94-53d4-92c1-cb509b2cd5bd with identifier: DN20%20OOC
2026-03-30 06:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72a1a9ee-ed94-53d4-92c1-cb509b2cd5bd with identifier: DN20%20OOC to the API
2026-03-30 06:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 182,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN20%20OOC-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '72a1a9ee-ed94-53d4-92c1-cb509b2cd5bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN20 OOC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN20%20OOC&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'TOYOTA',
'model': 'HILUX',
'odometer': 88348,
'odometer_reading_unit': '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 ICON 4WD CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'D 150 ICON 4WD',
'vin': 'AHTHB3CD002138870',
'year': 2020}
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN20%2520OOC%27 HTTP/1.1" 200 None
2026-03-30 06:03:15 [bca.uk] INFO: Saving data for DN20%20OOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774536076.134318, 'last_price_update_time': 1774850595.088833}
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN20%2520OOC') HTTP/1.1" 204 0
2026-03-30 06:03:15 [bca.uk] INFO: Found listing with ID: YS18%20VSK
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS18%2520VSK%27 HTTP/1.1" 200 None
2026-03-30 06:03:15 [bca.uk] INFO: Scrape type for YS18%20VSK: 2
2026-03-30 06:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0527716c-9ae4-5409-8ce3-1cd0c1de887a with identifier: YS18%20VSK
2026-03-30 06:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0527716c-9ae4-5409-8ce3-1cd0c1de887a with scrape type 2
2026-03-30 06:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0527716c-9ae4-5409-8ce3-1cd0c1de887a with scrape type 2
2026-03-30 06:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0527716c-9ae4-5409-8ce3-1cd0c1de887a, identifier: YS18%20VSK
2026-03-30 06:03:15 [bca.uk] INFO: Found listing with ID: DV69%20CWO
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV69%2520CWO%27 HTTP/1.1" 200 None
2026-03-30 06:03:15 [bca.uk] INFO: Scrape type for DV69%20CWO: 2
2026-03-30 06:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79e94ded-b6db-500e-a6e5-d1c5712ab05a with identifier: DV69%20CWO
2026-03-30 06:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79e94ded-b6db-500e-a6e5-d1c5712ab05a with scrape type 2
2026-03-30 06:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79e94ded-b6db-500e-a6e5-d1c5712ab05a with scrape type 2
2026-03-30 06:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79e94ded-b6db-500e-a6e5-d1c5712ab05a, identifier: DV69%20CWO
2026-03-30 06:03:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX16%20JHH-GB>
2026-03-30 06:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0527716c-9ae4-5409-8ce3-1cd0c1de887a with identifier: YS18%20VSK
2026-03-30 06:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0527716c-9ae4-5409-8ce3-1cd0c1de887a with identifier: YS18%20VSK
2026-03-30 06:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0527716c-9ae4-5409-8ce3-1cd0c1de887a with identifier: YS18%20VSK to the API
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS18%20VSK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0527716c-9ae4-5409-8ce3-1cd0c1de887a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS18 VSK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS18%20VSK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 34852,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'KIA PICANTO 1.2 GT-LINE S Hatchback',
'transmission': 'manual',
'trim': 'GT-LINE S',
'vin': 'KNAB3512LJT298318',
'year': 2018}
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS18%2520VSK%27 HTTP/1.1" 200 None
2026-03-30 06:03:15 [bca.uk] INFO: Saving data for YS18%20VSK: {'auction_closing_time': 1774951200.0, 'created_time': 1774304275.020535, 'last_price_update_time': 1774850595.654852}
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520VSK') HTTP/1.1" 204 0
2026-03-30 06:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79e94ded-b6db-500e-a6e5-d1c5712ab05a with identifier: DV69%20CWO
2026-03-30 06:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79e94ded-b6db-500e-a6e5-d1c5712ab05a with identifier: DV69%20CWO
2026-03-30 06:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79e94ded-b6db-500e-a6e5-d1c5712ab05a with identifier: DV69%20CWO to the API
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 231,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV69%20CWO-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '79e94ded-b6db-500e-a6e5-d1c5712ab05a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV69 CWO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV69%20CWO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VOLKSWAGEN',
'model': 'AMAROK A33',
'odometer': 88048,
'odometer_reading_unit': '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 HIGHLINE 4M CrewCab '
'Pick-up',
'transmission': 'manual',
'trim': 'V6 TDI 258 BMT HIGHLINE 4M',
'vin': 'WV1ZZZ2HZLH007029',
'year': 2019}
2026-03-30 06:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV69%2520CWO%27 HTTP/1.1" 200 None
2026-03-30 06:03:15 [bca.uk] INFO: Saving data for DV69%20CWO: {'auction_closing_time': 1774951200.0, 'created_time': 1774622614.776817, 'last_price_update_time': 1774850595.998195}
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV69%2520CWO') HTTP/1.1" 204 0
2026-03-30 06:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW18%20PYU-GB>
2026-03-30 06:03:16 [scrapy.extensions.logstats] INFO: Crawled 12 pages (at 3 pages/min), scraped 174 items (at 94 items/min)
2026-03-30 06:03:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: FG18%20YVH
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG18%2520YVH%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for FG18%20YVH: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: FL68%20CTV
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL68%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for FL68%20CTV: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: LB68%20BWP
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB68%2520BWP%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for LB68%20BWP: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: AF68%20HMX
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF68%2520HMX%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for AF68%20HMX: 2
2026-03-30 06:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c669890-4fd5-5f63-8a29-4ca91e40fe4b with identifier: AF68%20HMX
2026-03-30 06:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c669890-4fd5-5f63-8a29-4ca91e40fe4b with scrape type 2
2026-03-30 06:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c669890-4fd5-5f63-8a29-4ca91e40fe4b with scrape type 2
2026-03-30 06:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c669890-4fd5-5f63-8a29-4ca91e40fe4b, identifier: AF68%20HMX
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: L30%20TEG
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L30%2520TEG%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for L30%20TEG: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: BK23%20XKA
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK23%2520XKA%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for BK23%20XKA: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: HS71%20CVW
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HS71%2520CVW%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for HS71%20CVW: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: KW73%20UBC
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW73%2520UBC%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for KW73%20UBC: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: DA71%20MYO
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA71%2520MYO%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for DA71%20MYO: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: DM21%20HLO
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DM21%2520HLO%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for DM21%20HLO: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: DN68%20UDD
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN68%2520UDD%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for DN68%20UDD: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: DY11%20NRK
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY11%2520NRK%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for DY11%20NRK: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: PN70%20MWJ
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN70%2520MWJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for PN70%20MWJ: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: YG72%20XFU
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG72%2520XFU%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for YG72%20XFU: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: YL72%20BFZ
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL72%2520BFZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for YL72%20BFZ: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: MW68%20VUP
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW68%2520VUP%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for MW68%20VUP: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: YM70%20OXV
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM70%2520OXV%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for YM70%20OXV: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: AK65%20EWX
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK65%2520EWX%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for AK65%20EWX: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: DS69%20ZZG
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS69%2520ZZG%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for DS69%20ZZG: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: GJ21%20XBW
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ21%2520XBW%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for GJ21%20XBW: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: GX15%20BPV
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX15%2520BPV%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for GX15%20BPV: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: LM69%20UOE
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM69%2520UOE%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for LM69%20UOE: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: LX13%20YTO
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX13%2520YTO%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for LX13%20YTO: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: PJ71%20MWM
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ71%2520MWM%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for PJ71%20MWM: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: SL67%20GZU
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL67%2520GZU%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for SL67%20GZU: 0
2026-03-30 06:03:16 [bca.uk] INFO: Found listing with ID: FE70%20WJM
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE70%2520WJM%27 HTTP/1.1" 200 None
2026-03-30 06:03:16 [bca.uk] INFO: Scrape type for FE70%20WJM: 2
2026-03-30 06:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c20aea3-4d5f-5191-840a-1be8f55a3d43 with identifier: FE70%20WJM
2026-03-30 06:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c20aea3-4d5f-5191-840a-1be8f55a3d43 with scrape type 2
2026-03-30 06:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c20aea3-4d5f-5191-840a-1be8f55a3d43 with scrape type 2
2026-03-30 06:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c20aea3-4d5f-5191-840a-1be8f55a3d43, identifier: FE70%20WJM
2026-03-30 06:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c669890-4fd5-5f63-8a29-4ca91e40fe4b with identifier: AF68%20HMX
2026-03-30 06:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c669890-4fd5-5f63-8a29-4ca91e40fe4b with identifier: AF68%20HMX
2026-03-30 06:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c669890-4fd5-5f63-8a29-4ca91e40fe4b with identifier: AF68%20HMX to the API
2026-03-30 06:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF68%20HMX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9c669890-4fd5-5f63-8a29-4ca91e40fe4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF68 HMX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF68%20HMX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '118I',
'odometer': 75411,
'odometer_reading_unit': '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 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'WBA1R520907B76945',
'year': 2018}
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF68%2520HMX%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Saving data for AF68%20HMX: {'auction_closing_time': 1774864800.0, 'created_time': 1774735592.805023, 'last_price_update_time': 1774850597.194361}
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF68%2520HMX') HTTP/1.1" 204 0
2026-03-30 06:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c20aea3-4d5f-5191-840a-1be8f55a3d43 with identifier: FE70%20WJM
2026-03-30 06:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c20aea3-4d5f-5191-840a-1be8f55a3d43 with identifier: FE70%20WJM
2026-03-30 06:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c20aea3-4d5f-5191-840a-1be8f55a3d43 with identifier: FE70%20WJM to the API
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 204,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE70%20WJM-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4c20aea3-4d5f-5191-840a-1be8f55a3d43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE70 WJM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE70%20WJM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'RANGER',
'odometer': 89697,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'EBL 213 WILDTRAK',
'vin': '6FPPXXMJ2PLB75987',
'year': 2020}
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE70%2520WJM%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Saving data for FE70%20WJM: {'auction_closing_time': 1774951200.0, 'created_time': 1774354290.348567, 'last_price_update_time': 1774850597.723145}
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE70%2520WJM') HTTP/1.1" 204 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: FX24%20TLO
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX24%2520TLO%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Scrape type for FX24%20TLO: 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: DY63%20YYG
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY63%2520YYG%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Scrape type for DY63%20YYG: 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: EF67%20WZZ
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF67%2520WZZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Scrape type for EF67%20WZZ: 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: FD23%20AYV
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD23%2520AYV%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Scrape type for FD23%20AYV: 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: MT19%20OHR
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT19%2520OHR%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Scrape type for MT19%20OHR: 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: RK15%20VFL
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK15%2520VFL%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Scrape type for RK15%20VFL: 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: YS70%20AEG
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS70%2520AEG%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Scrape type for YS70%20AEG: 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: YT19%20XLR
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT19%2520XLR%27 HTTP/1.1" 200 None
2026-03-30 06:03:17 [bca.uk] INFO: Scrape type for YT19%20XLR: 0
2026-03-30 06:03:17 [bca.uk] INFO: Found listing with ID: SR19%20HYZ
2026-03-30 06:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR19%2520HYZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for SR19%20HYZ: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: OV25%20LLU
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV25%2520LLU%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for OV25%20LLU: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: DA12%20XBB
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA12%2520XBB%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for DA12%20XBB: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: YY56%20OTV
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY56%2520OTV%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for YY56%20OTV: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: YY62%20JFU
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY62%2520JFU%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for YY62%20JFU: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: V90%20PWH
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V90%2520PWH%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for V90%20PWH: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: F28%20FXY
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27F28%2520FXY%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for F28%20FXY: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: MX69%20MZL
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX69%2520MZL%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for MX69%20MZL: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: SV21%20OYP
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV21%2520OYP%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for SV21%20OYP: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: PS61%20BAD
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PS61%2520BAD%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for PS61%20BAD: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: LV17%20NZE
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV17%2520NZE%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for LV17%20NZE: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: GD70%20SRV
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD70%2520SRV%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for GD70%20SRV: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: FE62%20FMX
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE62%2520FMX%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for FE62%20FMX: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: S17%20GON
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27S17%2520GON%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for S17%20GON: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: SD22%20AXR
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD22%2520AXR%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for SD22%20AXR: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: YM70%20KJX
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM70%2520KJX%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for YM70%20KJX: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: CU68%20XJE
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU68%2520XJE%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for CU68%20XJE: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: HT71%20UUJ
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT71%2520UUJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for HT71%20UUJ: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: MF69%20WCU
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF69%2520WCU%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for MF69%20WCU: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: SH71%20GJJ
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH71%2520GJJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for SH71%20GJJ: 0
2026-03-30 06:03:18 [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-30 06:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA19%20TSO-GB>
2026-03-30 06:03:18 [bca.uk] INFO: Total items found: 100
2026-03-30 06:03:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded
2026-03-30 06:03:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:03:18 [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-30 06:03:18 [bca.uk] INFO: Found listing with ID: GK21%20KXX
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK21%2520KXX%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for GK21%20KXX: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: EO09%20NDU
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO09%2520NDU%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for EO09%20NDU: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: CE64%20ONC
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE64%2520ONC%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for CE64%20ONC: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: DV17%20AKG
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV17%2520AKG%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for DV17%20AKG: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: MP19%20GVC
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP19%2520GVC%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for MP19%20GVC: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: VN62%20KOB
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN62%2520KOB%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for VN62%20KOB: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: AV57%20XLW
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV57%2520XLW%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for AV57%20XLW: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: CP12%20SXF
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP12%2520SXF%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for CP12%20SXF: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: WH65%20TTZ
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH65%2520TTZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for WH65%20TTZ: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: FG22%20VVP
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG22%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for FG22%20VVP: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: BJ10%20FDU
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ10%2520FDU%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for BJ10%20FDU: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: DS14%20BYP
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS14%2520BYP%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for DS14%20BYP: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: FV14%20GWX
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV14%2520GWX%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for FV14%20GWX: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: KX17%20GMJ
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX17%2520GMJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for KX17%20GMJ: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: OE14%20XKO
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE14%2520XKO%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for OE14%20XKO: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: VK58%20ADX
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK58%2520ADX%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for VK58%20ADX: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: DP70%20AVE
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP70%2520AVE%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for DP70%20AVE: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: KT64%20OEX
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT64%2520OEX%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for KT64%20OEX: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: LP71%20TZD
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP71%2520TZD%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for LP71%20TZD: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: YD66%20GXJ
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD66%2520GXJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for YD66%20GXJ: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: YT68%20LWE
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT68%2520LWE%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for YT68%20LWE: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: ESZ%208751
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ESZ%25208751%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for ESZ%208751: 0
2026-03-30 06:03:18 [bca.uk] INFO: Found listing with ID: MK70%20LXC
2026-03-30 06:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK70%2520LXC%27 HTTP/1.1" 200 None
2026-03-30 06:03:18 [bca.uk] INFO: Scrape type for MK70%20LXC: 2
2026-03-30 06:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5252d3e4-8b03-5e98-a593-9b080c1889bb with identifier: MK70%20LXC
2026-03-30 06:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5252d3e4-8b03-5e98-a593-9b080c1889bb with scrape type 2
2026-03-30 06:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5252d3e4-8b03-5e98-a593-9b080c1889bb with scrape type 2
2026-03-30 06:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5252d3e4-8b03-5e98-a593-9b080c1889bb, identifier: MK70%20LXC
2026-03-30 06:03:19 [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-30 06:03:19 [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-30 06:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5252d3e4-8b03-5e98-a593-9b080c1889bb with identifier: MK70%20LXC
2026-03-30 06:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5252d3e4-8b03-5e98-a593-9b080c1889bb with identifier: MK70%20LXC
2026-03-30 06:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5252d3e4-8b03-5e98-a593-9b080c1889bb with identifier: MK70%20LXC to the API
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:19 [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': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK70%20LXC-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5252d3e4-8b03-5e98-a593-9b080c1889bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK70 LXC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK70%20LXC&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 21432,
'odometer_reading_unit': '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': 'VSKCTND23U0155639',
'year': 2021}
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK70%2520LXC%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Saving data for MK70%20LXC: {'auction_closing_time': 1774951200.0, 'created_time': 1774622541.216508, 'last_price_update_time': 1774850599.549088}
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK70%2520LXC') HTTP/1.1" 204 0
2026-03-30 06:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK19%20VNA-GB>
2026-03-30 06:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY68%20JVE-GB>
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: BT68%20ZZD
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT68%2520ZZD%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for BT68%20ZZD: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: BW19%20TUY
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW19%2520TUY%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for BW19%20TUY: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: NGZ%203835
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NGZ%25203835%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for NGZ%203835: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: KW70%20OXP
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW70%2520OXP%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for KW70%20OXP: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: RO21%20FRN
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO21%2520FRN%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for RO21%20FRN: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: WR69%20UBV
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR69%2520UBV%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for WR69%20UBV: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: VN59%20KBK
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN59%2520KBK%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for VN59%20KBK: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: YP15%20FGX
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP15%2520FGX%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for YP15%20FGX: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: AU60%20RJO
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU60%2520RJO%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for AU60%20RJO: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: MJ62%20FZE
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ62%2520FZE%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for MJ62%20FZE: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: BG11%20CSZ
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG11%2520CSZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for BG11%20CSZ: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: NA55%20RWJ
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA55%2520RWJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for NA55%20RWJ: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: CT62%20GYZ
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT62%2520GYZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for CT62%20GYZ: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: CN13%20NXJ
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN13%2520NXJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for CN13%20NXJ: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: A3%20BJT
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27A3%2520BJT%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for A3%20BJT: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: FJ70%20SUF
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ70%2520SUF%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for FJ70%20SUF: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: OU18%20RUY
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU18%2520RUY%27 HTTP/1.1" 200 None
2026-03-30 06:03:19 [bca.uk] INFO: Scrape type for OU18%20RUY: 0
2026-03-30 06:03:19 [bca.uk] INFO: Found listing with ID: SL71%20OCC
2026-03-30 06:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL71%2520OCC%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for SL71%20OCC: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: SN71%20GWP
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN71%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for SN71%20GWP: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: SO69%20JVX
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SO69%2520JVX%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for SO69%20JVX: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: WF69%20GCK
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF69%2520GCK%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for WF69%20GCK: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: KN22%20NPC
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN22%2520NPC%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for KN22%20NPC: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: RF72%20AYB
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF72%2520AYB%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for RF72%20AYB: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: FD18%20UGG
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD18%2520UGG%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for FD18%20UGG: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: AJ64%20FXV
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ64%2520FXV%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for AJ64%20FXV: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: LH16%20AFY
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LH16%2520AFY%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for LH16%20AFY: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: MT64%20YKC
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT64%2520YKC%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for MT64%20YKC: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: OV59%20AUR
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV59%2520AUR%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for OV59%20AUR: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: BD17%20FTU
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD17%2520FTU%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for BD17%20FTU: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: LC14%20LME
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC14%2520LME%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for LC14%20LME: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: WU61%20WUW
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU61%2520WUW%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for WU61%20WUW: 2
2026-03-30 06:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17133adf-bf61-5644-8fb3-f28f0136afcc with identifier: WU61%20WUW
2026-03-30 06:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17133adf-bf61-5644-8fb3-f28f0136afcc with scrape type 2
2026-03-30 06:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17133adf-bf61-5644-8fb3-f28f0136afcc with scrape type 2
2026-03-30 06:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17133adf-bf61-5644-8fb3-f28f0136afcc, identifier: WU61%20WUW
2026-03-30 06:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17133adf-bf61-5644-8fb3-f28f0136afcc with identifier: WU61%20WUW
2026-03-30 06:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17133adf-bf61-5644-8fb3-f28f0136afcc with identifier: WU61%20WUW
2026-03-30 06:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17133adf-bf61-5644-8fb3-f28f0136afcc with identifier: WU61%20WUW to the API
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:20 [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': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU61%20WUW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '17133adf-bf61-5644-8fb3-f28f0136afcc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU61 WUW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU61%20WUW&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 100163,
'odometer_reading_unit': '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.7 CDTI 16V 100 SE MPV',
'transmission': 'automatic',
'trim': 'CDTI 16V 100 SE',
'vin': 'W0LSH9EH6B4408274',
'year': 2011}
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU61%2520WUW%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Saving data for WU61%20WUW: {'auction_closing_time': 1774864800.0, 'created_time': 1774620793.943589, 'last_price_update_time': 1774850600.726215}
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU61%2520WUW') HTTP/1.1" 204 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: YC13%20XDV
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC13%2520XDV%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for YC13%20XDV: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: AE13%20RKK
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE13%2520RKK%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for AE13%20RKK: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: YG61%20DFL
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG61%2520DFL%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for YG61%20DFL: 0
2026-03-30 06:03:20 [bca.uk] INFO: Found listing with ID: YJ63%20YJY
2026-03-30 06:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ63%2520YJY%27 HTTP/1.1" 200 None
2026-03-30 06:03:20 [bca.uk] INFO: Scrape type for YJ63%20YJY: 2
2026-03-30 06:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f572876-f5fe-5b19-88c3-96e26c656977 with identifier: YJ63%20YJY
2026-03-30 06:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f572876-f5fe-5b19-88c3-96e26c656977 with scrape type 2
2026-03-30 06:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f572876-f5fe-5b19-88c3-96e26c656977 with scrape type 2
2026-03-30 06:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f572876-f5fe-5b19-88c3-96e26c656977, identifier: YJ63%20YJY
2026-03-30 06:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f572876-f5fe-5b19-88c3-96e26c656977 with identifier: YJ63%20YJY
2026-03-30 06:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f572876-f5fe-5b19-88c3-96e26c656977 with identifier: YJ63%20YJY
2026-03-30 06:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f572876-f5fe-5b19-88c3-96e26c656977 with identifier: YJ63%20YJY to the API
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:21 [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=YJ63%20YJY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2f572876-f5fe-5b19-88c3-96e26c656977',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ63 YJY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ63%20YJY&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'PEUGEOT',
'model': '208',
'odometer': 78001,
'odometer_reading_unit': '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': 'VF3CCHMZ0DW055646',
'year': 2013}
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520YJY%27 HTTP/1.1" 200 None
2026-03-30 06:03:21 [bca.uk] INFO: Saving data for YJ63%20YJY: {'auction_closing_time': 1774864800.0, 'created_time': 1774621714.650864, 'last_price_update_time': 1774850601.369512}
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ63%2520YJY') HTTP/1.1" 204 0
2026-03-30 06:03:21 [bca.uk] INFO: Found listing with ID: AV61%20LYA
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV61%2520LYA%27 HTTP/1.1" 200 None
2026-03-30 06:03:21 [bca.uk] INFO: Scrape type for AV61%20LYA: 0
2026-03-30 06:03:21 [bca.uk] INFO: Found listing with ID: BF13%20DZX
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520DZX%27 HTTP/1.1" 200 None
2026-03-30 06:03:21 [bca.uk] INFO: Scrape type for BF13%20DZX: 0
2026-03-30 06:03:21 [bca.uk] INFO: Found listing with ID: BG67%20GBE
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520GBE%27 HTTP/1.1" 200 None
2026-03-30 06:03:21 [bca.uk] INFO: Scrape type for BG67%20GBE: 2
2026-03-30 06:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3122213d-adf0-52b8-8079-62f2b82d74fc with identifier: BG67%20GBE
2026-03-30 06:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3122213d-adf0-52b8-8079-62f2b82d74fc with scrape type 2
2026-03-30 06:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3122213d-adf0-52b8-8079-62f2b82d74fc with scrape type 2
2026-03-30 06:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3122213d-adf0-52b8-8079-62f2b82d74fc, identifier: BG67%20GBE
2026-03-30 06:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3122213d-adf0-52b8-8079-62f2b82d74fc with identifier: BG67%20GBE
2026-03-30 06:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3122213d-adf0-52b8-8079-62f2b82d74fc with identifier: BG67%20GBE
2026-03-30 06:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3122213d-adf0-52b8-8079-62f2b82d74fc with identifier: BG67%20GBE to the API
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:21 [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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG67%20GBE-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3122213d-adf0-52b8-8079-62f2b82d74fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG67 GBE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG67%20GBE&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'KUGA',
'odometer': 162760,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'FORD KUGA 1.5 TDCI 120 2WD ZETEC StationWagon',
'transmission': 'automatic',
'trim': 'TDCI 120 2WD ZETEC',
'vin': 'WF0AXXWPMAHC18063',
'year': 2017}
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520GBE%27 HTTP/1.1" 200 None
2026-03-30 06:03:21 [bca.uk] INFO: Saving data for BG67%20GBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774620796.612091, 'last_price_update_time': 1774850601.885468}
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG67%2520GBE') HTTP/1.1" 204 0
2026-03-30 06:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D> (referer: https://www.bca.co.uk/)
2026-03-30 06:03:21 [bca.uk] INFO: Found listing with ID: BJ07%20OXE
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520OXE%27 HTTP/1.1" 200 None
2026-03-30 06:03:21 [bca.uk] INFO: Scrape type for BJ07%20OXE: 2
2026-03-30 06:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fec338b-5c99-5695-84c2-3c497488adf1 with identifier: BJ07%20OXE
2026-03-30 06:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fec338b-5c99-5695-84c2-3c497488adf1 with scrape type 2
2026-03-30 06:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fec338b-5c99-5695-84c2-3c497488adf1 with scrape type 2
2026-03-30 06:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fec338b-5c99-5695-84c2-3c497488adf1, identifier: BJ07%20OXE
2026-03-30 06:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fec338b-5c99-5695-84c2-3c497488adf1 with identifier: BJ07%20OXE
2026-03-30 06:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fec338b-5c99-5695-84c2-3c497488adf1 with identifier: BJ07%20OXE
2026-03-30 06:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fec338b-5c99-5695-84c2-3c497488adf1 with identifier: BJ07%20OXE to the API
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:22 [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': 148,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ07%20OXE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1fec338b-5c99-5695-84c2-3c497488adf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ07 OXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ07%20OXE&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'A150',
'odometer': 70589,
'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 CLASSIC SE Hatchback',
'transmission': 'manual',
'trim': 'CLASSIC SE',
'vin': 'WDD1690312J444763',
'year': 2007}
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520OXE%27 HTTP/1.1" 200 None
2026-03-30 06:03:22 [bca.uk] INFO: Saving data for BJ07%20OXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774536099.067004, 'last_price_update_time': 1774850602.392846}
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ07%2520OXE') HTTP/1.1" 204 0
2026-03-30 06:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D> (referer: https://www.bca.co.uk/)
2026-03-30 06:03:22 [bca.uk] INFO: Found listing with ID: CX11%20XLL
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX11%2520XLL%27 HTTP/1.1" 200 None
2026-03-30 06:03:22 [bca.uk] INFO: Scrape type for CX11%20XLL: 0
2026-03-30 06:03:22 [bca.uk] INFO: Found listing with ID: DP11%20NCY
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP11%2520NCY%27 HTTP/1.1" 200 None
2026-03-30 06:03:22 [bca.uk] INFO: Scrape type for DP11%20NCY: 0
2026-03-30 06:03:22 [bca.uk] INFO: Found listing with ID: EX15%20XAZ
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX15%2520XAZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:22 [bca.uk] INFO: Scrape type for EX15%20XAZ: 2
2026-03-30 06:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5c04441-b00e-544a-8917-dfae29ab3b5e with identifier: EX15%20XAZ
2026-03-30 06:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5c04441-b00e-544a-8917-dfae29ab3b5e with scrape type 2
2026-03-30 06:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5c04441-b00e-544a-8917-dfae29ab3b5e with scrape type 2
2026-03-30 06:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5c04441-b00e-544a-8917-dfae29ab3b5e, identifier: EX15%20XAZ
2026-03-30 06:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5c04441-b00e-544a-8917-dfae29ab3b5e with identifier: EX15%20XAZ
2026-03-30 06:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5c04441-b00e-544a-8917-dfae29ab3b5e with identifier: EX15%20XAZ
2026-03-30 06:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5c04441-b00e-544a-8917-dfae29ab3b5e with identifier: EX15%20XAZ to the API
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:22 [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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX15%20XAZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5c04441-b00e-544a-8917-dfae29ab3b5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX15 XAZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX15%20XAZ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 151553,
'odometer_reading_unit': '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 177 BMT 4M R LINE DSG StationWagon',
'transmission': 'automatic',
'trim': 'TDI 177 BMT 4M R LINE DSG',
'vin': 'WVGZZZ5NZFW086110',
'year': 2015}
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX15%2520XAZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:22 [bca.uk] INFO: Saving data for EX15%20XAZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536100.706234, 'last_price_update_time': 1774850602.946828}
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX15%2520XAZ') HTTP/1.1" 204 0
2026-03-30 06:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cc19090>
2026-03-30 06:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_expert_report_file_c33ee78f-c735-4950-941c-3bd5cd9822e0.pdf HTTP/1.1" 201 0
2026-03-30 06:03:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73e9881d-24d2-5139-95b2-bad152a564cf, skipping ID generation
2026-03-30 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DOW18PYU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=OW18PYU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-30 06:03:23 [bca.uk] INFO: Found listing with ID: EY56%20YMJ
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY56%2520YMJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [bca.uk] INFO: Scrape type for EY56%20YMJ: 0
2026-03-30 06:03:23 [bca.uk] INFO: Found listing with ID: GU62%20GHN
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU62%2520GHN%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [bca.uk] INFO: Scrape type for GU62%20GHN: 2
2026-03-30 06:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with identifier: GU62%20GHN
2026-03-30 06:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with scrape type 2
2026-03-30 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with scrape type 2
2026-03-30 06:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e3ee0a5-9e73-5196-9c96-5f08d765af48, identifier: GU62%20GHN
2026-03-30 06:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with identifier: GU62%20GHN
2026-03-30 06:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e3ee0a5-9e73-5196-9c96-5f08d765af48 with identifier: GU62%20GHN
2026-03-30 06:03:23 [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-30 06:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:23 [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=GU62%20GHN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10: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-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU62%2520GHN%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [bca.uk] INFO: Saving data for GU62%20GHN: {'auction_closing_time': 1774864800.0, 'created_time': 1774418532.843519, 'last_price_update_time': 1774850603.651881}
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:23 [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-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964468%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964468 not downloaded yet
2026-03-30 06:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2faf6dd0>
2026-03-30 06:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_expert_report_file_58e7a324-5ed3-40ed-b118-6a18f347c9f6.pdf HTTP/1.1" 201 0
2026-03-30 06:03:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d, skipping ID generation
2026-03-30 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLX16JHH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LX16JHH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-30 06:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D> (referer: https://www.bca.co.uk/)
2026-03-30 06:03:23 [bca.uk] INFO: Found listing with ID: KU14%20VPZ
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU14%2520VPZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [bca.uk] INFO: Scrape type for KU14%20VPZ: 0
2026-03-30 06:03:23 [bca.uk] INFO: Found listing with ID: RE62%20CVJ
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE62%2520CVJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [bca.uk] INFO: Scrape type for RE62%20CVJ: 0
2026-03-30 06:03:23 [bca.uk] INFO: Found listing with ID: WN57%20EYX
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN57%2520EYX%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [bca.uk] INFO: Scrape type for WN57%20EYX: 0
2026-03-30 06:03:23 [bca.uk] INFO: Found listing with ID: AP57%20OHZ
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP57%2520OHZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [bca.uk] INFO: Scrape type for AP57%20OHZ: 0
2026-03-30 06:03:23 [bca.uk] INFO: Found listing with ID: KW68%20KFK
2026-03-30 06:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW68%2520KFK%27 HTTP/1.1" 200 None
2026-03-30 06:03:23 [bca.uk] INFO: Scrape type for KW68%20KFK: 2
2026-03-30 06:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 763b5992-3924-5384-9575-1997007fb53d with identifier: KW68%20KFK
2026-03-30 06:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 763b5992-3924-5384-9575-1997007fb53d with scrape type 2
2026-03-30 06:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 763b5992-3924-5384-9575-1997007fb53d with scrape type 2
2026-03-30 06:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 763b5992-3924-5384-9575-1997007fb53d, identifier: KW68%20KFK
2026-03-30 06:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 763b5992-3924-5384-9575-1997007fb53d with identifier: KW68%20KFK
2026-03-30 06:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 763b5992-3924-5384-9575-1997007fb53d with identifier: KW68%20KFK
2026-03-30 06:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 763b5992-3924-5384-9575-1997007fb53d with identifier: KW68%20KFK to the API
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:24 [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=KW68%20KFK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '763b5992-3924-5384-9575-1997007fb53d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW68 KFK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW68%20KFK&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'C220 D',
'odometer': 83837,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C220 D 2.0 SE 9G Saloon',
'transmission': 'manual',
'trim': 'SE 9G',
'vin': 'WDD2050142R465671',
'year': 2018}
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW68%2520KFK%27 HTTP/1.1" 200 None
2026-03-30 06:03:24 [bca.uk] INFO: Saving data for KW68%20KFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774622305.158784, 'last_price_update_time': 1774850604.331501}
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW68%2520KFK') HTTP/1.1" 204 0
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964499%27 HTTP/1.1" 200 None
2026-03-30 06:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964499 not downloaded yet
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393176%27 HTTP/1.1" 200 None
2026-03-30 06:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393176 not downloaded yet
2026-03-30 06:03:24 [bca.uk] INFO: Found listing with ID: BG18%20KHJ
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG18%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:24 [bca.uk] INFO: Scrape type for BG18%20KHJ: 2
2026-03-30 06:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63081dc3-60fe-5f0d-8170-6dddcaafdbd5 with identifier: BG18%20KHJ
2026-03-30 06:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63081dc3-60fe-5f0d-8170-6dddcaafdbd5 with scrape type 2
2026-03-30 06:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63081dc3-60fe-5f0d-8170-6dddcaafdbd5 with scrape type 2
2026-03-30 06:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63081dc3-60fe-5f0d-8170-6dddcaafdbd5, identifier: BG18%20KHJ
2026-03-30 06:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63081dc3-60fe-5f0d-8170-6dddcaafdbd5 with identifier: BG18%20KHJ
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=multicoloured HTTP/1.1" 200 None
2026-03-30 06:03:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63081dc3-60fe-5f0d-8170-6dddcaafdbd5 with identifier: BG18%20KHJ
2026-03-30 06:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63081dc3-60fe-5f0d-8170-6dddcaafdbd5 with identifier: BG18%20KHJ to the API
2026-03-30 06:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:25 [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=BG18%20KHJ-GB',
'category': 'Car',
'color': 'multicoloured',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '63081dc3-60fe-5f0d-8170-6dddcaafdbd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG18 KHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG18%20KHJ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'RENAULT',
'model': 'GRAND SCENIC',
'odometer': 92043,
'odometer_reading_unit': '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 GRAND SCENIC 1.5 DCI 110 DYNAMIQUE S MPV',
'transmission': 'manual',
'trim': 'DCI 110 DYNAMIQUE S',
'vin': 'VF1RFA00X58732039',
'year': 2018}
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG18%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [bca.uk] INFO: Saving data for BG18%20KHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536071.3431, 'last_price_update_time': 1774850605.030569}
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG18%2520KHJ') HTTP/1.1" 204 0
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964520%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964520 not downloaded yet
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393190%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393190 not downloaded yet
2026-03-30 06:03:25 [bca.uk] INFO: Found listing with ID: MD18%20JVV
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD18%2520JVV%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [bca.uk] INFO: Scrape type for MD18%20JVV: 0
2026-03-30 06:03:25 [bca.uk] INFO: Found listing with ID: PK67%20ZVU
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK67%2520ZVU%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [bca.uk] INFO: Scrape type for PK67%20ZVU: 0
2026-03-30 06:03:25 [bca.uk] INFO: Found listing with ID: EG17%20GCX
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG17%2520GCX%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [bca.uk] INFO: Scrape type for EG17%20GCX: 2
2026-03-30 06:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4421f3a6-d511-55fc-99da-31869e16ade7 with identifier: EG17%20GCX
2026-03-30 06:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4421f3a6-d511-55fc-99da-31869e16ade7 with scrape type 2
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4421f3a6-d511-55fc-99da-31869e16ade7 with scrape type 2
2026-03-30 06:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4421f3a6-d511-55fc-99da-31869e16ade7, identifier: EG17%20GCX
2026-03-30 06:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cda0190>
2026-03-30 06:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_expert_report_file_529aee14-b34b-41b8-a968-1202d7fafd61.pdf HTTP/1.1" 201 0
2026-03-30 06:03:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f9d5e85f-d635-5747-ac9b-0f91e8bd621a, skipping ID generation
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRA19TSO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RA19TSO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-30 06:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4421f3a6-d511-55fc-99da-31869e16ade7 with identifier: EG17%20GCX
2026-03-30 06:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4421f3a6-d511-55fc-99da-31869e16ade7 with identifier: EG17%20GCX
2026-03-30 06:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4421f3a6-d511-55fc-99da-31869e16ade7 with identifier: EG17%20GCX to the API
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:25 [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': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EG17%20GCX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4421f3a6-d511-55fc-99da-31869e16ade7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EG17 GCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG17%20GCX&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 70266,
'odometer_reading_unit': '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 GT-LINE Hatchback',
'transmission': 'manual',
'trim': 'GT-LINE',
'vin': 'KNAB3511LJT032732',
'year': 2017}
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG17%2520GCX%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [bca.uk] INFO: Saving data for EG17%20GCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774362055.989216, 'last_price_update_time': 1774850605.698823}
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG17%2520GCX') HTTP/1.1" 204 0
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964545%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964545 not downloaded yet
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393207%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393207 not downloaded yet
2026-03-30 06:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D> (referer: https://www.bca.co.uk/)
2026-03-30 06:03:25 [bca.uk] INFO: Found listing with ID: KY16%20YLL
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY16%2520YLL%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [bca.uk] INFO: Scrape type for KY16%20YLL: 2
2026-03-30 06:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9a0787a-9d9f-52e6-b920-b402d8bfffca with identifier: KY16%20YLL
2026-03-30 06:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a0787a-9d9f-52e6-b920-b402d8bfffca with scrape type 2
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9a0787a-9d9f-52e6-b920-b402d8bfffca with scrape type 2
2026-03-30 06:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9a0787a-9d9f-52e6-b920-b402d8bfffca, identifier: KY16%20YLL
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964450%27 HTTP/1.1" 200 None
2026-03-30 06:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964450 not downloaded yet
2026-03-30 06:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D> (referer: https://www.bca.co.uk/)
2026-03-30 06:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9a0787a-9d9f-52e6-b920-b402d8bfffca with identifier: KY16%20YLL
2026-03-30 06:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9a0787a-9d9f-52e6-b920-b402d8bfffca with identifier: KY16%20YLL
2026-03-30 06:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9a0787a-9d9f-52e6-b920-b402d8bfffca with identifier: KY16%20YLL to the API
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:26 [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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY16%20YLL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e9a0787a-9d9f-52e6-b920-b402d8bfffca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY16 YLL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY16%20YLL&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 97996,
'odometer_reading_unit': '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 2.0 CRDI 185 4WD PREMIUM SE StationWagon',
'transmission': 'manual',
'trim': 'CRDI 185 4WD PREMIUM SE',
'vin': 'TMAJ381ANGJ154210',
'year': 2016}
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY16%2520YLL%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [bca.uk] INFO: Saving data for KY16%20YLL: {'auction_closing_time': 1774864800.0, 'created_time': 1774362028.845838, 'last_price_update_time': 1774850606.331439}
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY16%2520YLL') HTTP/1.1" 204 0
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D698964601%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964601 not downloaded yet
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D699393217%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393217 not downloaded yet
2026-03-30 06:03:26 [bca.uk] INFO: Found listing with ID: LN12%20FCM
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN12%2520FCM%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [bca.uk] INFO: Scrape type for LN12%20FCM: 0
2026-03-30 06:03:26 [bca.uk] INFO: Found listing with ID: EU56%20DXM
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU56%2520DXM%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [bca.uk] INFO: Scrape type for EU56%20DXM: 0
2026-03-30 06:03:26 [bca.uk] INFO: Found listing with ID: EA63%20PVE
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA63%2520PVE%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [bca.uk] INFO: Scrape type for EA63%20PVE: 2
2026-03-30 06:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3cb33c9-1af2-5aa5-82e6-c7dd0908fcd7 with identifier: EA63%20PVE
2026-03-30 06:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3cb33c9-1af2-5aa5-82e6-c7dd0908fcd7 with scrape type 2
2026-03-30 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3cb33c9-1af2-5aa5-82e6-c7dd0908fcd7 with scrape type 2
2026-03-30 06:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3cb33c9-1af2-5aa5-82e6-c7dd0908fcd7, identifier: EA63%20PVE
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D698964486%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964486 not downloaded yet
2026-03-30 06:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3cb33c9-1af2-5aa5-82e6-c7dd0908fcd7 with identifier: EA63%20PVE
2026-03-30 06:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3cb33c9-1af2-5aa5-82e6-c7dd0908fcd7 with identifier: EA63%20PVE
2026-03-30 06:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3cb33c9-1af2-5aa5-82e6-c7dd0908fcd7 with identifier: EA63%20PVE to the API
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:26 [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': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA63%20PVE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b3cb33c9-1af2-5aa5-82e6-c7dd0908fcd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA63 PVE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA63%20PVE&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'PEUGEOT',
'model': '208',
'odometer': 50470,
'odometer_reading_unit': '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 HDI ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'HDI ACTIVE',
'vin': 'VF3CC8HR0DW071965',
'year': 2013}
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA63%2520PVE%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [bca.uk] INFO: Saving data for EA63%20PVE: {'auction_closing_time': 1774864800.0, 'created_time': 1774536044.358535, 'last_price_update_time': 1774850606.865027}
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA63%2520PVE') HTTP/1.1" 204 0
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D698964628%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964628 not downloaded yet
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D699393229%27 HTTP/1.1" 200 None
2026-03-30 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393229 not downloaded yet
2026-03-30 06:03:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f7725d0>
2026-03-30 06:03:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_expert_report_file_ac62b0fb-cab9-4985-bc8d-cae4aaef78e7.pdf HTTP/1.1" 201 0
2026-03-30 06:03:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ad1ff682-39f2-5ce8-a0f7-1dad0c02719d, skipping ID generation
2026-03-30 06:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBK19VNA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK19VNA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: FH08%20KSZ
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH08%2520KSZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for FH08%20KSZ: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: GL67%20YWJ
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL67%2520YWJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for GL67%20YWJ: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: T140%20LPV
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27T140%2520LPV%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for T140%20LPV: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: WJ61%20HNH
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ61%2520HNH%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for WJ61%20HNH: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: VN17%20XMU
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN17%2520XMU%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for VN17%20XMU: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: GN64%20XOK
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN64%2520XOK%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for GN64%20XOK: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: SE66%20MHY
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE66%2520MHY%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for SE66%20MHY: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: VA65%20YYK
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA65%2520YYK%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for VA65%20YYK: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: BP14%20WHB
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP14%2520WHB%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for BP14%20WHB: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: FV55%20GHG
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV55%2520GHG%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for FV55%20GHG: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: SB63%20OHW
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB63%2520OHW%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for SB63%20OHW: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: WN21%20ZGE
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN21%2520ZGE%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for WN21%20ZGE: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: WT18%20AFV
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT18%2520AFV%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for WT18%20AFV: 2
2026-03-30 06:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdda7ffe-4e50-5218-9d6d-fc6481937a38 with identifier: WT18%20AFV
2026-03-30 06:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdda7ffe-4e50-5218-9d6d-fc6481937a38 with scrape type 2
2026-03-30 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdda7ffe-4e50-5218-9d6d-fc6481937a38 with scrape type 2
2026-03-30 06:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdda7ffe-4e50-5218-9d6d-fc6481937a38, identifier: WT18%20AFV
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D698964516%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964516 not downloaded yet
2026-03-30 06:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964436/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=OW18PYU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-30 06:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdda7ffe-4e50-5218-9d6d-fc6481937a38 with identifier: WT18%20AFV
2026-03-30 06:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdda7ffe-4e50-5218-9d6d-fc6481937a38 with identifier: WT18%20AFV
2026-03-30 06:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdda7ffe-4e50-5218-9d6d-fc6481937a38 with identifier: WT18%20AFV to the API
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:27 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT18%20AFV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fdda7ffe-4e50-5218-9d6d-fc6481937a38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WT18 AFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT18%20AFV&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 75512,
'odometer_reading_unit': '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.2 P/T 130 GT LINE StationWagon',
'transmission': 'manual',
'trim': 'P/T 130 GT LINE',
'vin': 'VF3MRHNYHJL055652',
'year': 2018}
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT18%2520AFV%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Saving data for WT18%20AFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774536027.020309, 'last_price_update_time': 1774850607.696605}
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT18%2520AFV') HTTP/1.1" 204 0
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D698964649%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964649 not downloaded yet
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D699393247%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393247 not downloaded yet
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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%3D698964476%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964476 not downloaded yet
2026-03-30 06:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb7e1d0>
2026-03-30 06:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_expert_report_file_a309f1d6-f84f-46db-a873-35fa8f5c2751.pdf HTTP/1.1" 201 0
2026-03-30 06:03:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ef2cdca-a0b4-57bf-bb4a-425be4e26062, skipping ID generation
2026-03-30 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DOY68JVE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=OY68JVE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: FL10%20FUV
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL10%2520FUV%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for FL10%20FUV: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: LB67%20WHR
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB67%2520WHR%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for LB67%20WHR: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: WV18%20GNY
2026-03-30 06:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV18%2520GNY%27 HTTP/1.1" 200 None
2026-03-30 06:03:27 [bca.uk] INFO: Scrape type for WV18%20GNY: 0
2026-03-30 06:03:27 [bca.uk] INFO: Found listing with ID: AE67%20AWJ
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE67%2520AWJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [bca.uk] INFO: Scrape type for AE67%20AWJ: 0
2026-03-30 06:03:28 [bca.uk] INFO: Found listing with ID: DA64%20AWP
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA64%2520AWP%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [bca.uk] INFO: Scrape type for DA64%20AWP: 0
2026-03-30 06:03:28 [bca.uk] INFO: Found listing with ID: AD15%20LAO
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD15%2520LAO%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [bca.uk] INFO: Scrape type for AD15%20LAO: 0
2026-03-30 06:03:28 [bca.uk] INFO: Found listing with ID: CT19%20VYM
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT19%2520VYM%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [bca.uk] INFO: Scrape type for CT19%20VYM: 0
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964539%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964539 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964679%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964679 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393262%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393262 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698952811%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952811 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975674%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975674 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964567%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964567 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964707%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964707 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393277%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393277 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964498%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964498 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975691%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975691 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964582%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964582 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D699393296%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393296 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698952834%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952834 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975706%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975706 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964608%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964608 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964522%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964522 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975721%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975721 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964630%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964630 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698952852%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952852 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975733%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975733 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964652%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964652 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964544%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964544 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975754%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975754 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698952871%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952871 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975778%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975778 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698964565%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964565 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975798%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975798 not downloaded yet
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698975818%27 HTTP/1.1" 200 None
2026-03-30 06:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975818 not downloaded yet
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964468/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964468>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393207/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393207>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393167/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LX16JHH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393176>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964499/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964499>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964422/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RA19TSO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964520/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964520>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393190/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393190>
2026-03-30 06:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964436/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393207/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb511d0>
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_0.jpg HTTP/1.1" 201 0
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964436%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964436/600 saved to cache
2026-03-30 06:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393167/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cda2a50>
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_3.jpg HTTP/1.1" 201 0
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393207%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393207/600 saved to cache
2026-03-30 06:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964499/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb07450>
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_0.jpg HTTP/1.1" 201 0
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393167%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393167/600 saved to cache
2026-03-30 06:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964601/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964601>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393217/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393217>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964450/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964450>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393229/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393229>
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964462/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK19VNA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-30 06:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393176/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964545/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964545>
2026-03-30 06:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964468/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb07e50>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_2.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964499%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964499/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964545/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975778/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975778>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975818>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975798/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975798>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964565/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964565>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb84950>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_1.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393176%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393176/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2ffd41d0>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_1.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964468%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964468/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393229/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964462/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3f4e5050>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_4.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964545%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964545/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975754/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975754>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952871/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952871>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f7474d0>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_5.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393229%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393229/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975798/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb89090>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_0.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698964462%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964462/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393190/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964520/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964422/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964565/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f744550>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_8.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975798%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975798/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964652/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964652>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964544>
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975778/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fafd490>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_2.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393190%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393190/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393217/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964601/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952871/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f592710>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_3.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964520%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964520/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964450/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952852/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952852>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964630/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964630>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975733/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975733>
2026-03-30 06:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975754/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3ce2d210>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964422%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964422/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb84250>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_9.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698964565%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964565/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cc27a90>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_9.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975818%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975818/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975721/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975721>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964522/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964522>
2026-03-30 06:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964608/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964608>
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb7c210>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_7.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975778%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975778/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2ffc4890>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_4.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393217%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393217/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fae85d0>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_5.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964601%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964601/600 saved to cache
2026-03-30 06:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f814e50>
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_8.jpg HTTP/1.1" 201 0
2026-03-30 06:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698952871%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952871/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f8cf410>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_1.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964450%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964450/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f5910d0>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_6.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975754%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975754/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964544/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952834/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952834>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975706/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975706>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393296/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393296>
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975733/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964582/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964582>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975691/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975691>
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964652/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393277/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393277>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964707/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964707>
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964630/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952852/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964498/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964498>
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975721/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964522/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cc34110>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_7.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698964544%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964544/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964608/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975691/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975706/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952834/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c83b710>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_5.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975733%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975733/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb599d0>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_9.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964652%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964652/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393296/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964582/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975674/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698975674>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964567/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964567>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952811/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698952811>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393262/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393262>
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393277/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964707/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964498/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cc37790>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_8.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964630%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964630/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cca3110>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_6.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698952852%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952852/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f812cd0>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_4.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975721%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975721/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fc81250>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_5.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698964522%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964522/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cc5c550>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_7.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964608%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964608/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3f13fe10>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_2.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975691%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975691/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fc83e90>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_3.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975706%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975706/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f8118d0>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_4.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698952834%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952834/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964539/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964539>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964679/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964679>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393247/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=699393247>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964476/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964476>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975659/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=OY68JVE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-30 06:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964649/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964649>
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3f14ca50>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_9.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393296%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393296/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3eddbc90>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_6.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964582%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964582/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393262/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952811/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cb3da10>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_8.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393277%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393277/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fc7e1d0>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_9.jpg HTTP/1.1" 201 0
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964707%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964707/600 saved to cache
2026-03-30 06:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3f207510>
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_3.jpg HTTP/1.1" 201 0
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698964498%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964498/600 saved to cache
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975674/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964486/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964486>
2026-03-30 06:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964628/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964628>
2026-03-30 06:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964516/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698964516>
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975659/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OY68JVE/42812068?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=kmDB4AeogUjDGajLAy0FN23cmzMqUpiLZ71%2FO1Cjlls%3D)
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964567/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964649/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fc29290>
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_7.jpg HTTP/1.1" 201 0
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393262%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393262/600 saved to cache
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fb1c790>
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_2.jpg HTTP/1.1" 201 0
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698952811%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952811/600 saved to cache
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964486/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964539/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964679/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964628/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/OW18PYU/42812003?sv=2020-08-04&st=2026-03-30T06%3A03%3A15Z&se=2026-03-30T06%3A28%3A15Z&sr=b&sp=r&sig=zmieqefHZM5eoXPGKKW%2FXeXRZlrG81Bsmfpc6Q4jfsg%3D)
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964516/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RA19TSO/42811955?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=aYwONjkmNiGRaG7uEk3IzEv9N8o%2FT0PBB7s8O9qV0go%3D)
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2f81e990>
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_1.jpg HTTP/1.1" 201 0
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975674%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975674/600 saved to cache
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964476/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK19VNA/42811921?sv=2020-08-04&st=2026-03-30T06%3A03%3A18Z&se=2026-03-30T06%3A28%3A18Z&sr=b&sp=r&sig=wweLXjrJCo36x%2FFHxWZQFFa%2FDFh62cpnD45GSjbAWEU%3D)
2026-03-30 06:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393247/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX16JHH/42811810?sv=2020-08-04&st=2026-03-30T06%3A03%3A14Z&se=2026-03-30T06%3A28%3A14Z&sr=b&sp=r&sig=frUK1r0Z2l5uNLR%2FvKigCeZLrjBedX3yW4uTnQyj2Jg%3D)
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c913d90>
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_0.jpg HTTP/1.1" 201 0
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOY68JVE%252F698975659%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975659/600 saved to cache
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062
2026-03-30 06:03:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ef2cdca-a0b4-57bf-bb4a-425be4e26062, skipping ID generation
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3ef2cdca-a0b4-57bf-bb4a-425be4e26062 sending to next pipeline
2026-03-30 06:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ef2cdca-a0b4-57bf-bb4a-425be4e26062, identifier: OY68%20JVE
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fb2dc50>
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_5.jpg HTTP/1.1" 201 0
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964567%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964567/600 saved to cache
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cbb29d0>
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_7.jpg HTTP/1.1" 201 0
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964649%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964649/600 saved to cache
2026-03-30 06:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ef2cdca-a0b4-57bf-bb4a-425be4e26062 with identifier: OY68%20JVE
2026-03-30 06:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ef2cdca-a0b4-57bf-bb4a-425be4e26062 with identifier: OY68%20JVE
2026-03-30 06:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ef2cdca-a0b4-57bf-bb4a-425be4e26062 with identifier: OY68%20JVE to the API
2026-03-30 06:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975659/600>
{'auction_title': '',
'c_o_2_emission_value': 203,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_expert_report_file_a309f1d6-f84f-46db-a873-35fa8f5c2751.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY68%20JVE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3ef2cdca-a0b4-57bf-bb4a-425be4e26062',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY68 JVE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY68%20JVE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'F-TYPE',
'odometer': 47444,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46013,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975659/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43369,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975674/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44054,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975691/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49084,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975706/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45988,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975721/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40235,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975733/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75958,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975754/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97498,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975778/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103801,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975798/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ef2cdca-a0b4-57bf-bb4a-425be4e26062/3ef2cdca-a0b4-57bf-bb4a-425be4e26062_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81504,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OY68JVE/698975818/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'JAGUAR F-TYPE 3.0 V6 S/C 380 R-DYNAMIC Roadster',
'transmission': 'automatic',
'trim': 'V6 S/C 380 R-DYNAMIC',
'vin': 'SAJDB5AV5KCK56995',
'year': 2018}
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY68%2520JVE%27 HTTP/1.1" 200 None
2026-03-30 06:03:33 [bca.uk] INFO: Saving data for OY68%20JVE: {'created_time': 1774850613.224633, 'last_price_update_time': 1774850613.224647, 'auction_closing_time': 1774951200.0}
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY68%2520JVE') HTTP/1.1" 204 0
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3c9f38d0>
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_2.jpg HTTP/1.1" 201 0
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964486%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964486/600 saved to cache
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fb24ed0>
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_4.jpg HTTP/1.1" 201 0
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964539%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964539/600 saved to cache
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cc34310>
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_8.jpg HTTP/1.1" 201 0
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964679%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964679/600 saved to cache
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fb253d0>
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_6.jpg HTTP/1.1" 201 0
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FOW18PYU%252F698964628%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964628/600 saved to cache
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 73e9881d-24d2-5139-95b2-bad152a564cf
2026-03-30 06:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73e9881d-24d2-5139-95b2-bad152a564cf, skipping ID generation
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73e9881d-24d2-5139-95b2-bad152a564cf sending to next pipeline
2026-03-30 06:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73e9881d-24d2-5139-95b2-bad152a564cf, identifier: OW18%20PYU
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fc823d0>
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_3.jpg HTTP/1.1" 201 0
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRA19TSO%252F698964516%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964516/600 saved to cache
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a
2026-03-30 06:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f9d5e85f-d635-5747-ac9b-0f91e8bd621a, skipping ID generation
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f9d5e85f-d635-5747-ac9b-0f91e8bd621a sending to next pipeline
2026-03-30 06:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9d5e85f-d635-5747-ac9b-0f91e8bd621a, identifier: RA19%20TSO
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba2fb06450>
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_1.jpg HTTP/1.1" 201 0
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK19VNA%252F698964476%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964476/600 saved to cache
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d
2026-03-30 06:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ad1ff682-39f2-5ce8-a0f7-1dad0c02719d, skipping ID generation
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ad1ff682-39f2-5ce8-a0f7-1dad0c02719d sending to next pipeline
2026-03-30 06:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad1ff682-39f2-5ce8-a0f7-1dad0c02719d, identifier: BK19%20VNA
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-30 06:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fba3cba88d0>
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 06:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_6.jpg HTTP/1.1" 201 0
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX16JHH%252F699393247%252F600') HTTP/1.1" 204 0
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393247/600 saved to cache
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d
2026-03-30 06:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d, skipping ID generation
2026-03-30 06:03:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d sending to next pipeline
2026-03-30 06:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d, identifier: LX16%20JHH
2026-03-30 06:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73e9881d-24d2-5139-95b2-bad152a564cf with identifier: OW18%20PYU
2026-03-30 06:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73e9881d-24d2-5139-95b2-bad152a564cf with identifier: OW18%20PYU
2026-03-30 06:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73e9881d-24d2-5139-95b2-bad152a564cf with identifier: OW18%20PYU to the API
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964628/600>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_expert_report_file_c33ee78f-c735-4950-941c-3bd5cd9822e0.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW18%20PYU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '73e9881d-24d2-5139-95b2-bad152a564cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OW18 PYU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW18%20PYU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'MOKKA X',
'odometer': 64028,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49038,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964436/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47029,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964468/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46491,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964499/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48228,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964520/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47287,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964545/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44660,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964601/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90884,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964628/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66366,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964649/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93470,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964679/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73e9881d-24d2-5139-95b2-bad152a564cf/73e9881d-24d2-5139-95b2-bad152a564cf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72936,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/OW18PYU/698964707/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA X 1.4 T 140 ECOTEC ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'T 140 ECOTEC ACTIVE',
'vin': 'W0VJC7E82JB731740',
'year': 2018}
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW18%2520PYU%27 HTTP/1.1" 200 None
2026-03-30 06:03:34 [bca.uk] INFO: Saving data for OW18%20PYU: {'created_time': 1774850614.439131, 'last_price_update_time': 1774850614.439148, 'auction_closing_time': 1774951200.0}
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW18%2520PYU') HTTP/1.1" 204 0
2026-03-30 06:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9d5e85f-d635-5747-ac9b-0f91e8bd621a with identifier: RA19%20TSO
2026-03-30 06:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9d5e85f-d635-5747-ac9b-0f91e8bd621a with identifier: RA19%20TSO
2026-03-30 06:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9d5e85f-d635-5747-ac9b-0f91e8bd621a with identifier: RA19%20TSO to the API
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964516/600>
{'auction_title': '',
'c_o_2_emission_value': 182,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_expert_report_file_529aee14-b34b-41b8-a968-1202d7fafd61.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA19%20TSO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f9d5e85f-d635-5747-ac9b-0f91e8bd621a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA19 TSO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA19%20TSO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 41042,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52151,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964422/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49092,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964450/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48116,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964486/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49952,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964516/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47716,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964539/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44778,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964567/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77199,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964582/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75468,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964608/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83641,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964630/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9d5e85f-d635-5747-ac9b-0f91e8bd621a/f9d5e85f-d635-5747-ac9b-0f91e8bd621a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72498,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RA19TSO/698964652/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 P200 AWD S Hatchback',
'transmission': 'automatic',
'trim': 'P200 AWD S',
'vin': 'SADFA2AX6K1Z68166',
'year': 2019}
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA19%2520TSO%27 HTTP/1.1" 200 None
2026-03-30 06:03:34 [bca.uk] INFO: Saving data for RA19%20TSO: {'created_time': 1774850614.807844, 'last_price_update_time': 1774850614.807854, 'auction_closing_time': 1774951200.0}
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA19%2520TSO') HTTP/1.1" 204 0
2026-03-30 06:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad1ff682-39f2-5ce8-a0f7-1dad0c02719d with identifier: BK19%20VNA
2026-03-30 06:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad1ff682-39f2-5ce8-a0f7-1dad0c02719d with identifier: BK19%20VNA
2026-03-30 06:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad1ff682-39f2-5ce8-a0f7-1dad0c02719d with identifier: BK19%20VNA to the API
2026-03-30 06:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964476/600>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_expert_report_file_ac62b0fb-cab9-4985-bc8d-cae4aaef78e7.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK19%20VNA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad1ff682-39f2-5ce8-a0f7-1dad0c02719d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK19 VNA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK19%20VNA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 32118,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48373,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964462/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46273,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964476/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52154,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952811/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47866,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964498/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53206,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952834/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49670,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964522/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54750,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952852/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45944,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964544/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51610,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698952871/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad1ff682-39f2-5ce8-a0f7-1dad0c02719d/ad1ff682-39f2-5ce8-a0f7-1dad0c02719d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45794,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK19VNA/698964565/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO 1.0 VVT-I X-PLAY X-SHIFT Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I X-PLAY X-SHIFT',
'vin': 'JTDKGNEC90N430701',
'year': 2019}
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK19%2520VNA%27 HTTP/1.1" 200 None
2026-03-30 06:03:35 [bca.uk] INFO: Saving data for BK19%20VNA: {'created_time': 1774850615.295209, 'last_price_update_time': 1774850615.295221, 'auction_closing_time': 1774951200.0}
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK19%2520VNA') HTTP/1.1" 204 0
2026-03-30 06:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d with identifier: LX16%20JHH
2026-03-30 06:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d with identifier: LX16%20JHH
2026-03-30 06:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d with identifier: LX16%20JHH to the API
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393247/600>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_expert_report_file_58e7a324-5ed3-40ed-b118-6a18f347c9f6.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX16%20JHH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5361cc2-d6cc-57dc-9d18-e1d711fbbd5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX16 JHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX16%20JHH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 70597,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39523,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393167/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40208,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393176/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39345,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393190/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40544,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393207/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36230,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393217/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34918,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393229/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85736,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393247/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74089,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393262/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91038,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393277/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d/d5361cc2-d6cc-57dc-9d18-e1d711fbbd5d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93763,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX16JHH/699393296/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'RENAULT MEGANE 1.5 DCI 110 DYNAMIQUE EDC Hatchback',
'transmission': 'automatic',
'trim': 'DCI 110 DYNAMIQUE EDC',
'vin': 'VF1BZ690J54717850',
'year': 2016}
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX16%2520JHH%27 HTTP/1.1" 200 None
2026-03-30 06:03:35 [bca.uk] INFO: Saving data for LX16%20JHH: {'created_time': 1774850615.706898, 'last_price_update_time': 1774850615.706908, 'auction_closing_time': 1774864800.0}
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX16%2520JHH') HTTP/1.1" 204 0
2026-03-30 06:03:35 [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-30 06:03:36 [bca.uk] INFO: Total items found: 100
2026-03-30 06:03:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded
2026-03-30 06:03:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:03:36 [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-30 06:03:36 [bca.uk] INFO: Found listing with ID: LB69%20LHJ
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520LHJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:36 [bca.uk] INFO: Scrape type for LB69%20LHJ: 2
2026-03-30 06:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d0a93df-dce3-5669-b1bd-372a2c23b88d with identifier: LB69%20LHJ
2026-03-30 06:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d0a93df-dce3-5669-b1bd-372a2c23b88d with scrape type 2
2026-03-30 06:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d0a93df-dce3-5669-b1bd-372a2c23b88d with scrape type 2
2026-03-30 06:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d0a93df-dce3-5669-b1bd-372a2c23b88d, identifier: LB69%20LHJ
2026-03-30 06:03:36 [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-30 06:03:36 [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-30 06:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d0a93df-dce3-5669-b1bd-372a2c23b88d with identifier: LB69%20LHJ
2026-03-30 06:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d0a93df-dce3-5669-b1bd-372a2c23b88d with identifier: LB69%20LHJ
2026-03-30 06:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d0a93df-dce3-5669-b1bd-372a2c23b88d with identifier: LB69%20LHJ to the API
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB69%20LHJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1d0a93df-dce3-5669-b1bd-372a2c23b88d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB69 LHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB69%20LHJ&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'SKODA',
'model': 'SUPERB',
'odometer': 124685,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'SKODA SUPERB 1.6 TDI SCR 120 SE TECHNOLOGY DSG Hatchback',
'transmission': 'automatic',
'trim': 'TDI SCR 120 SE TECHNOLOGY DSG',
'vin': 'TMBBG7NP8L7029888',
'year': 2019}
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520LHJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:36 [bca.uk] INFO: Saving data for LB69%20LHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773930628.567304, 'last_price_update_time': 1774850616.479195}
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB69%2520LHJ') HTTP/1.1" 204 0
2026-03-30 06:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:03:36 [bca.uk] INFO: Found listing with ID: WG66%20JSV
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520JSV%27 HTTP/1.1" 200 None
2026-03-30 06:03:36 [bca.uk] INFO: Scrape type for WG66%20JSV: 2
2026-03-30 06:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daa78ab0-b6b2-5ab0-89f1-5da6234ea23a with identifier: WG66%20JSV
2026-03-30 06:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa78ab0-b6b2-5ab0-89f1-5da6234ea23a with scrape type 2
2026-03-30 06:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daa78ab0-b6b2-5ab0-89f1-5da6234ea23a with scrape type 2
2026-03-30 06:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: daa78ab0-b6b2-5ab0-89f1-5da6234ea23a, identifier: WG66%20JSV
2026-03-30 06:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: daa78ab0-b6b2-5ab0-89f1-5da6234ea23a with identifier: WG66%20JSV
2026-03-30 06:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: daa78ab0-b6b2-5ab0-89f1-5da6234ea23a with identifier: WG66%20JSV
2026-03-30 06:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: daa78ab0-b6b2-5ab0-89f1-5da6234ea23a with identifier: WG66%20JSV to the API
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG66%20JSV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'daa78ab0-b6b2-5ab0-89f1-5da6234ea23a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG66 JSV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG66%20JSV&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 75331,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE Hatchback',
'transmission': 'manual',
'trim': 'AMG LINE',
'vin': 'WDD1760122V164631',
'year': 2016}
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520JSV%27 HTTP/1.1" 200 None
2026-03-30 06:03:36 [bca.uk] INFO: Saving data for WG66%20JSV: {'auction_closing_time': 1774864800.0, 'created_time': 1774649814.792499, 'last_price_update_time': 1774850616.950941}
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG66%2520JSV') HTTP/1.1" 204 0
2026-03-30 06:03:36 [bca.uk] INFO: Found listing with ID: SH51%20YHV
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH51%2520YHV%27 HTTP/1.1" 200 None
2026-03-30 06:03:36 [bca.uk] INFO: Scrape type for SH51%20YHV: 0
2026-03-30 06:03:36 [bca.uk] INFO: Found listing with ID: GL12%20WVA
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL12%2520WVA%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for GL12%20WVA: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: LS59%20WLK
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS59%2520WLK%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for LS59%20WLK: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: PN60%20GZE
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN60%2520GZE%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for PN60%20GZE: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: YF10%20RDV
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF10%2520RDV%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for YF10%20RDV: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: OY14%20RPZ
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY14%2520RPZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for OY14%20RPZ: 2
2026-03-30 06:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1241085d-420a-5abd-a986-ba6a0e475abf with identifier: OY14%20RPZ
2026-03-30 06:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1241085d-420a-5abd-a986-ba6a0e475abf with scrape type 2
2026-03-30 06:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1241085d-420a-5abd-a986-ba6a0e475abf with scrape type 2
2026-03-30 06:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1241085d-420a-5abd-a986-ba6a0e475abf, identifier: OY14%20RPZ
2026-03-30 06:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1241085d-420a-5abd-a986-ba6a0e475abf with identifier: OY14%20RPZ
2026-03-30 06:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1241085d-420a-5abd-a986-ba6a0e475abf with identifier: OY14%20RPZ
2026-03-30 06:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1241085d-420a-5abd-a986-ba6a0e475abf with identifier: OY14%20RPZ to the API
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY14%20RPZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1241085d-420a-5abd-a986-ba6a0e475abf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY14 RPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY14%20RPZ&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'KIA',
'model': 'CEED',
'odometer': 93956,
'odometer_reading_unit': '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 CRDI 126 E/D 3 Hatchback',
'transmission': 'manual',
'trim': 'CRDI 126 E/D 3',
'vin': 'U5YHN516LEL124917',
'year': 2014}
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY14%2520RPZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Saving data for OY14%20RPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774131016.962054, 'last_price_update_time': 1774850617.50809}
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY14%2520RPZ') HTTP/1.1" 204 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: LM64%20MUY
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM64%2520MUY%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for LM64%20MUY: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: BD07%20PXG
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD07%2520PXG%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for BD07%20PXG: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: EK06%20NPN
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK06%2520NPN%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for EK06%20NPN: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: EO58%20AFK
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO58%2520AFK%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for EO58%20AFK: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: HN55%20YJE
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN55%2520YJE%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for HN55%20YJE: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: KM63%20TVA
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM63%2520TVA%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for KM63%20TVA: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: LY56%20OFC
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY56%2520OFC%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for LY56%20OFC: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: OY10%20WZO
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY10%2520WZO%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for OY10%20WZO: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: PN60%20AXJ
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN60%2520AXJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for PN60%20AXJ: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: CE66%20WTG
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE66%2520WTG%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for CE66%20WTG: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: GM65%20XJX
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM65%2520XJX%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for GM65%20XJX: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: LM13%20OUD
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM13%2520OUD%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for LM13%20OUD: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: YK16%20DVY
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK16%2520DVY%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for YK16%20DVY: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: AV20%20NND
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV20%2520NND%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for AV20%20NND: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: BU68%20WHE
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU68%2520WHE%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for BU68%20WHE: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: HY66%20HXR
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY66%2520HXR%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for HY66%20HXR: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: KV16%20LZF
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV16%2520LZF%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for KV16%20LZF: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: SC14%20THU
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC14%2520THU%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for SC14%20THU: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: SF17%20SCY
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF17%2520SCY%27 HTTP/1.1" 200 None
2026-03-30 06:03:37 [bca.uk] INFO: Scrape type for SF17%20SCY: 0
2026-03-30 06:03:37 [bca.uk] INFO: Found listing with ID: DJZ%208625
2026-03-30 06:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DJZ%25208625%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for DJZ%208625: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: AK17%20XMM
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK17%2520XMM%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for AK17%20XMM: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: AV55%20WUY
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV55%2520WUY%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for AV55%20WUY: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: BJ07%20VOG
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ07%2520VOG%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for BJ07%20VOG: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: CX06%20LLW
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX06%2520LLW%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for CX06%20LLW: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: DE07%20JYC
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE07%2520JYC%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for DE07%20JYC: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: FE10%20YUW
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE10%2520YUW%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for FE10%20YUW: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: HG60%20HNL
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG60%2520HNL%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for HG60%20HNL: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: JG08%20CAZ
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JG08%2520CAZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for JG08%20CAZ: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: KS58%20LFY
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS58%2520LFY%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for KS58%20LFY: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: MA51%20VAE
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA51%2520VAE%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for MA51%20VAE: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: SB54%20UKM
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB54%2520UKM%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for SB54%20UKM: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: SB57%20VXW
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB57%2520VXW%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for SB57%20VXW: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: VO02%20XLA
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO02%2520XLA%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for VO02%20XLA: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: WL05%20GXS
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL05%2520GXS%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for WL05%20GXS: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: FY16%20JXD
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY16%2520JXD%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for FY16%20JXD: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: FY67%20MKA
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY67%2520MKA%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for FY67%20MKA: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: LW17%20JXZ
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LW17%2520JXZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for LW17%20JXZ: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: SY16%20SZP
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY16%2520SZP%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for SY16%20SZP: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: PT51%20GPT
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PT51%2520GPT%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for PT51%20GPT: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: EK60%20TCU
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK60%2520TCU%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for EK60%20TCU: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: PX63%20SHZ
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX63%2520SHZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for PX63%20SHZ: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: SA14%20EWY
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA14%2520EWY%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for SA14%20EWY: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: L13%20CEE
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L13%2520CEE%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for L13%20CEE: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: NL62%20GFE
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL62%2520GFE%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for NL62%20GFE: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: NU10%20OWC
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU10%2520OWC%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for NU10%20OWC: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: YK15%20CTB
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK15%2520CTB%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for YK15%20CTB: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: AK07%20ZFD
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK07%2520ZFD%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for AK07%20ZFD: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: BX62%20FVM
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX62%2520FVM%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for BX62%20FVM: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: YM64%20PGY
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM64%2520PGY%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for YM64%20PGY: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: FN10%20WDR
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN10%2520WDR%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for FN10%20WDR: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: NJ09%20LWY
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ09%2520LWY%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for NJ09%20LWY: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: NL61%20XJX
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL61%2520XJX%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for NL61%20XJX: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: NX13%20HAA
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX13%2520HAA%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for NX13%20HAA: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: NX13%20YBP
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX13%2520YBP%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for NX13%20YBP: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: YD12%20YLM
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD12%2520YLM%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for YD12%20YLM: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: YF63%20ANV
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF63%2520ANV%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for YF63%20ANV: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: FM14%20DTZ
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM14%2520DTZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for FM14%20DTZ: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: SK10%20GUC
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK10%2520GUC%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for SK10%20GUC: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: NA68%20MZO
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA68%2520MZO%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for NA68%20MZO: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: RY19%20XDA
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RY19%2520XDA%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for RY19%20XDA: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: PK16%20DAA
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK16%2520DAA%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for PK16%20DAA: 0
2026-03-30 06:03:38 [bca.uk] INFO: Found listing with ID: ST18%20ZDH
2026-03-30 06:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST18%2520ZDH%27 HTTP/1.1" 200 None
2026-03-30 06:03:38 [bca.uk] INFO: Scrape type for ST18%20ZDH: 2
2026-03-30 06:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8868b911-5ad1-5391-8c5a-ecd604793eee with identifier: ST18%20ZDH
2026-03-30 06:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8868b911-5ad1-5391-8c5a-ecd604793eee with scrape type 2
2026-03-30 06:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8868b911-5ad1-5391-8c5a-ecd604793eee with scrape type 2
2026-03-30 06:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8868b911-5ad1-5391-8c5a-ecd604793eee, identifier: ST18%20ZDH
2026-03-30 06:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8868b911-5ad1-5391-8c5a-ecd604793eee with identifier: ST18%20ZDH
2026-03-30 06:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8868b911-5ad1-5391-8c5a-ecd604793eee with identifier: ST18%20ZDH
2026-03-30 06:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8868b911-5ad1-5391-8c5a-ecd604793eee with identifier: ST18%20ZDH to the API
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST18%20ZDH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8868b911-5ad1-5391-8c5a-ecd604793eee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST18 ZDH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST18%20ZDH&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 71840,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ST-LINE',
'vin': 'WF0JXXGAHJJU15969',
'year': 2018}
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST18%2520ZDH%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Saving data for ST18%20ZDH: {'auction_closing_time': 1774864800.0, 'created_time': 1774649364.242979, 'last_price_update_time': 1774850619.459634}
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST18%2520ZDH') HTTP/1.1" 204 0
2026-03-30 06:03:39 [bca.uk] INFO: Found listing with ID: WD18%20XLJ
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD18%2520XLJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Scrape type for WD18%20XLJ: 0
2026-03-30 06:03:39 [bca.uk] INFO: Found listing with ID: FY65%20MYB
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY65%2520MYB%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Scrape type for FY65%20MYB: 0
2026-03-30 06:03:39 [bca.uk] INFO: Found listing with ID: VO17%20HSY
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO17%2520HSY%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Scrape type for VO17%20HSY: 0
2026-03-30 06:03:39 [bca.uk] INFO: Found listing with ID: DA14%20ORY
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA14%2520ORY%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Scrape type for DA14%20ORY: 0
2026-03-30 06:03:39 [bca.uk] INFO: Found listing with ID: SC14%20NFN
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC14%2520NFN%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Scrape type for SC14%20NFN: 0
2026-03-30 06:03:39 [bca.uk] INFO: Found listing with ID: SO14%20FTD
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SO14%2520FTD%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Scrape type for SO14%20FTD: 0
2026-03-30 06:03:39 [bca.uk] INFO: Found listing with ID: WO15%20WBN
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO15%2520WBN%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Scrape type for WO15%20WBN: 0
2026-03-30 06:03:39 [bca.uk] INFO: Found listing with ID: CE68%20ACJ
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE68%2520ACJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:39 [bca.uk] INFO: Scrape type for CE68%20ACJ: 2
2026-03-30 06:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a93412e0-6bd9-55a5-904c-7ca182622082 with identifier: CE68%20ACJ
2026-03-30 06:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a93412e0-6bd9-55a5-904c-7ca182622082 with scrape type 2
2026-03-30 06:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a93412e0-6bd9-55a5-904c-7ca182622082 with scrape type 2
2026-03-30 06:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a93412e0-6bd9-55a5-904c-7ca182622082, identifier: CE68%20ACJ
2026-03-30 06:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a93412e0-6bd9-55a5-904c-7ca182622082 with identifier: CE68%20ACJ
2026-03-30 06:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a93412e0-6bd9-55a5-904c-7ca182622082 with identifier: CE68%20ACJ
2026-03-30 06:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a93412e0-6bd9-55a5-904c-7ca182622082 with identifier: CE68%20ACJ to the API
2026-03-30 06:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:40 [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=CE68%20ACJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a93412e0-6bd9-55a5-904c-7ca182622082',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE68 ACJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE68%20ACJ&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'CITROEN',
'model': 'C4 SPACETOURER',
'odometer': 87769,
'odometer_reading_unit': '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': 'VF73DHNSPJJ803577',
'year': 2018}
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE68%2520ACJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Saving data for CE68%20ACJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774649384.951152, 'last_price_update_time': 1774850620.224704}
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE68%2520ACJ') HTTP/1.1" 204 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: FX17%20CHK
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX17%2520CHK%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for FX17%20CHK: 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: FY65%20VLD
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY65%2520VLD%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for FY65%20VLD: 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: YX63%20EZW
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX63%2520EZW%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for YX63%20EZW: 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: YF14%20KTO
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF14%2520KTO%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for YF14%20KTO: 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: YF15%20FFE
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF15%2520FFE%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for YF15%20FFE: 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: AK64%20WNF
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK64%2520WNF%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for AK64%20WNF: 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: GF64%20UPV
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF64%2520UPV%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for GF64%20UPV: 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: YC10%20UTO
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC10%2520UTO%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for YC10%20UTO: 0
2026-03-30 06:03:40 [bca.uk] INFO: Found listing with ID: DV68%20LFL
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV68%2520LFL%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Scrape type for DV68%20LFL: 2
2026-03-30 06:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b50f69c8-41c9-54bd-b86d-851741fd9b99 with identifier: DV68%20LFL
2026-03-30 06:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b50f69c8-41c9-54bd-b86d-851741fd9b99 with scrape type 2
2026-03-30 06:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b50f69c8-41c9-54bd-b86d-851741fd9b99 with scrape type 2
2026-03-30 06:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b50f69c8-41c9-54bd-b86d-851741fd9b99, identifier: DV68%20LFL
2026-03-30 06:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b50f69c8-41c9-54bd-b86d-851741fd9b99 with identifier: DV68%20LFL
2026-03-30 06:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b50f69c8-41c9-54bd-b86d-851741fd9b99 with identifier: DV68%20LFL
2026-03-30 06:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b50f69c8-41c9-54bd-b86d-851741fd9b99 with identifier: DV68%20LFL to the API
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV68%20LFL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b50f69c8-41c9-54bd-b86d-851741fd9b99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV68 LFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV68%20LFL&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 73053,
'odometer_reading_unit': '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 LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
'transmission': 'automatic',
'trim': '40KWH N-CONNECTA (6.6KC)',
'vin': 'SJNFAAZE1U0033660',
'year': 2018}
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV68%2520LFL%27 HTTP/1.1" 200 None
2026-03-30 06:03:40 [bca.uk] INFO: Saving data for DV68%20LFL: {'auction_closing_time': 1774864800.0, 'created_time': 1774535290.091685, 'last_price_update_time': 1774850620.920637}
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV68%2520LFL') HTTP/1.1" 204 0
2026-03-30 06:03:41 [bca.uk] INFO: Found listing with ID: TO05%20LWW
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TO05%2520LWW%27 HTTP/1.1" 200 None
2026-03-30 06:03:41 [bca.uk] INFO: Scrape type for TO05%20LWW: 2
2026-03-30 06:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1a6cf11-9fcb-5b3a-a06f-4d989dbeb74b with identifier: TO05%20LWW
2026-03-30 06:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1a6cf11-9fcb-5b3a-a06f-4d989dbeb74b with scrape type 2
2026-03-30 06:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1a6cf11-9fcb-5b3a-a06f-4d989dbeb74b with scrape type 2
2026-03-30 06:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1a6cf11-9fcb-5b3a-a06f-4d989dbeb74b, identifier: TO05%20LWW
2026-03-30 06:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1a6cf11-9fcb-5b3a-a06f-4d989dbeb74b with identifier: TO05%20LWW
2026-03-30 06:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1a6cf11-9fcb-5b3a-a06f-4d989dbeb74b with identifier: TO05%20LWW
2026-03-30 06:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1a6cf11-9fcb-5b3a-a06f-4d989dbeb74b with identifier: TO05%20LWW to the API
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:41 [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': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TO05%20LWW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd1a6cf11-9fcb-5b3a-a06f-4d989dbeb74b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TO05 LWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=TO05%20LWW&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'ABARTH',
'model': '595',
'odometer': 68369,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'ABARTH 595 1.4 T-JET 180 COMPETIZIONE Hatchback',
'transmission': 'manual',
'trim': 'T-JET 180 COMPETIZIONE',
'vin': 'ZFA3120000JA64726',
'year': 2018}
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TO05%2520LWW%27 HTTP/1.1" 200 None
2026-03-30 06:03:41 [bca.uk] INFO: Saving data for TO05%20LWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774649804.011568, 'last_price_update_time': 1774850621.510558}
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TO05%2520LWW') HTTP/1.1" 204 0
2026-03-30 06:03:41 [bca.uk] INFO: Found listing with ID: GJ68%20DWO
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520DWO%27 HTTP/1.1" 200 None
2026-03-30 06:03:41 [bca.uk] INFO: Scrape type for GJ68%20DWO: 0
2026-03-30 06:03:41 [bca.uk] INFO: Found listing with ID: SB15%20HXA
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520HXA%27 HTTP/1.1" 200 None
2026-03-30 06:03:41 [bca.uk] INFO: Scrape type for SB15%20HXA: 0
2026-03-30 06:03:41 [bca.uk] INFO: Found listing with ID: HK66%20JYB
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520JYB%27 HTTP/1.1" 200 None
2026-03-30 06:03:41 [bca.uk] INFO: Scrape type for HK66%20JYB: 0
2026-03-30 06:03:41 [bca.uk] INFO: Found listing with ID: LS16%20HCY
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS16%2520HCY%27 HTTP/1.1" 200 None
2026-03-30 06:03:41 [bca.uk] INFO: Scrape type for LS16%20HCY: 0
2026-03-30 06:03:41 [bca.uk] INFO: Found listing with ID: SD67%20XHY
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520XHY%27 HTTP/1.1" 200 None
2026-03-30 06:03:41 [bca.uk] INFO: Scrape type for SD67%20XHY: 0
2026-03-30 06:03:41 [bca.uk] INFO: Found listing with ID: SC66%20RUU
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520RUU%27 HTTP/1.1" 200 None
2026-03-30 06:03:41 [bca.uk] INFO: Scrape type for SC66%20RUU: 2
2026-03-30 06:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71587ecc-2f79-525a-8ef1-580eb6ebf719 with identifier: SC66%20RUU
2026-03-30 06:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71587ecc-2f79-525a-8ef1-580eb6ebf719 with scrape type 2
2026-03-30 06:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71587ecc-2f79-525a-8ef1-580eb6ebf719 with scrape type 2
2026-03-30 06:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71587ecc-2f79-525a-8ef1-580eb6ebf719, identifier: SC66%20RUU
2026-03-30 06:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71587ecc-2f79-525a-8ef1-580eb6ebf719 with identifier: SC66%20RUU
2026-03-30 06:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71587ecc-2f79-525a-8ef1-580eb6ebf719 with identifier: SC66%20RUU
2026-03-30 06:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71587ecc-2f79-525a-8ef1-580eb6ebf719 with identifier: SC66%20RUU to the API
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:42 [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': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC66%20RUU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '71587ecc-2f79-525a-8ef1-580eb6ebf719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC66 RUU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC66%20RUU&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'AUDI',
'model': 'SQ7',
'odometer': 124683,
'odometer_reading_unit': '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 SQ7 4.0 430 QUATTRO StationWagon',
'transmission': 'manual',
'trim': '430 QUATTRO',
'vin': 'WAUZZZ4M3HD035888',
'year': 2017}
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520RUU%27 HTTP/1.1" 200 None
2026-03-30 06:03:42 [bca.uk] INFO: Saving data for SC66%20RUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774649789.361074, 'last_price_update_time': 1774850622.133537}
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC66%2520RUU') HTTP/1.1" 204 0
2026-03-30 06:03:42 [bca.uk] INFO: Found listing with ID: SJ15%20ZWE
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520ZWE%27 HTTP/1.1" 200 None
2026-03-30 06:03:42 [bca.uk] INFO: Scrape type for SJ15%20ZWE: 2
2026-03-30 06:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e920bc2-4315-5e0c-ad1f-e8339a7599e3 with identifier: SJ15%20ZWE
2026-03-30 06:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e920bc2-4315-5e0c-ad1f-e8339a7599e3 with scrape type 2
2026-03-30 06:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e920bc2-4315-5e0c-ad1f-e8339a7599e3 with scrape type 2
2026-03-30 06:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e920bc2-4315-5e0c-ad1f-e8339a7599e3, identifier: SJ15%20ZWE
2026-03-30 06:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e920bc2-4315-5e0c-ad1f-e8339a7599e3 with identifier: SJ15%20ZWE
2026-03-30 06:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e920bc2-4315-5e0c-ad1f-e8339a7599e3 with identifier: SJ15%20ZWE
2026-03-30 06:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e920bc2-4315-5e0c-ad1f-e8339a7599e3 with identifier: SJ15%20ZWE to the API
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:42 [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=SJ15%20ZWE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3e920bc2-4315-5e0c-ad1f-e8339a7599e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ15 ZWE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ15%20ZWE&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 79804,
'odometer_reading_unit': '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 FABIA 1.2 12V SE Hatchback',
'transmission': 'manual',
'trim': '12V SE',
'vin': 'TMBFH25J7F3061837',
'year': 2015}
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520ZWE%27 HTTP/1.1" 200 None
2026-03-30 06:03:42 [bca.uk] INFO: Saving data for SJ15%20ZWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774535282.089225, 'last_price_update_time': 1774850622.670167}
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ15%2520ZWE') HTTP/1.1" 204 0
2026-03-30 06:03:42 [bca.uk] INFO: Found listing with ID: SK67%20UUF
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK67%2520UUF%27 HTTP/1.1" 200 None
2026-03-30 06:03:42 [bca.uk] INFO: Scrape type for SK67%20UUF: 0
2026-03-30 06:03:42 [bca.uk] INFO: Found listing with ID: SM65%20WDL
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520WDL%27 HTTP/1.1" 200 None
2026-03-30 06:03:42 [bca.uk] INFO: Scrape type for SM65%20WDL: 0
2026-03-30 06:03:42 [bca.uk] INFO: Found listing with ID: SY16%20OXD
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY16%2520OXD%27 HTTP/1.1" 200 None
2026-03-30 06:03:42 [bca.uk] INFO: Scrape type for SY16%20OXD: 2
2026-03-30 06:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbb309e7-d05a-5b62-be8f-df883d53dfa9 with identifier: SY16%20OXD
2026-03-30 06:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbb309e7-d05a-5b62-be8f-df883d53dfa9 with scrape type 2
2026-03-30 06:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbb309e7-d05a-5b62-be8f-df883d53dfa9 with scrape type 2
2026-03-30 06:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbb309e7-d05a-5b62-be8f-df883d53dfa9, identifier: SY16%20OXD
2026-03-30 06:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbb309e7-d05a-5b62-be8f-df883d53dfa9 with identifier: SY16%20OXD
2026-03-30 06:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbb309e7-d05a-5b62-be8f-df883d53dfa9 with identifier: SY16%20OXD
2026-03-30 06:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbb309e7-d05a-5b62-be8f-df883d53dfa9 with identifier: SY16%20OXD to the API
2026-03-30 06:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:43 [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': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY16%20OXD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dbb309e7-d05a-5b62-be8f-df883d53dfa9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY16 OXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY16%20OXD&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 92217,
'odometer_reading_unit': '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 75 ACTIVE MPV',
'transmission': 'manual',
'trim': 'BLUEHDI 75 ACTIVE',
'vin': 'VF3CUBHW6FY155767',
'year': 2016}
2026-03-30 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY16%2520OXD%27 HTTP/1.1" 200 None
2026-03-30 06:03:43 [bca.uk] INFO: Saving data for SY16%20OXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774534792.643333, 'last_price_update_time': 1774850623.220453}
2026-03-30 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY16%2520OXD') HTTP/1.1" 204 0
2026-03-30 06:03:43 [bca.uk] INFO: Found listing with ID: YY66%20PPX
2026-03-30 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY66%2520PPX%27 HTTP/1.1" 200 None
2026-03-30 06:03:43 [bca.uk] INFO: Scrape type for YY66%20PPX: 0
2026-03-30 06:03:43 [bca.uk] INFO: Found listing with ID: DG16%20ZDM
2026-03-30 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG16%2520ZDM%27 HTTP/1.1" 200 None
2026-03-30 06:03:43 [bca.uk] INFO: Scrape type for DG16%20ZDM: 2
2026-03-30 06:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f28e23cc-59ed-5805-9243-924db8396f19 with identifier: DG16%20ZDM
2026-03-30 06:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f28e23cc-59ed-5805-9243-924db8396f19 with scrape type 2
2026-03-30 06:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f28e23cc-59ed-5805-9243-924db8396f19 with scrape type 2
2026-03-30 06:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f28e23cc-59ed-5805-9243-924db8396f19, identifier: DG16%20ZDM
2026-03-30 06:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f28e23cc-59ed-5805-9243-924db8396f19 with identifier: DG16%20ZDM
2026-03-30 06:03: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-30 06:03: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-30 06:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:43 [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': 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-30T10: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-30 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG16%2520ZDM%27 HTTP/1.1" 200 None
2026-03-30 06:03:43 [bca.uk] INFO: Saving data for DG16%20ZDM: {'auction_closing_time': 1774864800.0, 'created_time': 1774649968.245185, 'last_price_update_time': 1774850623.803811}
2026-03-30 06:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03: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-30 06:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:03:44 [bca.uk] INFO: Total items found: 100
2026-03-30 06:03:44 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded
2026-03-30 06:03:44 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:03:44 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: DL14%20OCO
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL14%2520OCO%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for DL14%20OCO: 0
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: KY66%20CUX
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY66%2520CUX%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for KY66%20CUX: 0
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: MT67%20JTY
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT67%2520JTY%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for MT67%20JTY: 0
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: SB64%20PPZ
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB64%2520PPZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for SB64%20PPZ: 2
2026-03-30 06:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91140f3c-cd18-5d3c-8512-2aa130a71662 with identifier: SB64%20PPZ
2026-03-30 06:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91140f3c-cd18-5d3c-8512-2aa130a71662 with scrape type 2
2026-03-30 06:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91140f3c-cd18-5d3c-8512-2aa130a71662 with scrape type 2
2026-03-30 06:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91140f3c-cd18-5d3c-8512-2aa130a71662, identifier: SB64%20PPZ
2026-03-30 06:03:44 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:03:44 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91140f3c-cd18-5d3c-8512-2aa130a71662 with identifier: SB64%20PPZ
2026-03-30 06:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91140f3c-cd18-5d3c-8512-2aa130a71662 with identifier: SB64%20PPZ
2026-03-30 06:03:44 [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-30 06:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30T10: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-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB64%2520PPZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Saving data for SB64%20PPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651070.973228, 'last_price_update_time': 1774850624.654155}
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:44 [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-30 06:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: GR12%20EYN
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GR12%2520EYN%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for GR12%20EYN: 0
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: KC07%20EZX
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KC07%2520EZX%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for KC07%20EZX: 0
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: NG57%20MFP
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG57%2520MFP%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for NG57%20MFP: 0
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: SH10%20KXB
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH10%2520KXB%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for SH10%20KXB: 0
2026-03-30 06:03:44 [bca.uk] INFO: Found listing with ID: SP64%20OPY
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP64%2520OPY%27 HTTP/1.1" 200 None
2026-03-30 06:03:44 [bca.uk] INFO: Scrape type for SP64%20OPY: 2
2026-03-30 06:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bddf39d-548b-53be-a4f6-2de43e6ee9d8 with identifier: SP64%20OPY
2026-03-30 06:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bddf39d-548b-53be-a4f6-2de43e6ee9d8 with scrape type 2
2026-03-30 06:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bddf39d-548b-53be-a4f6-2de43e6ee9d8 with scrape type 2
2026-03-30 06:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bddf39d-548b-53be-a4f6-2de43e6ee9d8, identifier: SP64%20OPY
2026-03-30 06:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bddf39d-548b-53be-a4f6-2de43e6ee9d8 with identifier: SP64%20OPY
2026-03-30 06:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bddf39d-548b-53be-a4f6-2de43e6ee9d8 with identifier: SP64%20OPY
2026-03-30 06:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bddf39d-548b-53be-a4f6-2de43e6ee9d8 with identifier: SP64%20OPY to the API
2026-03-30 06:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP64%20OPY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1bddf39d-548b-53be-a4f6-2de43e6ee9d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP64 OPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP64%20OPY&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 69135,
'odometer_reading_unit': '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 1.6 I-DTEC 120 SR 2WD StationWagon',
'transmission': 'manual',
'trim': 'I-DTEC 120 SR 2WD',
'vin': 'SHSRE6700EU223769',
'year': 2014}
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP64%2520OPY%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Saving data for SP64%20OPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774362474.100166, 'last_price_update_time': 1774850625.201997}
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP64%2520OPY') HTTP/1.1" 204 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: DE22%20VVP
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE22%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for DE22%20VVP: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: GV55%20UOJ
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV55%2520UOJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for GV55%20UOJ: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: KS07%20RBV
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS07%2520RBV%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for KS07%20RBV: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: LL58%20VVO
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL58%2520VVO%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for LL58%20VVO: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: NJ58%20GBO
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ58%2520GBO%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for NJ58%20GBO: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: SV60%20AMX
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV60%2520AMX%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for SV60%20AMX: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: Y597%20TPO
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y597%2520TPO%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for Y597%20TPO: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: BL06%20FCX
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL06%2520FCX%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for BL06%20FCX: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: FG55%20FRR
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG55%2520FRR%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for FG55%20FRR: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: LD55%20FYW
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD55%2520FYW%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for LD55%20FYW: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: FY61%20JNV
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY61%2520JNV%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for FY61%20JNV: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: HN10%20HGD
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN10%2520HGD%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for HN10%20HGD: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: LR62%20HPF
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR62%2520HPF%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for LR62%20HPF: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: LT17%20VNE
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT17%2520VNE%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for LT17%20VNE: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: MX59%20XPW
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX59%2520XPW%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for MX59%20XPW: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: OY63%20BJV
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY63%2520BJV%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for OY63%20BJV: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: SD58%20UUA
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD58%2520UUA%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for SD58%20UUA: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: AF64%20JYY
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF64%2520JYY%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for AF64%20JYY: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: BN65%20ULK
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN65%2520ULK%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for BN65%20ULK: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: DG12%20DPU
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG12%2520DPU%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for DG12%20DPU: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: EY15%20MPX
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY15%2520MPX%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for EY15%20MPX: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: MV19%20XLX
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV19%2520XLX%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for MV19%20XLX: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: MF68%20OCS
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF68%2520OCS%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for MF68%20OCS: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: SR68%20LNY
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520LNY%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for SR68%20LNY: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: DN67%20WOR
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN67%2520WOR%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for DN67%20WOR: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: KJ55%20VZW
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ55%2520VZW%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for KJ55%20VZW: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: KP23%20YGJ
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP23%2520YGJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for KP23%20YGJ: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: MM18%20XBD
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM18%2520XBD%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for MM18%20XBD: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: MK60%20MVP
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK60%2520MVP%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for MK60%20MVP: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: W31%20RJE
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27W31%2520RJE%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for W31%20RJE: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: AP68%20OOU
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP68%2520OOU%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for AP68%20OOU: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: CN65%20YEE
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN65%2520YEE%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for CN65%20YEE: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: EX68%20FPN
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX68%2520FPN%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for EX68%20FPN: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: FM15%20ZHT
2026-03-30 06:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM15%2520ZHT%27 HTTP/1.1" 200 None
2026-03-30 06:03:45 [bca.uk] INFO: Scrape type for FM15%20ZHT: 0
2026-03-30 06:03:45 [bca.uk] INFO: Found listing with ID: LF65%20XBO
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF65%2520XBO%27 HTTP/1.1" 200 None
2026-03-30 06:03:46 [bca.uk] INFO: Scrape type for LF65%20XBO: 0
2026-03-30 06:03:46 [bca.uk] INFO: Found listing with ID: RK65%20WOA
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK65%2520WOA%27 HTTP/1.1" 200 None
2026-03-30 06:03:46 [bca.uk] INFO: Scrape type for RK65%20WOA: 0
2026-03-30 06:03:46 [bca.uk] INFO: Found listing with ID: LA17%20FSO
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520FSO%27 HTTP/1.1" 200 None
2026-03-30 06:03:46 [bca.uk] INFO: Scrape type for LA17%20FSO: 2
2026-03-30 06:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3f22be4-be0f-5c3c-9894-280b1a6a4f7e with identifier: LA17%20FSO
2026-03-30 06:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3f22be4-be0f-5c3c-9894-280b1a6a4f7e with scrape type 2
2026-03-30 06:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3f22be4-be0f-5c3c-9894-280b1a6a4f7e with scrape type 2
2026-03-30 06:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3f22be4-be0f-5c3c-9894-280b1a6a4f7e, identifier: LA17%20FSO
2026-03-30 06:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3f22be4-be0f-5c3c-9894-280b1a6a4f7e with identifier: LA17%20FSO
2026-03-30 06:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3f22be4-be0f-5c3c-9894-280b1a6a4f7e with identifier: LA17%20FSO
2026-03-30 06:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3f22be4-be0f-5c3c-9894-280b1a6a4f7e with identifier: LA17%20FSO to the API
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA17%20FSO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a3f22be4-be0f-5c3c-9894-280b1a6a4f7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LA17 FSO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA17%20FSO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 18977,
'odometer_reading_unit': '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': 'W0L0XEP68H4199257',
'year': 2017}
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520FSO%27 HTTP/1.1" 200 None
2026-03-30 06:03:46 [bca.uk] INFO: Saving data for LA17%20FSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534766.888225, 'last_price_update_time': 1774850626.544517}
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA17%2520FSO') HTTP/1.1" 204 0
2026-03-30 06:03:46 [bca.uk] INFO: Found listing with ID: LC14%20WNW
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC14%2520WNW%27 HTTP/1.1" 200 None
2026-03-30 06:03:46 [bca.uk] INFO: Scrape type for LC14%20WNW: 0
2026-03-30 06:03:46 [bca.uk] INFO: Found listing with ID: LC66%20FZS
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520FZS%27 HTTP/1.1" 200 None
2026-03-30 06:03:46 [bca.uk] INFO: Scrape type for LC66%20FZS: 0
2026-03-30 06:03:46 [bca.uk] INFO: Found listing with ID: LY14%20ERJ
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520ERJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:46 [bca.uk] INFO: Scrape type for LY14%20ERJ: 2
2026-03-30 06:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3061cfa9-56ec-50e1-9487-8ceb4cac17f2 with identifier: LY14%20ERJ
2026-03-30 06:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3061cfa9-56ec-50e1-9487-8ceb4cac17f2 with scrape type 2
2026-03-30 06:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3061cfa9-56ec-50e1-9487-8ceb4cac17f2 with scrape type 2
2026-03-30 06:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3061cfa9-56ec-50e1-9487-8ceb4cac17f2, identifier: LY14%20ERJ
2026-03-30 06:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3061cfa9-56ec-50e1-9487-8ceb4cac17f2 with identifier: LY14%20ERJ
2026-03-30 06:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3061cfa9-56ec-50e1-9487-8ceb4cac17f2 with identifier: LY14%20ERJ
2026-03-30 06:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3061cfa9-56ec-50e1-9487-8ceb4cac17f2 with identifier: LY14%20ERJ to the API
2026-03-30 06:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:47 [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': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY14%20ERJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3061cfa9-56ec-50e1-9487-8ceb4cac17f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LY14 ERJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY14%20ERJ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 70116,
'odometer_reading_unit': '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': 'WMWZB32080WR11431',
'year': 2014}
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY14%2520ERJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Saving data for LY14%20ERJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774362326.205782, 'last_price_update_time': 1774850627.168438}
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY14%2520ERJ') HTTP/1.1" 204 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: BG67%20KMM
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG67%2520KMM%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for BG67%20KMM: 2
2026-03-30 06:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74260dc8-62a0-531b-ba8b-8bfc34fc2e08 with identifier: BG67%20KMM
2026-03-30 06:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74260dc8-62a0-531b-ba8b-8bfc34fc2e08 with scrape type 2
2026-03-30 06:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74260dc8-62a0-531b-ba8b-8bfc34fc2e08 with scrape type 2
2026-03-30 06:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74260dc8-62a0-531b-ba8b-8bfc34fc2e08, identifier: BG67%20KMM
2026-03-30 06:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74260dc8-62a0-531b-ba8b-8bfc34fc2e08 with identifier: BG67%20KMM
2026-03-30 06:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74260dc8-62a0-531b-ba8b-8bfc34fc2e08 with identifier: BG67%20KMM
2026-03-30 06:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74260dc8-62a0-531b-ba8b-8bfc34fc2e08 with identifier: BG67%20KMM to the API
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:47 [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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG67%20KMM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '74260dc8-62a0-531b-ba8b-8bfc34fc2e08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG67 KMM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG67%20KMM&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 90523,
'odometer_reading_unit': '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': 'WF0JXXWPCJHC10635',
'year': 2017}
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG67%2520KMM%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Saving data for BG67%20KMM: {'auction_closing_time': 1774864800.0, 'created_time': 1774735626.830482, 'last_price_update_time': 1774850627.616621}
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG67%2520KMM') HTTP/1.1" 204 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: AV74%20RVC
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV74%2520RVC%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for AV74%20RVC: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: LV20%20HMX
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV20%2520HMX%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for LV20%20HMX: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: SK60%20UGF
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK60%2520UGF%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for SK60%20UGF: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: BG02%20BJK
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG02%2520BJK%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for BG02%20BJK: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: VK07%20HPZ
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK07%2520HPZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for VK07%20HPZ: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: KX07%20ZZU
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX07%2520ZZU%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for KX07%20ZZU: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: LK11%20RXW
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK11%2520RXW%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for LK11%20RXW: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: LP65%20LHG
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP65%2520LHG%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for LP65%20LHG: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: LR60%20OPW
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR60%2520OPW%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for LR60%20OPW: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: SV64%20OWW
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV64%2520OWW%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for SV64%20OWW: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: WR08%20KVG
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR08%2520KVG%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for WR08%20KVG: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: YH10%20OGJ
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH10%2520OGJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for YH10%20OGJ: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: EY15%20ZYF
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY15%2520ZYF%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for EY15%20ZYF: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: FX67%20PWY
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX67%2520PWY%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for FX67%20PWY: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: GD18%20EBL
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD18%2520EBL%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for GD18%20EBL: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: GN60%20DYJ
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN60%2520DYJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for GN60%20DYJ: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: HN13%20WYH
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN13%2520WYH%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for HN13%20WYH: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: KR07%20SVF
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR07%2520SVF%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for KR07%20SVF: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: LA13%20SHJ
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA13%2520SHJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for LA13%20SHJ: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: LA16%20DYU
2026-03-30 06:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA16%2520DYU%27 HTTP/1.1" 200 None
2026-03-30 06:03:47 [bca.uk] INFO: Scrape type for LA16%20DYU: 0
2026-03-30 06:03:47 [bca.uk] INFO: Found listing with ID: LN56%20KNR
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN56%2520KNR%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for LN56%20KNR: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: MF09%20XGA
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF09%2520XGA%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for MF09%20XGA: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: SR16%20YTB
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR16%2520YTB%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for SR16%20YTB: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: SY19%20FEV
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY19%2520FEV%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for SY19%20FEV: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: Y22%20MSN
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y22%2520MSN%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for Y22%20MSN: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: YD18%20PGR
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD18%2520PGR%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for YD18%20PGR: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: SK66%20WEW
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK66%2520WEW%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for SK66%20WEW: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: SW14%20ODA
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW14%2520ODA%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for SW14%20ODA: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: SX64%20FDA
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX64%2520FDA%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for SX64%20FDA: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: SB14%20EVY
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB14%2520EVY%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for SB14%20EVY: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: SC64%20XUW
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC64%2520XUW%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for SC64%20XUW: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: GK64%20CWW
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK64%2520CWW%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for GK64%20CWW: 2
2026-03-30 06:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc1582b6-e3d9-51a8-bdad-359a4966d82e with identifier: GK64%20CWW
2026-03-30 06:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc1582b6-e3d9-51a8-bdad-359a4966d82e with scrape type 2
2026-03-30 06:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc1582b6-e3d9-51a8-bdad-359a4966d82e with scrape type 2
2026-03-30 06:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc1582b6-e3d9-51a8-bdad-359a4966d82e, identifier: GK64%20CWW
2026-03-30 06:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc1582b6-e3d9-51a8-bdad-359a4966d82e with identifier: GK64%20CWW
2026-03-30 06:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc1582b6-e3d9-51a8-bdad-359a4966d82e with identifier: GK64%20CWW
2026-03-30 06:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc1582b6-e3d9-51a8-bdad-359a4966d82e with identifier: GK64%20CWW to the API
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK64%20CWW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bc1582b6-e3d9-51a8-bdad-359a4966d82e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GK64 CWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK64%20CWW&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'PEUGEOT',
'model': '208',
'odometer': 72804,
'odometer_reading_unit': '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 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'VTI ALLURE',
'vin': 'VF3CCHMZ0ET120510',
'year': 2014}
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK64%2520CWW%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Saving data for GK64%20CWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774362275.872919, 'last_price_update_time': 1774850628.688677}
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK64%2520CWW') HTTP/1.1" 204 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: DK07%20EDF
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK07%2520EDF%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for DK07%20EDF: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: FR61%20OFO
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FR61%2520OFO%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for FR61%20OFO: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: SX10%20KDU
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX10%2520KDU%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for SX10%20KDU: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: RA68%20WZE
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA68%2520WZE%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for RA68%20WZE: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: WJ68%20ONK
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ68%2520ONK%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for WJ68%20ONK: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: CA18%20OAB
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA18%2520OAB%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for CA18%20OAB: 0
2026-03-30 06:03:48 [bca.uk] INFO: Found listing with ID: LL18%20NDU
2026-03-30 06:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL18%2520NDU%27 HTTP/1.1" 200 None
2026-03-30 06:03:48 [bca.uk] INFO: Scrape type for LL18%20NDU: 2
2026-03-30 06:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e575391d-6903-5001-a072-5ddc281ffe3b with identifier: LL18%20NDU
2026-03-30 06:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e575391d-6903-5001-a072-5ddc281ffe3b with scrape type 2
2026-03-30 06:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e575391d-6903-5001-a072-5ddc281ffe3b with scrape type 2
2026-03-30 06:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e575391d-6903-5001-a072-5ddc281ffe3b, identifier: LL18%20NDU
2026-03-30 06:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e575391d-6903-5001-a072-5ddc281ffe3b with identifier: LL18%20NDU
2026-03-30 06:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e575391d-6903-5001-a072-5ddc281ffe3b with identifier: LL18%20NDU
2026-03-30 06:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e575391d-6903-5001-a072-5ddc281ffe3b with identifier: LL18%20NDU to the API
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:49 [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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL18%20NDU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e575391d-6903-5001-a072-5ddc281ffe3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL18 NDU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL18%20NDU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 70896,
'odometer_reading_unit': '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-5 2.2 D 150 SE-L 2WD StationWagon',
'transmission': 'manual',
'trim': 'D 150 SE-L 2WD',
'vin': 'JMZKF6W1600704874',
'year': 2018}
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL18%2520NDU%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Saving data for LL18%20NDU: {'auction_closing_time': 1774864800.0, 'created_time': 1774735627.768459, 'last_price_update_time': 1774850629.396618}
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL18%2520NDU') HTTP/1.1" 204 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: AK68%20GNZ
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK68%2520GNZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for AK68%20GNZ: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: ML68%20NHB
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML68%2520NHB%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for ML68%20NHB: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: YD15%20TJX
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD15%2520TJX%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for YD15%20TJX: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: BJ65%20SPV
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ65%2520SPV%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for BJ65%20SPV: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: CV64%20LKL
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV64%2520LKL%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for CV64%20LKL: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: MD15%20DZY
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD15%2520DZY%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for MD15%20DZY: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: PG17%20JHL
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PG17%2520JHL%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for PG17%20JHL: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: WR62%20TWZ
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR62%2520TWZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for WR62%20TWZ: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: DG15%20FDY
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG15%2520FDY%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for DG15%20FDY: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: GL16%20OVF
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL16%2520OVF%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for GL16%20OVF: 0
2026-03-30 06:03:49 [bca.uk] INFO: Found listing with ID: LC19%20OZU
2026-03-30 06:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC19%2520OZU%27 HTTP/1.1" 200 None
2026-03-30 06:03:49 [bca.uk] INFO: Scrape type for LC19%20OZU: 0
2026-03-30 06:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:03:50 [bca.uk] INFO: Total items found: 100
2026-03-30 06:03:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded
2026-03-30 06:03:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:03:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:03:50 [bca.uk] INFO: Found listing with ID: SA13%20RLX
2026-03-30 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA13%2520RLX%27 HTTP/1.1" 200 None
2026-03-30 06:03:50 [bca.uk] INFO: Scrape type for SA13%20RLX: 0
2026-03-30 06:03:50 [bca.uk] INFO: Found listing with ID: CA65%20XLF
2026-03-30 06:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA65%2520XLF%27 HTTP/1.1" 200 None
2026-03-30 06:03:50 [bca.uk] INFO: Scrape type for CA65%20XLF: 2
2026-03-30 06:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7a29fc8-9ab4-5ac0-9681-17d6a8fa5feb with identifier: CA65%20XLF
2026-03-30 06:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7a29fc8-9ab4-5ac0-9681-17d6a8fa5feb with scrape type 2
2026-03-30 06:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7a29fc8-9ab4-5ac0-9681-17d6a8fa5feb with scrape type 2
2026-03-30 06:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7a29fc8-9ab4-5ac0-9681-17d6a8fa5feb, identifier: CA65%20XLF
2026-03-30 06:03:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:03:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7a29fc8-9ab4-5ac0-9681-17d6a8fa5feb with identifier: CA65%20XLF
2026-03-30 06:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7a29fc8-9ab4-5ac0-9681-17d6a8fa5feb with identifier: CA65%20XLF
2026-03-30 06:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7a29fc8-9ab4-5ac0-9681-17d6a8fa5feb with identifier: CA65%20XLF to the API
2026-03-30 06:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA65%20XLF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a7a29fc8-9ab4-5ac0-9681-17d6a8fa5feb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CA65 XLF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA65%20XLF&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 69173,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.2 DIG-T N-TEC+ Hatchback',
'transmission': 'manual',
'trim': 'DIG-T N-TEC+',
'vin': 'SJNFEAJ11U1610864',
'year': 2016}
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520XLF%27 HTTP/1.1" 200 None
2026-03-30 06:03:51 [bca.uk] INFO: Saving data for CA65%20XLF: {'auction_closing_time': 1774864800.0, 'created_time': 1774535973.505602, 'last_price_update_time': 1774850631.254276}
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA65%2520XLF') HTTP/1.1" 204 0
2026-03-30 06:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:03:51 [bca.uk] INFO: Found listing with ID: FG64%20CDE
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG64%2520CDE%27 HTTP/1.1" 200 None
2026-03-30 06:03:51 [bca.uk] INFO: Scrape type for FG64%20CDE: 0
2026-03-30 06:03:51 [bca.uk] INFO: Found listing with ID: FN66%20XKP
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520XKP%27 HTTP/1.1" 200 None
2026-03-30 06:03:51 [bca.uk] INFO: Scrape type for FN66%20XKP: 0
2026-03-30 06:03:51 [bca.uk] INFO: Found listing with ID: GK64%20GZJ
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520GZJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:51 [bca.uk] INFO: Scrape type for GK64%20GZJ: 2
2026-03-30 06:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with identifier: GK64%20GZJ
2026-03-30 06:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with scrape type 2
2026-03-30 06:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with scrape type 2
2026-03-30 06:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8, identifier: GK64%20GZJ
2026-03-30 06:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with identifier: GK64%20GZJ
2026-03-30 06:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2de136b7-1b89-5f4a-a82f-62b0fc826bb8 with identifier: GK64%20GZJ
2026-03-30 06:03:51 [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-30 06:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30T10: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-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520GZJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:51 [bca.uk] INFO: Saving data for GK64%20GZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651022.855542, 'last_price_update_time': 1774850631.873507}
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [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-30 06:03:51 [bca.uk] INFO: Found listing with ID: JL07%20FAY
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL07%2520FAY%27 HTTP/1.1" 200 None
2026-03-30 06:03:51 [bca.uk] INFO: Scrape type for JL07%20FAY: 0
2026-03-30 06:03:51 [bca.uk] INFO: Found listing with ID: LF64%20MJE
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520MJE%27 HTTP/1.1" 200 None
2026-03-30 06:03:51 [bca.uk] INFO: Scrape type for LF64%20MJE: 2
2026-03-30 06:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc9b8be7-796e-5ceb-986b-3ad36843a162 with identifier: LF64%20MJE
2026-03-30 06:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc9b8be7-796e-5ceb-986b-3ad36843a162 with scrape type 2
2026-03-30 06:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc9b8be7-796e-5ceb-986b-3ad36843a162 with scrape type 2
2026-03-30 06:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc9b8be7-796e-5ceb-986b-3ad36843a162, identifier: LF64%20MJE
2026-03-30 06:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc9b8be7-796e-5ceb-986b-3ad36843a162 with identifier: LF64%20MJE
2026-03-30 06:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc9b8be7-796e-5ceb-986b-3ad36843a162 with identifier: LF64%20MJE
2026-03-30 06:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc9b8be7-796e-5ceb-986b-3ad36843a162 with identifier: LF64%20MJE to the API
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:52 [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': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF64%20MJE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bc9b8be7-796e-5ceb-986b-3ad36843a162',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LF64 MJE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF64%20MJE&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SUZUKI',
'model': 'SWIFT',
'odometer': 53674,
'odometer_reading_unit': '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.3 DDIS SZ4 Hatchback',
'transmission': 'manual',
'trim': 'DDIS SZ4',
'vin': 'TSMNZC92S00433281',
'year': 2014}
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF64%2520MJE%27 HTTP/1.1" 200 None
2026-03-30 06:03:52 [bca.uk] INFO: Saving data for LF64%20MJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774621636.286774, 'last_price_update_time': 1774850632.391361}
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF64%2520MJE') HTTP/1.1" 204 0
2026-03-30 06:03:52 [bca.uk] INFO: Found listing with ID: LV14%20OLB
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV14%2520OLB%27 HTTP/1.1" 200 None
2026-03-30 06:03:52 [bca.uk] INFO: Scrape type for LV14%20OLB: 0
2026-03-30 06:03:52 [bca.uk] INFO: Found listing with ID: SY64%20TWV
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY64%2520TWV%27 HTTP/1.1" 200 None
2026-03-30 06:03:52 [bca.uk] INFO: Scrape type for SY64%20TWV: 2
2026-03-30 06:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d592b6fb-9dfa-51db-9a7f-6a842c0640f3 with identifier: SY64%20TWV
2026-03-30 06:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d592b6fb-9dfa-51db-9a7f-6a842c0640f3 with scrape type 2
2026-03-30 06:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d592b6fb-9dfa-51db-9a7f-6a842c0640f3 with scrape type 2
2026-03-30 06:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d592b6fb-9dfa-51db-9a7f-6a842c0640f3, identifier: SY64%20TWV
2026-03-30 06:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d592b6fb-9dfa-51db-9a7f-6a842c0640f3 with identifier: SY64%20TWV
2026-03-30 06:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d592b6fb-9dfa-51db-9a7f-6a842c0640f3 with identifier: SY64%20TWV
2026-03-30 06:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d592b6fb-9dfa-51db-9a7f-6a842c0640f3 with identifier: SY64%20TWV to the API
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:52 [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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY64%20TWV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd592b6fb-9dfa-51db-9a7f-6a842c0640f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY64 TWV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY64%20TWV&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 101566,
'odometer_reading_unit': '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 SW 2.0 BLUEHDI 150 ALLURE Estate',
'transmission': 'manual',
'trim': 'BLUEHDI 150 ALLURE',
'vin': 'VF3LJAHXHES187528',
'year': 2014}
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY64%2520TWV%27 HTTP/1.1" 200 None
2026-03-30 06:03:52 [bca.uk] INFO: Saving data for SY64%20TWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535983.280205, 'last_price_update_time': 1774850632.906897}
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY64%2520TWV') HTTP/1.1" 204 0
2026-03-30 06:03:52 [bca.uk] INFO: Found listing with ID: VO15%20ZYX
2026-03-30 06:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO15%2520ZYX%27 HTTP/1.1" 200 None
2026-03-30 06:03:52 [bca.uk] INFO: Scrape type for VO15%20ZYX: 2
2026-03-30 06:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 730c3d98-dba0-5c7b-9051-5805cfe63d84 with identifier: VO15%20ZYX
2026-03-30 06:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 730c3d98-dba0-5c7b-9051-5805cfe63d84 with scrape type 2
2026-03-30 06:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 730c3d98-dba0-5c7b-9051-5805cfe63d84 with scrape type 2
2026-03-30 06:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 730c3d98-dba0-5c7b-9051-5805cfe63d84, identifier: VO15%20ZYX
2026-03-30 06:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 730c3d98-dba0-5c7b-9051-5805cfe63d84 with identifier: VO15%20ZYX
2026-03-30 06:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 730c3d98-dba0-5c7b-9051-5805cfe63d84 with identifier: VO15%20ZYX
2026-03-30 06:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 730c3d98-dba0-5c7b-9051-5805cfe63d84 with identifier: VO15%20ZYX to the API
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:53 [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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO15%20ZYX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '730c3d98-dba0-5c7b-9051-5805cfe63d84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO15 ZYX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO15%20ZYX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MAZDA',
'model': 'CX-3',
'odometer': 106275,
'odometer_reading_unit': '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-3 1.5 D 105 SPORT 2WD Hatchback',
'transmission': 'manual',
'trim': 'D 105 SPORT 2WD',
'vin': 'JMZDK6WS610100226',
'year': 2015}
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO15%2520ZYX%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Saving data for VO15%20ZYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774535972.144533, 'last_price_update_time': 1774850633.44615}
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO15%2520ZYX') HTTP/1.1" 204 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: YG64%20FFB
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520FFB%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for YG64%20FFB: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: BN16%20NVM
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN16%2520NVM%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for BN16%20NVM: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: AU16%20ZSX
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU16%2520ZSX%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for AU16%20ZSX: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: CK65%20JGO
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK65%2520JGO%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for CK65%20JGO: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: KY10%20YTW
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY10%2520YTW%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for KY10%20YTW: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: SD13%20AEN
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD13%2520AEN%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for SD13%20AEN: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: WL12%20HKH
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL12%2520HKH%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for WL12%20HKH: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: WX07%20ZGA
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX07%2520ZGA%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for WX07%20ZGA: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: CT60%20YWN
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT60%2520YWN%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for CT60%20YWN: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: DL13%20TZH
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL13%2520TZH%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for DL13%20TZH: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: HF56%20HGK
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF56%2520HGK%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for HF56%20HGK: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: VU61%20UEK
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU61%2520UEK%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for VU61%20UEK: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: WM11%20LMJ
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM11%2520LMJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for WM11%20LMJ: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: WN10%20HFA
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN10%2520HFA%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for WN10%20HFA: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: WN15%20KDV
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN15%2520KDV%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for WN15%20KDV: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: WV62%20XNB
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV62%2520XNB%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for WV62%20XNB: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: YC14%20DPV
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC14%2520DPV%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for YC14%20DPV: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: YF11%20UMU
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF11%2520UMU%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for YF11%20UMU: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: YF13%20GUD
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF13%2520GUD%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for YF13%20GUD: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: YH59%20NHG
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH59%2520NHG%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for YH59%20NHG: 0
2026-03-30 06:03:53 [bca.uk] INFO: Found listing with ID: P19%20KMM
2026-03-30 06:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P19%2520KMM%27 HTTP/1.1" 200 None
2026-03-30 06:03:53 [bca.uk] INFO: Scrape type for P19%20KMM: 2
2026-03-30 06:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41ea7191-b9d2-5fa1-ae35-6276e5e6b6d2 with identifier: P19%20KMM
2026-03-30 06:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41ea7191-b9d2-5fa1-ae35-6276e5e6b6d2 with scrape type 2
2026-03-30 06:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41ea7191-b9d2-5fa1-ae35-6276e5e6b6d2 with scrape type 2
2026-03-30 06:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41ea7191-b9d2-5fa1-ae35-6276e5e6b6d2, identifier: P19%20KMM
2026-03-30 06:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41ea7191-b9d2-5fa1-ae35-6276e5e6b6d2 with identifier: P19%20KMM
2026-03-30 06:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41ea7191-b9d2-5fa1-ae35-6276e5e6b6d2 with identifier: P19%20KMM
2026-03-30 06:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41ea7191-b9d2-5fa1-ae35-6276e5e6b6d2 with identifier: P19%20KMM to the API
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:54 [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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P19%20KMM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '41ea7191-b9d2-5fa1-ae35-6276e5e6b6d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'P19 KMM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=P19%20KMM&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '208',
'odometer': 94211,
'odometer_reading_unit': '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': 'VF3CC8FP0CW120515',
'year': 2013}
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P19%2520KMM%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Saving data for P19%20KMM: {'auction_closing_time': 1774864800.0, 'created_time': 1774649065.901482, 'last_price_update_time': 1774850634.295399}
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P19%2520KMM') HTTP/1.1" 204 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: PE11%20ZTV
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE11%2520ZTV%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for PE11%20ZTV: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: PN12%20JDK
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN12%2520JDK%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for PN12%20JDK: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: SB61%20BDF
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB61%2520BDF%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for SB61%20BDF: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: SC63%20JNN
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC63%2520JNN%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for SC63%20JNN: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: VU68%20WEW
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU68%2520WEW%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for VU68%20WEW: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: WJ59%20ZFL
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ59%2520ZFL%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for WJ59%20ZFL: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: GA58%20DAA
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GA58%2520DAA%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for GA58%20DAA: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: GD02%20MGV
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD02%2520MGV%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for GD02%20MGV: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: KR63%20AAV
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR63%2520AAV%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for KR63%20AAV: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: KW10%20TZV
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW10%2520TZV%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for KW10%20TZV: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: LS62%20OSD
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS62%2520OSD%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for LS62%20OSD: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: ND11%20RSO
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND11%2520RSO%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for ND11%20RSO: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: NJ60%20UON
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ60%2520UON%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for NJ60%20UON: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: NU62%20CBO
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU62%2520CBO%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for NU62%20CBO: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: NV13%20SUX
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV13%2520SUX%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for NV13%20SUX: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: OY17%20HPV
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY17%2520HPV%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for OY17%20HPV: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: OY59%20KHT
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY59%2520KHT%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for OY59%20KHT: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: BJ12%20FBV
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ12%2520FBV%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for BJ12%20FBV: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: BK65%20VPY
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK65%2520VPY%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for BK65%20VPY: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: CN14%20MDO
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN14%2520MDO%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for CN14%20MDO: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: CU15%20NXK
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU15%2520NXK%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for CU15%20NXK: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: E4%20GOA
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27E4%2520GOA%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for E4%20GOA: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: EF12%20MJX
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF12%2520MJX%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for EF12%20MJX: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: EJ60%20YKZ
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ60%2520YKZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for EJ60%20YKZ: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: EX64%20WZC
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX64%2520WZC%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for EX64%20WZC: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: FE60%20MFV
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE60%2520MFV%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for FE60%20MFV: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: FV61%20WSU
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV61%2520WSU%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for FV61%20WSU: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: AP65%20MYK
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP65%2520MYK%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for AP65%20MYK: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: KW18%20YBL
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW18%2520YBL%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for KW18%20YBL: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: FN61%20BWH
2026-03-30 06:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN61%2520BWH%27 HTTP/1.1" 200 None
2026-03-30 06:03:54 [bca.uk] INFO: Scrape type for FN61%20BWH: 0
2026-03-30 06:03:54 [bca.uk] INFO: Found listing with ID: BJ07%20HHO
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520HHO%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for BJ07%20HHO: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: SH13%20PNF
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH13%2520PNF%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for SH13%20PNF: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: WF63%20UPT
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520UPT%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for WF63%20UPT: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: WJ62%20BLV
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ62%2520BLV%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for WJ62%20BLV: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: WJ63%20NXK
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520NXK%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for WJ63%20NXK: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: WK54%20WFB
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK54%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for WK54%20WFB: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: WK58%20SYT
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK58%2520SYT%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for WK58%20SYT: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: WV09%20BNK
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV09%2520BNK%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for WV09%20BNK: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: YE09%20XVV
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE09%2520XVV%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for YE09%20XVV: 2
2026-03-30 06:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e8f8442-268c-5a30-bb7f-82bed3bdd32a with identifier: YE09%20XVV
2026-03-30 06:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e8f8442-268c-5a30-bb7f-82bed3bdd32a with scrape type 2
2026-03-30 06:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e8f8442-268c-5a30-bb7f-82bed3bdd32a with scrape type 2
2026-03-30 06:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e8f8442-268c-5a30-bb7f-82bed3bdd32a, identifier: YE09%20XVV
2026-03-30 06:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e8f8442-268c-5a30-bb7f-82bed3bdd32a with identifier: YE09%20XVV
2026-03-30 06:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e8f8442-268c-5a30-bb7f-82bed3bdd32a with identifier: YE09%20XVV
2026-03-30 06:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e8f8442-268c-5a30-bb7f-82bed3bdd32a with identifier: YE09%20XVV to the API
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:55 [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': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE09%20XVV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0e8f8442-268c-5a30-bb7f-82bed3bdd32a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE09 XVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE09%20XVV&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'JAGUAR',
'model': 'XF',
'odometer': 127767,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'JAGUAR XF 3.0 D V6 240 LUXURY Saloon',
'transmission': 'automatic',
'trim': 'D V6 240 LUXURY',
'vin': 'SAJAC0528AKR52872',
'year': 2009}
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE09%2520XVV%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Saving data for YE09%20XVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535471.583939, 'last_price_update_time': 1774850635.619172}
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE09%2520XVV') HTTP/1.1" 204 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: FH12%20SXS
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH12%2520SXS%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for FH12%20SXS: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: HG13%20LZF
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG13%2520LZF%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for HG13%20LZF: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: HK57%20YCH
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK57%2520YCH%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for HK57%20YCH: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: HV64%20ZMX
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV64%2520ZMX%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for HV64%20ZMX: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: LR14%20NKS
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR14%2520NKS%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for LR14%20NKS: 0
2026-03-30 06:03:55 [bca.uk] INFO: Found listing with ID: LT61%20FNW
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT61%2520FNW%27 HTTP/1.1" 200 None
2026-03-30 06:03:55 [bca.uk] INFO: Scrape type for LT61%20FNW: 2
2026-03-30 06:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dba08f4-a370-5b4c-88a8-95512410bfb9 with identifier: LT61%20FNW
2026-03-30 06:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dba08f4-a370-5b4c-88a8-95512410bfb9 with scrape type 2
2026-03-30 06:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dba08f4-a370-5b4c-88a8-95512410bfb9 with scrape type 2
2026-03-30 06:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5dba08f4-a370-5b4c-88a8-95512410bfb9, identifier: LT61%20FNW
2026-03-30 06:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5dba08f4-a370-5b4c-88a8-95512410bfb9 with identifier: LT61%20FNW
2026-03-30 06:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5dba08f4-a370-5b4c-88a8-95512410bfb9 with identifier: LT61%20FNW
2026-03-30 06:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5dba08f4-a370-5b4c-88a8-95512410bfb9 with identifier: LT61%20FNW to the API
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:56 [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=LT61%20FNW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5dba08f4-a370-5b4c-88a8-95512410bfb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT61 FNW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT61%20FNW&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '508',
'odometer': 159914,
'odometer_reading_unit': '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 508 2.2 HDI 200 GT Saloon',
'transmission': 'automatic',
'trim': 'HDI 200 GT',
'vin': 'VF38D4HLABL061609',
'year': 2011}
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT61%2520FNW%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Saving data for LT61%20FNW: {'auction_closing_time': 1774864800.0, 'created_time': 1774535455.185775, 'last_price_update_time': 1774850636.272327}
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT61%2520FNW') HTTP/1.1" 204 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: LX15%20SYU
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX15%2520SYU%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for LX15%20SYU: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: MF58%20FJO
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF58%2520FJO%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for MF58%20FJO: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: NJ11%20XCC
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ11%2520XCC%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for NJ11%20XCC: 2
2026-03-30 06:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0557caef-d4e1-5a44-8107-09f901160709 with identifier: NJ11%20XCC
2026-03-30 06:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0557caef-d4e1-5a44-8107-09f901160709 with scrape type 2
2026-03-30 06:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0557caef-d4e1-5a44-8107-09f901160709 with scrape type 2
2026-03-30 06:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0557caef-d4e1-5a44-8107-09f901160709, identifier: NJ11%20XCC
2026-03-30 06:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0557caef-d4e1-5a44-8107-09f901160709 with identifier: NJ11%20XCC
2026-03-30 06:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0557caef-d4e1-5a44-8107-09f901160709 with identifier: NJ11%20XCC
2026-03-30 06:03:56 [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-30 06:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:56 [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': 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-30T10: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-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ11%2520XCC%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Saving data for NJ11%20XCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448174.775248, 'last_price_update_time': 1774850636.755735}
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:56 [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-30 06:03:56 [bca.uk] INFO: Found listing with ID: NX59%20VNB
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX59%2520VNB%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for NX59%20VNB: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: OFZ%205008
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OFZ%25205008%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for OFZ%205008: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: OW53%20UMO
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW53%2520UMO%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for OW53%20UMO: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: RJ11%20YBG
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ11%2520YBG%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for RJ11%20YBG: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: RV11%20NYX
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV11%2520NYX%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for RV11%20NYX: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: CV56%20YXN
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV56%2520YXN%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for CV56%20YXN: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: DG11%20EGJ
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG11%2520EGJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for DG11%20EGJ: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: FE09%20EOA
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE09%2520EOA%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for FE09%20EOA: 0
2026-03-30 06:03:56 [bca.uk] INFO: Found listing with ID: FG12%20CXF
2026-03-30 06:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG12%2520CXF%27 HTTP/1.1" 200 None
2026-03-30 06:03:56 [bca.uk] INFO: Scrape type for FG12%20CXF: 2
2026-03-30 06:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e37dce0-878d-5c85-95f9-eb7c2f16d805 with identifier: FG12%20CXF
2026-03-30 06:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e37dce0-878d-5c85-95f9-eb7c2f16d805 with scrape type 2
2026-03-30 06:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e37dce0-878d-5c85-95f9-eb7c2f16d805 with scrape type 2
2026-03-30 06:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e37dce0-878d-5c85-95f9-eb7c2f16d805, identifier: FG12%20CXF
2026-03-30 06:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e37dce0-878d-5c85-95f9-eb7c2f16d805 with identifier: FG12%20CXF
2026-03-30 06:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e37dce0-878d-5c85-95f9-eb7c2f16d805 with identifier: FG12%20CXF
2026-03-30 06:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e37dce0-878d-5c85-95f9-eb7c2f16d805 with identifier: FG12%20CXF to the API
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:57 [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=FG12%20CXF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4e37dce0-878d-5c85-95f9-eb7c2f16d805',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG12 CXF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG12%20CXF&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'BMW',
'model': '116D',
'odometer': 113490,
'odometer_reading_unit': '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 116D 2.0 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'WBA1C72000J127209',
'year': 2012}
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG12%2520CXF%27 HTTP/1.1" 200 None
2026-03-30 06:03:57 [bca.uk] INFO: Saving data for FG12%20CXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622433.206739, 'last_price_update_time': 1774850637.363527}
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG12%2520CXF') HTTP/1.1" 204 0
2026-03-30 06:03:57 [bca.uk] INFO: Found listing with ID: WV68%20XXZ
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV68%2520XXZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:57 [bca.uk] INFO: Scrape type for WV68%20XXZ: 2
2026-03-30 06:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2247d790-33ba-519d-b128-c1d430b2f0e9 with identifier: WV68%20XXZ
2026-03-30 06:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2247d790-33ba-519d-b128-c1d430b2f0e9 with scrape type 2
2026-03-30 06:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2247d790-33ba-519d-b128-c1d430b2f0e9 with scrape type 2
2026-03-30 06:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2247d790-33ba-519d-b128-c1d430b2f0e9, identifier: WV68%20XXZ
2026-03-30 06:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2247d790-33ba-519d-b128-c1d430b2f0e9 with identifier: WV68%20XXZ
2026-03-30 06:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2247d790-33ba-519d-b128-c1d430b2f0e9 with identifier: WV68%20XXZ
2026-03-30 06:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2247d790-33ba-519d-b128-c1d430b2f0e9 with identifier: WV68%20XXZ to the API
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:03:57 [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': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV68%20XXZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2247d790-33ba-519d-b128-c1d430b2f0e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV68 XXZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV68%20XXZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'ASTRA TOURER',
'odometer': 96792,
'odometer_reading_unit': '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 110 ECOTEC TECH LINE S/S Estate',
'transmission': 'manual',
'trim': 'CDTI 110 ECOTEC TECH LINE S/S',
'vin': 'W0VBD8EN5K8000473',
'year': 2018}
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV68%2520XXZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:57 [bca.uk] INFO: Saving data for WV68%20XXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774437760.299646, 'last_price_update_time': 1774850637.957168}
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV68%2520XXZ') HTTP/1.1" 204 0
2026-03-30 06:03:57 [bca.uk] INFO: Found listing with ID: BD64%20HBE
2026-03-30 06:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD64%2520HBE%27 HTTP/1.1" 200 None
2026-03-30 06:03:57 [bca.uk] INFO: Scrape type for BD64%20HBE: 0
2026-03-30 06:03:57 [bca.uk] INFO: Found listing with ID: HK64%20KPR
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK64%2520KPR%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for HK64%20KPR: 0
2026-03-30 06:03:58 [bca.uk] INFO: Found listing with ID: MA16%20WKP
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA16%2520WKP%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for MA16%20WKP: 0
2026-03-30 06:03:58 [bca.uk] INFO: Found listing with ID: WF61%20JZG
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF61%2520JZG%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for WF61%20JZG: 0
2026-03-30 06:03:58 [bca.uk] INFO: Found listing with ID: VK67%20KFZ
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK67%2520KFZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for VK67%20KFZ: 0
2026-03-30 06:03:58 [bca.uk] INFO: Found listing with ID: VX67%20UYY
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX67%2520UYY%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for VX67%20UYY: 0
2026-03-30 06:03:58 [bca.uk] INFO: Found listing with ID: BW15%20UPM
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW15%2520UPM%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for BW15%20UPM: 0
2026-03-30 06:03:58 [bca.uk] INFO: Found listing with ID: DY64%20FEV
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY64%2520FEV%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for DY64%20FEV: 0
2026-03-30 06:03:58 [bca.uk] INFO: Found listing with ID: NV15%20TXJ
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV15%2520TXJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for NV15%20TXJ: 2
2026-03-30 06:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e082772-b031-51f8-975a-dc4b6e33af74 with identifier: NV15%20TXJ
2026-03-30 06:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e082772-b031-51f8-975a-dc4b6e33af74 with scrape type 2
2026-03-30 06:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e082772-b031-51f8-975a-dc4b6e33af74 with scrape type 2
2026-03-30 06:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e082772-b031-51f8-975a-dc4b6e33af74, identifier: NV15%20TXJ
2026-03-30 06:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e082772-b031-51f8-975a-dc4b6e33af74 with identifier: NV15%20TXJ
2026-03-30 06:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e082772-b031-51f8-975a-dc4b6e33af74 with identifier: NV15%20TXJ
2026-03-30 06:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e082772-b031-51f8-975a-dc4b6e33af74 with identifier: NV15%20TXJ to the API
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:58 [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': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV15%20TXJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5e082772-b031-51f8-975a-dc4b6e33af74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NV15 TXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV15%20TXJ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'SMART',
'model': 'FORFOUR',
'odometer': 66811,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'SMART FORFOUR 1.0 71 EDITION #1 Hatchback',
'transmission': 'manual',
'trim': '71 EDITION #1',
'vin': 'WME4530422Y020999',
'year': 2015}
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV15%2520TXJ%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Saving data for NV15%20TXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774621602.83893, 'last_price_update_time': 1774850638.581109}
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV15%2520TXJ') HTTP/1.1" 204 0
2026-03-30 06:03:58 [bca.uk] INFO: Found listing with ID: RA16%20FGU
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA16%2520FGU%27 HTTP/1.1" 200 None
2026-03-30 06:03:58 [bca.uk] INFO: Scrape type for RA16%20FGU: 2
2026-03-30 06:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1c98fbb-c9fb-52a8-976a-87f0dee70a52 with identifier: RA16%20FGU
2026-03-30 06:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1c98fbb-c9fb-52a8-976a-87f0dee70a52 with scrape type 2
2026-03-30 06:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1c98fbb-c9fb-52a8-976a-87f0dee70a52 with scrape type 2
2026-03-30 06:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1c98fbb-c9fb-52a8-976a-87f0dee70a52, identifier: RA16%20FGU
2026-03-30 06:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1c98fbb-c9fb-52a8-976a-87f0dee70a52 with identifier: RA16%20FGU
2026-03-30 06:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1c98fbb-c9fb-52a8-976a-87f0dee70a52 with identifier: RA16%20FGU
2026-03-30 06:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1c98fbb-c9fb-52a8-976a-87f0dee70a52 with identifier: RA16%20FGU to the API
2026-03-30 06:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:59 [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': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA16%20FGU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a1c98fbb-c9fb-52a8-976a-87f0dee70a52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA16 FGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA16%20FGU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 94126,
'odometer_reading_unit': '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 SRI Hatchback',
'transmission': 'manual',
'trim': 'T 12V 105 E/F SRI',
'vin': 'W0LBF6EA1GG116531',
'year': 2016}
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA16%2520FGU%27 HTTP/1.1" 200 None
2026-03-30 06:03:59 [bca.uk] INFO: Saving data for RA16%20FGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774649148.968266, 'last_price_update_time': 1774850639.087873}
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA16%2520FGU') HTTP/1.1" 204 0
2026-03-30 06:03:59 [bca.uk] INFO: Found listing with ID: AK58%20WFA
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK58%2520WFA%27 HTTP/1.1" 200 None
2026-03-30 06:03:59 [bca.uk] INFO: Scrape type for AK58%20WFA: 0
2026-03-30 06:03:59 [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-30 06:03:59 [bca.uk] INFO: Total items found: 100
2026-03-30 06:03:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded
2026-03-30 06:03:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:03:59 [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-30 06:03:59 [bca.uk] INFO: Found listing with ID: RO06%20OCF
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO06%2520OCF%27 HTTP/1.1" 200 None
2026-03-30 06:03:59 [bca.uk] INFO: Scrape type for RO06%20OCF: 0
2026-03-30 06:03:59 [bca.uk] INFO: Found listing with ID: RX13%20YNL
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX13%2520YNL%27 HTTP/1.1" 200 None
2026-03-30 06:03:59 [bca.uk] INFO: Scrape type for RX13%20YNL: 0
2026-03-30 06:03:59 [bca.uk] INFO: Found listing with ID: SO10%20SJD
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SO10%2520SJD%27 HTTP/1.1" 200 None
2026-03-30 06:03:59 [bca.uk] INFO: Scrape type for SO10%20SJD: 2
2026-03-30 06:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fd46c68-b40e-54eb-a7af-3446edb40948 with identifier: SO10%20SJD
2026-03-30 06:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fd46c68-b40e-54eb-a7af-3446edb40948 with scrape type 2
2026-03-30 06:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fd46c68-b40e-54eb-a7af-3446edb40948 with scrape type 2
2026-03-30 06:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fd46c68-b40e-54eb-a7af-3446edb40948, identifier: SO10%20SJD
2026-03-30 06:03:59 [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-30 06:03:59 [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-30 06:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fd46c68-b40e-54eb-a7af-3446edb40948 with identifier: SO10%20SJD
2026-03-30 06:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fd46c68-b40e-54eb-a7af-3446edb40948 with identifier: SO10%20SJD
2026-03-30 06:03:59 [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-30 06:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:03:59 [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': 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-30T10: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-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SO10%2520SJD%27 HTTP/1.1" 200 None
2026-03-30 06:03:59 [bca.uk] INFO: Saving data for SO10%20SJD: {'auction_closing_time': 1774864800.0, 'created_time': 1774352697.336048, 'last_price_update_time': 1774850639.872525}
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:03:59 [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-30 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-30 06:03:59 [bca.uk] INFO: Found listing with ID: LL12%20WDZ
2026-03-30 06:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL12%2520WDZ%27 HTTP/1.1" 200 None
2026-03-30 06:03:59 [bca.uk] INFO: Scrape type for LL12%20WDZ: 2
2026-03-30 06:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e898af4-e858-5897-b52c-fef901886949 with identifier: LL12%20WDZ
2026-03-30 06:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e898af4-e858-5897-b52c-fef901886949 with scrape type 2
2026-03-30 06:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e898af4-e858-5897-b52c-fef901886949 with scrape type 2
2026-03-30 06:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e898af4-e858-5897-b52c-fef901886949, identifier: LL12%20WDZ
2026-03-30 06:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e898af4-e858-5897-b52c-fef901886949 with identifier: LL12%20WDZ
2026-03-30 06:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e898af4-e858-5897-b52c-fef901886949 with identifier: LL12%20WDZ
2026-03-30 06:04:00 [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-30 06:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:04:00 [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': 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-30T10: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-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL12%2520WDZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Saving data for LL12%20WDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563816.87202, 'last_price_update_time': 1774850640.395229}
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [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-30 06:04:00 [bca.uk] INFO: Found listing with ID: PE68%20XAZ
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520XAZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for PE68%20XAZ: 0
2026-03-30 06:04:00 [bca.uk] INFO: Found listing with ID: YG18%20UUV
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG18%2520UUV%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for YG18%20UUV: 0
2026-03-30 06:04:00 [bca.uk] INFO: Found listing with ID: LT63%20TWG
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT63%2520TWG%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for LT63%20TWG: 0
2026-03-30 06:04:00 [bca.uk] INFO: Found listing with ID: YE64%20WBN
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520WBN%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for YE64%20WBN: 0
2026-03-30 06:04:00 [bca.uk] INFO: Found listing with ID: YH15%20YYU
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520YYU%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for YH15%20YYU: 0
2026-03-30 06:04:00 [bca.uk] INFO: Found listing with ID: YE16%20BNZ
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE16%2520BNZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for YE16%20BNZ: 0
2026-03-30 06:04:00 [bca.uk] INFO: Found listing with ID: AO67%20AHU
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO67%2520AHU%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for AO67%20AHU: 0
2026-03-30 06:04:00 [bca.uk] INFO: Found listing with ID: AX15%20GHV
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520GHV%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for AX15%20GHV: 0
2026-03-30 06:04:00 [bca.uk] INFO: Found listing with ID: BL14%20HCA
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL14%2520HCA%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Scrape type for BL14%20HCA: 2
2026-03-30 06:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc87a103-61cf-5611-abda-a758b3ec48c0 with identifier: BL14%20HCA
2026-03-30 06:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc87a103-61cf-5611-abda-a758b3ec48c0 with scrape type 2
2026-03-30 06:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc87a103-61cf-5611-abda-a758b3ec48c0 with scrape type 2
2026-03-30 06:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc87a103-61cf-5611-abda-a758b3ec48c0, identifier: BL14%20HCA
2026-03-30 06:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc87a103-61cf-5611-abda-a758b3ec48c0 with identifier: BL14%20HCA
2026-03-30 06:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc87a103-61cf-5611-abda-a758b3ec48c0 with identifier: BL14%20HCA
2026-03-30 06:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc87a103-61cf-5611-abda-a758b3ec48c0 with identifier: BL14%20HCA to the API
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:04:00 [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=BL14%20HCA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bc87a103-61cf-5611-abda-a758b3ec48c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BL14 HCA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL14%20HCA&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 104297,
'odometer_reading_unit': '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 ACTIVE MPV',
'transmission': 'manual',
'trim': 'E-HDI ACTIVE',
'vin': 'VF3CU9HP0EY068311',
'year': 2014}
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL14%2520HCA%27 HTTP/1.1" 200 None
2026-03-30 06:04:00 [bca.uk] INFO: Saving data for BL14%20HCA: {'auction_closing_time': 1774864800.0, 'created_time': 1774610851.026324, 'last_price_update_time': 1774850640.998158}
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL14%2520HCA') HTTP/1.1" 204 0
2026-03-30 06:04:01 [bca.uk] INFO: Found listing with ID: SE14%20HLX
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE14%2520HLX%27 HTTP/1.1" 200 None
2026-03-30 06:04:01 [bca.uk] INFO: Scrape type for SE14%20HLX: 2
2026-03-30 06:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2121c250-ca94-52df-92e0-7e2a797132c6 with identifier: SE14%20HLX
2026-03-30 06:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2121c250-ca94-52df-92e0-7e2a797132c6 with scrape type 2
2026-03-30 06:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2121c250-ca94-52df-92e0-7e2a797132c6 with scrape type 2
2026-03-30 06:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2121c250-ca94-52df-92e0-7e2a797132c6, identifier: SE14%20HLX
2026-03-30 06:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2121c250-ca94-52df-92e0-7e2a797132c6 with identifier: SE14%20HLX
2026-03-30 06:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2121c250-ca94-52df-92e0-7e2a797132c6 with identifier: SE14%20HLX
2026-03-30 06:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2121c250-ca94-52df-92e0-7e2a797132c6 with identifier: SE14%20HLX to the API
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:04:01 [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': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE14%20HLX-GB',
'category': 'Car',
'color': 'multicoloured',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2121c250-ca94-52df-92e0-7e2a797132c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE14 HLX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE14%20HLX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FIAT',
'model': 'PANDA',
'odometer': 94843,
'odometer_reading_unit': '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 PANDA 0.9 T/AIR 85 4X4 Hatchback',
'transmission': 'manual',
'trim': 'T/AIR 85 4X4',
'vin': 'ZFA31200003251212',
'year': 2014}
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE14%2520HLX%27 HTTP/1.1" 200 None
2026-03-30 06:04:01 [bca.uk] INFO: Saving data for SE14%20HLX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534770.843797, 'last_price_update_time': 1774850641.57844}
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE14%2520HLX') HTTP/1.1" 204 0
2026-03-30 06:04:01 [bca.uk] INFO: Found listing with ID: SW15%20DBY
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW15%2520DBY%27 HTTP/1.1" 200 None
2026-03-30 06:04:01 [bca.uk] INFO: Scrape type for SW15%20DBY: 2
2026-03-30 06:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81eca818-7981-52da-a4bf-8ee513627588 with identifier: SW15%20DBY
2026-03-30 06:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81eca818-7981-52da-a4bf-8ee513627588 with scrape type 2
2026-03-30 06:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81eca818-7981-52da-a4bf-8ee513627588 with scrape type 2
2026-03-30 06:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81eca818-7981-52da-a4bf-8ee513627588, identifier: SW15%20DBY
2026-03-30 06:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81eca818-7981-52da-a4bf-8ee513627588 with identifier: SW15%20DBY
2026-03-30 06:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81eca818-7981-52da-a4bf-8ee513627588 with identifier: SW15%20DBY
2026-03-30 06:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81eca818-7981-52da-a4bf-8ee513627588 with identifier: SW15%20DBY to the API
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:04:02 [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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW15%20DBY-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '81eca818-7981-52da-a4bf-8ee513627588',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW15 DBY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW15%20DBY&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'SKODA',
'model': 'ROOMSTER',
'odometer': 124931,
'odometer_reading_unit': '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.2 TSI 86 SE MPV',
'transmission': 'manual',
'trim': 'TSI 86 SE',
'vin': 'TMBPM65J2F5030135',
'year': 2015}
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW15%2520DBY%27 HTTP/1.1" 200 None
2026-03-30 06:04:02 [bca.uk] INFO: Saving data for SW15%20DBY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535934.108461, 'last_price_update_time': 1774850642.061089}
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW15%2520DBY') HTTP/1.1" 204 0
2026-03-30 06:04:02 [bca.uk] INFO: Found listing with ID: V888%20KPD
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V888%2520KPD%27 HTTP/1.1" 200 None
2026-03-30 06:04:02 [bca.uk] INFO: Scrape type for V888%20KPD: 2
2026-03-30 06:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f0e6b6b-64d3-51f8-9b48-f141f5c7fead with identifier: V888%20KPD
2026-03-30 06:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f0e6b6b-64d3-51f8-9b48-f141f5c7fead with scrape type 2
2026-03-30 06:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f0e6b6b-64d3-51f8-9b48-f141f5c7fead with scrape type 2
2026-03-30 06:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f0e6b6b-64d3-51f8-9b48-f141f5c7fead, identifier: V888%20KPD
2026-03-30 06:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f0e6b6b-64d3-51f8-9b48-f141f5c7fead with identifier: V888%20KPD
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=yellow HTTP/1.1" 200 None
2026-03-30 06:04:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f0e6b6b-64d3-51f8-9b48-f141f5c7fead with identifier: V888%20KPD
2026-03-30 06:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f0e6b6b-64d3-51f8-9b48-f141f5c7fead with identifier: V888%20KPD to the API
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:04:02 [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': 191,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V888%20KPD-GB',
'category': 'Car',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0f0e6b6b-64d3-51f8-9b48-f141f5c7fead',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'V888 KPD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=V888%20KPD&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MERCEDES-BENZ',
'model': 'CLA35 AMG S/B',
'odometer': 51076,
'odometer_reading_unit': '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 CLA35 AMG S/B 2.0 4MATIC PREMIUM PLUS DCT Estate',
'transmission': 'automatic',
'trim': '4MATIC PREMIUM PLUS DCT',
'vin': 'W1K1186512N159881',
'year': 2020}
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V888%2520KPD%27 HTTP/1.1" 200 None
2026-03-30 06:04:02 [bca.uk] INFO: Saving data for V888%20KPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774622397.617395, 'last_price_update_time': 1774850642.684991}
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V888%2520KPD') HTTP/1.1" 204 0
2026-03-30 06:04:02 [bca.uk] INFO: Found listing with ID: YA65%20UKW
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA65%2520UKW%27 HTTP/1.1" 200 None
2026-03-30 06:04:02 [bca.uk] INFO: Scrape type for YA65%20UKW: 0
2026-03-30 06:04:02 [bca.uk] INFO: Found listing with ID: YS64%20XOK
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS64%2520XOK%27 HTTP/1.1" 200 None
2026-03-30 06:04:02 [bca.uk] INFO: Scrape type for YS64%20XOK: 2
2026-03-30 06:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fe16b13-029f-5cec-95d2-eaad53328718 with identifier: YS64%20XOK
2026-03-30 06:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fe16b13-029f-5cec-95d2-eaad53328718 with scrape type 2
2026-03-30 06:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fe16b13-029f-5cec-95d2-eaad53328718 with scrape type 2
2026-03-30 06:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5fe16b13-029f-5cec-95d2-eaad53328718, identifier: YS64%20XOK
2026-03-30 06:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5fe16b13-029f-5cec-95d2-eaad53328718 with identifier: YS64%20XOK
2026-03-30 06:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5fe16b13-029f-5cec-95d2-eaad53328718 with identifier: YS64%20XOK
2026-03-30 06:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5fe16b13-029f-5cec-95d2-eaad53328718 with identifier: YS64%20XOK to the API
2026-03-30 06:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:04:03 [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': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS64%20XOK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5fe16b13-029f-5cec-95d2-eaad53328718',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS64 XOK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS64%20XOK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 91710,
'odometer_reading_unit': '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.6 GDI SE 2WD StationWagon',
'transmission': 'manual',
'trim': 'GDI SE 2WD',
'vin': 'TMAJU81ALFJ690962',
'year': 2015}
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS64%2520XOK%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Saving data for YS64%20XOK: {'auction_closing_time': 1774864800.0, 'created_time': 1774352656.987035, 'last_price_update_time': 1774850643.175837}
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS64%2520XOK') HTTP/1.1" 204 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: KD06%20PWY
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD06%2520PWY%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for KD06%20PWY: 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: YT60%20ORY
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT60%2520ORY%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for YT60%20ORY: 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: AO60%20TNJ
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO60%2520TNJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for AO60%20TNJ: 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: CE12%20XPW
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE12%2520XPW%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for CE12%20XPW: 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: GF62%20UBR
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF62%2520UBR%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for GF62%20UBR: 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: GY58%20YRU
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY58%2520YRU%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for GY58%20YRU: 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: MT61%20NXP
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT61%2520NXP%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for MT61%20NXP: 2
2026-03-30 06:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2380dc81-5e32-50ab-ac2e-77bfb0c5bf23 with identifier: MT61%20NXP
2026-03-30 06:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2380dc81-5e32-50ab-ac2e-77bfb0c5bf23 with scrape type 2
2026-03-30 06:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2380dc81-5e32-50ab-ac2e-77bfb0c5bf23 with scrape type 2
2026-03-30 06:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2380dc81-5e32-50ab-ac2e-77bfb0c5bf23, identifier: MT61%20NXP
2026-03-30 06:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2380dc81-5e32-50ab-ac2e-77bfb0c5bf23 with identifier: MT61%20NXP
2026-03-30 06:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2380dc81-5e32-50ab-ac2e-77bfb0c5bf23 with identifier: MT61%20NXP
2026-03-30 06:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2380dc81-5e32-50ab-ac2e-77bfb0c5bf23 with identifier: MT61%20NXP to the API
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:04:03 [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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT61%20NXP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2380dc81-5e32-50ab-ac2e-77bfb0c5bf23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT61 NXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT61%20NXP&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'KIA',
'model': 'RIO',
'odometer': 103610,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'KIA RIO 1.4 2 Hatchback',
'transmission': 'manual',
'trim': '2',
'vin': 'KNADN512LC6711341',
'year': 2011}
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT61%2520NXP%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Saving data for MT61%20NXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774535930.005374, 'last_price_update_time': 1774850643.825178}
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT61%2520NXP') HTTP/1.1" 204 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: PK58%20XAE
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK58%2520XAE%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for PK58%20XAE: 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: SK60%20OFB
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK60%2520OFB%27 HTTP/1.1" 200 None
2026-03-30 06:04:03 [bca.uk] INFO: Scrape type for SK60%20OFB: 0
2026-03-30 06:04:03 [bca.uk] INFO: Found listing with ID: YB63%20ZKP
2026-03-30 06:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520ZKP%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for YB63%20ZKP: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: BF08%20KPJ
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF08%2520KPJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for BF08%20KPJ: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: DE05%20BXV
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE05%2520BXV%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for DE05%20BXV: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: GJ58%20HSC
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ58%2520HSC%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for GJ58%20HSC: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: GN08%20YVR
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN08%2520YVR%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for GN08%20YVR: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: OY63%20EWL
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY63%2520EWL%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for OY63%20EWL: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: VO59%20ZFX
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO59%2520ZFX%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for VO59%20ZFX: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: CE56%20FYG
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE56%2520FYG%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for CE56%20FYG: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: FV62%20YZH
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520YZH%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for FV62%20YZH: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: NC06%20ENK
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520ENK%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for NC06%20ENK: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: RY03%20RYA
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY03%2520RYA%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for RY03%20RYA: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: YK60%20MHY
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK60%2520MHY%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for YK60%20MHY: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: KN13%20ZMX
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN13%2520ZMX%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for KN13%20ZMX: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: KR63%20YFY
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520YFY%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for KR63%20YFY: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: KS61%20VEM
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS61%2520VEM%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for KS61%20VEM: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: LO12%20SYJ
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO12%2520SYJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for LO12%20SYJ: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: LT11%20CZG
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT11%2520CZG%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for LT11%20CZG: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: LT15%20ODK
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520ODK%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for LT15%20ODK: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: NL61%20SUX
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520SUX%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for NL61%20SUX: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: OY57%20WCL
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY57%2520WCL%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for OY57%20WCL: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: RE62%20UHU
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520UHU%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for RE62%20UHU: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: AO63%20VKT
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520VKT%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for AO63%20VKT: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: DK65%20MLU
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520MLU%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for DK65%20MLU: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: EK61%20WNP
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520WNP%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for EK61%20WNP: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: EO14%20MLL
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520MLL%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for EO14%20MLL: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: FN13%20VTE
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520VTE%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for FN13%20VTE: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: GF12%20ZVG
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520ZVG%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for GF12%20ZVG: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: GJ14%20KEK
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ14%2520KEK%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for GJ14%20KEK: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: GL12%20SGX
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL12%2520SGX%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for GL12%20SGX: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: GV11%20WJM
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520WJM%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for GV11%20WJM: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: GY59%20BWK
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY59%2520BWK%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for GY59%20BWK: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: HG12%20NLX
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG12%2520NLX%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for HG12%20NLX: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: HK57%20KTP
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK57%2520KTP%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for HK57%20KTP: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: HK65%20ZWD
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for HK65%20ZWD: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: AJ62%20RFN
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ62%2520RFN%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for AJ62%20RFN: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: YG24%20RGT
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG24%2520RGT%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for YG24%20RGT: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: LD75%20AOL
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD75%2520AOL%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for LD75%20AOL: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: BP17%20UCL
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP17%2520UCL%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for BP17%20UCL: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: DV15%20DSO
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV15%2520DSO%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for DV15%20DSO: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: KV66%20KTA
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520KTA%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for KV66%20KTA: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: YB64%20PVZ
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB64%2520PVZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for YB64%20PVZ: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: YH65%20MFP
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH65%2520MFP%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for YH65%20MFP: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: HT10%20PCY
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT10%2520PCY%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for HT10%20PCY: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: RA66%20OVT
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520OVT%27 HTTP/1.1" 200 None
2026-03-30 06:04:04 [bca.uk] INFO: Scrape type for RA66%20OVT: 0
2026-03-30 06:04:04 [bca.uk] INFO: Found listing with ID: FN64%20MFZ
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN64%2520MFZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for FN64%20MFZ: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: KN15%20KNH
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN15%2520KNH%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for KN15%20KNH: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: SA68%20XMR
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA68%2520XMR%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for SA68%20XMR: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: MV68%20YPF
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV68%2520YPF%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for MV68%20YPF: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: FV64%20AUX
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV64%2520AUX%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for FV64%20AUX: 2
2026-03-30 06:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1285104-9d8d-53de-bcef-a2f1b227705e with identifier: FV64%20AUX
2026-03-30 06:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1285104-9d8d-53de-bcef-a2f1b227705e with scrape type 2
2026-03-30 06:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1285104-9d8d-53de-bcef-a2f1b227705e with scrape type 2
2026-03-30 06:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1285104-9d8d-53de-bcef-a2f1b227705e, identifier: FV64%20AUX
2026-03-30 06:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1285104-9d8d-53de-bcef-a2f1b227705e with identifier: FV64%20AUX
2026-03-30 06:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1285104-9d8d-53de-bcef-a2f1b227705e with identifier: FV64%20AUX
2026-03-30 06:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1285104-9d8d-53de-bcef-a2f1b227705e with identifier: FV64%20AUX to the API
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:04:05 [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': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV64%20AUX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1285104-9d8d-53de-bcef-a2f1b227705e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV64 AUX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV64%20AUX&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VAUXHALL',
'model': 'MERIVA',
'odometer': 89111,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VAUXHALL MERIVA 1.6 CDTI 136 TECH LINE MPV',
'transmission': 'manual',
'trim': 'CDTI 136 TECH LINE',
'vin': 'W0LSH9ES6F4002500',
'year': 2014}
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV64%2520AUX%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Saving data for FV64%20AUX: {'auction_closing_time': 1774864800.0, 'created_time': 1774362789.40265, 'last_price_update_time': 1774850645.674141}
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV64%2520AUX') HTTP/1.1" 204 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: GY64%20VCN
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY64%2520VCN%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for GY64%20VCN: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: FXZ%209529
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FXZ%25209529%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for FXZ%209529: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: YH09%20UFX
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH09%2520UFX%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for YH09%20UFX: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: YK02%20UWL
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK02%2520UWL%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for YK02%20UWL: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: N300%20GRA
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27N300%2520GRA%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for N300%20GRA: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: YE13%20NRJ
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE13%2520NRJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for YE13%20NRJ: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: OY11%20MFP
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY11%2520MFP%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for OY11%20MFP: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: PE59%20GHB
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE59%2520GHB%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for PE59%20GHB: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: PJ60%20OUY
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ60%2520OUY%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for PJ60%20OUY: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: PX16%20OFH
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX16%2520OFH%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for PX16%20OFH: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: SW59%20GZN
2026-03-30 06:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW59%2520GZN%27 HTTP/1.1" 200 None
2026-03-30 06:04:05 [bca.uk] INFO: Scrape type for SW59%20GZN: 0
2026-03-30 06:04:05 [bca.uk] INFO: Found listing with ID: VE14%20HHP
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE14%2520HHP%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for VE14%20HHP: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: WU66%20PXJ
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU66%2520PXJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for WU66%20PXJ: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: YH11%20CYZ
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH11%2520CYZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for YH11%20CYZ: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: YR63%20JXD
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR63%2520JXD%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for YR63%20JXD: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: CV65%20RRY
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV65%2520RRY%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for CV65%20RRY: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: DG14%20PDV
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG14%2520PDV%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for DG14%20PDV: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: DU13%20AUM
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU13%2520AUM%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for DU13%20AUM: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: EO62%20BFE
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO62%2520BFE%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for EO62%20BFE: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: FL10%20FKN
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL10%2520FKN%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for FL10%20FKN: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: MA60%20UTM
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA60%2520UTM%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for MA60%20UTM: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: MA61%20RWZ
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA61%2520RWZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for MA61%20RWZ: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: MF12%20NUV
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF12%2520NUV%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for MF12%20NUV: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: ML08%20UCY
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML08%2520UCY%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for ML08%20UCY: 0
2026-03-30 06:04:06 [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-30 06:04:06 [bca.uk] INFO: Total items found: 100
2026-03-30 06:04:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded
2026-03-30 06:04:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:04:06 [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-30 06:04:06 [bca.uk] INFO: Found listing with ID: MT12%20ZNR
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT12%2520ZNR%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for MT12%20ZNR: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: MT60%20JXW
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT60%2520JXW%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for MT60%20JXW: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: MW61%20AJO
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW61%2520AJO%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for MW61%20AJO: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: MW63%20EZT
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW63%2520EZT%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for MW63%20EZT: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: AJ11%20NFR
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ11%2520NFR%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for AJ11%20NFR: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: BJ59%20HKC
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ59%2520HKC%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for BJ59%20HKC: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: CE61%20YGC
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE61%2520YGC%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for CE61%20YGC: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: ME74%20ZGH
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ME74%2520ZGH%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for ME74%20ZGH: 0
2026-03-30 06:04:06 [bca.uk] INFO: Found listing with ID: PJ68%20AYD
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ68%2520AYD%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Scrape type for PJ68%20AYD: 2
2026-03-30 06:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d2cdd9b-103e-5d8d-ac18-3bf908918b6c with identifier: PJ68%20AYD
2026-03-30 06:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d2cdd9b-103e-5d8d-ac18-3bf908918b6c with scrape type 2
2026-03-30 06:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d2cdd9b-103e-5d8d-ac18-3bf908918b6c with scrape type 2
2026-03-30 06:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d2cdd9b-103e-5d8d-ac18-3bf908918b6c, identifier: PJ68%20AYD
2026-03-30 06:04:06 [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-30 06:04:06 [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-30 06:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d2cdd9b-103e-5d8d-ac18-3bf908918b6c with identifier: PJ68%20AYD
2026-03-30 06:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d2cdd9b-103e-5d8d-ac18-3bf908918b6c with identifier: PJ68%20AYD
2026-03-30 06:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d2cdd9b-103e-5d8d-ac18-3bf908918b6c with identifier: PJ68%20AYD to the API
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ68%20AYD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2d2cdd9b-103e-5d8d-ac18-3bf908918b6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PJ68 AYD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ68%20AYD&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 52561,
'odometer_reading_unit': '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': 'U5YPK816WKL642477',
'year': 2018}
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ68%2520AYD%27 HTTP/1.1" 200 None
2026-03-30 06:04:06 [bca.uk] INFO: Saving data for PJ68%20AYD: {'auction_closing_time': 1774864800.0, 'created_time': 1774735558.488572, 'last_price_update_time': 1774850646.989068}
2026-03-30 06:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ68%2520AYD') HTTP/1.1" 204 0
2026-03-30 06:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:04:07 [bca.uk] INFO: Found listing with ID: KE19%20ODG
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE19%2520ODG%27 HTTP/1.1" 200 None
2026-03-30 06:04:07 [bca.uk] INFO: Scrape type for KE19%20ODG: 0
2026-03-30 06:04:07 [bca.uk] INFO: Found listing with ID: DF18%20UUA
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF18%2520UUA%27 HTTP/1.1" 200 None
2026-03-30 06:04:07 [bca.uk] INFO: Scrape type for DF18%20UUA: 0
2026-03-30 06:04:07 [bca.uk] INFO: Found listing with ID: KM68%20WZP
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM68%2520WZP%27 HTTP/1.1" 200 None
2026-03-30 06:04:07 [bca.uk] INFO: Scrape type for KM68%20WZP: 2
2026-03-30 06:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d54b4bf4-6a42-5bbf-9d35-a64946d22272 with identifier: KM68%20WZP
2026-03-30 06:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d54b4bf4-6a42-5bbf-9d35-a64946d22272 with scrape type 2
2026-03-30 06:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d54b4bf4-6a42-5bbf-9d35-a64946d22272 with scrape type 2
2026-03-30 06:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d54b4bf4-6a42-5bbf-9d35-a64946d22272, identifier: KM68%20WZP
2026-03-30 06:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d54b4bf4-6a42-5bbf-9d35-a64946d22272 with identifier: KM68%20WZP
2026-03-30 06:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d54b4bf4-6a42-5bbf-9d35-a64946d22272 with identifier: KM68%20WZP
2026-03-30 06:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d54b4bf4-6a42-5bbf-9d35-a64946d22272 with identifier: KM68%20WZP to the API
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM68%20WZP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd54b4bf4-6a42-5bbf-9d35-a64946d22272',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM68 WZP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM68%20WZP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 53478,
'odometer_reading_unit': '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 LUXURY StationWagon',
'transmission': 'automatic',
'trim': 'SD4 240 HSE LUXURY',
'vin': 'SALCA2AN3KH785353',
'year': 2018}
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM68%2520WZP%27 HTTP/1.1" 200 None
2026-03-30 06:04:07 [bca.uk] INFO: Saving data for KM68%20WZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774735626.037561, 'last_price_update_time': 1774850647.56614}
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM68%2520WZP') HTTP/1.1" 204 0
2026-03-30 06:04:07 [bca.uk] INFO: Found listing with ID: PN68%20BZB
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN68%2520BZB%27 HTTP/1.1" 200 None
2026-03-30 06:04:07 [bca.uk] INFO: Scrape type for PN68%20BZB: 0
2026-03-30 06:04:07 [bca.uk] INFO: Found listing with ID: RRZ%209472
2026-03-30 06:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RRZ%25209472%27 HTTP/1.1" 200 None
2026-03-30 06:04:07 [bca.uk] INFO: Scrape type for RRZ%209472: 2
2026-03-30 06:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 130e6721-c1dd-53a1-948d-9d8e194c32de with identifier: RRZ%209472
2026-03-30 06:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 130e6721-c1dd-53a1-948d-9d8e194c32de with scrape type 2
2026-03-30 06:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 130e6721-c1dd-53a1-948d-9d8e194c32de with scrape type 2
2026-03-30 06:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 130e6721-c1dd-53a1-948d-9d8e194c32de, identifier: RRZ%209472
2026-03-30 06:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 130e6721-c1dd-53a1-948d-9d8e194c32de with identifier: RRZ%209472
2026-03-30 06:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 130e6721-c1dd-53a1-948d-9d8e194c32de with identifier: RRZ%209472
2026-03-30 06:04:07 [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-30 06:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30T10: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-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RRZ%25209472%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Saving data for RRZ%209472: {'auction_closing_time': 1774864800.0, 'created_time': 1774448510.576743, 'last_price_update_time': 1774850648.055171}
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:08 [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-30 06:04:08 [bca.uk] INFO: Found listing with ID: PG73%20AHU
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PG73%2520AHU%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for PG73%20AHU: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: WHZ%203609
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WHZ%25203609%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for WHZ%203609: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: MJ15%20GNK
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ15%2520GNK%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for MJ15%20GNK: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: PJ66%20DPK
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ66%2520DPK%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for PJ66%20DPK: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: PK16%20BGU
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK16%2520BGU%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for PK16%20BGU: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: SHZ%204847
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SHZ%25204847%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for SHZ%204847: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: DF14%20ENO
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF14%2520ENO%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for DF14%20ENO: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: DF59%20HXA
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF59%2520HXA%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for DF59%20HXA: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: EGZ%203015
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EGZ%25203015%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for EGZ%203015: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: HW67%20GWK
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HW67%2520GWK%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for HW67%20GWK: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: MA66%20FNM
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA66%2520FNM%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for MA66%20FNM: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: PF60%20FKN
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF60%2520FKN%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for PF60%20FKN: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: VEZ%207096
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VEZ%25207096%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for VEZ%207096: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: AF16%20WXA
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF16%2520WXA%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for AF16%20WXA: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: DSZ%207504
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DSZ%25207504%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for DSZ%207504: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: FG67%20GJU
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG67%2520GJU%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for FG67%20GJU: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: ST19%20CBF
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST19%2520CBF%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for ST19%20CBF: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: WG67%20KDZ
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG67%2520KDZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for WG67%20KDZ: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: WHZ%208143
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WHZ%25208143%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for WHZ%208143: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: YB18%20HGA
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB18%2520HGA%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for YB18%20HGA: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: YH66%20USG
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH66%2520USG%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for YH66%20USG: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: YR15%20BJV
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR15%2520BJV%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for YR15%20BJV: 0
2026-03-30 06:04:08 [bca.uk] INFO: Found listing with ID: YR64%20ZFO
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR64%2520ZFO%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Scrape type for YR64%20ZFO: 2
2026-03-30 06:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with identifier: YR64%20ZFO
2026-03-30 06:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with scrape type 2
2026-03-30 06:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with scrape type 2
2026-03-30 06:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43, identifier: YR64%20ZFO
2026-03-30 06:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with identifier: YR64%20ZFO
2026-03-30 06:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dbf34ee-7e26-5e90-8c28-9e7b77e59d43 with identifier: YR64%20ZFO
2026-03-30 06:04:08 [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-30 06:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30T10: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-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR64%2520ZFO%27 HTTP/1.1" 200 None
2026-03-30 06:04:08 [bca.uk] INFO: Saving data for YR64%20ZFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563405.756946, 'last_price_update_time': 1774850648.974782}
2026-03-30 06:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:08 [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-30 06:04:09 [bca.uk] INFO: Found listing with ID: CK15%20AEP
2026-03-30 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK15%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:04:09 [bca.uk] INFO: Scrape type for CK15%20AEP: 0
2026-03-30 06:04:09 [bca.uk] INFO: Found listing with ID: DA66%20OXP
2026-03-30 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA66%2520OXP%27 HTTP/1.1" 200 None
2026-03-30 06:04:09 [bca.uk] INFO: Scrape type for DA66%20OXP: 0
2026-03-30 06:04:09 [bca.uk] INFO: Found listing with ID: DE14%20WTA
2026-03-30 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE14%2520WTA%27 HTTP/1.1" 200 None
2026-03-30 06:04:09 [bca.uk] INFO: Scrape type for DE14%20WTA: 0
2026-03-30 06:04:09 [bca.uk] INFO: Found listing with ID: DE64%20TVD
2026-03-30 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE64%2520TVD%27 HTTP/1.1" 200 None
2026-03-30 06:04:09 [bca.uk] INFO: Scrape type for DE64%20TVD: 2
2026-03-30 06:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with identifier: DE64%20TVD
2026-03-30 06:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with scrape type 2
2026-03-30 06:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with scrape type 2
2026-03-30 06:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a, identifier: DE64%20TVD
2026-03-30 06:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with identifier: DE64%20TVD
2026-03-30 06:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 957ea5a8-9e55-5bf0-8cdc-c7e456d4954a with identifier: DE64%20TVD
2026-03-30 06:04:09 [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-30 06:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:09 [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': 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-30T10: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-30 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE64%2520TVD%27 HTTP/1.1" 200 None
2026-03-30 06:04:09 [bca.uk] INFO: Saving data for DE64%20TVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651041.57988, 'last_price_update_time': 1774850649.637667}
2026-03-30 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:09 [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-30 06:04:09 [bca.uk] INFO: Found listing with ID: DV64%20UBN
2026-03-30 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV64%2520UBN%27 HTTP/1.1" 200 None
2026-03-30 06:04:09 [bca.uk] INFO: Scrape type for DV64%20UBN: 0
2026-03-30 06:04:09 [bca.uk] INFO: Found listing with ID: FD16%20VWM
2026-03-30 06:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD16%2520VWM%27 HTTP/1.1" 200 None
2026-03-30 06:04:09 [bca.uk] INFO: Scrape type for FD16%20VWM: 2
2026-03-30 06:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed7f3eb0-630c-5b51-b4e9-4a4732a4d6a3 with identifier: FD16%20VWM
2026-03-30 06:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed7f3eb0-630c-5b51-b4e9-4a4732a4d6a3 with scrape type 2
2026-03-30 06:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed7f3eb0-630c-5b51-b4e9-4a4732a4d6a3 with scrape type 2
2026-03-30 06:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed7f3eb0-630c-5b51-b4e9-4a4732a4d6a3, identifier: FD16%20VWM
2026-03-30 06:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed7f3eb0-630c-5b51-b4e9-4a4732a4d6a3 with identifier: FD16%20VWM
2026-03-30 06:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed7f3eb0-630c-5b51-b4e9-4a4732a4d6a3 with identifier: FD16%20VWM
2026-03-30 06:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed7f3eb0-630c-5b51-b4e9-4a4732a4d6a3 with identifier: FD16%20VWM to the API
2026-03-30 06:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD16%20VWM-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ed7f3eb0-630c-5b51-b4e9-4a4732a4d6a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FD16 VWM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD16%20VWM&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 76059,
'odometer_reading_unit': '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': 'WF0JXXWPCJGB33925',
'year': 2016}
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD16%2520VWM%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Saving data for FD16%20VWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774362650.594099, 'last_price_update_time': 1774850650.093531}
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD16%2520VWM') HTTP/1.1" 204 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: FL16%20CWO
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL16%2520CWO%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for FL16%20CWO: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: GV65%20GPK
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV65%2520GPK%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for GV65%20GPK: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: HY65%20KRJ
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY65%2520KRJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for HY65%20KRJ: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: M70%20ODE
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M70%2520ODE%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for M70%20ODE: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: PY14%20EBA
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY14%2520EBA%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for PY14%20EBA: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: SH64%20FFB
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH64%2520FFB%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for SH64%20FFB: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: AE16%20SPZ
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE16%2520SPZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for AE16%20SPZ: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: CU54%20OFO
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU54%2520OFO%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for CU54%20OFO: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: GL61%20YHO
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL61%2520YHO%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for GL61%20YHO: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: VN17%20XYT
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN17%2520XYT%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for VN17%20XYT: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: ASZ%205349
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ASZ%25205349%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for ASZ%205349: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: FE04%20PMY
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE04%2520PMY%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for FE04%20PMY: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: OY12%20WFC
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY12%2520WFC%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for OY12%20WFC: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: YY15%20GXL
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY15%2520GXL%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for YY15%20GXL: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: WJ68%20YNB
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ68%2520YNB%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for WJ68%20YNB: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: YH19%20LVV
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH19%2520LVV%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for YH19%20LVV: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: EA18%20YDV
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA18%2520YDV%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for EA18%20YDV: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: OO67%20KEZ
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OO67%2520KEZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for OO67%20KEZ: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: RF68%20YKB
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF68%2520YKB%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for RF68%20YKB: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: EF03%20CXR
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF03%2520CXR%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for EF03%20CXR: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: LK18%20UPR
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK18%2520UPR%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for LK18%20UPR: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: KK15%20GPV
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KK15%2520GPV%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for KK15%20GPV: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: SV15%20VVF
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV15%2520VVF%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for SV15%20VVF: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: LK66%20RLX
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK66%2520RLX%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for LK66%20RLX: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: MJ65%20XFP
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ65%2520XFP%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for MJ65%20XFP: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: SM70%20LKK
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM70%2520LKK%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for SM70%20LKK: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: AJ17%20HXL
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ17%2520HXL%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for AJ17%20HXL: 0
2026-03-30 06:04:10 [bca.uk] INFO: Found listing with ID: AO65%20YFV
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO65%2520YFV%27 HTTP/1.1" 200 None
2026-03-30 06:04:10 [bca.uk] INFO: Scrape type for AO65%20YFV: 2
2026-03-30 06:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c086f0cc-20a2-5edc-bbc4-a973e4d18df4 with identifier: AO65%20YFV
2026-03-30 06:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c086f0cc-20a2-5edc-bbc4-a973e4d18df4 with scrape type 2
2026-03-30 06:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c086f0cc-20a2-5edc-bbc4-a973e4d18df4 with scrape type 2
2026-03-30 06:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c086f0cc-20a2-5edc-bbc4-a973e4d18df4, identifier: AO65%20YFV
2026-03-30 06:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c086f0cc-20a2-5edc-bbc4-a973e4d18df4 with identifier: AO65%20YFV
2026-03-30 06:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c086f0cc-20a2-5edc-bbc4-a973e4d18df4 with identifier: AO65%20YFV
2026-03-30 06:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c086f0cc-20a2-5edc-bbc4-a973e4d18df4 with identifier: AO65%20YFV to the API
2026-03-30 06:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO65%20YFV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c086f0cc-20a2-5edc-bbc4-a973e4d18df4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO65 YFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO65%20YFV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 108180,
'odometer_reading_unit': '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 LIMITED ED. Hatchback',
'transmission': 'manual',
'trim': '90 LIMITED ED.',
'vin': 'W0L0XEP08F6091335',
'year': 2015}
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO65%2520YFV%27 HTTP/1.1" 200 None
2026-03-30 06:04:11 [bca.uk] INFO: Saving data for AO65%20YFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774044902.837516, 'last_price_update_time': 1774850651.108304}
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO65%2520YFV') HTTP/1.1" 204 0
2026-03-30 06:04:11 [bca.uk] INFO: Found listing with ID: EY18%20ZXV
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY18%2520ZXV%27 HTTP/1.1" 200 None
2026-03-30 06:04:11 [bca.uk] INFO: Scrape type for EY18%20ZXV: 2
2026-03-30 06:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0be79321-cec5-5a89-9eb7-debe5a80310a with identifier: EY18%20ZXV
2026-03-30 06:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0be79321-cec5-5a89-9eb7-debe5a80310a with scrape type 2
2026-03-30 06:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0be79321-cec5-5a89-9eb7-debe5a80310a with scrape type 2
2026-03-30 06:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0be79321-cec5-5a89-9eb7-debe5a80310a, identifier: EY18%20ZXV
2026-03-30 06:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0be79321-cec5-5a89-9eb7-debe5a80310a with identifier: EY18%20ZXV
2026-03-30 06:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0be79321-cec5-5a89-9eb7-debe5a80310a with identifier: EY18%20ZXV
2026-03-30 06:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0be79321-cec5-5a89-9eb7-debe5a80310a with identifier: EY18%20ZXV to the API
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY18%20ZXV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0be79321-cec5-5a89-9eb7-debe5a80310a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY18 ZXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY18%20ZXV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 120582,
'odometer_reading_unit': '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.2 T 115 EXCEL Hatchback',
'transmission': 'automatic',
'trim': 'T 115 EXCEL',
'vin': 'NMTKY3BX10R011422',
'year': 2018}
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY18%2520ZXV%27 HTTP/1.1" 200 None
2026-03-30 06:04:11 [bca.uk] INFO: Saving data for EY18%20ZXV: {'auction_closing_time': 1774864800.0, 'created_time': 1774391946.442806, 'last_price_update_time': 1774850651.678574}
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY18%2520ZXV') HTTP/1.1" 204 0
2026-03-30 06:04:11 [bca.uk] INFO: Found listing with ID: HV15%20WJD
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV15%2520WJD%27 HTTP/1.1" 200 None
2026-03-30 06:04:11 [bca.uk] INFO: Scrape type for HV15%20WJD: 0
2026-03-30 06:04:11 [bca.uk] INFO: Found listing with ID: KM62%20FPV
2026-03-30 06:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM62%2520FPV%27 HTTP/1.1" 200 None
2026-03-30 06:04:11 [bca.uk] INFO: Scrape type for KM62%20FPV: 2
2026-03-30 06:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with identifier: KM62%20FPV
2026-03-30 06:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with scrape type 2
2026-03-30 06:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with scrape type 2
2026-03-30 06:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60, identifier: KM62%20FPV
2026-03-30 06:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with identifier: KM62%20FPV
2026-03-30 06:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c2b2f9f-cd69-5e22-95a1-5ab27a93ba60 with identifier: KM62%20FPV
2026-03-30 06:04:11 [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-30 06:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30T10: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-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM62%2520FPV%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Saving data for KM62%20FPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563399.222511, 'last_price_update_time': 1774850652.192928}
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:12 [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-30 06:04:12 [bca.uk] INFO: Found listing with ID: BG56%20VSO
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG56%2520VSO%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Scrape type for BG56%20VSO: 0
2026-03-30 06:04:12 [bca.uk] INFO: Found listing with ID: EN59%20JWZ
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN59%2520JWZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Scrape type for EN59%20JWZ: 0
2026-03-30 06:04:12 [bca.uk] INFO: Found listing with ID: GD10%20BNJ
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Scrape type for GD10%20BNJ: 0
2026-03-30 06:04:12 [bca.uk] INFO: Found listing with ID: GY62%20OLR
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY62%2520OLR%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Scrape type for GY62%20OLR: 2
2026-03-30 06:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with identifier: GY62%20OLR
2026-03-30 06:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with scrape type 2
2026-03-30 06:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with scrape type 2
2026-03-30 06:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154, identifier: GY62%20OLR
2026-03-30 06:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with identifier: GY62%20OLR
2026-03-30 06:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bef8d4e4-3f22-5f03-b9eb-8b5fe7792154 with identifier: GY62%20OLR
2026-03-30 06:04:12 [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-30 06:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30T10: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-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY62%2520OLR%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Saving data for GY62%20OLR: {'auction_closing_time': 1774864800.0, 'created_time': 1774563240.85338, 'last_price_update_time': 1774850652.705366}
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:12 [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-30 06:04:12 [bca.uk] INFO: Found listing with ID: LJ63%20JYB
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ63%2520JYB%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Scrape type for LJ63%20JYB: 0
2026-03-30 06:04:12 [bca.uk] INFO: Found listing with ID: LS06%20BVE
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS06%2520BVE%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Scrape type for LS06%20BVE: 0
2026-03-30 06:04:12 [bca.uk] INFO: Found listing with ID: LT10%20XJA
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT10%2520XJA%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Scrape type for LT10%20XJA: 0
2026-03-30 06:04:12 [bca.uk] INFO: Found listing with ID: LT64%20YWX
2026-03-30 06:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT64%2520YWX%27 HTTP/1.1" 200 None
2026-03-30 06:04:12 [bca.uk] INFO: Scrape type for LT64%20YWX: 2
2026-03-30 06:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200ad2a8-a649-58f5-a2d7-50a6932fd46b with identifier: LT64%20YWX
2026-03-30 06:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200ad2a8-a649-58f5-a2d7-50a6932fd46b with scrape type 2
2026-03-30 06:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 200ad2a8-a649-58f5-a2d7-50a6932fd46b with scrape type 2
2026-03-30 06:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 200ad2a8-a649-58f5-a2d7-50a6932fd46b, identifier: LT64%20YWX
2026-03-30 06:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 200ad2a8-a649-58f5-a2d7-50a6932fd46b with identifier: LT64%20YWX
2026-03-30 06:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 200ad2a8-a649-58f5-a2d7-50a6932fd46b with identifier: LT64%20YWX
2026-03-30 06:04:12 [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-30 06:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30T10: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-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT64%2520YWX%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Saving data for LT64%20YWX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563240.100184, 'last_price_update_time': 1774850653.245198}
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:13 [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-30 06:04:13 [bca.uk] INFO: Found listing with ID: ML10%20HFR
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML10%2520HFR%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Scrape type for ML10%20HFR: 0
2026-03-30 06:04:13 [bca.uk] INFO: Found listing with ID: NA52%20HNU
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA52%2520HNU%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Scrape type for NA52%20HNU: 0
2026-03-30 06:04:13 [bca.uk] INFO: Found listing with ID: NJ15%20YWH
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ15%2520YWH%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Scrape type for NJ15%20YWH: 0
2026-03-30 06:04:13 [bca.uk] INFO: Found listing with ID: RJ03%20NRF
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ03%2520NRF%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Scrape type for RJ03%20NRF: 2
2026-03-30 06:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f56c709d-babc-5303-a814-661ebea2c080 with identifier: RJ03%20NRF
2026-03-30 06:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f56c709d-babc-5303-a814-661ebea2c080 with scrape type 2
2026-03-30 06:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f56c709d-babc-5303-a814-661ebea2c080 with scrape type 2
2026-03-30 06:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f56c709d-babc-5303-a814-661ebea2c080, identifier: RJ03%20NRF
2026-03-30 06:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f56c709d-babc-5303-a814-661ebea2c080 with identifier: RJ03%20NRF
2026-03-30 06:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f56c709d-babc-5303-a814-661ebea2c080 with identifier: RJ03%20NRF
2026-03-30 06:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f56c709d-babc-5303-a814-661ebea2c080 with identifier: RJ03%20NRF to the API
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 258,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ03%20NRF-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f56c709d-babc-5303-a814-661ebea2c080',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ03 NRF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ03%20NRF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLVO',
'model': 'V70',
'odometer': 162529,
'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': 'VOLVO V70 2.3 T5 SE GEARTRONIC Estate',
'transmission': 'automatic',
'trim': 'T5 SE GEARTRONIC',
'vin': 'YV1SW53K942357993',
'year': 2003}
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ03%2520NRF%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Saving data for RJ03%20NRF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622058.074217, 'last_price_update_time': 1774850653.878163}
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ03%2520NRF') HTTP/1.1" 204 0
2026-03-30 06:04:13 [bca.uk] INFO: Found listing with ID: WD59%20AZX
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD59%2520AZX%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Scrape type for WD59%20AZX: 0
2026-03-30 06:04:13 [bca.uk] INFO: Found listing with ID: YB57%20FZC
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB57%2520FZC%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Scrape type for YB57%20FZC: 0
2026-03-30 06:04:13 [bca.uk] INFO: Found listing with ID: YN08%20UVD
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN08%2520UVD%27 HTTP/1.1" 200 None
2026-03-30 06:04:13 [bca.uk] INFO: Scrape type for YN08%20UVD: 0
2026-03-30 06:04:13 [bca.uk] INFO: Found listing with ID: AJ59%20YCC
2026-03-30 06:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ59%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:04:14 [bca.uk] INFO: Scrape type for AJ59%20YCC: 2
2026-03-30 06:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7dfc5c2-9663-5107-913c-c57981d0eaf9 with identifier: AJ59%20YCC
2026-03-30 06:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7dfc5c2-9663-5107-913c-c57981d0eaf9 with scrape type 2
2026-03-30 06:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7dfc5c2-9663-5107-913c-c57981d0eaf9 with scrape type 2
2026-03-30 06:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7dfc5c2-9663-5107-913c-c57981d0eaf9, identifier: AJ59%20YCC
2026-03-30 06:04:14 [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-30 06:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7dfc5c2-9663-5107-913c-c57981d0eaf9 with identifier: AJ59%20YCC
2026-03-30 06:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7dfc5c2-9663-5107-913c-c57981d0eaf9 with identifier: AJ59%20YCC
2026-03-30 06:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7dfc5c2-9663-5107-913c-c57981d0eaf9 with identifier: AJ59%20YCC to the API
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:14 [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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ59%20YCC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c7dfc5c2-9663-5107-913c-c57981d0eaf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ59 YCC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ59%20YCC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'CITROEN',
'model': 'C5',
'odometer': 116523,
'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 C5 1.6 HDI 110 VTR+ Saloon',
'transmission': 'manual',
'trim': 'HDI 110 VTR+',
'vin': 'VF7RD9HZC9L569538',
'year': 2009}
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ59%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:04:14 [bca.uk] INFO: Saving data for AJ59%20YCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774044670.707957, 'last_price_update_time': 1774850654.4492}
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ59%2520YCC') HTTP/1.1" 204 0
2026-03-30 06:04:14 [bca.uk] INFO: Found listing with ID: BG61%20XGP
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG61%2520XGP%27 HTTP/1.1" 200 None
2026-03-30 06:04:14 [bca.uk] INFO: Scrape type for BG61%20XGP: 2
2026-03-30 06:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b339023-d848-5a14-a7c4-6693e0d7e398 with identifier: BG61%20XGP
2026-03-30 06:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b339023-d848-5a14-a7c4-6693e0d7e398 with scrape type 2
2026-03-30 06:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b339023-d848-5a14-a7c4-6693e0d7e398 with scrape type 2
2026-03-30 06:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b339023-d848-5a14-a7c4-6693e0d7e398, identifier: BG61%20XGP
2026-03-30 06:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b339023-d848-5a14-a7c4-6693e0d7e398 with identifier: BG61%20XGP
2026-03-30 06:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b339023-d848-5a14-a7c4-6693e0d7e398 with identifier: BG61%20XGP
2026-03-30 06:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b339023-d848-5a14-a7c4-6693e0d7e398 with identifier: BG61%20XGP to the API
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:14 [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': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG61%20XGP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3b339023-d848-5a14-a7c4-6693e0d7e398',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG61 XGP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG61%20XGP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 122541,
'odometer_reading_unit': '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 2.0 CDTI 16V 165 E/F SRI S/S Hatchback',
'transmission': 'manual',
'trim': 'CDTI 16V 165 E/F SRI S/S',
'vin': 'W0LPF6EN9CG051639',
'year': 2011}
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG61%2520XGP%27 HTTP/1.1" 200 None
2026-03-30 06:04:14 [bca.uk] INFO: Saving data for BG61%20XGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774534686.943642, 'last_price_update_time': 1774850654.89417}
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG61%2520XGP') HTTP/1.1" 204 0
2026-03-30 06:04:14 [bca.uk] INFO: Found listing with ID: DA59%20ZDF
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA59%2520ZDF%27 HTTP/1.1" 200 None
2026-03-30 06:04:14 [bca.uk] INFO: Scrape type for DA59%20ZDF: 0
2026-03-30 06:04:14 [bca.uk] INFO: Found listing with ID: DE61%20AVB
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE61%2520AVB%27 HTTP/1.1" 200 None
2026-03-30 06:04:14 [bca.uk] INFO: Scrape type for DE61%20AVB: 0
2026-03-30 06:04:14 [bca.uk] INFO: Found listing with ID: DU11%20ZKX
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU11%2520ZKX%27 HTTP/1.1" 200 None
2026-03-30 06:04:14 [bca.uk] INFO: Scrape type for DU11%20ZKX: 0
2026-03-30 06:04:14 [bca.uk] INFO: Found listing with ID: EJ11%20WXD
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ11%2520WXD%27 HTTP/1.1" 200 None
2026-03-30 06:04:14 [bca.uk] INFO: Scrape type for EJ11%20WXD: 0
2026-03-30 06:04:14 [bca.uk] INFO: Found listing with ID: ET10%20FWV
2026-03-30 06:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET10%2520FWV%27 HTTP/1.1" 200 None
2026-03-30 06:04:15 [bca.uk] INFO: Scrape type for ET10%20FWV: 0
2026-03-30 06:04:15 [bca.uk] INFO: Found listing with ID: FE12%20WRX
2026-03-30 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE12%2520WRX%27 HTTP/1.1" 200 None
2026-03-30 06:04:15 [bca.uk] INFO: Scrape type for FE12%20WRX: 0
2026-03-30 06:04:15 [bca.uk] INFO: Found listing with ID: FN15%20HLM
2026-03-30 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN15%2520HLM%27 HTTP/1.1" 200 None
2026-03-30 06:04:15 [bca.uk] INFO: Scrape type for FN15%20HLM: 2
2026-03-30 06:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15e7f76a-50a7-5d42-b3f9-f8db54323201 with identifier: FN15%20HLM
2026-03-30 06:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15e7f76a-50a7-5d42-b3f9-f8db54323201 with scrape type 2
2026-03-30 06:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15e7f76a-50a7-5d42-b3f9-f8db54323201 with scrape type 2
2026-03-30 06:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15e7f76a-50a7-5d42-b3f9-f8db54323201, identifier: FN15%20HLM
2026-03-30 06:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15e7f76a-50a7-5d42-b3f9-f8db54323201 with identifier: FN15%20HLM
2026-03-30 06:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15e7f76a-50a7-5d42-b3f9-f8db54323201 with identifier: FN15%20HLM
2026-03-30 06:04:15 [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-30 06:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN15%20HLM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10: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-30 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN15%2520HLM%27 HTTP/1.1" 200 None
2026-03-30 06:04:15 [bca.uk] INFO: Saving data for FN15%20HLM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563398.457635, 'last_price_update_time': 1774850655.463458}
2026-03-30 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:15 [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-30 06:04:15 [bca.uk] INFO: Total items found: 100
2026-03-30 06:04:15 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded
2026-03-30 06:04:15 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:04:15 [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-30 06:04:15 [bca.uk] INFO: Found listing with ID: MV65%20OCE
2026-03-30 06:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV65%2520OCE%27 HTTP/1.1" 200 None
2026-03-30 06:04:15 [bca.uk] INFO: Scrape type for MV65%20OCE: 2
2026-03-30 06:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e749bed-27f6-5790-8d46-5ddf2b5a5a8b with identifier: MV65%20OCE
2026-03-30 06:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e749bed-27f6-5790-8d46-5ddf2b5a5a8b with scrape type 2
2026-03-30 06:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e749bed-27f6-5790-8d46-5ddf2b5a5a8b with scrape type 2
2026-03-30 06:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e749bed-27f6-5790-8d46-5ddf2b5a5a8b, identifier: MV65%20OCE
2026-03-30 06:04:15 [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-30 06:04:15 [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-30 06:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e749bed-27f6-5790-8d46-5ddf2b5a5a8b with identifier: MV65%20OCE
2026-03-30 06:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e749bed-27f6-5790-8d46-5ddf2b5a5a8b with identifier: MV65%20OCE
2026-03-30 06:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e749bed-27f6-5790-8d46-5ddf2b5a5a8b with identifier: MV65%20OCE to the API
2026-03-30 06:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV65%20OCE-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7e749bed-27f6-5790-8d46-5ddf2b5a5a8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV65 OCE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV65%20OCE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '2 ACTIVE TOURER',
'odometer': 72831,
'odometer_reading_unit': '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 216D SPORT Hatchback',
'transmission': 'manual',
'trim': '216D SPORT',
'vin': 'WBA2B32080V581099',
'year': 2015}
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV65%2520OCE%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Saving data for MV65%20OCE: {'auction_closing_time': 1774864800.0, 'created_time': 1774339606.571852, 'last_price_update_time': 1774850656.060913}
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV65%2520OCE') HTTP/1.1" 204 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: HK69%20RSZ
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK69%2520RSZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for HK69%20RSZ: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: KX18%20YJZ
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX18%2520YJZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for KX18%20YJZ: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: AV67%20YOM
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV67%2520YOM%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for AV67%20YOM: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: EO65%20KNR
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO65%2520KNR%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for EO65%20KNR: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: LL62%20RXR
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL62%2520RXR%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for LL62%20RXR: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: HX68%20VCJ
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX68%2520VCJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for HX68%20VCJ: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: FL17%20JFX
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL17%2520JFX%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for FL17%20JFX: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: FJ20%20RXK
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ20%2520RXK%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for FJ20%20RXK: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: BJ67%20FKL
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ67%2520FKL%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for BJ67%20FKL: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: GX10%20XBP
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX10%2520XBP%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for GX10%20XBP: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: YS64%20UYZ
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS64%2520UYZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for YS64%20UYZ: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: YG13%20JDU
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG13%2520JDU%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for YG13%20JDU: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: YA19%20LLG
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA19%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for YA19%20LLG: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: VK67%20ENL
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK67%2520ENL%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for VK67%20ENL: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: SV18%20GVY
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV18%2520GVY%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for SV18%20GVY: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: OW17%20KLK
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW17%2520KLK%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for OW17%20KLK: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: EY20%20UZX
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY20%2520UZX%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for EY20%20UZX: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: YF20%20YTC
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF20%2520YTC%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for YF20%20YTC: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: OV13%20ULH
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV13%2520ULH%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for OV13%20ULH: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: LM17%20HLX
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM17%2520HLX%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for LM17%20HLX: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: GK61%20APX
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK61%2520APX%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for GK61%20APX: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: GF71%20YDC
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF71%2520YDC%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for GF71%20YDC: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: ET66%20WBO
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET66%2520WBO%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for ET66%20WBO: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: EO66%20BRV
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO66%2520BRV%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for EO66%20BRV: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: EJ19%20NRO
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ19%2520NRO%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for EJ19%20NRO: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: DE62%20FON
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE62%2520FON%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for DE62%20FON: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: RK21%20HHP
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK21%2520HHP%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for RK21%20HHP: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: PK21%20JWF
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK21%2520JWF%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for PK21%20JWF: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: MV13%20FCF
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV13%2520FCF%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for MV13%20FCF: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: MJ16%20VHE
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ16%2520VHE%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for MJ16%20VHE: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: MH22%20KGO
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH22%2520KGO%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for MH22%20KGO: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: MC66%20XFJ
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MC66%2520XFJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for MC66%20XFJ: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: GF19%20JNN
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF19%2520JNN%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for GF19%20JNN: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: EJ65%20WRC
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ65%2520WRC%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for EJ65%20WRC: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: CK20%20UDP
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK20%2520UDP%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for CK20%20UDP: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: BU19%20YAO
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU19%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for BU19%20YAO: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: YH19%20KBB
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH19%2520KBB%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for YH19%20KBB: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: YE62%20AZZ
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE62%2520AZZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for YE62%20AZZ: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: XO09%20SEB
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XO09%2520SEB%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for XO09%20SEB: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: RY65%20VKS
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RY65%2520VKS%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for RY65%20VKS: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: RJ16%20CDK
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ16%2520CDK%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for RJ16%20CDK: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: RF17%20GVT
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF17%2520GVT%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for RF17%20GVT: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: ND16%20UAR
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND16%2520UAR%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for ND16%20UAR: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: LD69%20WFH
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD69%2520WFH%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for LD69%20WFH: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: KR68%20LWZ
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR68%2520LWZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for KR68%20LWZ: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: GV14%20CUC
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV14%2520CUC%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for GV14%20CUC: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: GD69%20OMW
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD69%2520OMW%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for GD69%20OMW: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: EK68%20WBM
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK68%2520WBM%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for EK68%20WBM: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: EF63%20OVD
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF63%2520OVD%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for EF63%20OVD: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: BL66%20VSC
2026-03-30 06:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL66%2520VSC%27 HTTP/1.1" 200 None
2026-03-30 06:04:16 [bca.uk] INFO: Scrape type for BL66%20VSC: 0
2026-03-30 06:04:16 [bca.uk] INFO: Found listing with ID: AE64%20XBG
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE64%2520XBG%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for AE64%20XBG: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: YD65%20BVG
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD65%2520BVG%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for YD65%20BVG: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: EX69%20XSC
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX69%2520XSC%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for EX69%20XSC: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: DF17%20NMJ
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF17%2520NMJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for DF17%20NMJ: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: DA11%20MYU
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA11%2520MYU%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for DA11%20MYU: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: AX64%20FEG
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX64%2520FEG%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for AX64%20FEG: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: AO19%20AUH
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO19%2520AUH%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for AO19%20AUH: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: N44%20CNC
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27N44%2520CNC%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for N44%20CNC: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: S10%20ULU
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27S10%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for S10%20ULU: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: KS17%20LFM
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS17%2520LFM%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for KS17%20LFM: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: DS64%20KUP
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS64%2520KUP%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for DS64%20KUP: 0
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: DY61%20NHM
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY61%2520NHM%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for DY61%20NHM: 2
2026-03-30 06:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc865dcc-55f4-5fec-88f6-e2dc9b793842 with identifier: DY61%20NHM
2026-03-30 06:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc865dcc-55f4-5fec-88f6-e2dc9b793842 with scrape type 2
2026-03-30 06:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc865dcc-55f4-5fec-88f6-e2dc9b793842 with scrape type 2
2026-03-30 06:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc865dcc-55f4-5fec-88f6-e2dc9b793842, identifier: DY61%20NHM
2026-03-30 06:04:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: NJ14%20XCP
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ14%2520XCP%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for NJ14%20XCP: 0
2026-03-30 06:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc865dcc-55f4-5fec-88f6-e2dc9b793842 with identifier: DY61%20NHM
2026-03-30 06:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc865dcc-55f4-5fec-88f6-e2dc9b793842 with identifier: DY61%20NHM
2026-03-30 06:04:17 [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-30 06:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY61%2520NHM%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Saving data for DY61%20NHM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563586.12723, 'last_price_update_time': 1774850657.726532}
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:17 [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-30 06:04:17 [scrapy.extensions.logstats] INFO: Crawled 24 pages (at 12 pages/min), scraped 251 items (at 77 items/min)
2026-03-30 06:04:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-30 06:04:17 [bca.uk] INFO: Found listing with ID: EU12%20RAX
2026-03-30 06:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU12%2520RAX%27 HTTP/1.1" 200 None
2026-03-30 06:04:17 [bca.uk] INFO: Scrape type for EU12%20RAX: 2
2026-03-30 06:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with identifier: EU12%20RAX
2026-03-30 06:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with scrape type 2
2026-03-30 06:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with scrape type 2
2026-03-30 06:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9, identifier: EU12%20RAX
2026-03-30 06:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with identifier: EU12%20RAX
2026-03-30 06:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bc0804b-67de-5833-bee5-d9ecc03d2dc9 with identifier: EU12%20RAX
2026-03-30 06:04:18 [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-30 06:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU12%2520RAX%27 HTTP/1.1" 200 None
2026-03-30 06:04:18 [bca.uk] INFO: Saving data for EU12%20RAX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563587.069132, 'last_price_update_time': 1774850658.25226}
2026-03-30 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:18 [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-30 06:04:18 [bca.uk] INFO: Found listing with ID: FG12%20NLT
2026-03-30 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG12%2520NLT%27 HTTP/1.1" 200 None
2026-03-30 06:04:18 [bca.uk] INFO: Scrape type for FG12%20NLT: 0
2026-03-30 06:04:18 [bca.uk] INFO: Found listing with ID: YF62%20DGV
2026-03-30 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF62%2520DGV%27 HTTP/1.1" 200 None
2026-03-30 06:04:18 [bca.uk] INFO: Scrape type for YF62%20DGV: 0
2026-03-30 06:04:18 [bca.uk] INFO: Found listing with ID: YG66%20MEV
2026-03-30 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG66%2520MEV%27 HTTP/1.1" 200 None
2026-03-30 06:04:18 [bca.uk] INFO: Scrape type for YG66%20MEV: 2
2026-03-30 06:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9326a550-d954-5c23-8bf9-a1a770977de3 with identifier: YG66%20MEV
2026-03-30 06:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9326a550-d954-5c23-8bf9-a1a770977de3 with scrape type 2
2026-03-30 06:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9326a550-d954-5c23-8bf9-a1a770977de3 with scrape type 2
2026-03-30 06:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9326a550-d954-5c23-8bf9-a1a770977de3, identifier: YG66%20MEV
2026-03-30 06:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9326a550-d954-5c23-8bf9-a1a770977de3 with identifier: YG66%20MEV
2026-03-30 06:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9326a550-d954-5c23-8bf9-a1a770977de3 with identifier: YG66%20MEV
2026-03-30 06:04:18 [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-30 06:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG66%2520MEV%27 HTTP/1.1" 200 None
2026-03-30 06:04:18 [bca.uk] INFO: Saving data for YG66%20MEV: {'auction_closing_time': 1774864800.0, 'created_time': 1774476113.455374, 'last_price_update_time': 1774850658.719928}
2026-03-30 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:18 [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-30 06:04:18 [bca.uk] INFO: Found listing with ID: DP64%20OFX
2026-03-30 06:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP64%2520OFX%27 HTTP/1.1" 200 None
2026-03-30 06:04:18 [bca.uk] INFO: Scrape type for DP64%20OFX: 2
2026-03-30 06:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8550509f-aba4-57c5-bb46-af58fd833f7d with identifier: DP64%20OFX
2026-03-30 06:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8550509f-aba4-57c5-bb46-af58fd833f7d with scrape type 2
2026-03-30 06:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8550509f-aba4-57c5-bb46-af58fd833f7d with scrape type 2
2026-03-30 06:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8550509f-aba4-57c5-bb46-af58fd833f7d, identifier: DP64%20OFX
2026-03-30 06:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8550509f-aba4-57c5-bb46-af58fd833f7d with identifier: DP64%20OFX
2026-03-30 06:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8550509f-aba4-57c5-bb46-af58fd833f7d with identifier: DP64%20OFX
2026-03-30 06:04:18 [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-30 06:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP64%2520OFX%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Saving data for DP64%20OFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774274712.140584, 'last_price_update_time': 1774850659.14791}
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:19 [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-30 06:04:19 [bca.uk] INFO: Found listing with ID: VA62%20BTY
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA62%2520BTY%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for VA62%20BTY: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: VO13%20UKS
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO13%2520UKS%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for VO13%20UKS: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: DS09%20KHK
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS09%2520KHK%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for DS09%20KHK: 2
2026-03-30 06:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with identifier: DS09%20KHK
2026-03-30 06:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with scrape type 2
2026-03-30 06:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with scrape type 2
2026-03-30 06:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb, identifier: DS09%20KHK
2026-03-30 06:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with identifier: DS09%20KHK
2026-03-30 06:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad9cbee7-dfa9-5448-a22f-f0ec00aa3abb with identifier: DS09%20KHK
2026-03-30 06:04:19 [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-30 06:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:19 [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': 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-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS09%2520KHK%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Saving data for DS09%20KHK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563332.099634, 'last_price_update_time': 1774850659.633765}
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:19 [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-30 06:04:19 [bca.uk] INFO: Found listing with ID: DY59%20OYL
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY59%2520OYL%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for DY59%20OYL: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: KS09%20VZK
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS09%2520VZK%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for KS09%20VZK: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: KU60%20XCH
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU60%2520XCH%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for KU60%20XCH: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: LY10%20BTE
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY10%2520BTE%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for LY10%20BTE: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: MV60%20OCJ
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV60%2520OCJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for MV60%20OCJ: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: ND62%20EWM
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND62%2520EWM%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for ND62%20EWM: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: OV07%20NNA
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV07%2520NNA%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for OV07%20NNA: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: OY14%20LMF
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY14%2520LMF%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for OY14%20LMF: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: P60%20GOB
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P60%2520GOB%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for P60%20GOB: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: PJ12%20NEO
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ12%2520NEO%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for PJ12%20NEO: 0
2026-03-30 06:04:19 [bca.uk] INFO: Found listing with ID: SA62%20FAO
2026-03-30 06:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA62%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:04:19 [bca.uk] INFO: Scrape type for SA62%20FAO: 2
2026-03-30 06:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b338f84-3348-54b0-bce1-7c210cc0f0ee with identifier: SA62%20FAO
2026-03-30 06:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b338f84-3348-54b0-bce1-7c210cc0f0ee with scrape type 2
2026-03-30 06:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b338f84-3348-54b0-bce1-7c210cc0f0ee with scrape type 2
2026-03-30 06:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b338f84-3348-54b0-bce1-7c210cc0f0ee, identifier: SA62%20FAO
2026-03-30 06:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b338f84-3348-54b0-bce1-7c210cc0f0ee with identifier: SA62%20FAO
2026-03-30 06:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b338f84-3348-54b0-bce1-7c210cc0f0ee with identifier: SA62%20FAO
2026-03-30 06:04:20 [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-30 06:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA62%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Saving data for SA62%20FAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564951.475251, 'last_price_update_time': 1774850660.251921}
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:20 [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-30 06:04:20 [bca.uk] INFO: Found listing with ID: AP17%20LGF
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP17%2520LGF%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for AP17%20LGF: 0
2026-03-30 06:04:20 [bca.uk] INFO: Found listing with ID: BD57%20OLK
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD57%2520OLK%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for BD57%20OLK: 0
2026-03-30 06:04:20 [bca.uk] INFO: Found listing with ID: CN63%20OLH
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN63%2520OLH%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for CN63%20OLH: 0
2026-03-30 06:04:20 [bca.uk] INFO: Found listing with ID: DA64%20WPD
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA64%2520WPD%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for DA64%20WPD: 0
2026-03-30 06:04:20 [bca.uk] INFO: Found listing with ID: OY18%20OKJ
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY18%2520OKJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for OY18%20OKJ: 2
2026-03-30 06:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c001ae9-59b8-5114-a530-7ff794ebdcca with identifier: OY18%20OKJ
2026-03-30 06:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c001ae9-59b8-5114-a530-7ff794ebdcca with scrape type 2
2026-03-30 06:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c001ae9-59b8-5114-a530-7ff794ebdcca with scrape type 2
2026-03-30 06:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c001ae9-59b8-5114-a530-7ff794ebdcca, identifier: OY18%20OKJ
2026-03-30 06:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c001ae9-59b8-5114-a530-7ff794ebdcca with identifier: OY18%20OKJ
2026-03-30 06:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c001ae9-59b8-5114-a530-7ff794ebdcca with identifier: OY18%20OKJ
2026-03-30 06:04:20 [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-30 06:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY18%2520OKJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Saving data for OY18%20OKJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774217274.406218, 'last_price_update_time': 1774850660.879613}
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:20 [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-30 06:04:20 [bca.uk] INFO: Found listing with ID: PJ18%20YMZ
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for PJ18%20YMZ: 0
2026-03-30 06:04:20 [bca.uk] INFO: Found listing with ID: RX68%20XHM
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX68%2520XHM%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for RX68%20XHM: 0
2026-03-30 06:04:20 [bca.uk] INFO: Found listing with ID: HT19%20CVS
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT19%2520CVS%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for HT19%20CVS: 0
2026-03-30 06:04:20 [bca.uk] INFO: Found listing with ID: LT70%20TDO
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT70%2520TDO%27 HTTP/1.1" 200 None
2026-03-30 06:04:20 [bca.uk] INFO: Scrape type for LT70%20TDO: 0
2026-03-30 06:04:20 [bca.uk] INFO: Found listing with ID: BJ68%20UWN
2026-03-30 06:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ68%2520UWN%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for BJ68%20UWN: 0
2026-03-30 06:04:21 [bca.uk] INFO: Found listing with ID: BJ70%20EHU
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ70%2520EHU%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for BJ70%20EHU: 0
2026-03-30 06:04:21 [bca.uk] INFO: Found listing with ID: KJ73%20EOT
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ73%2520EOT%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for KJ73%20EOT: 0
2026-03-30 06:04:21 [bca.uk] INFO: Found listing with ID: BP15%20GZB
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP15%2520GZB%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for BP15%20GZB: 0
2026-03-30 06:04:21 [bca.uk] INFO: Found listing with ID: VX52%20YYH
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX52%2520YYH%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for VX52%20YYH: 0
2026-03-30 06:04:21 [bca.uk] INFO: Found listing with ID: WU66%20XNV
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU66%2520XNV%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for WU66%20XNV: 0
2026-03-30 06:04:21 [bca.uk] INFO: Found listing with ID: DS15%20KUO
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS15%2520KUO%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for DS15%20KUO: 2
2026-03-30 06:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1625c7db-c27c-50a9-bad7-e00dc95703fb with identifier: DS15%20KUO
2026-03-30 06:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1625c7db-c27c-50a9-bad7-e00dc95703fb with scrape type 2
2026-03-30 06:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1625c7db-c27c-50a9-bad7-e00dc95703fb with scrape type 2
2026-03-30 06:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1625c7db-c27c-50a9-bad7-e00dc95703fb, identifier: DS15%20KUO
2026-03-30 06:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1625c7db-c27c-50a9-bad7-e00dc95703fb with identifier: DS15%20KUO
2026-03-30 06:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1625c7db-c27c-50a9-bad7-e00dc95703fb with identifier: DS15%20KUO
2026-03-30 06:04:21 [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-30 06:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS15%2520KUO%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Saving data for DS15%20KUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774449142.890582, 'last_price_update_time': 1774850661.509365}
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:21 [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-30 06:04:21 [bca.uk] INFO: Found listing with ID: FP65%20EUR
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP65%2520EUR%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for FP65%20EUR: 0
2026-03-30 06:04:21 [bca.uk] INFO: Found listing with ID: LL16%20FYY
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL16%2520FYY%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for LL16%20FYY: 0
2026-03-30 06:04:21 [bca.uk] INFO: Found listing with ID: MV65%20CCA
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV65%2520CCA%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for MV65%20CCA: 0
2026-03-30 06:04:21 [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-30 06:04:21 [bca.uk] INFO: Total items found: 100
2026-03-30 06:04:21 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded
2026-03-30 06:04:21 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:04:21 [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-30 06:04:21 [bca.uk] INFO: Found listing with ID: PE16%20VRM
2026-03-30 06:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE16%2520VRM%27 HTTP/1.1" 200 None
2026-03-30 06:04:21 [bca.uk] INFO: Scrape type for PE16%20VRM: 2
2026-03-30 06:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with identifier: PE16%20VRM
2026-03-30 06:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with scrape type 2
2026-03-30 06:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with scrape type 2
2026-03-30 06:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1b513c6-2bcb-5ab9-854b-f024b649e9e0, identifier: PE16%20VRM
2026-03-30 06:04:22 [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-30 06:04:22 [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-30 06:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with identifier: PE16%20VRM
2026-03-30 06:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1b513c6-2bcb-5ab9-854b-f024b649e9e0 with identifier: PE16%20VRM
2026-03-30 06:04:22 [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-30 06:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:22 [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': 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-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE16%2520VRM%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Saving data for PE16%20VRM: {'auction_closing_time': 1774864800.0, 'created_time': 1774449115.218426, 'last_price_update_time': 1774850662.413401}
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:22 [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-30 06:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:04:22 [bca.uk] INFO: Found listing with ID: FG66%20KHH
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG66%2520KHH%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Scrape type for FG66%20KHH: 2
2026-03-30 06:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with identifier: FG66%20KHH
2026-03-30 06:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with scrape type 2
2026-03-30 06:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with scrape type 2
2026-03-30 06:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac, identifier: FG66%20KHH
2026-03-30 06:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with identifier: FG66%20KHH
2026-03-30 06:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6974e6eb-a193-5b0f-9cbc-d3b3bf06f9ac with identifier: FG66%20KHH
2026-03-30 06:04:22 [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-30 06:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:22 [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': 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-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG66%2520KHH%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Saving data for FG66%20KHH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563574.051888, 'last_price_update_time': 1774850662.837118}
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:22 [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-30 06:04:22 [bca.uk] INFO: Found listing with ID: FP11%20OHH
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP11%2520OHH%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Scrape type for FP11%20OHH: 0
2026-03-30 06:04:22 [bca.uk] INFO: Found listing with ID: YB66%20SGO
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB66%2520SGO%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Scrape type for YB66%20SGO: 0
2026-03-30 06:04:22 [bca.uk] INFO: Found listing with ID: BG16%20XLF
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG16%2520XLF%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Scrape type for BG16%20XLF: 0
2026-03-30 06:04:22 [bca.uk] INFO: Found listing with ID: ET68%20NZV
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET68%2520NZV%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Scrape type for ET68%20NZV: 0
2026-03-30 06:04:22 [bca.uk] INFO: Found listing with ID: FR68%20BNA
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FR68%2520BNA%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Scrape type for FR68%20BNA: 0
2026-03-30 06:04:22 [bca.uk] INFO: Found listing with ID: GX18%20JHA
2026-03-30 06:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX18%2520JHA%27 HTTP/1.1" 200 None
2026-03-30 06:04:22 [bca.uk] INFO: Scrape type for GX18%20JHA: 2
2026-03-30 06:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d61d0e87-4817-5cc1-891e-997ad45c431b with identifier: GX18%20JHA
2026-03-30 06:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d61d0e87-4817-5cc1-891e-997ad45c431b with scrape type 2
2026-03-30 06:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d61d0e87-4817-5cc1-891e-997ad45c431b with scrape type 2
2026-03-30 06:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d61d0e87-4817-5cc1-891e-997ad45c431b, identifier: GX18%20JHA
2026-03-30 06:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d61d0e87-4817-5cc1-891e-997ad45c431b with identifier: GX18%20JHA
2026-03-30 06:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d61d0e87-4817-5cc1-891e-997ad45c431b with identifier: GX18%20JHA
2026-03-30 06:04:23 [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-30 06:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:23 [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': 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-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX18%2520JHA%27 HTTP/1.1" 200 None
2026-03-30 06:04:23 [bca.uk] INFO: Saving data for GX18%20JHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774649948.281353, 'last_price_update_time': 1774850663.387646}
2026-03-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:23 [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-30 06:04:23 [bca.uk] INFO: Found listing with ID: ML64%20UOC
2026-03-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML64%2520UOC%27 HTTP/1.1" 200 None
2026-03-30 06:04:23 [bca.uk] INFO: Scrape type for ML64%20UOC: 0
2026-03-30 06:04:23 [bca.uk] INFO: Found listing with ID: DS18%20FJC
2026-03-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS18%2520FJC%27 HTTP/1.1" 200 None
2026-03-30 06:04:23 [bca.uk] INFO: Scrape type for DS18%20FJC: 0
2026-03-30 06:04:23 [bca.uk] INFO: Found listing with ID: DA57%20XKX
2026-03-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA57%2520XKX%27 HTTP/1.1" 200 None
2026-03-30 06:04:23 [bca.uk] INFO: Scrape type for DA57%20XKX: 0
2026-03-30 06:04:23 [bca.uk] INFO: Found listing with ID: DK10%20YMG
2026-03-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK10%2520YMG%27 HTTP/1.1" 200 None
2026-03-30 06:04:23 [bca.uk] INFO: Scrape type for DK10%20YMG: 2
2026-03-30 06:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with identifier: DK10%20YMG
2026-03-30 06:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with scrape type 2
2026-03-30 06:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with scrape type 2
2026-03-30 06:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fd96a7a-6686-5915-b59f-1372ff70dcc6, identifier: DK10%20YMG
2026-03-30 06:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with identifier: DK10%20YMG
2026-03-30 06:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fd96a7a-6686-5915-b59f-1372ff70dcc6 with identifier: DK10%20YMG
2026-03-30 06:04:23 [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-30 06:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:23 [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': 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-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK10%2520YMG%27 HTTP/1.1" 200 None
2026-03-30 06:04:23 [bca.uk] INFO: Saving data for DK10%20YMG: {'auction_closing_time': 1774864800.0, 'created_time': 1774449076.813663, 'last_price_update_time': 1774850663.940807}
2026-03-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:23 [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-30 06:04:23 [bca.uk] INFO: Found listing with ID: DK12%20ZGD
2026-03-30 06:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK12%2520ZGD%27 HTTP/1.1" 200 None
2026-03-30 06:04:23 [bca.uk] INFO: Scrape type for DK12%20ZGD: 2
2026-03-30 06:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bb31945-33df-5888-8c3f-8d7ae57163d1 with identifier: DK12%20ZGD
2026-03-30 06:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bb31945-33df-5888-8c3f-8d7ae57163d1 with scrape type 2
2026-03-30 06:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bb31945-33df-5888-8c3f-8d7ae57163d1 with scrape type 2
2026-03-30 06:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bb31945-33df-5888-8c3f-8d7ae57163d1, identifier: DK12%20ZGD
2026-03-30 06:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bb31945-33df-5888-8c3f-8d7ae57163d1 with identifier: DK12%20ZGD
2026-03-30 06:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bb31945-33df-5888-8c3f-8d7ae57163d1 with identifier: DK12%20ZGD
2026-03-30 06:04:24 [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-30 06:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:24 [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': 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-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK12%2520ZGD%27 HTTP/1.1" 200 None
2026-03-30 06:04:24 [bca.uk] INFO: Saving data for DK12%20ZGD: {'auction_closing_time': 1774864800.0, 'created_time': 1774449083.172612, 'last_price_update_time': 1774850664.361196}
2026-03-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:24 [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-30 06:04:24 [bca.uk] INFO: Found listing with ID: DY63%20HCO
2026-03-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY63%2520HCO%27 HTTP/1.1" 200 None
2026-03-30 06:04:24 [bca.uk] INFO: Scrape type for DY63%20HCO: 2
2026-03-30 06:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39b4cfc0-6804-555a-a314-d889d68f822e with identifier: DY63%20HCO
2026-03-30 06:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39b4cfc0-6804-555a-a314-d889d68f822e with scrape type 2
2026-03-30 06:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39b4cfc0-6804-555a-a314-d889d68f822e with scrape type 2
2026-03-30 06:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39b4cfc0-6804-555a-a314-d889d68f822e, identifier: DY63%20HCO
2026-03-30 06:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39b4cfc0-6804-555a-a314-d889d68f822e with identifier: DY63%20HCO
2026-03-30 06:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39b4cfc0-6804-555a-a314-d889d68f822e with identifier: DY63%20HCO
2026-03-30 06:04:24 [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-30 06:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY63%2520HCO%27 HTTP/1.1" 200 None
2026-03-30 06:04:24 [bca.uk] INFO: Saving data for DY63%20HCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774449055.056611, 'last_price_update_time': 1774850664.769902}
2026-03-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:24 [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-30 06:04:24 [bca.uk] INFO: Found listing with ID: GK63%20TXV
2026-03-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK63%2520TXV%27 HTTP/1.1" 200 None
2026-03-30 06:04:24 [bca.uk] INFO: Scrape type for GK63%20TXV: 0
2026-03-30 06:04:24 [bca.uk] INFO: Found listing with ID: MJ12%20UFB
2026-03-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ12%2520UFB%27 HTTP/1.1" 200 None
2026-03-30 06:04:24 [bca.uk] INFO: Scrape type for MJ12%20UFB: 0
2026-03-30 06:04:24 [bca.uk] INFO: Found listing with ID: PE14%20KXO
2026-03-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE14%2520KXO%27 HTTP/1.1" 200 None
2026-03-30 06:04:24 [bca.uk] INFO: Scrape type for PE14%20KXO: 0
2026-03-30 06:04:24 [bca.uk] INFO: Found listing with ID: PN57%20XKS
2026-03-30 06:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN57%2520XKS%27 HTTP/1.1" 200 None
2026-03-30 06:04:24 [bca.uk] INFO: Scrape type for PN57%20XKS: 2
2026-03-30 06:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 195b0801-eb8c-575c-8267-4ba0410b5704 with identifier: PN57%20XKS
2026-03-30 06:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 195b0801-eb8c-575c-8267-4ba0410b5704 with scrape type 2
2026-03-30 06:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 195b0801-eb8c-575c-8267-4ba0410b5704 with scrape type 2
2026-03-30 06:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 195b0801-eb8c-575c-8267-4ba0410b5704, identifier: PN57%20XKS
2026-03-30 06:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 195b0801-eb8c-575c-8267-4ba0410b5704 with identifier: PN57%20XKS
2026-03-30 06:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 195b0801-eb8c-575c-8267-4ba0410b5704 with identifier: PN57%20XKS
2026-03-30 06:04:25 [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-30 06:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:25 [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': 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-30 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN57%2520XKS%27 HTTP/1.1" 200 None
2026-03-30 06:04:25 [bca.uk] INFO: Saving data for PN57%20XKS: {'auction_closing_time': 1774864800.0, 'created_time': 1774563559.672197, 'last_price_update_time': 1774850665.253881}
2026-03-30 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:25 [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-30 06:04:25 [bca.uk] INFO: Found listing with ID: PY15%20TGO
2026-03-30 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY15%2520TGO%27 HTTP/1.1" 200 None
2026-03-30 06:04:25 [bca.uk] INFO: Scrape type for PY15%20TGO: 0
2026-03-30 06:04:25 [bca.uk] INFO: Found listing with ID: SK13%20XZN
2026-03-30 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK13%2520XZN%27 HTTP/1.1" 200 None
2026-03-30 06:04:25 [bca.uk] INFO: Scrape type for SK13%20XZN: 0
2026-03-30 06:04:25 [bca.uk] INFO: Found listing with ID: VO12%20XVT
2026-03-30 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO12%2520XVT%27 HTTP/1.1" 200 None
2026-03-30 06:04:25 [bca.uk] INFO: Scrape type for VO12%20XVT: 2
2026-03-30 06:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4dddf4a-f6d5-580a-b063-d2b93f551661 with identifier: VO12%20XVT
2026-03-30 06:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4dddf4a-f6d5-580a-b063-d2b93f551661 with scrape type 2
2026-03-30 06:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4dddf4a-f6d5-580a-b063-d2b93f551661 with scrape type 2
2026-03-30 06:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4dddf4a-f6d5-580a-b063-d2b93f551661, identifier: VO12%20XVT
2026-03-30 06:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4dddf4a-f6d5-580a-b063-d2b93f551661 with identifier: VO12%20XVT
2026-03-30 06:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4dddf4a-f6d5-580a-b063-d2b93f551661 with identifier: VO12%20XVT
2026-03-30 06:04:25 [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-30 06:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO12%2520XVT%27 HTTP/1.1" 200 None
2026-03-30 06:04:25 [bca.uk] INFO: Saving data for VO12%20XVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774449057.139362, 'last_price_update_time': 1774850665.70089}
2026-03-30 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:25 [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-30 06:04:25 [bca.uk] INFO: Found listing with ID: YP66%20VYN
2026-03-30 06:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP66%2520VYN%27 HTTP/1.1" 200 None
2026-03-30 06:04:25 [bca.uk] INFO: Scrape type for YP66%20VYN: 2
2026-03-30 06:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with identifier: YP66%20VYN
2026-03-30 06:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with scrape type 2
2026-03-30 06:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with scrape type 2
2026-03-30 06:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de, identifier: YP66%20VYN
2026-03-30 06:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with identifier: YP66%20VYN
2026-03-30 06:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0323cf0c-536e-5bbb-a2e6-2db22d67b7de with identifier: YP66%20VYN
2026-03-30 06:04:26 [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-30 06:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP66%2520VYN%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Saving data for YP66%20VYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774449059.290688, 'last_price_update_time': 1774850666.22291}
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:26 [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-30 06:04:26 [bca.uk] INFO: Found listing with ID: CW58%20JRW
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CW58%2520JRW%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for CW58%20JRW: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: LC08%20XBB
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC08%2520XBB%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for LC08%20XBB: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: VKZ%202608
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VKZ%25202608%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for VKZ%202608: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: AU61%20XXN
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU61%2520XXN%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for AU61%20XXN: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: AV12%20XOM
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV12%2520XOM%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for AV12%20XOM: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: BG14%20OHU
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG14%2520OHU%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for BG14%20OHU: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: BL12%20HFK
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL12%2520HFK%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for BL12%20HFK: 2
2026-03-30 06:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4af9672-e966-5db4-9f37-99b06be74838 with identifier: BL12%20HFK
2026-03-30 06:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4af9672-e966-5db4-9f37-99b06be74838 with scrape type 2
2026-03-30 06:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4af9672-e966-5db4-9f37-99b06be74838 with scrape type 2
2026-03-30 06:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4af9672-e966-5db4-9f37-99b06be74838, identifier: BL12%20HFK
2026-03-30 06:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4af9672-e966-5db4-9f37-99b06be74838 with identifier: BL12%20HFK
2026-03-30 06:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4af9672-e966-5db4-9f37-99b06be74838 with identifier: BL12%20HFK
2026-03-30 06:04:26 [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-30 06:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL12%2520HFK%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Saving data for BL12%20HFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774449097.635965, 'last_price_update_time': 1774850666.732254}
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:26 [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-30 06:04:26 [bca.uk] INFO: Found listing with ID: EK63%20FTA
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK63%2520FTA%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for EK63%20FTA: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: EO61%20TBV
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO61%2520TBV%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for EO61%20TBV: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: FT61%20VUR
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT61%2520VUR%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for FT61%20VUR: 0
2026-03-30 06:04:26 [bca.uk] INFO: Found listing with ID: GJ11%20JRU
2026-03-30 06:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ11%2520JRU%27 HTTP/1.1" 200 None
2026-03-30 06:04:26 [bca.uk] INFO: Scrape type for GJ11%20JRU: 2
2026-03-30 06:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c79e859-b859-515e-9a37-9675403e5a20 with identifier: GJ11%20JRU
2026-03-30 06:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c79e859-b859-515e-9a37-9675403e5a20 with scrape type 2
2026-03-30 06:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c79e859-b859-515e-9a37-9675403e5a20 with scrape type 2
2026-03-30 06:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c79e859-b859-515e-9a37-9675403e5a20, identifier: GJ11%20JRU
2026-03-30 06:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c79e859-b859-515e-9a37-9675403e5a20 with identifier: GJ11%20JRU
2026-03-30 06:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c79e859-b859-515e-9a37-9675403e5a20 with identifier: GJ11%20JRU
2026-03-30 06:04:27 [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-30 06:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:27 [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': 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-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ11%2520JRU%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Saving data for GJ11%20JRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774449072.74218, 'last_price_update_time': 1774850667.192496}
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:27 [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-30 06:04:27 [bca.uk] INFO: Found listing with ID: GU12%20NFM
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU12%2520NFM%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for GU12%20NFM: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: GU59%20RWV
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU59%2520RWV%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for GU59%20RWV: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: LX14%20YNM
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX14%2520YNM%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for LX14%20YNM: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: OE05%20XXM
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE05%2520XXM%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for OE05%20XXM: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: ST10%20NZU
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST10%2520NZU%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for ST10%20NZU: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: PL70%20OLP
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL70%2520OLP%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for PL70%20OLP: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: EP18%20LGJ
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EP18%2520LGJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for EP18%20LGJ: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: GK68%20YWC
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK68%2520YWC%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for GK68%20YWC: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: GN18%20FPD
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN18%2520FPD%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for GN18%20FPD: 2
2026-03-30 06:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15f250cf-7ef2-5fb3-9795-810bea2526d7 with identifier: GN18%20FPD
2026-03-30 06:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15f250cf-7ef2-5fb3-9795-810bea2526d7 with scrape type 2
2026-03-30 06:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15f250cf-7ef2-5fb3-9795-810bea2526d7 with scrape type 2
2026-03-30 06:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15f250cf-7ef2-5fb3-9795-810bea2526d7, identifier: GN18%20FPD
2026-03-30 06:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15f250cf-7ef2-5fb3-9795-810bea2526d7 with identifier: GN18%20FPD
2026-03-30 06:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15f250cf-7ef2-5fb3-9795-810bea2526d7 with identifier: GN18%20FPD
2026-03-30 06:04:27 [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-30 06:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:27 [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': 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-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN18%2520FPD%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Saving data for GN18%20FPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774448943.03352, 'last_price_update_time': 1774850667.842553}
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:27 [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-30 06:04:27 [bca.uk] INFO: Found listing with ID: RJ19%20XHK
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ19%2520XHK%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for RJ19%20XHK: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: ML19%20YFV
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML19%2520YFV%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for ML19%20YFV: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: AE20%20NXF
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE20%2520NXF%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for AE20%20NXF: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: GJ21%20YWB
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ21%2520YWB%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for GJ21%20YWB: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: RO22%20KPT
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO22%2520KPT%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for RO22%20KPT: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: EU05%20FSN
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU05%2520FSN%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for EU05%20FSN: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: AF13%20XPW
2026-03-30 06:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF13%2520XPW%27 HTTP/1.1" 200 None
2026-03-30 06:04:27 [bca.uk] INFO: Scrape type for AF13%20XPW: 0
2026-03-30 06:04:27 [bca.uk] INFO: Found listing with ID: LD64%20FZX
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD64%2520FZX%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for LD64%20FZX: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: YM63%20ETA
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM63%2520ETA%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for YM63%20ETA: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: CA57%20YVV
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA57%2520YVV%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for CA57%20YVV: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: EO59%20HAX
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO59%2520HAX%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for EO59%20HAX: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: GF52%20OWM
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF52%2520OWM%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for GF52%20OWM: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: GV07%20WHR
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV07%2520WHR%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for GV07%20WHR: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: SV57%20URE
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV57%2520URE%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for SV57%20URE: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: LX67%20JRZ
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX67%2520JRZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for LX67%20JRZ: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: FY65%20OSN
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY65%2520OSN%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for FY65%20OSN: 0
2026-03-30 06:04:28 [bca.uk] INFO: Found listing with ID: GC65%20ULU
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC65%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for GC65%20ULU: 2
2026-03-30 06:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ffb4687-58d3-5e88-968d-454e52ae627a with identifier: GC65%20ULU
2026-03-30 06:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ffb4687-58d3-5e88-968d-454e52ae627a with scrape type 2
2026-03-30 06:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ffb4687-58d3-5e88-968d-454e52ae627a with scrape type 2
2026-03-30 06:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ffb4687-58d3-5e88-968d-454e52ae627a, identifier: GC65%20ULU
2026-03-30 06:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ffb4687-58d3-5e88-968d-454e52ae627a with identifier: GC65%20ULU
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=purple HTTP/1.1" 200 None
2026-03-30 06:04:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ffb4687-58d3-5e88-968d-454e52ae627a with identifier: GC65%20ULU
2026-03-30 06:04:28 [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-30 06:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:28 [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': 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-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC65%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Saving data for GC65%20ULU: {'auction_closing_time': 1774864800.0, 'created_time': 1774649891.061444, 'last_price_update_time': 1774850668.680424}
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:28 [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-30 06:04:28 [bca.uk] INFO: Found listing with ID: GN15%20TXC
2026-03-30 06:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN15%2520TXC%27 HTTP/1.1" 200 None
2026-03-30 06:04:28 [bca.uk] INFO: Scrape type for GN15%20TXC: 2
2026-03-30 06:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 129c8cde-ad55-5712-b5b4-e91285c463b4 with identifier: GN15%20TXC
2026-03-30 06:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129c8cde-ad55-5712-b5b4-e91285c463b4 with scrape type 2
2026-03-30 06:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 129c8cde-ad55-5712-b5b4-e91285c463b4 with scrape type 2
2026-03-30 06:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 129c8cde-ad55-5712-b5b4-e91285c463b4, identifier: GN15%20TXC
2026-03-30 06:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 129c8cde-ad55-5712-b5b4-e91285c463b4 with identifier: GN15%20TXC
2026-03-30 06:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 129c8cde-ad55-5712-b5b4-e91285c463b4 with identifier: GN15%20TXC
2026-03-30 06:04:28 [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-30 06:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:29 [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': 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-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN15%2520TXC%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Saving data for GN15%20TXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448922.727729, 'last_price_update_time': 1774850669.171111}
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:29 [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-30 06:04:29 [bca.uk] INFO: Found listing with ID: DY15%20MXL
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY15%2520MXL%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for DY15%20MXL: 2
2026-03-30 06:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 489cf848-2824-57ce-93f4-a8c89f633c43 with identifier: DY15%20MXL
2026-03-30 06:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 489cf848-2824-57ce-93f4-a8c89f633c43 with scrape type 2
2026-03-30 06:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 489cf848-2824-57ce-93f4-a8c89f633c43 with scrape type 2
2026-03-30 06:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 489cf848-2824-57ce-93f4-a8c89f633c43, identifier: DY15%20MXL
2026-03-30 06:04:29 [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-30 06:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 489cf848-2824-57ce-93f4-a8c89f633c43 with identifier: DY15%20MXL
2026-03-30 06:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 489cf848-2824-57ce-93f4-a8c89f633c43 with identifier: DY15%20MXL
2026-03-30 06:04:29 [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-30 06:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:29 [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': 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-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY15%2520MXL%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Saving data for DY15%20MXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774649927.684928, 'last_price_update_time': 1774850669.632325}
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:29 [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-30 06:04:29 [bca.uk] INFO: Found listing with ID: VA57%20MMV
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA57%2520MMV%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for VA57%20MMV: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: AV03%20RSZ
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV03%2520RSZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for AV03%20RSZ: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: GC14%20BYZ
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC14%2520BYZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for GC14%20BYZ: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: GJ09%20KHA
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ09%2520KHA%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for GJ09%20KHA: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: GK60%20ZSE
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK60%2520ZSE%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for GK60%20ZSE: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: LO10%20GWV
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO10%2520GWV%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for LO10%20GWV: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: PY60%20HJF
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY60%2520HJF%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for PY60%20HJF: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: SM62%20CJZ
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM62%2520CJZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for SM62%20CJZ: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: FV69%20BJO
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV69%2520BJO%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for FV69%20BJO: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: YS68%20WCC
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS68%2520WCC%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for YS68%20WCC: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: AV68%20JYU
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV68%2520JYU%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for AV68%20JYU: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: BU64%20FFW
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU64%2520FFW%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for BU64%20FFW: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: FD64%20DKV
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD64%2520DKV%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for FD64%20DKV: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: ML18%20SVE
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML18%2520SVE%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for ML18%20SVE: 0
2026-03-30 06:04:29 [bca.uk] INFO: Found listing with ID: MM17%20ZZL
2026-03-30 06:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM17%2520ZZL%27 HTTP/1.1" 200 None
2026-03-30 06:04:29 [bca.uk] INFO: Scrape type for MM17%20ZZL: 2
2026-03-30 06:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with identifier: MM17%20ZZL
2026-03-30 06:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with scrape type 2
2026-03-30 06:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with scrape type 2
2026-03-30 06:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14121fba-661e-5698-9f0b-8a0fa0ddfe55, identifier: MM17%20ZZL
2026-03-30 06:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with identifier: MM17%20ZZL
2026-03-30 06:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14121fba-661e-5698-9f0b-8a0fa0ddfe55 with identifier: MM17%20ZZL
2026-03-30 06:04:30 [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-30 06:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:30 [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': 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-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM17%2520ZZL%27 HTTP/1.1" 200 None
2026-03-30 06:04:30 [bca.uk] INFO: Saving data for MM17%20ZZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774651047.619079, 'last_price_update_time': 1774850670.350929}
2026-03-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:30 [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-30 06:04:30 [bca.uk] INFO: Found listing with ID: ND64%20WZO
2026-03-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND64%2520WZO%27 HTTP/1.1" 200 None
2026-03-30 06:04:30 [bca.uk] INFO: Scrape type for ND64%20WZO: 2
2026-03-30 06:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c396f42-298e-592c-9dce-ba257d3d01c8 with identifier: ND64%20WZO
2026-03-30 06:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c396f42-298e-592c-9dce-ba257d3d01c8 with scrape type 2
2026-03-30 06:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c396f42-298e-592c-9dce-ba257d3d01c8 with scrape type 2
2026-03-30 06:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c396f42-298e-592c-9dce-ba257d3d01c8, identifier: ND64%20WZO
2026-03-30 06:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c396f42-298e-592c-9dce-ba257d3d01c8 with identifier: ND64%20WZO
2026-03-30 06:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c396f42-298e-592c-9dce-ba257d3d01c8 with identifier: ND64%20WZO
2026-03-30 06:04:30 [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-30 06:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND64%2520WZO%27 HTTP/1.1" 200 None
2026-03-30 06:04:30 [bca.uk] INFO: Saving data for ND64%20WZO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448952.141434, 'last_price_update_time': 1774850670.883984}
2026-03-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:30 [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-30 06:04:30 [bca.uk] INFO: Total items found: 100
2026-03-30 06:04:30 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded
2026-03-30 06:04:30 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:04:30 [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-30 06:04:30 [bca.uk] INFO: Found listing with ID: PE15%20LHF
2026-03-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE15%2520LHF%27 HTTP/1.1" 200 None
2026-03-30 06:04:30 [bca.uk] INFO: Scrape type for PE15%20LHF: 0
2026-03-30 06:04:30 [bca.uk] INFO: Found listing with ID: VO71%20XBU
2026-03-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO71%2520XBU%27 HTTP/1.1" 200 None
2026-03-30 06:04:30 [bca.uk] INFO: Scrape type for VO71%20XBU: 0
2026-03-30 06:04:30 [bca.uk] INFO: Found listing with ID: YK65%20OXD
2026-03-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK65%2520OXD%27 HTTP/1.1" 200 None
2026-03-30 06:04:30 [bca.uk] INFO: Scrape type for YK65%20OXD: 0
2026-03-30 06:04:30 [bca.uk] INFO: Found listing with ID: WP63%20XYK
2026-03-30 06:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP63%2520XYK%27 HTTP/1.1" 200 None
2026-03-30 06:04:30 [bca.uk] INFO: Scrape type for WP63%20XYK: 2
2026-03-30 06:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d691196-e913-5798-a96e-ea9066069266 with identifier: WP63%20XYK
2026-03-30 06:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d691196-e913-5798-a96e-ea9066069266 with scrape type 2
2026-03-30 06:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d691196-e913-5798-a96e-ea9066069266 with scrape type 2
2026-03-30 06:04:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d691196-e913-5798-a96e-ea9066069266, identifier: WP63%20XYK
2026-03-30 06:04:31 [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-30 06:04:31 [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-30 06:04:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d691196-e913-5798-a96e-ea9066069266 with identifier: WP63%20XYK
2026-03-30 06:04:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d691196-e913-5798-a96e-ea9066069266 with identifier: WP63%20XYK
2026-03-30 06:04:31 [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-30 06:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP63%2520XYK%27 HTTP/1.1" 200 None
2026-03-30 06:04:31 [bca.uk] INFO: Saving data for WP63%20XYK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563535.160302, 'last_price_update_time': 1774850671.683653}
2026-03-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:31 [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-30 06:04:31 [bca.uk] INFO: Found listing with ID: WK13%20ORJ
2026-03-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK13%2520ORJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:31 [bca.uk] INFO: Scrape type for WK13%20ORJ: 0
2026-03-30 06:04:31 [bca.uk] INFO: Found listing with ID: YC61%20FBL
2026-03-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC61%2520FBL%27 HTTP/1.1" 200 None
2026-03-30 06:04:31 [bca.uk] INFO: Scrape type for YC61%20FBL: 0
2026-03-30 06:04:31 [bca.uk] INFO: Found listing with ID: YD15%20XKJ
2026-03-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD15%2520XKJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:31 [bca.uk] INFO: Scrape type for YD15%20XKJ: 0
2026-03-30 06:04:31 [bca.uk] INFO: Found listing with ID: YE59%20VRX
2026-03-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE59%2520VRX%27 HTTP/1.1" 200 None
2026-03-30 06:04:31 [bca.uk] INFO: Scrape type for YE59%20VRX: 0
2026-03-30 06:04:31 [bca.uk] INFO: Found listing with ID: YP07%20ZRX
2026-03-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP07%2520ZRX%27 HTTP/1.1" 200 None
2026-03-30 06:04:31 [bca.uk] INFO: Scrape type for YP07%20ZRX: 0
2026-03-30 06:04:31 [bca.uk] INFO: Found listing with ID: BF12%20MYT
2026-03-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF12%2520MYT%27 HTTP/1.1" 200 None
2026-03-30 06:04:31 [bca.uk] INFO: Scrape type for BF12%20MYT: 0
2026-03-30 06:04:31 [bca.uk] INFO: Found listing with ID: EA62%20XPM
2026-03-30 06:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA62%2520XPM%27 HTTP/1.1" 200 None
2026-03-30 06:04:31 [bca.uk] INFO: Scrape type for EA62%20XPM: 2
2026-03-30 06:04:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fea908e7-7d37-5975-9fe7-4434718eb10e with identifier: EA62%20XPM
2026-03-30 06:04:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fea908e7-7d37-5975-9fe7-4434718eb10e with scrape type 2
2026-03-30 06:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fea908e7-7d37-5975-9fe7-4434718eb10e with scrape type 2
2026-03-30 06:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fea908e7-7d37-5975-9fe7-4434718eb10e, identifier: EA62%20XPM
2026-03-30 06:04:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:04:32 [bca.uk] INFO: Found listing with ID: YK21%20DGC
2026-03-30 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK21%2520DGC%27 HTTP/1.1" 200 None
2026-03-30 06:04:32 [bca.uk] INFO: Scrape type for YK21%20DGC: 0
2026-03-30 06:04:32 [bca.uk] INFO: Found listing with ID: YR13%20ZXN
2026-03-30 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR13%2520ZXN%27 HTTP/1.1" 200 None
2026-03-30 06:04:32 [bca.uk] INFO: Scrape type for YR13%20ZXN: 0
2026-03-30 06:04:32 [bca.uk] INFO: Found listing with ID: DK63%20WMY
2026-03-30 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK63%2520WMY%27 HTTP/1.1" 200 None
2026-03-30 06:04:32 [bca.uk] INFO: Scrape type for DK63%20WMY: 0
2026-03-30 06:04:32 [bca.uk] INFO: Found listing with ID: DY10%20SSJ
2026-03-30 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY10%2520SSJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:32 [bca.uk] INFO: Scrape type for DY10%20SSJ: 0
2026-03-30 06:04:32 [bca.uk] INFO: Found listing with ID: FH08%20ABU
2026-03-30 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH08%2520ABU%27 HTTP/1.1" 200 None
2026-03-30 06:04:32 [bca.uk] INFO: Scrape type for FH08%20ABU: 0
2026-03-30 06:04:32 [bca.uk] INFO: Found listing with ID: FL14%20OFC
2026-03-30 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL14%2520OFC%27 HTTP/1.1" 200 None
2026-03-30 06:04:32 [bca.uk] INFO: Scrape type for FL14%20OFC: 2
2026-03-30 06:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d622c67f-48d3-57ad-b722-24f075d079ce with identifier: FL14%20OFC
2026-03-30 06:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d622c67f-48d3-57ad-b722-24f075d079ce with scrape type 2
2026-03-30 06:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d622c67f-48d3-57ad-b722-24f075d079ce with scrape type 2
2026-03-30 06:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d622c67f-48d3-57ad-b722-24f075d079ce, identifier: FL14%20OFC
2026-03-30 06:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fea908e7-7d37-5975-9fe7-4434718eb10e with identifier: EA62%20XPM
2026-03-30 06:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fea908e7-7d37-5975-9fe7-4434718eb10e with identifier: EA62%20XPM
2026-03-30 06:04:32 [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-30 06:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA62%2520XPM%27 HTTP/1.1" 200 None
2026-03-30 06:04:32 [bca.uk] INFO: Saving data for EA62%20XPM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563537.383146, 'last_price_update_time': 1774850672.540169}
2026-03-30 06:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:32 [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-30 06:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d622c67f-48d3-57ad-b722-24f075d079ce with identifier: FL14%20OFC
2026-03-30 06:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d622c67f-48d3-57ad-b722-24f075d079ce with identifier: FL14%20OFC
2026-03-30 06:04:32 [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-30 06:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:33 [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': 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-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL14%2520OFC%27 HTTP/1.1" 200 None
2026-03-30 06:04:33 [bca.uk] INFO: Saving data for FL14%20OFC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448191.640873, 'last_price_update_time': 1774850673.685234}
2026-03-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:33 [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-30 06:04:33 [bca.uk] INFO: Found listing with ID: FE14%20AVW
2026-03-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE14%2520AVW%27 HTTP/1.1" 200 None
2026-03-30 06:04:33 [bca.uk] INFO: Scrape type for FE14%20AVW: 0
2026-03-30 06:04:33 [bca.uk] INFO: Found listing with ID: MT07%20FBY
2026-03-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT07%2520FBY%27 HTTP/1.1" 200 None
2026-03-30 06:04:33 [bca.uk] INFO: Scrape type for MT07%20FBY: 0
2026-03-30 06:04:33 [bca.uk] INFO: Found listing with ID: NX63%20FVZ
2026-03-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX63%2520FVZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:33 [bca.uk] INFO: Scrape type for NX63%20FVZ: 0
2026-03-30 06:04:33 [bca.uk] INFO: Found listing with ID: PE59%20LYK
2026-03-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE59%2520LYK%27 HTTP/1.1" 200 None
2026-03-30 06:04:33 [bca.uk] INFO: Scrape type for PE59%20LYK: 0
2026-03-30 06:04:33 [bca.uk] INFO: Found listing with ID: SL63%20HWN
2026-03-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL63%2520HWN%27 HTTP/1.1" 200 None
2026-03-30 06:04:33 [bca.uk] INFO: Scrape type for SL63%20HWN: 0
2026-03-30 06:04:33 [bca.uk] INFO: Found listing with ID: WN18%20XOM
2026-03-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN18%2520XOM%27 HTTP/1.1" 200 None
2026-03-30 06:04:33 [bca.uk] INFO: Scrape type for WN18%20XOM: 2
2026-03-30 06:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5442b9b-84a0-53d2-bf2a-431ff4138685 with identifier: WN18%20XOM
2026-03-30 06:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5442b9b-84a0-53d2-bf2a-431ff4138685 with scrape type 2
2026-03-30 06:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5442b9b-84a0-53d2-bf2a-431ff4138685 with scrape type 2
2026-03-30 06:04:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5442b9b-84a0-53d2-bf2a-431ff4138685, identifier: WN18%20XOM
2026-03-30 06:04:33 [bca.uk] INFO: Found listing with ID: KX09%20PFF
2026-03-30 06:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX09%2520PFF%27 HTTP/1.1" 200 None
2026-03-30 06:04:33 [bca.uk] INFO: Scrape type for KX09%20PFF: 0
2026-03-30 06:04:33 [bca.uk] INFO: Found listing with ID: LG61%20TGV
2026-03-30 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG61%2520TGV%27 HTTP/1.1" 200 None
2026-03-30 06:04:34 [bca.uk] INFO: Scrape type for LG61%20TGV: 0
2026-03-30 06:04:34 [bca.uk] INFO: Found listing with ID: NU65%20OJO
2026-03-30 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU65%2520OJO%27 HTTP/1.1" 200 None
2026-03-30 06:04:34 [bca.uk] INFO: Scrape type for NU65%20OJO: 2
2026-03-30 06:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b3743f-4cd7-582b-a6d8-e045fee4f122 with identifier: NU65%20OJO
2026-03-30 06:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b3743f-4cd7-582b-a6d8-e045fee4f122 with scrape type 2
2026-03-30 06:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b3743f-4cd7-582b-a6d8-e045fee4f122 with scrape type 2
2026-03-30 06:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96b3743f-4cd7-582b-a6d8-e045fee4f122, identifier: NU65%20OJO
2026-03-30 06:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5442b9b-84a0-53d2-bf2a-431ff4138685 with identifier: WN18%20XOM
2026-03-30 06:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5442b9b-84a0-53d2-bf2a-431ff4138685 with identifier: WN18%20XOM
2026-03-30 06:04:34 [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-30 06:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN18%2520XOM%27 HTTP/1.1" 200 None
2026-03-30 06:04:34 [bca.uk] INFO: Saving data for WN18%20XOM: {'auction_closing_time': 1774864800.0, 'created_time': 1774448940.759921, 'last_price_update_time': 1774850674.422958}
2026-03-30 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:34 [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-30 06:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96b3743f-4cd7-582b-a6d8-e045fee4f122 with identifier: NU65%20OJO
2026-03-30 06:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96b3743f-4cd7-582b-a6d8-e045fee4f122 with identifier: NU65%20OJO
2026-03-30 06:04:34 [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-30 06:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU65%2520OJO%27 HTTP/1.1" 200 None
2026-03-30 06:04:34 [bca.uk] INFO: Saving data for NU65%20OJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448211.559565, 'last_price_update_time': 1774850674.725298}
2026-03-30 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:34 [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-30 06:04:34 [bca.uk] INFO: Found listing with ID: PF68%20ZTH
2026-03-30 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF68%2520ZTH%27 HTTP/1.1" 200 None
2026-03-30 06:04:34 [bca.uk] INFO: Scrape type for PF68%20ZTH: 2
2026-03-30 06:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with identifier: PF68%20ZTH
2026-03-30 06:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with scrape type 2
2026-03-30 06:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with scrape type 2
2026-03-30 06:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9, identifier: PF68%20ZTH
2026-03-30 06:04:34 [bca.uk] INFO: Found listing with ID: PK10%20NKU
2026-03-30 06:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK10%2520NKU%27 HTTP/1.1" 200 None
2026-03-30 06:04:34 [bca.uk] INFO: Scrape type for PK10%20NKU: 2
2026-03-30 06:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31d18c25-1f0a-52b0-8808-6455a1858fda with identifier: PK10%20NKU
2026-03-30 06:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31d18c25-1f0a-52b0-8808-6455a1858fda with scrape type 2
2026-03-30 06:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31d18c25-1f0a-52b0-8808-6455a1858fda with scrape type 2
2026-03-30 06:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31d18c25-1f0a-52b0-8808-6455a1858fda, identifier: PK10%20NKU
2026-03-30 06:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with identifier: PF68%20ZTH
2026-03-30 06:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 361760cf-fd1c-55a5-98a8-8a9a7c44dfa9 with identifier: PF68%20ZTH
2026-03-30 06:04:35 [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-30 06:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF68%2520ZTH%27 HTTP/1.1" 200 None
2026-03-30 06:04:35 [bca.uk] INFO: Saving data for PF68%20ZTH: {'auction_closing_time': 1774864800.0, 'created_time': 1774448939.675566, 'last_price_update_time': 1774850675.256389}
2026-03-30 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:35 [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-30 06:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31d18c25-1f0a-52b0-8808-6455a1858fda with identifier: PK10%20NKU
2026-03-30 06:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31d18c25-1f0a-52b0-8808-6455a1858fda with identifier: PK10%20NKU
2026-03-30 06:04:35 [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-30 06:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:35 [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': 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-30 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK10%2520NKU%27 HTTP/1.1" 200 None
2026-03-30 06:04:35 [bca.uk] INFO: Saving data for PK10%20NKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563340.308228, 'last_price_update_time': 1774850675.642695}
2026-03-30 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:35 [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-30 06:04:35 [bca.uk] INFO: Found listing with ID: OY68%20FWV
2026-03-30 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY68%2520FWV%27 HTTP/1.1" 200 None
2026-03-30 06:04:35 [bca.uk] INFO: Scrape type for OY68%20FWV: 0
2026-03-30 06:04:35 [bca.uk] INFO: Found listing with ID: AY64%20SVS
2026-03-30 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY64%2520SVS%27 HTTP/1.1" 200 None
2026-03-30 06:04:35 [bca.uk] INFO: Scrape type for AY64%20SVS: 2
2026-03-30 06:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with identifier: AY64%20SVS
2026-03-30 06:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with scrape type 2
2026-03-30 06:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with scrape type 2
2026-03-30 06:04:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e, identifier: AY64%20SVS
2026-03-30 06:04:35 [bca.uk] INFO: Found listing with ID: PO61%20YVU
2026-03-30 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO61%2520YVU%27 HTTP/1.1" 200 None
2026-03-30 06:04:35 [bca.uk] INFO: Scrape type for PO61%20YVU: 0
2026-03-30 06:04:35 [bca.uk] INFO: Found listing with ID: MK19%20LHL
2026-03-30 06:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK19%2520LHL%27 HTTP/1.1" 200 None
2026-03-30 06:04:35 [bca.uk] INFO: Scrape type for MK19%20LHL: 2
2026-03-30 06:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad66db60-b0e9-54c7-8640-43bf80bf9595 with identifier: MK19%20LHL
2026-03-30 06:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad66db60-b0e9-54c7-8640-43bf80bf9595 with scrape type 2
2026-03-30 06:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad66db60-b0e9-54c7-8640-43bf80bf9595 with scrape type 2
2026-03-30 06:04:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad66db60-b0e9-54c7-8640-43bf80bf9595, identifier: MK19%20LHL
2026-03-30 06:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with identifier: AY64%20SVS
2026-03-30 06:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d049f60-e7ba-5cac-b8d4-23f8c08ce33e with identifier: AY64%20SVS
2026-03-30 06:04:36 [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-30 06:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY64%2520SVS%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Saving data for AY64%20SVS: {'auction_closing_time': 1774864800.0, 'created_time': 1774649903.575527, 'last_price_update_time': 1774850676.264738}
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:36 [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-30 06:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad66db60-b0e9-54c7-8640-43bf80bf9595 with identifier: MK19%20LHL
2026-03-30 06:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad66db60-b0e9-54c7-8640-43bf80bf9595 with identifier: MK19%20LHL
2026-03-30 06:04:36 [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-30 06:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK19%2520LHL%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Saving data for MK19%20LHL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563341.280863, 'last_price_update_time': 1774850676.555197}
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:36 [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-30 06:04:36 [bca.uk] INFO: Found listing with ID: BA15%20AFX
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BA15%2520AFX%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for BA15%20AFX: 0
2026-03-30 06:04:36 [bca.uk] INFO: Found listing with ID: DG15%20ONP
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG15%2520ONP%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for DG15%20ONP: 2
2026-03-30 06:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2143a874-83de-502f-a59f-e2110a796697 with identifier: DG15%20ONP
2026-03-30 06:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2143a874-83de-502f-a59f-e2110a796697 with scrape type 2
2026-03-30 06:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2143a874-83de-502f-a59f-e2110a796697 with scrape type 2
2026-03-30 06:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2143a874-83de-502f-a59f-e2110a796697, identifier: DG15%20ONP
2026-03-30 06:04:36 [bca.uk] INFO: Found listing with ID: AV17%20OFO
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV17%2520OFO%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for AV17%20OFO: 0
2026-03-30 06:04:36 [bca.uk] INFO: Found listing with ID: NG16%20RUC
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG16%2520RUC%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for NG16%20RUC: 0
2026-03-30 06:04:36 [bca.uk] INFO: Found listing with ID: SG15%20UVN
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG15%2520UVN%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for SG15%20UVN: 0
2026-03-30 06:04:36 [bca.uk] INFO: Found listing with ID: YF14%20OCH
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF14%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for YF14%20OCH: 0
2026-03-30 06:04:36 [bca.uk] INFO: Found listing with ID: VN63%20OZK
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN63%2520OZK%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for VN63%20OZK: 0
2026-03-30 06:04:36 [bca.uk] INFO: Found listing with ID: WG14%20FZH
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG14%2520FZH%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for WG14%20FZH: 0
2026-03-30 06:04:36 [bca.uk] INFO: Found listing with ID: WJ62%20DYN
2026-03-30 06:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ62%2520DYN%27 HTTP/1.1" 200 None
2026-03-30 06:04:36 [bca.uk] INFO: Scrape type for WJ62%20DYN: 0
2026-03-30 06:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2143a874-83de-502f-a59f-e2110a796697 with identifier: DG15%20ONP
2026-03-30 06:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2143a874-83de-502f-a59f-e2110a796697 with identifier: DG15%20ONP
2026-03-30 06:04:36 [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-30 06:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG15%2520ONP%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Saving data for DG15%20ONP: {'auction_closing_time': 1774864800.0, 'created_time': 1774649905.823238, 'last_price_update_time': 1774850677.08764}
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:37 [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-30 06:04:37 [bca.uk] INFO: Found listing with ID: FL17%20BVP
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL17%2520BVP%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Scrape type for FL17%20BVP: 0
2026-03-30 06:04:37 [bca.uk] INFO: Found listing with ID: KT15%20TFY
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT15%2520TFY%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Scrape type for KT15%20TFY: 0
2026-03-30 06:04:37 [bca.uk] INFO: Found listing with ID: NC54%20LBO
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC54%2520LBO%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Scrape type for NC54%20LBO: 0
2026-03-30 06:04:37 [bca.uk] INFO: Found listing with ID: PO63%20ERY
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO63%2520ERY%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Scrape type for PO63%20ERY: 2
2026-03-30 06:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3220cd0b-5240-531c-925e-f46c62d1c529 with identifier: PO63%20ERY
2026-03-30 06:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3220cd0b-5240-531c-925e-f46c62d1c529 with scrape type 2
2026-03-30 06:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3220cd0b-5240-531c-925e-f46c62d1c529 with scrape type 2
2026-03-30 06:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3220cd0b-5240-531c-925e-f46c62d1c529, identifier: PO63%20ERY
2026-03-30 06:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3220cd0b-5240-531c-925e-f46c62d1c529 with identifier: PO63%20ERY
2026-03-30 06:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3220cd0b-5240-531c-925e-f46c62d1c529 with identifier: PO63%20ERY
2026-03-30 06:04:37 [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-30 06:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO63%2520ERY%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Saving data for PO63%20ERY: {'auction_closing_time': 1774864800.0, 'created_time': 1774352257.571689, 'last_price_update_time': 1774850677.665878}
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:37 [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-30 06:04:37 [bca.uk] INFO: Found listing with ID: SD61%20OMA
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD61%2520OMA%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Scrape type for SD61%20OMA: 0
2026-03-30 06:04:37 [bca.uk] INFO: Found listing with ID: SK09%20KND
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK09%2520KND%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Scrape type for SK09%20KND: 0
2026-03-30 06:04:37 [bca.uk] INFO: Found listing with ID: ST11%20EOH
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST11%2520EOH%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Scrape type for ST11%20EOH: 0
2026-03-30 06:04:37 [bca.uk] INFO: Found listing with ID: SY59%20TZB
2026-03-30 06:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY59%2520TZB%27 HTTP/1.1" 200 None
2026-03-30 06:04:37 [bca.uk] INFO: Scrape type for SY59%20TZB: 2
2026-03-30 06:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d426fd1-53da-5e49-82d6-1bac00d6a75d with identifier: SY59%20TZB
2026-03-30 06:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d426fd1-53da-5e49-82d6-1bac00d6a75d with scrape type 2
2026-03-30 06:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d426fd1-53da-5e49-82d6-1bac00d6a75d with scrape type 2
2026-03-30 06:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d426fd1-53da-5e49-82d6-1bac00d6a75d, identifier: SY59%20TZB
2026-03-30 06:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d426fd1-53da-5e49-82d6-1bac00d6a75d with identifier: SY59%20TZB
2026-03-30 06:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d426fd1-53da-5e49-82d6-1bac00d6a75d with identifier: SY59%20TZB
2026-03-30 06:04:37 [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-30 06:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY59%2520TZB%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Saving data for SY59%20TZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774362403.003637, 'last_price_update_time': 1774850678.145286}
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:38 [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-30 06:04:38 [bca.uk] INFO: Found listing with ID: WK09%20UJC
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK09%2520UJC%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Scrape type for WK09%20UJC: 0
2026-03-30 06:04:38 [bca.uk] INFO: Found listing with ID: YG14%20WCU
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG14%2520WCU%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Scrape type for YG14%20WCU: 0
2026-03-30 06:04:38 [bca.uk] INFO: Found listing with ID: CE10%20VBJ
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE10%2520VBJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Scrape type for CE10%20VBJ: 0
2026-03-30 06:04:38 [bca.uk] INFO: Found listing with ID: FE11%20RVF
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE11%2520RVF%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Scrape type for FE11%20RVF: 0
2026-03-30 06:04:38 [bca.uk] INFO: Found listing with ID: FY59%20UVB
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY59%2520UVB%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Scrape type for FY59%20UVB: 2
2026-03-30 06:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75a09d40-e370-5f04-96b1-2250d4b7cf56 with identifier: FY59%20UVB
2026-03-30 06:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75a09d40-e370-5f04-96b1-2250d4b7cf56 with scrape type 2
2026-03-30 06:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75a09d40-e370-5f04-96b1-2250d4b7cf56 with scrape type 2
2026-03-30 06:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75a09d40-e370-5f04-96b1-2250d4b7cf56, identifier: FY59%20UVB
2026-03-30 06:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75a09d40-e370-5f04-96b1-2250d4b7cf56 with identifier: FY59%20UVB
2026-03-30 06:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75a09d40-e370-5f04-96b1-2250d4b7cf56 with identifier: FY59%20UVB
2026-03-30 06:04:38 [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-30 06:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY59%2520UVB%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Saving data for FY59%20UVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563346.847682, 'last_price_update_time': 1774850678.628892}
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:38 [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-30 06:04:38 [bca.uk] INFO: Found listing with ID: FY59%20ZGR
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY59%2520ZGR%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Scrape type for FY59%20ZGR: 0
2026-03-30 06:04:38 [bca.uk] INFO: Found listing with ID: KU58%20EZM
2026-03-30 06:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU58%2520EZM%27 HTTP/1.1" 200 None
2026-03-30 06:04:38 [bca.uk] INFO: Scrape type for KU58%20EZM: 2
2026-03-30 06:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2faed8ce-278b-556c-ada8-a230c189d9af with identifier: KU58%20EZM
2026-03-30 06:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2faed8ce-278b-556c-ada8-a230c189d9af with scrape type 2
2026-03-30 06:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2faed8ce-278b-556c-ada8-a230c189d9af with scrape type 2
2026-03-30 06:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2faed8ce-278b-556c-ada8-a230c189d9af, identifier: KU58%20EZM
2026-03-30 06:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2faed8ce-278b-556c-ada8-a230c189d9af with identifier: KU58%20EZM
2026-03-30 06:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2faed8ce-278b-556c-ada8-a230c189d9af with identifier: KU58%20EZM
2026-03-30 06:04:38 [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-30 06:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU58%2520EZM%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Saving data for KU58%20EZM: {'auction_closing_time': 1774864800.0, 'created_time': 1774448937.956051, 'last_price_update_time': 1774850679.166882}
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:39 [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-30 06:04:39 [bca.uk] INFO: Found listing with ID: NU15%20KYB
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU15%2520KYB%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for NU15%20KYB: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: SD62%20CKY
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD62%2520CKY%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for SD62%20CKY: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: SG14%20FMC
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG14%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for SG14%20FMC: 2
2026-03-30 06:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with identifier: SG14%20FMC
2026-03-30 06:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with scrape type 2
2026-03-30 06:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with scrape type 2
2026-03-30 06:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f, identifier: SG14%20FMC
2026-03-30 06:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with identifier: SG14%20FMC
2026-03-30 06:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d2e75de-a6bf-528e-a5e5-a0060b76e62f with identifier: SG14%20FMC
2026-03-30 06:04:39 [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-30 06:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG14%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Saving data for SG14%20FMC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448918.751033, 'last_price_update_time': 1774850679.63052}
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:39 [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-30 06:04:39 [bca.uk] INFO: Found listing with ID: YC58%20WGE
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC58%2520WGE%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for YC58%20WGE: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: YH11%20WZW
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH11%2520WZW%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for YH11%20WZW: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: YP12%20HGG
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP12%2520HGG%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for YP12%20HGG: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: YR60%20FLD
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR60%2520FLD%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for YR60%20FLD: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: YX10%20UNJ
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX10%2520UNJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for YX10%20UNJ: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: EN64%20OCP
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN64%2520OCP%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for EN64%20OCP: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: LC11%20ZGK
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC11%2520ZGK%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for LC11%20ZGK: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: LX58%20WKD
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX58%2520WKD%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for LX58%20WKD: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: SJ58%20VYU
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ58%2520VYU%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for SJ58%20VYU: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: YK12%20LUP
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK12%2520LUP%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for YK12%20LUP: 0
2026-03-30 06:04:39 [bca.uk] INFO: Found listing with ID: HJ15%20MKL
2026-03-30 06:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ15%2520MKL%27 HTTP/1.1" 200 None
2026-03-30 06:04:39 [bca.uk] INFO: Scrape type for HJ15%20MKL: 2
2026-03-30 06:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with identifier: HJ15%20MKL
2026-03-30 06:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with scrape type 2
2026-03-30 06:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with scrape type 2
2026-03-30 06:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a, identifier: HJ15%20MKL
2026-03-30 06:04:39 [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-30 06:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with identifier: HJ15%20MKL
2026-03-30 06:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab58d4b9-df71-5df2-98c8-8d08f6f79f4a with identifier: HJ15%20MKL
2026-03-30 06:04:40 [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-30 06:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ15%2520MKL%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Saving data for HJ15%20MKL: {'auction_closing_time': 1774951200.0, 'created_time': 1774361713.45471, 'last_price_update_time': 1774850680.253348}
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:40 [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-30 06:04:40 [bca.uk] INFO: Found listing with ID: BG13%20FKD
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG13%2520FKD%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for BG13%20FKD: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: DY13%20XDF
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY13%2520XDF%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for DY13%20XDF: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: SP59%20FDN
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP59%2520FDN%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for SP59%20FDN: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: HS19%20GYN
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HS19%2520GYN%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for HS19%20GYN: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: CA21%20OVG
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA21%2520OVG%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for CA21%20OVG: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: CN69%20YVF
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN69%2520YVF%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for CN69%20YVF: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: DH74%20NTG
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DH74%2520NTG%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for DH74%20NTG: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: FR19%20MWZ
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FR19%2520MWZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for FR19%20MWZ: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: MT71%20NEN
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT71%2520NEN%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for MT71%20NEN: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: WT69%20BHA
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT69%2520BHA%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for WT69%20BHA: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: BV70%20UZS
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV70%2520UZS%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for BV70%20UZS: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: DG14%20YNA
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG14%2520YNA%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for DG14%20YNA: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: LN07%20YUR
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN07%2520YUR%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for LN07%20YUR: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: WV18%20WXN
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV18%2520WXN%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for WV18%20WXN: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: WJ15%20ZVL
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ15%2520ZVL%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for WJ15%20ZVL: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: VO16%20OOC
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO16%2520OOC%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for VO16%20OOC: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: WJ67%20VEM
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ67%2520VEM%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for WJ67%20VEM: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: YS06%20XVF
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS06%2520XVF%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for YS06%20XVF: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: YY56%20ODW
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY56%2520ODW%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for YY56%20ODW: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: AK60%20YGR
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK60%2520YGR%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for AK60%20YGR: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: AY07%20YBB
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY07%2520YBB%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for AY07%20YBB: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: EO61%20OVX
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO61%2520OVX%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for EO61%20OVX: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: WN12%20FKU
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN12%2520FKU%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for WN12%20FKU: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: FD70%20LYC
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD70%2520LYC%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for FD70%20LYC: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: WX18%20RKK
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX18%2520RKK%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for WX18%20RKK: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: RJ71%20WJK
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ71%2520WJK%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for RJ71%20WJK: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: WN70%20GXV
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN70%2520GXV%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for WN70%20GXV: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: AV09%20XGM
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV09%2520XGM%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for AV09%20XGM: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: KN12%20MPO
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN12%2520MPO%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for KN12%20MPO: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: WJ10%20DVF
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ10%2520DVF%27 HTTP/1.1" 200 None
2026-03-30 06:04:40 [bca.uk] INFO: Scrape type for WJ10%20DVF: 0
2026-03-30 06:04:40 [bca.uk] INFO: Found listing with ID: YG19%20DRZ
2026-03-30 06:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG19%2520DRZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:41 [bca.uk] INFO: Scrape type for YG19%20DRZ: 0
2026-03-30 06:04:41 [bca.uk] INFO: Found listing with ID: X575%20MKR
2026-03-30 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27X575%2520MKR%27 HTTP/1.1" 200 None
2026-03-30 06:04:41 [bca.uk] INFO: Scrape type for X575%20MKR: 0
2026-03-30 06:04:41 [bca.uk] INFO: Found listing with ID: YC06%20JWZ
2026-03-30 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC06%2520JWZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:41 [bca.uk] INFO: Scrape type for YC06%20JWZ: 2
2026-03-30 06:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 930fd093-6582-5cc9-ad41-f7df0906882d with identifier: YC06%20JWZ
2026-03-30 06:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 930fd093-6582-5cc9-ad41-f7df0906882d with scrape type 2
2026-03-30 06:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 930fd093-6582-5cc9-ad41-f7df0906882d with scrape type 2
2026-03-30 06:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 930fd093-6582-5cc9-ad41-f7df0906882d, identifier: YC06%20JWZ
2026-03-30 06:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 930fd093-6582-5cc9-ad41-f7df0906882d with identifier: YC06%20JWZ
2026-03-30 06:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 930fd093-6582-5cc9-ad41-f7df0906882d with identifier: YC06%20JWZ
2026-03-30 06:04:41 [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-30 06:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'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': 0,
'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-30 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC06%2520JWZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:41 [bca.uk] INFO: Saving data for YC06%20JWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774764160.088727, 'last_price_update_time': 1774850681.453538}
2026-03-30 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:41 [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-30 06:04:41 [bca.uk] INFO: Found listing with ID: YR08%20YHO
2026-03-30 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR08%2520YHO%27 HTTP/1.1" 200 None
2026-03-30 06:04:41 [bca.uk] INFO: Scrape type for YR08%20YHO: 2
2026-03-30 06:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2a083a9-001d-5527-8e63-77536ab01675 with identifier: YR08%20YHO
2026-03-30 06:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2a083a9-001d-5527-8e63-77536ab01675 with scrape type 2
2026-03-30 06:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2a083a9-001d-5527-8e63-77536ab01675 with scrape type 2
2026-03-30 06:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2a083a9-001d-5527-8e63-77536ab01675, identifier: YR08%20YHO
2026-03-30 06:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2a083a9-001d-5527-8e63-77536ab01675 with identifier: YR08%20YHO
2026-03-30 06:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2a083a9-001d-5527-8e63-77536ab01675 with identifier: YR08%20YHO
2026-03-30 06:04:41 [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-30 06:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'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': 0,
'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-30 06:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR08%2520YHO%27 HTTP/1.1" 200 None
2026-03-30 06:04:41 [bca.uk] INFO: Saving data for YR08%20YHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774764160.54877, 'last_price_update_time': 1774850681.995567}
2026-03-30 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:42 [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-30 06:04:42 [bca.uk] INFO: Found listing with ID: YR10%20WLK
2026-03-30 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR10%2520WLK%27 HTTP/1.1" 200 None
2026-03-30 06:04:42 [bca.uk] INFO: Scrape type for YR10%20WLK: 2
2026-03-30 06:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 056e5af8-d80e-5630-a951-d65c5ac3ec53 with identifier: YR10%20WLK
2026-03-30 06:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 056e5af8-d80e-5630-a951-d65c5ac3ec53 with scrape type 2
2026-03-30 06:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 056e5af8-d80e-5630-a951-d65c5ac3ec53 with scrape type 2
2026-03-30 06:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 056e5af8-d80e-5630-a951-d65c5ac3ec53, identifier: YR10%20WLK
2026-03-30 06:04:42 [bca.uk] INFO: Total items found: 100
2026-03-30 06:04:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded
2026-03-30 06:04:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:04:42 [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-30 06:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 056e5af8-d80e-5630-a951-d65c5ac3ec53 with identifier: YR10%20WLK
2026-03-30 06:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 056e5af8-d80e-5630-a951-d65c5ac3ec53 with identifier: YR10%20WLK
2026-03-30 06:04:42 [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-30 06:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'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': 0,
'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-30 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR10%2520WLK%27 HTTP/1.1" 200 None
2026-03-30 06:04:42 [bca.uk] INFO: Saving data for YR10%20WLK: {'auction_closing_time': 1774864800.0, 'created_time': 1774764160.974513, 'last_price_update_time': 1774850682.450695}
2026-03-30 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:42 [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-30 06:04:42 [bca.uk] INFO: Found listing with ID: HV09%20UFD
2026-03-30 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV09%2520UFD%27 HTTP/1.1" 200 None
2026-03-30 06:04:42 [bca.uk] INFO: Scrape type for HV09%20UFD: 2
2026-03-30 06:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14beab74-d4b0-5c96-91b8-c360a57c70e0 with identifier: HV09%20UFD
2026-03-30 06:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14beab74-d4b0-5c96-91b8-c360a57c70e0 with scrape type 2
2026-03-30 06:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14beab74-d4b0-5c96-91b8-c360a57c70e0 with scrape type 2
2026-03-30 06:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14beab74-d4b0-5c96-91b8-c360a57c70e0, identifier: HV09%20UFD
2026-03-30 06:04:42 [bca.uk] INFO: Found listing with ID: SM57%20OPB
2026-03-30 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM57%2520OPB%27 HTTP/1.1" 200 None
2026-03-30 06:04:42 [bca.uk] INFO: Scrape type for SM57%20OPB: 2
2026-03-30 06:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with identifier: SM57%20OPB
2026-03-30 06:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with scrape type 2
2026-03-30 06:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with scrape type 2
2026-03-30 06:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f79b4162-bbc2-5bb2-9328-c675c65e3fa9, identifier: SM57%20OPB
2026-03-30 06:04:42 [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-30 06:04:42 [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-30 06:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14beab74-d4b0-5c96-91b8-c360a57c70e0 with identifier: HV09%20UFD
2026-03-30 06:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14beab74-d4b0-5c96-91b8-c360a57c70e0 with identifier: HV09%20UFD
2026-03-30 06:04:42 [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-30 06:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 148,
'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': 0,
'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-30 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV09%2520UFD%27 HTTP/1.1" 200 None
2026-03-30 06:04:42 [bca.uk] INFO: Saving data for HV09%20UFD: {'auction_closing_time': 1774864800.0, 'created_time': 1774764156.751045, 'last_price_update_time': 1774850682.9892}
2026-03-30 06:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:43 [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-30 06:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with identifier: SM57%20OPB
2026-03-30 06:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f79b4162-bbc2-5bb2-9328-c675c65e3fa9 with identifier: SM57%20OPB
2026-03-30 06:04:43 [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-30 06:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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': 0,
'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-30 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM57%2520OPB%27 HTTP/1.1" 200 None
2026-03-30 06:04:43 [bca.uk] INFO: Saving data for SM57%20OPB: {'auction_closing_time': 1774864800.0, 'created_time': 1774764140.501937, 'last_price_update_time': 1774850683.342429}
2026-03-30 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:43 [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-30 06:04:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:04:43 [bca.uk] INFO: Found listing with ID: HV59%20VKF
2026-03-30 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV59%2520VKF%27 HTTP/1.1" 200 None
2026-03-30 06:04:43 [bca.uk] INFO: Scrape type for HV59%20VKF: 2
2026-03-30 06:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b7abab0-0989-5d2a-9e66-5492881ffe95 with identifier: HV59%20VKF
2026-03-30 06:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b7abab0-0989-5d2a-9e66-5492881ffe95 with scrape type 2
2026-03-30 06:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b7abab0-0989-5d2a-9e66-5492881ffe95 with scrape type 2
2026-03-30 06:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b7abab0-0989-5d2a-9e66-5492881ffe95, identifier: HV59%20VKF
2026-03-30 06:04:43 [bca.uk] INFO: Found listing with ID: YP10%20CTO
2026-03-30 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP10%2520CTO%27 HTTP/1.1" 200 None
2026-03-30 06:04:43 [bca.uk] INFO: Scrape type for YP10%20CTO: 2
2026-03-30 06:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with identifier: YP10%20CTO
2026-03-30 06:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with scrape type 2
2026-03-30 06:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with scrape type 2
2026-03-30 06:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4, identifier: YP10%20CTO
2026-03-30 06:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b7abab0-0989-5d2a-9e66-5492881ffe95 with identifier: HV59%20VKF
2026-03-30 06:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b7abab0-0989-5d2a-9e66-5492881ffe95 with identifier: HV59%20VKF
2026-03-30 06:04:43 [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-30 06:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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': 0,
'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-30 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV59%2520VKF%27 HTTP/1.1" 200 None
2026-03-30 06:04:43 [bca.uk] INFO: Saving data for HV59%20VKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774764158.466188, 'last_price_update_time': 1774850683.852185}
2026-03-30 06:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:43 [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-30 06:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with identifier: YP10%20CTO
2026-03-30 06:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ed2d68b-b618-525b-9d62-3fb0fe958ab4 with identifier: YP10%20CTO
2026-03-30 06:04:43 [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-30 06:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:44 [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': 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-30 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP10%2520CTO%27 HTTP/1.1" 200 None
2026-03-30 06:04:44 [bca.uk] INFO: Saving data for YP10%20CTO: {'auction_closing_time': 1774864800.0, 'created_time': 1774477116.781569, 'last_price_update_time': 1774850684.167375}
2026-03-30 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:44 [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-30 06:04:44 [bca.uk] INFO: Found listing with ID: MF10%20DTZ
2026-03-30 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF10%2520DTZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:44 [bca.uk] INFO: Scrape type for MF10%20DTZ: 2
2026-03-30 06:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with identifier: MF10%20DTZ
2026-03-30 06:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with scrape type 2
2026-03-30 06:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with scrape type 2
2026-03-30 06:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea5ea119-f77b-520f-b0a9-4d0ff4317e88, identifier: MF10%20DTZ
2026-03-30 06:04:44 [bca.uk] INFO: Found listing with ID: LM59%20JDO
2026-03-30 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM59%2520JDO%27 HTTP/1.1" 200 None
2026-03-30 06:04:44 [bca.uk] INFO: Scrape type for LM59%20JDO: 2
2026-03-30 06:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a44b8dd-8f76-59d5-928a-329c8a33933d with identifier: LM59%20JDO
2026-03-30 06:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a44b8dd-8f76-59d5-928a-329c8a33933d with scrape type 2
2026-03-30 06:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a44b8dd-8f76-59d5-928a-329c8a33933d with scrape type 2
2026-03-30 06:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a44b8dd-8f76-59d5-928a-329c8a33933d, identifier: LM59%20JDO
2026-03-30 06:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with identifier: MF10%20DTZ
2026-03-30 06:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea5ea119-f77b-520f-b0a9-4d0ff4317e88 with identifier: MF10%20DTZ
2026-03-30 06:04:44 [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-30 06:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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': 0,
'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-30 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF10%2520DTZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:44 [bca.uk] INFO: Saving data for MF10%20DTZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774764146.280467, 'last_price_update_time': 1774850684.674623}
2026-03-30 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:44 [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-30 06:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a44b8dd-8f76-59d5-928a-329c8a33933d with identifier: LM59%20JDO
2026-03-30 06:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a44b8dd-8f76-59d5-928a-329c8a33933d with identifier: LM59%20JDO
2026-03-30 06:04:44 [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-30 06:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:44 [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': 224,
'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': 0,
'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-30 06:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM59%2520JDO%27 HTTP/1.1" 200 None
2026-03-30 06:04:44 [bca.uk] INFO: Saving data for LM59%20JDO: {'auction_closing_time': 1774864800.0, 'created_time': 1774764136.399857, 'last_price_update_time': 1774850684.99544}
2026-03-30 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:45 [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-30 06:04:45 [bca.uk] INFO: Found listing with ID: NA06%20VBC
2026-03-30 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA06%2520VBC%27 HTTP/1.1" 200 None
2026-03-30 06:04:45 [bca.uk] INFO: Scrape type for NA06%20VBC: 2
2026-03-30 06:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56b80215-19b6-5c51-bea0-4c9a7eae3493 with identifier: NA06%20VBC
2026-03-30 06:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56b80215-19b6-5c51-bea0-4c9a7eae3493 with scrape type 2
2026-03-30 06:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56b80215-19b6-5c51-bea0-4c9a7eae3493 with scrape type 2
2026-03-30 06:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56b80215-19b6-5c51-bea0-4c9a7eae3493, identifier: NA06%20VBC
2026-03-30 06:04:45 [bca.uk] INFO: Found listing with ID: MK63%20AXR
2026-03-30 06:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK63%2520AXR%27 HTTP/1.1" 200 None
2026-03-30 06:04:45 [bca.uk] INFO: Scrape type for MK63%20AXR: 2
2026-03-30 06:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with identifier: MK63%20AXR
2026-03-30 06:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with scrape type 2
2026-03-30 06:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with scrape type 2
2026-03-30 06:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5, identifier: MK63%20AXR
2026-03-30 06:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56b80215-19b6-5c51-bea0-4c9a7eae3493 with identifier: NA06%20VBC
2026-03-30 06:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56b80215-19b6-5c51-bea0-4c9a7eae3493 with identifier: NA06%20VBC
2026-03-30 06:04:45 [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-30 06:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'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': 0,
'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-30 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA06%2520VBC%27 HTTP/1.1" 200 None
2026-03-30 06:04:46 [bca.uk] INFO: Saving data for NA06%20VBC: {'auction_closing_time': 1774864800.0, 'created_time': 1774764157.123532, 'last_price_update_time': 1774850686.261901}
2026-03-30 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:46 [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-30 06:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with identifier: MK63%20AXR
2026-03-30 06:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 341f3b10-d3f0-5c66-9827-fdcc7d752ad5 with identifier: MK63%20AXR
2026-03-30 06:04:46 [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-30 06:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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': 0,
'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-30 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK63%2520AXR%27 HTTP/1.1" 200 None
2026-03-30 06:04:46 [bca.uk] INFO: Saving data for MK63%20AXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774764141.349056, 'last_price_update_time': 1774850686.561071}
2026-03-30 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:46 [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-30 06:04:46 [bca.uk] INFO: Found listing with ID: BN63%20ZHC
2026-03-30 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN63%2520ZHC%27 HTTP/1.1" 200 None
2026-03-30 06:04:46 [bca.uk] INFO: Scrape type for BN63%20ZHC: 2
2026-03-30 06:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a54cef-901d-5f87-92c4-1b745eebac8b with identifier: BN63%20ZHC
2026-03-30 06:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a54cef-901d-5f87-92c4-1b745eebac8b with scrape type 2
2026-03-30 06:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a54cef-901d-5f87-92c4-1b745eebac8b with scrape type 2
2026-03-30 06:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89a54cef-901d-5f87-92c4-1b745eebac8b, identifier: BN63%20ZHC
2026-03-30 06:04:46 [bca.uk] INFO: Found listing with ID: MV06%20EOF
2026-03-30 06:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV06%2520EOF%27 HTTP/1.1" 200 None
2026-03-30 06:04:46 [bca.uk] INFO: Scrape type for MV06%20EOF: 2
2026-03-30 06:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a37c638-ed6f-5dd6-8024-40d17f8181cf with identifier: MV06%20EOF
2026-03-30 06:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf with scrape type 2
2026-03-30 06:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a37c638-ed6f-5dd6-8024-40d17f8181cf with scrape type 2
2026-03-30 06:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a37c638-ed6f-5dd6-8024-40d17f8181cf, identifier: MV06%20EOF
2026-03-30 06:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89a54cef-901d-5f87-92c4-1b745eebac8b with identifier: BN63%20ZHC
2026-03-30 06:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89a54cef-901d-5f87-92c4-1b745eebac8b with identifier: BN63%20ZHC
2026-03-30 06:04:47 [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-30 06:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN63%2520ZHC%27 HTTP/1.1" 200 None
2026-03-30 06:04:47 [bca.uk] INFO: Saving data for BN63%20ZHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448076.256738, 'last_price_update_time': 1774850687.309255}
2026-03-30 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:47 [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-30 06:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a37c638-ed6f-5dd6-8024-40d17f8181cf with identifier: MV06%20EOF
2026-03-30 06:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a37c638-ed6f-5dd6-8024-40d17f8181cf with identifier: MV06%20EOF
2026-03-30 06:04:47 [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-30 06:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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': 0,
'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-30 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV06%2520EOF%27 HTTP/1.1" 200 None
2026-03-30 06:04:47 [bca.uk] INFO: Saving data for MV06%20EOF: {'auction_closing_time': 1774864800.0, 'created_time': 1774764137.193522, 'last_price_update_time': 1774850687.696374}
2026-03-30 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:47 [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-30 06:04:47 [bca.uk] INFO: Found listing with ID: FE13%20XAH
2026-03-30 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE13%2520XAH%27 HTTP/1.1" 200 None
2026-03-30 06:04:47 [bca.uk] INFO: Scrape type for FE13%20XAH: 2
2026-03-30 06:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with identifier: FE13%20XAH
2026-03-30 06:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with scrape type 2
2026-03-30 06:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with scrape type 2
2026-03-30 06:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae, identifier: FE13%20XAH
2026-03-30 06:04:47 [bca.uk] INFO: Found listing with ID: RO60%20MKV
2026-03-30 06:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO60%2520MKV%27 HTTP/1.1" 200 None
2026-03-30 06:04:47 [bca.uk] INFO: Scrape type for RO60%20MKV: 2
2026-03-30 06:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with identifier: RO60%20MKV
2026-03-30 06:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with scrape type 2
2026-03-30 06:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with scrape type 2
2026-03-30 06:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3, identifier: RO60%20MKV
2026-03-30 06:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with identifier: FE13%20XAH
2026-03-30 06:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9de790f9-b6fc-5e16-bb8c-72b19a73c8ae with identifier: FE13%20XAH
2026-03-30 06:04:48 [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-30 06:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE13%2520XAH%27 HTTP/1.1" 200 None
2026-03-30 06:04:48 [bca.uk] INFO: Saving data for FE13%20XAH: {'auction_closing_time': 1774864800.0, 'created_time': 1774621604.687996, 'last_price_update_time': 1774850688.226748}
2026-03-30 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:48 [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-30 06:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with identifier: RO60%20MKV
2026-03-30 06:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bac8d38c-95bb-5ec3-bf11-5ef4bfb9f2d3 with identifier: RO60%20MKV
2026-03-30 06:04:48 [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-30 06:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'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': 0,
'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-30 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO60%2520MKV%27 HTTP/1.1" 200 None
2026-03-30 06:04:48 [bca.uk] INFO: Saving data for RO60%20MKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774764133.58422, 'last_price_update_time': 1774850688.513089}
2026-03-30 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:48 [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-30 06:04:48 [bca.uk] INFO: Found listing with ID: FE14%20ONN
2026-03-30 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE14%2520ONN%27 HTTP/1.1" 200 None
2026-03-30 06:04:48 [bca.uk] INFO: Scrape type for FE14%20ONN: 0
2026-03-30 06:04:48 [bca.uk] INFO: Found listing with ID: GJ59%20KPO
2026-03-30 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ59%2520KPO%27 HTTP/1.1" 200 None
2026-03-30 06:04:48 [bca.uk] INFO: Scrape type for GJ59%20KPO: 0
2026-03-30 06:04:48 [bca.uk] INFO: Found listing with ID: NA59%20XZD
2026-03-30 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA59%2520XZD%27 HTTP/1.1" 200 None
2026-03-30 06:04:48 [bca.uk] INFO: Scrape type for NA59%20XZD: 2
2026-03-30 06:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3098dff-47b2-5db7-acf1-a0b77f02c360 with identifier: NA59%20XZD
2026-03-30 06:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3098dff-47b2-5db7-acf1-a0b77f02c360 with scrape type 2
2026-03-30 06:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3098dff-47b2-5db7-acf1-a0b77f02c360 with scrape type 2
2026-03-30 06:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3098dff-47b2-5db7-acf1-a0b77f02c360, identifier: NA59%20XZD
2026-03-30 06:04:48 [bca.uk] INFO: Found listing with ID: OU10%20XUH
2026-03-30 06:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU10%2520XUH%27 HTTP/1.1" 200 None
2026-03-30 06:04:48 [bca.uk] INFO: Scrape type for OU10%20XUH: 2
2026-03-30 06:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb8d16bb-69fa-569d-a012-0ede4a367d5d with identifier: OU10%20XUH
2026-03-30 06:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb8d16bb-69fa-569d-a012-0ede4a367d5d with scrape type 2
2026-03-30 06:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb8d16bb-69fa-569d-a012-0ede4a367d5d with scrape type 2
2026-03-30 06:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb8d16bb-69fa-569d-a012-0ede4a367d5d, identifier: OU10%20XUH
2026-03-30 06:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3098dff-47b2-5db7-acf1-a0b77f02c360 with identifier: NA59%20XZD
2026-03-30 06:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3098dff-47b2-5db7-acf1-a0b77f02c360 with identifier: NA59%20XZD
2026-03-30 06:04:48 [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-30 06:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA59%2520XZD%27 HTTP/1.1" 200 None
2026-03-30 06:04:49 [bca.uk] INFO: Saving data for NA59%20XZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774563435.289832, 'last_price_update_time': 1774850689.101565}
2026-03-30 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:49 [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-30 06:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb8d16bb-69fa-569d-a012-0ede4a367d5d with identifier: OU10%20XUH
2026-03-30 06:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb8d16bb-69fa-569d-a012-0ede4a367d5d with identifier: OU10%20XUH
2026-03-30 06:04:49 [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-30 06:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 189,
'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': 0,
'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-30 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU10%2520XUH%27 HTTP/1.1" 200 None
2026-03-30 06:04:49 [bca.uk] INFO: Saving data for OU10%20XUH: {'auction_closing_time': 1774864800.0, 'created_time': 1774764132.204654, 'last_price_update_time': 1774850689.390593}
2026-03-30 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:49 [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-30 06:04:49 [bca.uk] INFO: Found listing with ID: NK63%20DYU
2026-03-30 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK63%2520DYU%27 HTTP/1.1" 200 None
2026-03-30 06:04:49 [bca.uk] INFO: Scrape type for NK63%20DYU: 2
2026-03-30 06:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with identifier: NK63%20DYU
2026-03-30 06:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with scrape type 2
2026-03-30 06:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with scrape type 2
2026-03-30 06:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5, identifier: NK63%20DYU
2026-03-30 06:04:49 [bca.uk] INFO: Found listing with ID: PN13%20GPF
2026-03-30 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN13%2520GPF%27 HTTP/1.1" 200 None
2026-03-30 06:04:49 [bca.uk] INFO: Scrape type for PN13%20GPF: 2
2026-03-30 06:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60048722-bb21-566f-a772-d3e3d357c811 with identifier: PN13%20GPF
2026-03-30 06:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60048722-bb21-566f-a772-d3e3d357c811 with scrape type 2
2026-03-30 06:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60048722-bb21-566f-a772-d3e3d357c811 with scrape type 2
2026-03-30 06:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60048722-bb21-566f-a772-d3e3d357c811, identifier: PN13%20GPF
2026-03-30 06:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with identifier: NK63%20DYU
2026-03-30 06:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 539a404c-9523-59e0-8bc4-01a5c9a5a8d5 with identifier: NK63%20DYU
2026-03-30 06:04:49 [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-30 06:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK63%2520DYU%27 HTTP/1.1" 200 None
2026-03-30 06:04:49 [bca.uk] INFO: Saving data for NK63%20DYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774621604.023103, 'last_price_update_time': 1774850689.908795}
2026-03-30 06:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:49 [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-30 06:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60048722-bb21-566f-a772-d3e3d357c811 with identifier: PN13%20GPF
2026-03-30 06:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60048722-bb21-566f-a772-d3e3d357c811 with identifier: PN13%20GPF
2026-03-30 06:04:50 [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-30 06:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN13%2520GPF%27 HTTP/1.1" 200 None
2026-03-30 06:04:50 [bca.uk] INFO: Saving data for PN13%20GPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622427.296753, 'last_price_update_time': 1774850690.208668}
2026-03-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:50 [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-30 06:04:50 [bca.uk] INFO: Found listing with ID: SD62%20HPL
2026-03-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD62%2520HPL%27 HTTP/1.1" 200 None
2026-03-30 06:04:50 [bca.uk] INFO: Scrape type for SD62%20HPL: 0
2026-03-30 06:04:50 [bca.uk] INFO: Found listing with ID: YB57%20XVN
2026-03-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB57%2520XVN%27 HTTP/1.1" 200 None
2026-03-30 06:04:50 [bca.uk] INFO: Scrape type for YB57%20XVN: 0
2026-03-30 06:04:50 [bca.uk] INFO: Found listing with ID: YD10%20WDL
2026-03-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD10%2520WDL%27 HTTP/1.1" 200 None
2026-03-30 06:04:50 [bca.uk] INFO: Scrape type for YD10%20WDL: 2
2026-03-30 06:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7df4b070-0c1e-5a51-827f-4e02f701b648 with identifier: YD10%20WDL
2026-03-30 06:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7df4b070-0c1e-5a51-827f-4e02f701b648 with scrape type 2
2026-03-30 06:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7df4b070-0c1e-5a51-827f-4e02f701b648 with scrape type 2
2026-03-30 06:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7df4b070-0c1e-5a51-827f-4e02f701b648, identifier: YD10%20WDL
2026-03-30 06:04:50 [bca.uk] INFO: Found listing with ID: RJ14%20CFF
2026-03-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ14%2520CFF%27 HTTP/1.1" 200 None
2026-03-30 06:04:50 [bca.uk] INFO: Scrape type for RJ14%20CFF: 0
2026-03-30 06:04:50 [bca.uk] INFO: Found listing with ID: RJ61%20OHF
2026-03-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ61%2520OHF%27 HTTP/1.1" 200 None
2026-03-30 06:04:50 [bca.uk] INFO: Scrape type for RJ61%20OHF: 2
2026-03-30 06:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86e36140-61ef-5d4d-8c05-f96cf86cc74e with identifier: RJ61%20OHF
2026-03-30 06:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86e36140-61ef-5d4d-8c05-f96cf86cc74e with scrape type 2
2026-03-30 06:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86e36140-61ef-5d4d-8c05-f96cf86cc74e with scrape type 2
2026-03-30 06:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86e36140-61ef-5d4d-8c05-f96cf86cc74e, identifier: RJ61%20OHF
2026-03-30 06:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7df4b070-0c1e-5a51-827f-4e02f701b648 with identifier: YD10%20WDL
2026-03-30 06:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7df4b070-0c1e-5a51-827f-4e02f701b648 with identifier: YD10%20WDL
2026-03-30 06:04:50 [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-30 06:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'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': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.4 TDCI ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TDCI ZETEC',
'vin': 'WF0JXXGAJJAY13063',
'year': 2010}
2026-03-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD10%2520WDL%27 HTTP/1.1" 200 None
2026-03-30 06:04:50 [bca.uk] INFO: Saving data for YD10%20WDL: {'auction_closing_time': 1774864800.0, 'created_time': 1774764144.907135, 'last_price_update_time': 1774850690.793053}
2026-03-30 06:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:50 [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-30 06:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86e36140-61ef-5d4d-8c05-f96cf86cc74e with identifier: RJ61%20OHF
2026-03-30 06:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86e36140-61ef-5d4d-8c05-f96cf86cc74e with identifier: RJ61%20OHF
2026-03-30 06:04:50 [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-30 06:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ61%2520OHF%27 HTTP/1.1" 200 None
2026-03-30 06:04:51 [bca.uk] INFO: Saving data for RJ61%20OHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622196.617617, 'last_price_update_time': 1774850691.247191}
2026-03-30 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:51 [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-30 06:04:51 [bca.uk] INFO: Found listing with ID: YX59%20UZR
2026-03-30 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX59%2520UZR%27 HTTP/1.1" 200 None
2026-03-30 06:04:51 [bca.uk] INFO: Scrape type for YX59%20UZR: 0
2026-03-30 06:04:51 [bca.uk] INFO: Found listing with ID: YY10%20GKZ
2026-03-30 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY10%2520GKZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:51 [bca.uk] INFO: Scrape type for YY10%20GKZ: 2
2026-03-30 06:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ee654c-7de3-5453-94ea-297c87ef9a2f with identifier: YY10%20GKZ
2026-03-30 06:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ee654c-7de3-5453-94ea-297c87ef9a2f with scrape type 2
2026-03-30 06:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ee654c-7de3-5453-94ea-297c87ef9a2f with scrape type 2
2026-03-30 06:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50ee654c-7de3-5453-94ea-297c87ef9a2f, identifier: YY10%20GKZ
2026-03-30 06:04:51 [bca.uk] INFO: Found listing with ID: RV59%20FHW
2026-03-30 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV59%2520FHW%27 HTTP/1.1" 200 None
2026-03-30 06:04:51 [bca.uk] INFO: Scrape type for RV59%20FHW: 0
2026-03-30 06:04:51 [bca.uk] INFO: Found listing with ID: SH59%20HJU
2026-03-30 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH59%2520HJU%27 HTTP/1.1" 200 None
2026-03-30 06:04:51 [bca.uk] INFO: Scrape type for SH59%20HJU: 2
2026-03-30 06:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce180e41-8990-510b-8d08-888d385d6817 with identifier: SH59%20HJU
2026-03-30 06:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce180e41-8990-510b-8d08-888d385d6817 with scrape type 2
2026-03-30 06:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce180e41-8990-510b-8d08-888d385d6817 with scrape type 2
2026-03-30 06:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce180e41-8990-510b-8d08-888d385d6817, identifier: SH59%20HJU
2026-03-30 06:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50ee654c-7de3-5453-94ea-297c87ef9a2f with identifier: YY10%20GKZ
2026-03-30 06:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50ee654c-7de3-5453-94ea-297c87ef9a2f with identifier: YY10%20GKZ
2026-03-30 06:04:51 [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-30 06:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY10%2520GKZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:51 [bca.uk] INFO: Saving data for YY10%20GKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774622450.251931, 'last_price_update_time': 1774850691.799378}
2026-03-30 06:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:51 [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-30 06:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce180e41-8990-510b-8d08-888d385d6817 with identifier: SH59%20HJU
2026-03-30 06:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce180e41-8990-510b-8d08-888d385d6817 with identifier: SH59%20HJU
2026-03-30 06:04:51 [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-30 06:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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': 0,
'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-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH59%2520HJU%27 HTTP/1.1" 200 None
2026-03-30 06:04:52 [bca.uk] INFO: Saving data for SH59%20HJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774764124.09346, 'last_price_update_time': 1774850692.136324}
2026-03-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:52 [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-30 06:04:52 [bca.uk] INFO: Found listing with ID: DY61%20OKO
2026-03-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY61%2520OKO%27 HTTP/1.1" 200 None
2026-03-30 06:04:52 [bca.uk] INFO: Scrape type for DY61%20OKO: 0
2026-03-30 06:04:52 [bca.uk] INFO: Found listing with ID: MW10%20RDZ
2026-03-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW10%2520RDZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:52 [bca.uk] INFO: Scrape type for MW10%20RDZ: 0
2026-03-30 06:04:52 [bca.uk] INFO: Found listing with ID: OE10%20AEP
2026-03-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE10%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:04:52 [bca.uk] INFO: Scrape type for OE10%20AEP: 2
2026-03-30 06:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d53b3fbd-8685-5303-a1b5-3c172089bc84 with identifier: OE10%20AEP
2026-03-30 06:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d53b3fbd-8685-5303-a1b5-3c172089bc84 with scrape type 2
2026-03-30 06:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d53b3fbd-8685-5303-a1b5-3c172089bc84 with scrape type 2
2026-03-30 06:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d53b3fbd-8685-5303-a1b5-3c172089bc84, identifier: OE10%20AEP
2026-03-30 06:04:52 [bca.uk] INFO: Found listing with ID: VF14%20EFD
2026-03-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF14%2520EFD%27 HTTP/1.1" 200 None
2026-03-30 06:04:52 [bca.uk] INFO: Scrape type for VF14%20EFD: 0
2026-03-30 06:04:52 [bca.uk] INFO: Found listing with ID: VN62%20UST
2026-03-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN62%2520UST%27 HTTP/1.1" 200 None
2026-03-30 06:04:52 [bca.uk] INFO: Scrape type for VN62%20UST: 2
2026-03-30 06:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3413077e-c1dd-5b30-ba12-0e8253db91e7 with identifier: VN62%20UST
2026-03-30 06:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3413077e-c1dd-5b30-ba12-0e8253db91e7 with scrape type 2
2026-03-30 06:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3413077e-c1dd-5b30-ba12-0e8253db91e7 with scrape type 2
2026-03-30 06:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3413077e-c1dd-5b30-ba12-0e8253db91e7, identifier: VN62%20UST
2026-03-30 06:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d53b3fbd-8685-5303-a1b5-3c172089bc84 with identifier: OE10%20AEP
2026-03-30 06:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d53b3fbd-8685-5303-a1b5-3c172089bc84 with identifier: OE10%20AEP
2026-03-30 06:04:52 [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-30 06:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE10%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:04:52 [bca.uk] INFO: Saving data for OE10%20AEP: {'auction_closing_time': 1774864800.0, 'created_time': 1774622432.17502, 'last_price_update_time': 1774850692.722334}
2026-03-30 06:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:52 [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-30 06:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3413077e-c1dd-5b30-ba12-0e8253db91e7 with identifier: VN62%20UST
2026-03-30 06:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3413077e-c1dd-5b30-ba12-0e8253db91e7 with identifier: VN62%20UST
2026-03-30 06:04:52 [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-30 06:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN62%2520UST%27 HTTP/1.1" 200 None
2026-03-30 06:04:53 [bca.uk] INFO: Saving data for VN62%20UST: {'auction_closing_time': 1774864800.0, 'created_time': 1774622198.087826, 'last_price_update_time': 1774850693.020146}
2026-03-30 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:53 [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-30 06:04:53 [bca.uk] INFO: Found listing with ID: VO14%20ZHE
2026-03-30 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO14%2520ZHE%27 HTTP/1.1" 200 None
2026-03-30 06:04:53 [bca.uk] INFO: Scrape type for VO14%20ZHE: 2
2026-03-30 06:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with identifier: VO14%20ZHE
2026-03-30 06:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with scrape type 2
2026-03-30 06:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with scrape type 2
2026-03-30 06:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e7331af-b563-5d60-9956-5cb2dc5f7b15, identifier: VO14%20ZHE
2026-03-30 06:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with identifier: VO14%20ZHE
2026-03-30 06:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e7331af-b563-5d60-9956-5cb2dc5f7b15 with identifier: VO14%20ZHE
2026-03-30 06:04:53 [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-30 06:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO14%2520ZHE%27 HTTP/1.1" 200 None
2026-03-30 06:04:53 [bca.uk] INFO: Saving data for VO14%20ZHE: {'auction_closing_time': 1774864800.0, 'created_time': 1774622062.590416, 'last_price_update_time': 1774850693.457641}
2026-03-30 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:53 [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-30 06:04:53 [bca.uk] INFO: Found listing with ID: WJ13%20VRX
2026-03-30 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ13%2520VRX%27 HTTP/1.1" 200 None
2026-03-30 06:04:53 [bca.uk] INFO: Scrape type for WJ13%20VRX: 2
2026-03-30 06:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f427af9d-a9ff-5031-99fb-738c5de761f6 with identifier: WJ13%20VRX
2026-03-30 06:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f427af9d-a9ff-5031-99fb-738c5de761f6 with scrape type 2
2026-03-30 06:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f427af9d-a9ff-5031-99fb-738c5de761f6 with scrape type 2
2026-03-30 06:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f427af9d-a9ff-5031-99fb-738c5de761f6, identifier: WJ13%20VRX
2026-03-30 06:04:53 [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-30 06:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f427af9d-a9ff-5031-99fb-738c5de761f6 with identifier: WJ13%20VRX
2026-03-30 06:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f427af9d-a9ff-5031-99fb-738c5de761f6 with identifier: WJ13%20VRX
2026-03-30 06:04:53 [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-30 06:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ13%2520VRX%27 HTTP/1.1" 200 None
2026-03-30 06:04:53 [bca.uk] INFO: Saving data for WJ13%20VRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774535461.418599, 'last_price_update_time': 1774850693.886891}
2026-03-30 06:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:53 [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-30 06:04:54 [bca.uk] INFO: Found listing with ID: YE62%20YPM
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE62%2520YPM%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Scrape type for YE62%20YPM: 0
2026-03-30 06:04:54 [bca.uk] INFO: Found listing with ID: YH61%20VSP
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH61%2520VSP%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Scrape type for YH61%20VSP: 0
2026-03-30 06:04:54 [bca.uk] INFO: Found listing with ID: YJ13%20VUC
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ13%2520VUC%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Scrape type for YJ13%20VUC: 0
2026-03-30 06:04:54 [bca.uk] INFO: Found listing with ID: YR58%20XNT
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR58%2520XNT%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Scrape type for YR58%20XNT: 2
2026-03-30 06:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with identifier: YR58%20XNT
2026-03-30 06:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with scrape type 2
2026-03-30 06:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with scrape type 2
2026-03-30 06:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f, identifier: YR58%20XNT
2026-03-30 06:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with identifier: YR58%20XNT
2026-03-30 06:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6eb0a5f0-b3d3-53fa-8ac8-bf1edd07ab1f with identifier: YR58%20XNT
2026-03-30 06:04:54 [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-30 06:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR58%2520XNT%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Saving data for YR58%20XNT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563816.011979, 'last_price_update_time': 1774850694.466971}
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:54 [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-30 06:04:54 [bca.uk] INFO: Found listing with ID: HV09%20PXZ
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV09%2520PXZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Scrape type for HV09%20PXZ: 0
2026-03-30 06:04:54 [bca.uk] INFO: Found listing with ID: HV60%20FGZ
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV60%2520FGZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Scrape type for HV60%20FGZ: 2
2026-03-30 06:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with identifier: HV60%20FGZ
2026-03-30 06:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with scrape type 2
2026-03-30 06:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with scrape type 2
2026-03-30 06:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c26c00d1-c15f-580d-9fdf-e7cc50ea3793, identifier: HV60%20FGZ
2026-03-30 06:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with identifier: HV60%20FGZ
2026-03-30 06:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c26c00d1-c15f-580d-9fdf-e7cc50ea3793 with identifier: HV60%20FGZ
2026-03-30 06:04:54 [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-30 06:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV60%2520FGZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Saving data for HV60%20FGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774621990.229265, 'last_price_update_time': 1774850694.88979}
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:54 [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-30 06:04:54 [bca.uk] INFO: Total items found: 100
2026-03-30 06:04:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded
2026-03-30 06:04:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:04:54 [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-30 06:04:54 [bca.uk] INFO: Found listing with ID: HV62%20ZWC
2026-03-30 06:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV62%2520ZWC%27 HTTP/1.1" 200 None
2026-03-30 06:04:54 [bca.uk] INFO: Scrape type for HV62%20ZWC: 2
2026-03-30 06:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with identifier: HV62%20ZWC
2026-03-30 06:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with scrape type 2
2026-03-30 06:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with scrape type 2
2026-03-30 06:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c361e05-93e2-57fa-9a75-90f2ecb5b143, identifier: HV62%20ZWC
2026-03-30 06:04:55 [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-30 06:04:55 [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-30 06:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with identifier: HV62%20ZWC
2026-03-30 06:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c361e05-93e2-57fa-9a75-90f2ecb5b143 with identifier: HV62%20ZWC
2026-03-30 06:04:55 [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-30 06:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 151,
'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': 0,
'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-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV62%2520ZWC%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Saving data for HV62%20ZWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774764154.595738, 'last_price_update_time': 1774850695.329176}
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:55 [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-30 06:04:55 [bca.uk] INFO: Found listing with ID: SV13%20XGW
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV13%2520XGW%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Scrape type for SV13%20XGW: 0
2026-03-30 06:04:55 [bca.uk] INFO: Found listing with ID: AE15%20URC
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE15%2520URC%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Scrape type for AE15%20URC: 0
2026-03-30 06:04:55 [bca.uk] INFO: Found listing with ID: KJ19%20ZRG
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ19%2520ZRG%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Scrape type for KJ19%20ZRG: 0
2026-03-30 06:04:55 [bca.uk] INFO: Found listing with ID: KN68%20YYB
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN68%2520YYB%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Scrape type for KN68%20YYB: 0
2026-03-30 06:04:55 [bca.uk] INFO: Found listing with ID: AU02%20VYG
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU02%2520VYG%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Scrape type for AU02%20VYG: 0
2026-03-30 06:04:55 [bca.uk] INFO: Found listing with ID: BF18%20GZO
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF18%2520GZO%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Scrape type for BF18%20GZO: 2
2026-03-30 06:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with identifier: BF18%20GZO
2026-03-30 06:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with scrape type 2
2026-03-30 06:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with scrape type 2
2026-03-30 06:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 865e7d5e-aabc-54aa-ac7e-43bb821b4686, identifier: BF18%20GZO
2026-03-30 06:04:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:04:55 [bca.uk] INFO: Found listing with ID: HW13%20FAK
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HW13%2520FAK%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Scrape type for HW13%20FAK: 2
2026-03-30 06:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with identifier: HW13%20FAK
2026-03-30 06:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with scrape type 2
2026-03-30 06:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with scrape type 2
2026-03-30 06:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0aff8c7-a18e-5fdb-ad54-f5c593728f98, identifier: HW13%20FAK
2026-03-30 06:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with identifier: BF18%20GZO
2026-03-30 06:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 865e7d5e-aabc-54aa-ac7e-43bb821b4686 with identifier: BF18%20GZO
2026-03-30 06:04:55 [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-30 06:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF18%2520GZO%27 HTTP/1.1" 200 None
2026-03-30 06:04:55 [bca.uk] INFO: Saving data for BF18%20GZO: {'auction_closing_time': 1774951200.0, 'created_time': 1773822360.836007, 'last_price_update_time': 1774850695.94202}
2026-03-30 06:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:55 [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-30 06:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with identifier: HW13%20FAK
2026-03-30 06:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0aff8c7-a18e-5fdb-ad54-f5c593728f98 with identifier: HW13%20FAK
2026-03-30 06:04:56 [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-30 06:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'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': 0,
'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-30 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HW13%2520FAK%27 HTTP/1.1" 200 None
2026-03-30 06:04:56 [bca.uk] INFO: Saving data for HW13%20FAK: {'auction_closing_time': 1774864800.0, 'created_time': 1774764151.40172, 'last_price_update_time': 1774850696.338712}
2026-03-30 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:56 [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-30 06:04:56 [bca.uk] INFO: Found listing with ID: RF61%20EUB
2026-03-30 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF61%2520EUB%27 HTTP/1.1" 200 None
2026-03-30 06:04:56 [bca.uk] INFO: Scrape type for RF61%20EUB: 2
2026-03-30 06:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 957c4dde-50e1-50f1-8dca-84efb96838b0 with identifier: RF61%20EUB
2026-03-30 06:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 957c4dde-50e1-50f1-8dca-84efb96838b0 with scrape type 2
2026-03-30 06:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 957c4dde-50e1-50f1-8dca-84efb96838b0 with scrape type 2
2026-03-30 06:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 957c4dde-50e1-50f1-8dca-84efb96838b0, identifier: RF61%20EUB
2026-03-30 06:04:56 [bca.uk] INFO: Found listing with ID: KM59%20UED
2026-03-30 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM59%2520UED%27 HTTP/1.1" 200 None
2026-03-30 06:04:56 [bca.uk] INFO: Scrape type for KM59%20UED: 0
2026-03-30 06:04:56 [bca.uk] INFO: Found listing with ID: KN56%20JYW
2026-03-30 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN56%2520JYW%27 HTTP/1.1" 200 None
2026-03-30 06:04:56 [bca.uk] INFO: Scrape type for KN56%20JYW: 2
2026-03-30 06:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63eded0-b479-5ee0-a4b4-1cbdedef75be with identifier: KN56%20JYW
2026-03-30 06:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63eded0-b479-5ee0-a4b4-1cbdedef75be with scrape type 2
2026-03-30 06:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63eded0-b479-5ee0-a4b4-1cbdedef75be with scrape type 2
2026-03-30 06:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d63eded0-b479-5ee0-a4b4-1cbdedef75be, identifier: KN56%20JYW
2026-03-30 06:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 957c4dde-50e1-50f1-8dca-84efb96838b0 with identifier: RF61%20EUB
2026-03-30 06:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 957c4dde-50e1-50f1-8dca-84efb96838b0 with identifier: RF61%20EUB
2026-03-30 06:04:56 [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-30 06:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF61%2520EUB%27 HTTP/1.1" 200 None
2026-03-30 06:04:56 [bca.uk] INFO: Saving data for RF61%20EUB: {'auction_closing_time': 1774951200.0, 'created_time': 1773822896.784583, 'last_price_update_time': 1774850696.883756}
2026-03-30 06:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:56 [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-30 06:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d63eded0-b479-5ee0-a4b4-1cbdedef75be with identifier: KN56%20JYW
2026-03-30 06:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d63eded0-b479-5ee0-a4b4-1cbdedef75be with identifier: KN56%20JYW
2026-03-30 06:04:56 [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-30 06:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN56%2520JYW%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Saving data for KN56%20JYW: {'auction_closing_time': 1774864800.0, 'created_time': 1774534719.234809, 'last_price_update_time': 1774850697.167428}
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:57 [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-30 06:04:57 [bca.uk] INFO: Found listing with ID: FE68%20XBZ
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE68%2520XBZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for FE68%20XBZ: 0
2026-03-30 06:04:57 [bca.uk] INFO: Found listing with ID: SP15%20VFV
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP15%2520VFV%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for SP15%20VFV: 0
2026-03-30 06:04:57 [bca.uk] INFO: Found listing with ID: ST64%20MMV
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST64%2520MMV%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for ST64%20MMV: 0
2026-03-30 06:04:57 [bca.uk] INFO: Found listing with ID: AF20%20XNC
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF20%2520XNC%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for AF20%20XNC: 0
2026-03-30 06:04:57 [bca.uk] INFO: Found listing with ID: LX62%20RKE
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX62%2520RKE%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for LX62%20RKE: 0
2026-03-30 06:04:57 [bca.uk] INFO: Found listing with ID: SW19%20FWZ
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW19%2520FWZ%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for SW19%20FWZ: 0
2026-03-30 06:04:57 [bca.uk] INFO: Found listing with ID: CU71%20VTC
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU71%2520VTC%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for CU71%20VTC: 0
2026-03-30 06:04:57 [bca.uk] INFO: Found listing with ID: SR21%20XPN
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR21%2520XPN%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for SR21%20XPN: 2
2026-03-30 06:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd9f6c8d-5ac1-5073-926d-cde7ef297540 with identifier: SR21%20XPN
2026-03-30 06:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd9f6c8d-5ac1-5073-926d-cde7ef297540 with scrape type 2
2026-03-30 06:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd9f6c8d-5ac1-5073-926d-cde7ef297540 with scrape type 2
2026-03-30 06:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd9f6c8d-5ac1-5073-926d-cde7ef297540, identifier: SR21%20XPN
2026-03-30 06:04:57 [bca.uk] INFO: Found listing with ID: KR09%20EXE
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR09%2520EXE%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Scrape type for KR09%20EXE: 2
2026-03-30 06:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b689d7-1c39-5732-a21f-42bb927a0cd5 with identifier: KR09%20EXE
2026-03-30 06:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3b689d7-1c39-5732-a21f-42bb927a0cd5 with scrape type 2
2026-03-30 06:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3b689d7-1c39-5732-a21f-42bb927a0cd5 with scrape type 2
2026-03-30 06:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3b689d7-1c39-5732-a21f-42bb927a0cd5, identifier: KR09%20EXE
2026-03-30 06:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd9f6c8d-5ac1-5073-926d-cde7ef297540 with identifier: SR21%20XPN
2026-03-30 06:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd9f6c8d-5ac1-5073-926d-cde7ef297540 with identifier: SR21%20XPN
2026-03-30 06:04:57 [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-30 06:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR21%2520XPN%27 HTTP/1.1" 200 None
2026-03-30 06:04:57 [bca.uk] INFO: Saving data for SR21%20XPN: {'auction_closing_time': 1775210400.0, 'created_time': 1774564945.99446, 'last_price_update_time': 1774850697.801567}
2026-03-30 06:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:57 [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-30 06:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3b689d7-1c39-5732-a21f-42bb927a0cd5 with identifier: KR09%20EXE
2026-03-30 06:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3b689d7-1c39-5732-a21f-42bb927a0cd5 with identifier: KR09%20EXE
2026-03-30 06:04:58 [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-30 06:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04: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': 164,
'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': 0,
'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-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR09%2520EXE%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Saving data for KR09%20EXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774764139.378594, 'last_price_update_time': 1774850698.185873}
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:58 [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-30 06:04:58 [bca.uk] INFO: Found listing with ID: ST72%20OPY
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST72%2520OPY%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Scrape type for ST72%20OPY: 0
2026-03-30 06:04:58 [bca.uk] INFO: Found listing with ID: ST72%20OSN
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST72%2520OSN%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Scrape type for ST72%20OSN: 0
2026-03-30 06:04:58 [bca.uk] INFO: Found listing with ID: ST72%20TKU
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST72%2520TKU%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Scrape type for ST72%20TKU: 0
2026-03-30 06:04:58 [bca.uk] INFO: Found listing with ID: SY22%20UHR
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY22%2520UHR%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Scrape type for SY22%20UHR: 0
2026-03-30 06:04:58 [bca.uk] INFO: Found listing with ID: MD19%20GWP
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD19%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Scrape type for MD19%20GWP: 2
2026-03-30 06:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91b0de90-17dd-509b-97a4-cbd114383d8a with identifier: MD19%20GWP
2026-03-30 06:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91b0de90-17dd-509b-97a4-cbd114383d8a with scrape type 2
2026-03-30 06:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91b0de90-17dd-509b-97a4-cbd114383d8a with scrape type 2
2026-03-30 06:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91b0de90-17dd-509b-97a4-cbd114383d8a, identifier: MD19%20GWP
2026-03-30 06:04:58 [bca.uk] INFO: Found listing with ID: LD54%20JZA
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD54%2520JZA%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Scrape type for LD54%20JZA: 0
2026-03-30 06:04:58 [bca.uk] INFO: Found listing with ID: LG13%20JHF
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG13%2520JHF%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Scrape type for LG13%20JHF: 2
2026-03-30 06:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 919c191b-92e1-5e23-ab8d-514b4c861b07 with identifier: LG13%20JHF
2026-03-30 06:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 919c191b-92e1-5e23-ab8d-514b4c861b07 with scrape type 2
2026-03-30 06:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 919c191b-92e1-5e23-ab8d-514b4c861b07 with scrape type 2
2026-03-30 06:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 919c191b-92e1-5e23-ab8d-514b4c861b07, identifier: LG13%20JHF
2026-03-30 06:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91b0de90-17dd-509b-97a4-cbd114383d8a with identifier: MD19%20GWP
2026-03-30 06:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91b0de90-17dd-509b-97a4-cbd114383d8a with identifier: MD19%20GWP
2026-03-30 06:04:58 [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-30 06:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD19%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:04:58 [bca.uk] INFO: Saving data for MD19%20GWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562562.998326, 'last_price_update_time': 1774850698.866704}
2026-03-30 06:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:58 [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-30 06:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 919c191b-92e1-5e23-ab8d-514b4c861b07 with identifier: LG13%20JHF
2026-03-30 06:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 919c191b-92e1-5e23-ab8d-514b4c861b07 with identifier: LG13%20JHF
2026-03-30 06:04:58 [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-30 06:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04: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': 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-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG13%2520JHF%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Saving data for LG13%20JHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563418.35318, 'last_price_update_time': 1774850699.175474}
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:59 [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-30 06:04:59 [bca.uk] INFO: Found listing with ID: DE72%20KZJ
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE72%2520KZJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for DE72%20KZJ: 0
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: BW21%20EVR
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW21%2520EVR%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for BW21%20EVR: 0
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: CA19%20YWE
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA19%2520YWE%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for CA19%20YWE: 0
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: HL19%20RNJ
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HL19%2520RNJ%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for HL19%20RNJ: 0
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: KF19%20DKY
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF19%2520DKY%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for KF19%20DKY: 0
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: LG72%20UJY
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG72%2520UJY%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for LG72%20UJY: 0
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: RJ69%20GGF
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ69%2520GGF%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for RJ69%20GGF: 2
2026-03-30 06:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 589971e4-91c9-5652-afd0-ee88da4b7369 with identifier: RJ69%20GGF
2026-03-30 06:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 589971e4-91c9-5652-afd0-ee88da4b7369 with scrape type 2
2026-03-30 06:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 589971e4-91c9-5652-afd0-ee88da4b7369 with scrape type 2
2026-03-30 06:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 589971e4-91c9-5652-afd0-ee88da4b7369, identifier: RJ69%20GGF
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: LL10%20FPD
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL10%2520FPD%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for LL10%20FPD: 0
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: LL10%20HMK
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL10%2520HMK%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for LL10%20HMK: 0
2026-03-30 06:04:59 [bca.uk] INFO: Found listing with ID: LL13%20WXE
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL13%2520WXE%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Scrape type for LL13%20WXE: 2
2026-03-30 06:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with identifier: LL13%20WXE
2026-03-30 06:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with scrape type 2
2026-03-30 06:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with scrape type 2
2026-03-30 06:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c, identifier: LL13%20WXE
2026-03-30 06:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 589971e4-91c9-5652-afd0-ee88da4b7369 with identifier: RJ69%20GGF
2026-03-30 06:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 589971e4-91c9-5652-afd0-ee88da4b7369 with identifier: RJ69%20GGF
2026-03-30 06:04:59 [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-30 06:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ69%2520GGF%27 HTTP/1.1" 200 None
2026-03-30 06:04:59 [bca.uk] INFO: Saving data for RJ69%20GGF: {'auction_closing_time': 1774864800.0, 'created_time': 1774305677.315609, 'last_price_update_time': 1774850699.867992}
2026-03-30 06:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:04:59 [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-30 06:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with identifier: LL13%20WXE
2026-03-30 06:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 442c44e4-d5d1-53f3-a225-d5a0dbfa8e6c with identifier: LL13%20WXE
2026-03-30 06:05:00 [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-30 06:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'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': 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': 'WF0DXXGAKDDA26860',
'year': 2013}
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL13%2520WXE%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Saving data for LL13%20WXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774764137.869776, 'last_price_update_time': 1774850700.30699}
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:00 [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-30 06:05:00 [bca.uk] INFO: Found listing with ID: RK68%20WZS
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK68%2520WZS%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Scrape type for RK68%20WZS: 0
2026-03-30 06:05:00 [bca.uk] INFO: Found listing with ID: YH70%20HRN
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH70%2520HRN%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Scrape type for YH70%20HRN: 0
2026-03-30 06:05:00 [bca.uk] INFO: Found listing with ID: MP19%20HZK
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP19%2520HZK%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Scrape type for MP19%20HZK: 0
2026-03-30 06:05:00 [bca.uk] INFO: Found listing with ID: MT23%20TUO
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT23%2520TUO%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Scrape type for MT23%20TUO: 2
2026-03-30 06:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08448525-46db-5d5a-bdd8-6675e5af7665 with identifier: MT23%20TUO
2026-03-30 06:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08448525-46db-5d5a-bdd8-6675e5af7665 with scrape type 2
2026-03-30 06:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08448525-46db-5d5a-bdd8-6675e5af7665 with scrape type 2
2026-03-30 06:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08448525-46db-5d5a-bdd8-6675e5af7665, identifier: MT23%20TUO
2026-03-30 06:05:00 [bca.uk] INFO: Found listing with ID: LS14%20LGU
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS14%2520LGU%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Scrape type for LS14%20LGU: 0
2026-03-30 06:05:00 [bca.uk] INFO: Found listing with ID: MX59%20URP
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX59%2520URP%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Scrape type for MX59%20URP: 0
2026-03-30 06:05:00 [bca.uk] INFO: Found listing with ID: NX12%20WBL
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX12%2520WBL%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Scrape type for NX12%20WBL: 0
2026-03-30 06:05:00 [bca.uk] INFO: Found listing with ID: CV62%20BUH
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV62%2520BUH%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Scrape type for CV62%20BUH: 2
2026-03-30 06:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 674562cc-843d-570a-9c98-24c1e54b0445 with identifier: CV62%20BUH
2026-03-30 06:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 674562cc-843d-570a-9c98-24c1e54b0445 with scrape type 2
2026-03-30 06:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 674562cc-843d-570a-9c98-24c1e54b0445 with scrape type 2
2026-03-30 06:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 674562cc-843d-570a-9c98-24c1e54b0445, identifier: CV62%20BUH
2026-03-30 06:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08448525-46db-5d5a-bdd8-6675e5af7665 with identifier: MT23%20TUO
2026-03-30 06:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08448525-46db-5d5a-bdd8-6675e5af7665 with identifier: MT23%20TUO
2026-03-30 06:05:00 [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-30 06:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT23%2520TUO%27 HTTP/1.1" 200 None
2026-03-30 06:05:00 [bca.uk] INFO: Saving data for MT23%20TUO: {'auction_closing_time': 1774951200.0, 'created_time': 1774562572.062234, 'last_price_update_time': 1774850700.980001}
2026-03-30 06:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:00 [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-30 06:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 674562cc-843d-570a-9c98-24c1e54b0445 with identifier: CV62%20BUH
2026-03-30 06:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 674562cc-843d-570a-9c98-24c1e54b0445 with identifier: CV62%20BUH
2026-03-30 06:05:01 [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-30 06:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:01 [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': 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-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV62%2520BUH%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Saving data for CV62%20BUH: {'auction_closing_time': 1774864800.0, 'created_time': 1774535493.240729, 'last_price_update_time': 1774850701.268032}
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:01 [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-30 06:05:01 [bca.uk] INFO: Found listing with ID: NU72%20GYN
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU72%2520GYN%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for NU72%20GYN: 0
2026-03-30 06:05:01 [bca.uk] INFO: Found listing with ID: RGZ%202258
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RGZ%25202258%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for RGZ%202258: 0
2026-03-30 06:05:01 [bca.uk] INFO: Found listing with ID: SH22%20GFY
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH22%2520GFY%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for SH22%20GFY: 0
2026-03-30 06:05:01 [bca.uk] INFO: Found listing with ID: WF68%20XGD
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF68%2520XGD%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for WF68%20XGD: 0
2026-03-30 06:05:01 [bca.uk] INFO: Found listing with ID: WO19%20HKY
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO19%2520HKY%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for WO19%20HKY: 0
2026-03-30 06:05:01 [bca.uk] INFO: Found listing with ID: YC68%20TVN
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC68%2520TVN%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for YC68%20TVN: 0
2026-03-30 06:05:01 [bca.uk] INFO: Found listing with ID: YK19%20TBP
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK19%2520TBP%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for YK19%20TBP: 2
2026-03-30 06:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with identifier: YK19%20TBP
2026-03-30 06:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with scrape type 2
2026-03-30 06:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with scrape type 2
2026-03-30 06:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5, identifier: YK19%20TBP
2026-03-30 06:05:01 [bca.uk] INFO: Found listing with ID: DA09%20SGZ
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA09%2520SGZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for DA09%20SGZ: 0
2026-03-30 06:05:01 [bca.uk] INFO: Found listing with ID: DF10%20BUE
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF10%2520BUE%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Scrape type for DF10%20BUE: 2
2026-03-30 06:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a808dfcb-e781-5a57-a36f-9e57caf60aa3 with identifier: DF10%20BUE
2026-03-30 06:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a808dfcb-e781-5a57-a36f-9e57caf60aa3 with scrape type 2
2026-03-30 06:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a808dfcb-e781-5a57-a36f-9e57caf60aa3 with scrape type 2
2026-03-30 06:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a808dfcb-e781-5a57-a36f-9e57caf60aa3, identifier: DF10%20BUE
2026-03-30 06:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with identifier: YK19%20TBP
2026-03-30 06:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60e0fc2b-d9b4-579f-a7fe-c63f29eb17c5 with identifier: YK19%20TBP
2026-03-30 06:05:01 [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-30 06:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK19%2520TBP%27 HTTP/1.1" 200 None
2026-03-30 06:05:01 [bca.uk] INFO: Saving data for YK19%20TBP: {'auction_closing_time': 1774951200.0, 'created_time': 1774562553.093686, 'last_price_update_time': 1774850701.93606}
2026-03-30 06:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:01 [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-30 06:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a808dfcb-e781-5a57-a36f-9e57caf60aa3 with identifier: DF10%20BUE
2026-03-30 06:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a808dfcb-e781-5a57-a36f-9e57caf60aa3 with identifier: DF10%20BUE
2026-03-30 06:05:02 [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-30 06:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:02 [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': 131,
'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': 0,
'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-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF10%2520BUE%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Saving data for DF10%20BUE: {'auction_closing_time': 1774864800.0, 'created_time': 1774764135.135711, 'last_price_update_time': 1774850702.377274}
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:02 [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-30 06:05:02 [bca.uk] INFO: Found listing with ID: DK69%20NEO
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK69%2520NEO%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for DK69%20NEO: 0
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: MH19%20RHF
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH19%2520RHF%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for MH19%20RHF: 0
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: MJ19%20JYG
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ19%2520JYG%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for MJ19%20JYG: 0
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: ML71%20WFO
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML71%2520WFO%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for ML71%20WFO: 0
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: YE19%20VLP
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE19%2520VLP%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for YE19%20VLP: 0
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: YB19%20VUL
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB19%2520VUL%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for YB19%20VUL: 0
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: NG19%20PXT
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG19%2520PXT%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for NG19%20PXT: 2
2026-03-30 06:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 129b3712-9308-57bb-8c30-2815358632d3 with identifier: NG19%20PXT
2026-03-30 06:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129b3712-9308-57bb-8c30-2815358632d3 with scrape type 2
2026-03-30 06:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 129b3712-9308-57bb-8c30-2815358632d3 with scrape type 2
2026-03-30 06:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 129b3712-9308-57bb-8c30-2815358632d3, identifier: NG19%20PXT
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: EA11%20GDV
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA11%2520GDV%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for EA11%20GDV: 0
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: EA66%20VAF
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA66%2520VAF%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for EA66%20VAF: 0
2026-03-30 06:05:02 [bca.uk] INFO: Found listing with ID: EK61%20OLT
2026-03-30 06:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK61%2520OLT%27 HTTP/1.1" 200 None
2026-03-30 06:05:02 [bca.uk] INFO: Scrape type for EK61%20OLT: 2
2026-03-30 06:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13e6993-e9b8-508a-9049-533dac7298bf with identifier: EK61%20OLT
2026-03-30 06:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13e6993-e9b8-508a-9049-533dac7298bf with scrape type 2
2026-03-30 06:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13e6993-e9b8-508a-9049-533dac7298bf with scrape type 2
2026-03-30 06:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f13e6993-e9b8-508a-9049-533dac7298bf, identifier: EK61%20OLT
2026-03-30 06:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 129b3712-9308-57bb-8c30-2815358632d3 with identifier: NG19%20PXT
2026-03-30 06:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 129b3712-9308-57bb-8c30-2815358632d3 with identifier: NG19%20PXT
2026-03-30 06:05:02 [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-30 06:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG19%2520PXT%27 HTTP/1.1" 200 None
2026-03-30 06:05:03 [bca.uk] INFO: Saving data for NG19%20PXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774476203.654185, 'last_price_update_time': 1774850703.14182}
2026-03-30 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:03 [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-30 06:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f13e6993-e9b8-508a-9049-533dac7298bf with identifier: EK61%20OLT
2026-03-30 06:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f13e6993-e9b8-508a-9049-533dac7298bf with identifier: EK61%20OLT
2026-03-30 06:05:03 [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-30 06:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK61%2520OLT%27 HTTP/1.1" 200 None
2026-03-30 06:05:03 [bca.uk] INFO: Saving data for EK61%20OLT: {'auction_closing_time': 1774864800.0, 'created_time': 1774534736.166675, 'last_price_update_time': 1774850703.496826}
2026-03-30 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:03 [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-30 06:05:03 [bca.uk] INFO: Found listing with ID: LP69%20AYT
2026-03-30 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP69%2520AYT%27 HTTP/1.1" 200 None
2026-03-30 06:05:03 [bca.uk] INFO: Scrape type for LP69%20AYT: 0
2026-03-30 06:05:03 [bca.uk] INFO: Found listing with ID: BD19%20VEB
2026-03-30 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD19%2520VEB%27 HTTP/1.1" 200 None
2026-03-30 06:05:03 [bca.uk] INFO: Scrape type for BD19%20VEB: 2
2026-03-30 06:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa8d3972-758e-5a7d-842a-646bfbe60b9d with identifier: BD19%20VEB
2026-03-30 06:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa8d3972-758e-5a7d-842a-646bfbe60b9d with scrape type 2
2026-03-30 06:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa8d3972-758e-5a7d-842a-646bfbe60b9d with scrape type 2
2026-03-30 06:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa8d3972-758e-5a7d-842a-646bfbe60b9d, identifier: BD19%20VEB
2026-03-30 06:05:03 [bca.uk] INFO: Found listing with ID: EO58%20HTE
2026-03-30 06:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO58%2520HTE%27 HTTP/1.1" 200 None
2026-03-30 06:05:03 [bca.uk] INFO: Scrape type for EO58%20HTE: 2
2026-03-30 06:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67ff4e26-7e28-5446-bedc-8d38dde58077 with identifier: EO58%20HTE
2026-03-30 06:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67ff4e26-7e28-5446-bedc-8d38dde58077 with scrape type 2
2026-03-30 06:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67ff4e26-7e28-5446-bedc-8d38dde58077 with scrape type 2
2026-03-30 06:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67ff4e26-7e28-5446-bedc-8d38dde58077, identifier: EO58%20HTE
2026-03-30 06:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa8d3972-758e-5a7d-842a-646bfbe60b9d with identifier: BD19%20VEB
2026-03-30 06:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa8d3972-758e-5a7d-842a-646bfbe60b9d with identifier: BD19%20VEB
2026-03-30 06:05:03 [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-30 06:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD19%2520VEB%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Saving data for BD19%20VEB: {'auction_closing_time': 1774864800.0, 'created_time': 1774080106.316097, 'last_price_update_time': 1774850704.162577}
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:04 [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-30 06:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67ff4e26-7e28-5446-bedc-8d38dde58077 with identifier: EO58%20HTE
2026-03-30 06:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67ff4e26-7e28-5446-bedc-8d38dde58077 with identifier: EO58%20HTE
2026-03-30 06:05:04 [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-30 06:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 169,
'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': 0,
'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-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO58%2520HTE%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Saving data for EO58%20HTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774764127.305147, 'last_price_update_time': 1774850704.704458}
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:04 [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-30 06:05:04 [bca.uk] INFO: Found listing with ID: YB08%20OEU
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB08%2520OEU%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for YB08%20OEU: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: MM11%20JNV
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM11%2520JNV%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for MM11%20JNV: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: AC58%20KVH
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AC58%2520KVH%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for AC58%20KVH: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: KS04%20HEJ
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS04%2520HEJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for KS04%20HEJ: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: YF12%20LYA
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF12%2520LYA%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for YF12%20LYA: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: SG09%20LCM
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG09%2520LCM%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for SG09%20LCM: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: BT54%20XOM
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT54%2520XOM%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for BT54%20XOM: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: SU06%20XOV
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SU06%2520XOV%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for SU06%20XOV: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: SP59%20HRM
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP59%2520HRM%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for SP59%20HRM: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: GJ56%20ZHY
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ56%2520ZHY%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for GJ56%20ZHY: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: M500%20MGW
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M500%2520MGW%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for M500%20MGW: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: KY06%20TYK
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY06%2520TYK%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for KY06%20TYK: 0
2026-03-30 06:05:04 [bca.uk] INFO: Found listing with ID: DG59%20XEM
2026-03-30 06:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG59%2520XEM%27 HTTP/1.1" 200 None
2026-03-30 06:05:04 [bca.uk] INFO: Scrape type for DG59%20XEM: 2
2026-03-30 06:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with identifier: DG59%20XEM
2026-03-30 06:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with scrape type 2
2026-03-30 06:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with scrape type 2
2026-03-30 06:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7, identifier: DG59%20XEM
2026-03-30 06:05:05 [bca.uk] INFO: Found listing with ID: ET12%20MKU
2026-03-30 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET12%2520MKU%27 HTTP/1.1" 200 None
2026-03-30 06:05:05 [bca.uk] INFO: Scrape type for ET12%20MKU: 0
2026-03-30 06:05:05 [bca.uk] INFO: Found listing with ID: EY10%20WXW
2026-03-30 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY10%2520WXW%27 HTTP/1.1" 200 None
2026-03-30 06:05:05 [bca.uk] INFO: Scrape type for EY10%20WXW: 0
2026-03-30 06:05:05 [bca.uk] INFO: Found listing with ID: FT11%20MSY
2026-03-30 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT11%2520MSY%27 HTTP/1.1" 200 None
2026-03-30 06:05:05 [bca.uk] INFO: Scrape type for FT11%20MSY: 0
2026-03-30 06:05:05 [bca.uk] INFO: Found listing with ID: GF13%20GUG
2026-03-30 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF13%2520GUG%27 HTTP/1.1" 200 None
2026-03-30 06:05:05 [bca.uk] INFO: Scrape type for GF13%20GUG: 2
2026-03-30 06:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dede8c13-1f3e-5462-8e19-35eed21f3764 with identifier: GF13%20GUG
2026-03-30 06:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dede8c13-1f3e-5462-8e19-35eed21f3764 with scrape type 2
2026-03-30 06:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dede8c13-1f3e-5462-8e19-35eed21f3764 with scrape type 2
2026-03-30 06:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dede8c13-1f3e-5462-8e19-35eed21f3764, identifier: GF13%20GUG
2026-03-30 06:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with identifier: DG59%20XEM
2026-03-30 06:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30cee09c-f2f7-585f-a5e1-e5c7c23992e7 with identifier: DG59%20XEM
2026-03-30 06:05:05 [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-30 06:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG59%2520XEM%27 HTTP/1.1" 200 None
2026-03-30 06:05:05 [bca.uk] INFO: Saving data for DG59%20XEM: {'auction_closing_time': 1774864800.0, 'created_time': 1774448790.266196, 'last_price_update_time': 1774850705.556715}
2026-03-30 06:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:05 [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-30 06:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dede8c13-1f3e-5462-8e19-35eed21f3764 with identifier: GF13%20GUG
2026-03-30 06:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dede8c13-1f3e-5462-8e19-35eed21f3764 with identifier: GF13%20GUG
2026-03-30 06:05:05 [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-30 06:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF13%2520GUG%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Saving data for GF13%20GUG: {'auction_closing_time': 1774864800.0, 'created_time': 1774535500.758039, 'last_price_update_time': 1774850706.148284}
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:06 [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-30 06:05:06 [bca.uk] INFO: Found listing with ID: BJ10%20UWH
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ10%2520UWH%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for BJ10%20UWH: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: SC53%20TDX
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC53%2520TDX%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for SC53%20TDX: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: HV57%20ETA
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV57%2520ETA%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for HV57%20ETA: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: EN05%20JVE
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN05%2520JVE%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for EN05%20JVE: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: GP57%20RLY
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP57%2520RLY%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for GP57%20RLY: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: AX60%20BHW
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX60%2520BHW%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for AX60%20BHW: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: CA57%20XLV
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA57%2520XLV%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for CA57%20XLV: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: YE59%20XKU
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE59%2520XKU%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for YE59%20XKU: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: WJ58%20DWA
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ58%2520DWA%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for WJ58%20DWA: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: HV62%20WPN
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV62%2520WPN%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for HV62%20WPN: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: SD60%20WDX
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD60%2520WDX%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for SD60%20WDX: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: CV61%20KBJ
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV61%2520KBJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for CV61%20KBJ: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: VO62%20VVP
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO62%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for VO62%20VVP: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: BJ07%20JAO
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ07%2520JAO%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for BJ07%20JAO: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: YY62%20EHO
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY62%2520EHO%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for YY62%20EHO: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: NU62%20FVV
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU62%2520FVV%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for NU62%20FVV: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: YR60%20HSF
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR60%2520HSF%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for YR60%20HSF: 0
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: YE15%20JYC
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE15%2520JYC%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for YE15%20JYC: 2
2026-03-30 06:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bacb040-f207-55df-8cb8-c1437a24778e with identifier: YE15%20JYC
2026-03-30 06:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bacb040-f207-55df-8cb8-c1437a24778e with scrape type 2
2026-03-30 06:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bacb040-f207-55df-8cb8-c1437a24778e with scrape type 2
2026-03-30 06:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bacb040-f207-55df-8cb8-c1437a24778e, identifier: YE15%20JYC
2026-03-30 06:05:06 [bca.uk] INFO: Found listing with ID: GF61%20DZW
2026-03-30 06:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF61%2520DZW%27 HTTP/1.1" 200 None
2026-03-30 06:05:06 [bca.uk] INFO: Scrape type for GF61%20DZW: 2
2026-03-30 06:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0755e228-8801-584c-a586-61f481b14bf7 with identifier: GF61%20DZW
2026-03-30 06:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0755e228-8801-584c-a586-61f481b14bf7 with scrape type 2
2026-03-30 06:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0755e228-8801-584c-a586-61f481b14bf7 with scrape type 2
2026-03-30 06:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0755e228-8801-584c-a586-61f481b14bf7, identifier: GF61%20DZW
2026-03-30 06:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bacb040-f207-55df-8cb8-c1437a24778e with identifier: YE15%20JYC
2026-03-30 06:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bacb040-f207-55df-8cb8-c1437a24778e with identifier: YE15%20JYC
2026-03-30 06:05:06 [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-30 06:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE15%2520JYC%27 HTTP/1.1" 200 None
2026-03-30 06:05:07 [bca.uk] INFO: Saving data for YE15%20JYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774651454.253642, 'last_price_update_time': 1774850707.078035}
2026-03-30 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:07 [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-30 06:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0755e228-8801-584c-a586-61f481b14bf7 with identifier: GF61%20DZW
2026-03-30 06:05: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-30 06:05: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-30 06:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 95,
'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': 0,
'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-30 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF61%2520DZW%27 HTTP/1.1" 200 None
2026-03-30 06:05:07 [bca.uk] INFO: Saving data for GF61%20DZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774764128.297403, 'last_price_update_time': 1774850707.500301}
2026-03-30 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:07 [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-30 06:05:07 [bca.uk] INFO: Found listing with ID: VO63%20XSD
2026-03-30 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO63%2520XSD%27 HTTP/1.1" 200 None
2026-03-30 06:05:07 [bca.uk] INFO: Scrape type for VO63%20XSD: 2
2026-03-30 06:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f73b6bdc-eec8-5ec0-9494-40a36bf74561 with identifier: VO63%20XSD
2026-03-30 06:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f73b6bdc-eec8-5ec0-9494-40a36bf74561 with scrape type 2
2026-03-30 06:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f73b6bdc-eec8-5ec0-9494-40a36bf74561 with scrape type 2
2026-03-30 06:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f73b6bdc-eec8-5ec0-9494-40a36bf74561, identifier: VO63%20XSD
2026-03-30 06:05:07 [bca.uk] INFO: Found listing with ID: GJ60%20HVY
2026-03-30 06:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ60%2520HVY%27 HTTP/1.1" 200 None
2026-03-30 06:05:07 [bca.uk] INFO: Scrape type for GJ60%20HVY: 2
2026-03-30 06:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f81d43f7-b20c-5204-bea9-1bf5223d3f54 with identifier: GJ60%20HVY
2026-03-30 06:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f81d43f7-b20c-5204-bea9-1bf5223d3f54 with scrape type 2
2026-03-30 06:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f81d43f7-b20c-5204-bea9-1bf5223d3f54 with scrape type 2
2026-03-30 06:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f81d43f7-b20c-5204-bea9-1bf5223d3f54, identifier: GJ60%20HVY
2026-03-30 06:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f73b6bdc-eec8-5ec0-9494-40a36bf74561 with identifier: VO63%20XSD
2026-03-30 06:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f73b6bdc-eec8-5ec0-9494-40a36bf74561 with identifier: VO63%20XSD
2026-03-30 06:05:07 [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-30 06:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO63%2520XSD%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Saving data for VO63%20XSD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651311.68694, 'last_price_update_time': 1774850708.033328}
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:08 [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-30 06:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f81d43f7-b20c-5204-bea9-1bf5223d3f54 with identifier: GJ60%20HVY
2026-03-30 06:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f81d43f7-b20c-5204-bea9-1bf5223d3f54 with identifier: GJ60%20HVY
2026-03-30 06:05:08 [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-30 06:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ60%2520HVY%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Saving data for GJ60%20HVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774304024.568529, 'last_price_update_time': 1774850708.334124}
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:08 [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-30 06:05:08 [bca.uk] INFO: Found listing with ID: VK16%20BTV
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK16%2520BTV%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for VK16%20BTV: 0
2026-03-30 06:05:08 [bca.uk] INFO: Found listing with ID: RV60%20TZO
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV60%2520TZO%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for RV60%20TZO: 0
2026-03-30 06:05:08 [bca.uk] INFO: Found listing with ID: LG08%20RMU
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG08%2520RMU%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for LG08%20RMU: 0
2026-03-30 06:05:08 [bca.uk] INFO: Found listing with ID: HY60%20RUC
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY60%2520RUC%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for HY60%20RUC: 0
2026-03-30 06:05:08 [bca.uk] INFO: Found listing with ID: HV08%20XHP
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV08%2520XHP%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for HV08%20XHP: 0
2026-03-30 06:05:08 [bca.uk] INFO: Found listing with ID: GL11%20XOW
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL11%2520XOW%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for GL11%20XOW: 0
2026-03-30 06:05:08 [bca.uk] INFO: Found listing with ID: LN10%20VMY
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN10%2520VMY%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for LN10%20VMY: 2
2026-03-30 06:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c107993-4855-5709-90de-19f90bd62ad5 with identifier: LN10%20VMY
2026-03-30 06:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c107993-4855-5709-90de-19f90bd62ad5 with scrape type 2
2026-03-30 06:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c107993-4855-5709-90de-19f90bd62ad5 with scrape type 2
2026-03-30 06:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c107993-4855-5709-90de-19f90bd62ad5, identifier: LN10%20VMY
2026-03-30 06:05:08 [bca.uk] INFO: Found listing with ID: GL08%20TLY
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL08%2520TLY%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for GL08%20TLY: 0
2026-03-30 06:05:08 [bca.uk] INFO: Found listing with ID: HN11%20WRZ
2026-03-30 06:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN11%2520WRZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:08 [bca.uk] INFO: Scrape type for HN11%20WRZ: 2
2026-03-30 06:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 316bf907-f17b-5688-b725-5d6315538887 with identifier: HN11%20WRZ
2026-03-30 06:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 316bf907-f17b-5688-b725-5d6315538887 with scrape type 2
2026-03-30 06:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 316bf907-f17b-5688-b725-5d6315538887 with scrape type 2
2026-03-30 06:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 316bf907-f17b-5688-b725-5d6315538887, identifier: HN11%20WRZ
2026-03-30 06:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c107993-4855-5709-90de-19f90bd62ad5 with identifier: LN10%20VMY
2026-03-30 06:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c107993-4855-5709-90de-19f90bd62ad5 with identifier: LN10%20VMY
2026-03-30 06:05:08 [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-30 06:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN10%2520VMY%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Saving data for LN10%20VMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774649105.667958, 'last_price_update_time': 1774850709.026327}
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:09 [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-30 06:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 316bf907-f17b-5688-b725-5d6315538887 with identifier: HN11%20WRZ
2026-03-30 06:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 316bf907-f17b-5688-b725-5d6315538887 with identifier: HN11%20WRZ
2026-03-30 06:05:09 [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-30 06:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN11%2520WRZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Saving data for HN11%20WRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535903.473214, 'last_price_update_time': 1774850709.477377}
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:09 [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-30 06:05:09 [bca.uk] INFO: Found listing with ID: LK64%20NEJ
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK64%2520NEJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for LK64%20NEJ: 0
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: LD62%20NNR
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD62%2520NNR%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for LD62%20NNR: 0
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: KM11%20UUD
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM11%2520UUD%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for KM11%20UUD: 0
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: GK61%20NMX
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK61%2520NMX%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for GK61%20NMX: 0
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: EN10%20PWV
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN10%2520PWV%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for EN10%20PWV: 0
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: BN10%20FFD
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN10%2520FFD%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for BN10%20FFD: 0
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: AV13%20PZZ
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV13%2520PZZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for AV13%20PZZ: 0
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: CV62%20UAZ
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV62%2520UAZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for CV62%20UAZ: 2
2026-03-30 06:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62760c6d-2b73-5014-bacc-9d0975e2b486 with identifier: CV62%20UAZ
2026-03-30 06:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62760c6d-2b73-5014-bacc-9d0975e2b486 with scrape type 2
2026-03-30 06:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62760c6d-2b73-5014-bacc-9d0975e2b486 with scrape type 2
2026-03-30 06:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62760c6d-2b73-5014-bacc-9d0975e2b486, identifier: CV62%20UAZ
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: HN62%20FLK
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN62%2520FLK%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for HN62%20FLK: 0
2026-03-30 06:05:09 [bca.uk] INFO: Found listing with ID: HV08%20FJE
2026-03-30 06:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV08%2520FJE%27 HTTP/1.1" 200 None
2026-03-30 06:05:09 [bca.uk] INFO: Scrape type for HV08%20FJE: 2
2026-03-30 06:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b578792-fd51-5713-829b-419abcf0d14a with identifier: HV08%20FJE
2026-03-30 06:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b578792-fd51-5713-829b-419abcf0d14a with scrape type 2
2026-03-30 06:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b578792-fd51-5713-829b-419abcf0d14a with scrape type 2
2026-03-30 06:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b578792-fd51-5713-829b-419abcf0d14a, identifier: HV08%20FJE
2026-03-30 06:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62760c6d-2b73-5014-bacc-9d0975e2b486 with identifier: CV62%20UAZ
2026-03-30 06:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62760c6d-2b73-5014-bacc-9d0975e2b486 with identifier: CV62%20UAZ
2026-03-30 06:05:09 [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-30 06:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV62%2520UAZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:10 [bca.uk] INFO: Saving data for CV62%20UAZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774449160.725752, 'last_price_update_time': 1774850710.157888}
2026-03-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:10 [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-30 06:05:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b578792-fd51-5713-829b-419abcf0d14a with identifier: HV08%20FJE
2026-03-30 06:05:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b578792-fd51-5713-829b-419abcf0d14a with identifier: HV08%20FJE
2026-03-30 06:05:10 [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-30 06:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV08%2520FJE%27 HTTP/1.1" 200 None
2026-03-30 06:05:10 [bca.uk] INFO: Saving data for HV08%20FJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774622209.066736, 'last_price_update_time': 1774850710.463256}
2026-03-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:10 [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-30 06:05:10 [bca.uk] INFO: Found listing with ID: MV07%20KUJ
2026-03-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV07%2520KUJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:10 [bca.uk] INFO: Scrape type for MV07%20KUJ: 0
2026-03-30 06:05:10 [bca.uk] INFO: Found listing with ID: KU57%20WZP
2026-03-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU57%2520WZP%27 HTTP/1.1" 200 None
2026-03-30 06:05:10 [bca.uk] INFO: Scrape type for KU57%20WZP: 0
2026-03-30 06:05:10 [bca.uk] INFO: Found listing with ID: KY58%20DDF
2026-03-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY58%2520DDF%27 HTTP/1.1" 200 None
2026-03-30 06:05:10 [bca.uk] INFO: Scrape type for KY58%20DDF: 0
2026-03-30 06:05:10 [bca.uk] INFO: Found listing with ID: LT55%20XAG
2026-03-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT55%2520XAG%27 HTTP/1.1" 200 None
2026-03-30 06:05:10 [bca.uk] INFO: Scrape type for LT55%20XAG: 2
2026-03-30 06:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with identifier: LT55%20XAG
2026-03-30 06:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with scrape type 2
2026-03-30 06:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with scrape type 2
2026-03-30 06:05:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa, identifier: LT55%20XAG
2026-03-30 06:05:10 [bca.uk] INFO: Found listing with ID: AE19%20YAD
2026-03-30 06:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE19%2520YAD%27 HTTP/1.1" 200 None
2026-03-30 06:05:10 [bca.uk] INFO: Scrape type for AE19%20YAD: 2
2026-03-30 06:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04a5c4b3-92a9-592a-a182-af0b7b14706e with identifier: AE19%20YAD
2026-03-30 06:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04a5c4b3-92a9-592a-a182-af0b7b14706e with scrape type 2
2026-03-30 06:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04a5c4b3-92a9-592a-a182-af0b7b14706e with scrape type 2
2026-03-30 06:05:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04a5c4b3-92a9-592a-a182-af0b7b14706e, identifier: AE19%20YAD
2026-03-30 06:05:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with identifier: LT55%20XAG
2026-03-30 06:05:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6dd351a7-dea7-56fa-bb5c-4ae02f166baa with identifier: LT55%20XAG
2026-03-30 06:05:10 [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-30 06:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT55%2520XAG%27 HTTP/1.1" 200 None
2026-03-30 06:05:11 [bca.uk] INFO: Saving data for LT55%20XAG: {'auction_closing_time': 1774864800.0, 'created_time': 1774563549.993547, 'last_price_update_time': 1774850711.068294}
2026-03-30 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:11 [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-30 06:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04a5c4b3-92a9-592a-a182-af0b7b14706e with identifier: AE19%20YAD
2026-03-30 06:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04a5c4b3-92a9-592a-a182-af0b7b14706e with identifier: AE19%20YAD
2026-03-30 06:05:11 [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-30 06:05:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'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': 0,
'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-30 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE19%2520YAD%27 HTTP/1.1" 200 None
2026-03-30 06:05:11 [bca.uk] INFO: Saving data for AE19%20YAD: {'auction_closing_time': 1774864800.0, 'created_time': 1774764129.948591, 'last_price_update_time': 1774850711.604951}
2026-03-30 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:11 [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-30 06:05:11 [bca.uk] INFO: Found listing with ID: RO59%20VYY
2026-03-30 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO59%2520VYY%27 HTTP/1.1" 200 None
2026-03-30 06:05:11 [bca.uk] INFO: Scrape type for RO59%20VYY: 0
2026-03-30 06:05:11 [bca.uk] INFO: Found listing with ID: EA59%20HXN
2026-03-30 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA59%2520HXN%27 HTTP/1.1" 200 None
2026-03-30 06:05:11 [bca.uk] INFO: Scrape type for EA59%20HXN: 0
2026-03-30 06:05:11 [bca.uk] INFO: Found listing with ID: AU10%20YNF
2026-03-30 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU10%2520YNF%27 HTTP/1.1" 200 None
2026-03-30 06:05:11 [bca.uk] INFO: Scrape type for AU10%20YNF: 0
2026-03-30 06:05:11 [bca.uk] INFO: Found listing with ID: BJ13%20MVC
2026-03-30 06:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ13%2520MVC%27 HTTP/1.1" 200 None
2026-03-30 06:05:11 [bca.uk] INFO: Scrape type for BJ13%20MVC: 2
2026-03-30 06:05:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b99c93d-336f-59b3-a763-e29c7f75e870 with identifier: BJ13%20MVC
2026-03-30 06:05:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b99c93d-336f-59b3-a763-e29c7f75e870 with scrape type 2
2026-03-30 06:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b99c93d-336f-59b3-a763-e29c7f75e870 with scrape type 2
2026-03-30 06:05:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b99c93d-336f-59b3-a763-e29c7f75e870, identifier: BJ13%20MVC
2026-03-30 06:05:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b99c93d-336f-59b3-a763-e29c7f75e870 with identifier: BJ13%20MVC
2026-03-30 06:05:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b99c93d-336f-59b3-a763-e29c7f75e870 with identifier: BJ13%20MVC
2026-03-30 06:05:11 [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-30 06:05:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ13%2520MVC%27 HTTP/1.1" 200 None
2026-03-30 06:05:12 [bca.uk] INFO: Saving data for BJ13%20MVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774476454.773319, 'last_price_update_time': 1774850712.088001}
2026-03-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:12 [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-30 06:05:12 [bca.uk] INFO: Found listing with ID: CP07%20ABX
2026-03-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP07%2520ABX%27 HTTP/1.1" 200 None
2026-03-30 06:05:12 [bca.uk] INFO: Scrape type for CP07%20ABX: 2
2026-03-30 06:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with identifier: CP07%20ABX
2026-03-30 06:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with scrape type 2
2026-03-30 06:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with scrape type 2
2026-03-30 06:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f, identifier: CP07%20ABX
2026-03-30 06:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with identifier: CP07%20ABX
2026-03-30 06:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e5dffed-a0b7-5f04-8502-a55bff2fb44f with identifier: CP07%20ABX
2026-03-30 06:05:12 [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-30 06:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 200,
'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': 0,
'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-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP07%2520ABX%27 HTTP/1.1" 200 None
2026-03-30 06:05:12 [bca.uk] INFO: Saving data for CP07%20ABX: {'auction_closing_time': 1774864800.0, 'created_time': 1774764130.541069, 'last_price_update_time': 1774850712.480932}
2026-03-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:12 [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-30 06:05:12 [bca.uk] INFO: Found listing with ID: CP11%20VEU
2026-03-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP11%2520VEU%27 HTTP/1.1" 200 None
2026-03-30 06:05:12 [bca.uk] INFO: Scrape type for CP11%20VEU: 0
2026-03-30 06:05:12 [bca.uk] INFO: Found listing with ID: KP23%20AGZ
2026-03-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP23%2520AGZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:12 [bca.uk] INFO: Scrape type for KP23%20AGZ: 2
2026-03-30 06:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39d553bb-c7bc-50d1-93fb-cf8b1352297d with identifier: KP23%20AGZ
2026-03-30 06:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d with scrape type 2
2026-03-30 06:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39d553bb-c7bc-50d1-93fb-cf8b1352297d with scrape type 2
2026-03-30 06:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39d553bb-c7bc-50d1-93fb-cf8b1352297d, identifier: KP23%20AGZ
2026-03-30 06:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39d553bb-c7bc-50d1-93fb-cf8b1352297d with identifier: KP23%20AGZ
2026-03-30 06:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39d553bb-c7bc-50d1-93fb-cf8b1352297d with identifier: KP23%20AGZ
2026-03-30 06:05:12 [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-30 06:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 152,
'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': 0,
'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-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP23%2520AGZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:12 [bca.uk] INFO: Saving data for KP23%20AGZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774764131.076178, 'last_price_update_time': 1774850712.898212}
2026-03-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:12 [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-30 06:05:12 [bca.uk] INFO: Found listing with ID: KM16%20UUA
2026-03-30 06:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM16%2520UUA%27 HTTP/1.1" 200 None
2026-03-30 06:05:12 [bca.uk] INFO: Scrape type for KM16%20UUA: 2
2026-03-30 06:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba0d24d-2f92-5342-a80a-d8977a5d088b with identifier: KM16%20UUA
2026-03-30 06:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b with scrape type 2
2026-03-30 06:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ba0d24d-2f92-5342-a80a-d8977a5d088b with scrape type 2
2026-03-30 06:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ba0d24d-2f92-5342-a80a-d8977a5d088b, identifier: KM16%20UUA
2026-03-30 06:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ba0d24d-2f92-5342-a80a-d8977a5d088b with identifier: KM16%20UUA
2026-03-30 06:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ba0d24d-2f92-5342-a80a-d8977a5d088b with identifier: KM16%20UUA
2026-03-30 06:05:13 [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-30 06:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'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': 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 DSG Estate',
'transmission': 'automatic',
'trim': 'TDI 190 SE L EXECUTIVE DSG',
'vin': 'TMBKJ7NP2G7060061',
'year': 2016}
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM16%2520UUA%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Saving data for KM16%20UUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774764129.517216, 'last_price_update_time': 1774850713.35928}
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:13 [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-30 06:05:13 [bca.uk] INFO: Found listing with ID: LY64%20DTU
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY64%2520DTU%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for LY64%20DTU: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: DV14%20VNO
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV14%2520VNO%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for DV14%20VNO: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: LM61%20DYD
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM61%2520DYD%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for LM61%20DYD: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: YK11%20VUF
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK11%2520VUF%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for YK11%20VUF: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: RK12%20WBW
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK12%2520WBW%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for RK12%20WBW: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: SL62%20VWY
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL62%2520VWY%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for SL62%20VWY: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: YE63%20EHG
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE63%2520EHG%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for YE63%20EHG: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: CU63%20NGZ
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU63%2520NGZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for CU63%20NGZ: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: CV55%20OPY
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV55%2520OPY%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for CV55%20OPY: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: EJ63%20EXO
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ63%2520EXO%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for EJ63%20EXO: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: EY14%20HKC
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY14%2520HKC%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for EY14%20HKC: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: HY10%20UJL
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY10%2520UJL%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for HY10%20UJL: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: HY58%20NPG
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY58%2520NPG%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for HY58%20NPG: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: YF07%20CJE
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF07%2520CJE%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for YF07%20CJE: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: DS61%20FOF
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS61%2520FOF%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for DS61%20FOF: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: LT64%20JYY
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT64%2520JYY%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for LT64%20JYY: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: MA61%20BFY
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA61%2520BFY%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for MA61%20BFY: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: MT12%20LJZ
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT12%2520LJZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for MT12%20LJZ: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: YP11%20SXG
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP11%2520SXG%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for YP11%20SXG: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: B10%20PGJ
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27B10%2520PGJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for B10%20PGJ: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: DK23%20XXL
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK23%2520XXL%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for DK23%20XXL: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: DT69%20OUG
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT69%2520OUG%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for DT69%20OUG: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: MF19%20KHM
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF19%2520KHM%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for MF19%20KHM: 0
2026-03-30 06:05:13 [bca.uk] INFO: Found listing with ID: YT69%20LRX
2026-03-30 06:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT69%2520LRX%27 HTTP/1.1" 200 None
2026-03-30 06:05:13 [bca.uk] INFO: Scrape type for YT69%20LRX: 2
2026-03-30 06:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01670b58-a63c-5bbc-b764-269e297cd699 with identifier: YT69%20LRX
2026-03-30 06:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01670b58-a63c-5bbc-b764-269e297cd699 with scrape type 2
2026-03-30 06:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01670b58-a63c-5bbc-b764-269e297cd699 with scrape type 2
2026-03-30 06:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01670b58-a63c-5bbc-b764-269e297cd699, identifier: YT69%20LRX
2026-03-30 06:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01670b58-a63c-5bbc-b764-269e297cd699 with identifier: YT69%20LRX
2026-03-30 06:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01670b58-a63c-5bbc-b764-269e297cd699 with identifier: YT69%20LRX
2026-03-30 06:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01670b58-a63c-5bbc-b764-269e297cd699 with identifier: YT69%20LRX to the API
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT69%20LRX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '01670b58-a63c-5bbc-b764-269e297cd699',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT69 LRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT69%20LRX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 15542,
'odometer_reading_unit': '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 110 SIGNATURE MPV',
'transmission': 'manual',
'trim': 'P/T 110 SIGNATURE',
'vin': 'VF3CUHNP3KY193056',
'year': 2019}
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT69%2520LRX%27 HTTP/1.1" 200 None
2026-03-30 06:05:14 [bca.uk] INFO: Saving data for YT69%20LRX: {'auction_closing_time': 1774951200.0, 'created_time': 1774735634.324694, 'last_price_update_time': 1774850714.205663}
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT69%2520LRX') HTTP/1.1" 204 0
2026-03-30 06:05:14 [bca.uk] INFO: Found listing with ID: LY69%20GMG
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY69%2520GMG%27 HTTP/1.1" 200 None
2026-03-30 06:05:14 [bca.uk] INFO: Scrape type for LY69%20GMG: 2
2026-03-30 06:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c46e0b3-fe77-5881-ab60-346741749047 with identifier: LY69%20GMG
2026-03-30 06:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c46e0b3-fe77-5881-ab60-346741749047 with scrape type 2
2026-03-30 06:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c46e0b3-fe77-5881-ab60-346741749047 with scrape type 2
2026-03-30 06:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c46e0b3-fe77-5881-ab60-346741749047, identifier: LY69%20GMG
2026-03-30 06:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c46e0b3-fe77-5881-ab60-346741749047 with identifier: LY69%20GMG
2026-03-30 06:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c46e0b3-fe77-5881-ab60-346741749047 with identifier: LY69%20GMG
2026-03-30 06:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c46e0b3-fe77-5881-ab60-346741749047 with identifier: LY69%20GMG to the API
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 180,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY69%20GMG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4c46e0b3-fe77-5881-ab60-346741749047',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LY69 GMG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY69%20GMG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'Q7',
'odometer': 53246,
'odometer_reading_unit': '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 50 TDI QUATTRO S LINE TIP StationWagon',
'transmission': 'manual',
'trim': '50 TDI QUATTRO S LINE TIP',
'vin': 'WAUZZZ4M1LD005958',
'year': 2020}
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY69%2520GMG%27 HTTP/1.1" 200 None
2026-03-30 06:05:14 [bca.uk] INFO: Saving data for LY69%20GMG: {'auction_closing_time': 1774951200.0, 'created_time': 1774735632.531955, 'last_price_update_time': 1774850714.749569}
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY69%2520GMG') HTTP/1.1" 204 0
2026-03-30 06:05:14 [bca.uk] INFO: Found listing with ID: DX68%20ZHP
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX68%2520ZHP%27 HTTP/1.1" 200 None
2026-03-30 06:05:14 [bca.uk] INFO: Scrape type for DX68%20ZHP: 2
2026-03-30 06:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 423a16e7-0aa7-505e-9fca-30afcd20041f with identifier: DX68%20ZHP
2026-03-30 06:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 423a16e7-0aa7-505e-9fca-30afcd20041f with scrape type 2
2026-03-30 06:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 423a16e7-0aa7-505e-9fca-30afcd20041f with scrape type 2
2026-03-30 06:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 423a16e7-0aa7-505e-9fca-30afcd20041f, identifier: DX68%20ZHP
2026-03-30 06:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 423a16e7-0aa7-505e-9fca-30afcd20041f with identifier: DX68%20ZHP
2026-03-30 06:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 423a16e7-0aa7-505e-9fca-30afcd20041f with identifier: DX68%20ZHP
2026-03-30 06:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 423a16e7-0aa7-505e-9fca-30afcd20041f with identifier: DX68%20ZHP to the API
2026-03-30 06:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX68%20ZHP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '423a16e7-0aa7-505e-9fca-30afcd20041f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DX68 ZHP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX68%20ZHP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HYUNDAI',
'model': 'KONA',
'odometer': 59519,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'manual',
'trim': 'T-GDI 120 BD PREMIUM',
'vin': 'KMHK3811LKU178576',
'year': 2018}
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX68%2520ZHP%27 HTTP/1.1" 200 None
2026-03-30 06:05:15 [bca.uk] INFO: Saving data for DX68%20ZHP: {'auction_closing_time': 1774951200.0, 'created_time': 1774735635.501027, 'last_price_update_time': 1774850715.181331}
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX68%2520ZHP') HTTP/1.1" 204 0
2026-03-30 06:05:15 [bca.uk] INFO: Found listing with ID: GP19%20AEE
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP19%2520AEE%27 HTTP/1.1" 200 None
2026-03-30 06:05:15 [bca.uk] INFO: Scrape type for GP19%20AEE: 2
2026-03-30 06:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb674af7-fcd3-5648-bd02-bf57f2b6d8c9 with identifier: GP19%20AEE
2026-03-30 06:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb674af7-fcd3-5648-bd02-bf57f2b6d8c9 with scrape type 2
2026-03-30 06:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb674af7-fcd3-5648-bd02-bf57f2b6d8c9 with scrape type 2
2026-03-30 06:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb674af7-fcd3-5648-bd02-bf57f2b6d8c9, identifier: GP19%20AEE
2026-03-30 06:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb674af7-fcd3-5648-bd02-bf57f2b6d8c9 with identifier: GP19%20AEE
2026-03-30 06:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb674af7-fcd3-5648-bd02-bf57f2b6d8c9 with identifier: GP19%20AEE
2026-03-30 06:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb674af7-fcd3-5648-bd02-bf57f2b6d8c9 with identifier: GP19%20AEE to the API
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP19%20AEE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb674af7-fcd3-5648-bd02-bf57f2b6d8c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GP19 AEE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP19%20AEE&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'A35 AMG',
'odometer': 45177,
'odometer_reading_unit': '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 A35 AMG 2.0 4MATIC DCT Hatchback',
'transmission': 'automatic',
'trim': '4MATIC DCT',
'vin': 'WDD1770512J100797',
'year': 2019}
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP19%2520AEE%27 HTTP/1.1" 200 None
2026-03-30 06:05:15 [bca.uk] INFO: Saving data for GP19%20AEE: {'auction_closing_time': 1774951200.0, 'created_time': 1774735636.549783, 'last_price_update_time': 1774850715.609896}
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP19%2520AEE') HTTP/1.1" 204 0
2026-03-30 06:05:15 [bca.uk] INFO: Found listing with ID: PK20%20LVZ
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK20%2520LVZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:15 [bca.uk] INFO: Scrape type for PK20%20LVZ: 2
2026-03-30 06:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 672f5a9d-28c4-530d-bba8-ceb046fc83e2 with identifier: PK20%20LVZ
2026-03-30 06:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 672f5a9d-28c4-530d-bba8-ceb046fc83e2 with scrape type 2
2026-03-30 06:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 672f5a9d-28c4-530d-bba8-ceb046fc83e2 with scrape type 2
2026-03-30 06:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 672f5a9d-28c4-530d-bba8-ceb046fc83e2, identifier: PK20%20LVZ
2026-03-30 06:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 672f5a9d-28c4-530d-bba8-ceb046fc83e2 with identifier: PK20%20LVZ
2026-03-30 06:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 672f5a9d-28c4-530d-bba8-ceb046fc83e2 with identifier: PK20%20LVZ
2026-03-30 06:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 672f5a9d-28c4-530d-bba8-ceb046fc83e2 with identifier: PK20%20LVZ to the API
2026-03-30 06:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20LVZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '672f5a9d-28c4-530d-bba8-ceb046fc83e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK20 LVZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20LVZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'Q2',
'odometer': 62166,
'odometer_reading_unit': '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.5 35 TFSI BLACK ED. Hatchback',
'transmission': 'manual',
'trim': '35 TFSI BLACK ED.',
'vin': 'WAUZZZGA4LA040528',
'year': 2020}
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK20%2520LVZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Saving data for PK20%20LVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774735632.141127, 'last_price_update_time': 1774850716.027537}
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520LVZ') HTTP/1.1" 204 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: YT70%20LPK
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT70%2520LPK%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for YT70%20LPK: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: DT18%20GME
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT18%2520GME%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for DT18%20GME: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: MM67%20RNV
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM67%2520RNV%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for MM67%20RNV: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: AE58%20YDD
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE58%2520YDD%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for AE58%20YDD: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: KK07%20YAO
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KK07%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for KK07%20YAO: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: M5%20SNV
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M5%2520SNV%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for M5%20SNV: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: VF15%20KKY
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF15%2520KKY%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for VF15%20KKY: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: WN16%20MXA
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN16%2520MXA%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for WN16%20MXA: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: GH15%20HTD
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GH15%2520HTD%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for GH15%20HTD: 2
2026-03-30 06:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a4436d6-595e-5dad-a619-837678ea4d83 with identifier: GH15%20HTD
2026-03-30 06:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a4436d6-595e-5dad-a619-837678ea4d83 with scrape type 2
2026-03-30 06:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a4436d6-595e-5dad-a619-837678ea4d83 with scrape type 2
2026-03-30 06:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a4436d6-595e-5dad-a619-837678ea4d83, identifier: GH15%20HTD
2026-03-30 06:05:16 [scrapy.extensions.logstats] INFO: Crawled 28 pages (at 4 pages/min), scraped 360 items (at 109 items/min)
2026-03-30 06:05:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-30 06:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a4436d6-595e-5dad-a619-837678ea4d83 with identifier: GH15%20HTD
2026-03-30 06:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a4436d6-595e-5dad-a619-837678ea4d83 with identifier: GH15%20HTD
2026-03-30 06:05:16 [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-30 06:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GH15%2520HTD%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Saving data for GH15%20HTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774362652.978823, 'last_price_update_time': 1774850716.615319}
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:16 [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-30 06:05:16 [bca.uk] INFO: Found listing with ID: LT66%20HCJ
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT66%2520HCJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for LT66%20HCJ: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: SJ16%20SYV
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ16%2520SYV%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for SJ16%20SYV: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: BU67%20KTN
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU67%2520KTN%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for BU67%20KTN: 0
2026-03-30 06:05:16 [bca.uk] INFO: Found listing with ID: WM66%20HPY
2026-03-30 06:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM66%2520HPY%27 HTTP/1.1" 200 None
2026-03-30 06:05:16 [bca.uk] INFO: Scrape type for WM66%20HPY: 0
2026-03-30 06:05:33 [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-30 06:05:34 [bca.uk] INFO: Total items found: 100
2026-03-30 06:05:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded
2026-03-30 06:05:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:05:34 [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-30 06:05:34 [bca.uk] INFO: Found listing with ID: DE57%20JFF
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE57%2520JFF%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for DE57%20JFF: 2
2026-03-30 06:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with identifier: DE57%20JFF
2026-03-30 06:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with scrape type 2
2026-03-30 06:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with scrape type 2
2026-03-30 06:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f77d28b-6034-5ecf-baea-6b095e4dbba1, identifier: DE57%20JFF
2026-03-30 06:05:34 [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-30 06:05:34 [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-30 06:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with identifier: DE57%20JFF
2026-03-30 06:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f77d28b-6034-5ecf-baea-6b095e4dbba1 with identifier: DE57%20JFF
2026-03-30 06:05:34 [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-30 06:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:34 [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': 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-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE57%2520JFF%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Saving data for DE57%20JFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774649945.249383, 'last_price_update_time': 1774850734.468383}
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:34 [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-30 06:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: SB15%20DHF
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB15%2520DHF%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for SB15%20DHF: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: DN60%20UOP
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN60%2520UOP%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for DN60%20UOP: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: LN03%20XSM
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN03%2520XSM%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for LN03%20XSM: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: KF54%20RYD
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF54%2520RYD%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for KF54%20RYD: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: DE59%20LRX
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE59%2520LRX%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for DE59%20LRX: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: YB08%20SFN
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB08%2520SFN%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for YB08%20SFN: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: YK63%20HJU
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK63%2520HJU%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for YK63%20HJU: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: VN10%20HZJ
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN10%2520HZJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for VN10%20HZJ: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: RY07%20SLU
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RY07%2520SLU%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for RY07%20SLU: 0
2026-03-30 06:05:34 [bca.uk] INFO: Found listing with ID: W12%20SWW
2026-03-30 06:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27W12%2520SWW%27 HTTP/1.1" 200 None
2026-03-30 06:05:34 [bca.uk] INFO: Scrape type for W12%20SWW: 2
2026-03-30 06:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 353c40af-08c9-553a-bf71-d005f2458aa2 with identifier: W12%20SWW
2026-03-30 06:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 353c40af-08c9-553a-bf71-d005f2458aa2 with scrape type 2
2026-03-30 06:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 353c40af-08c9-553a-bf71-d005f2458aa2 with scrape type 2
2026-03-30 06:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 353c40af-08c9-553a-bf71-d005f2458aa2, identifier: W12%20SWW
2026-03-30 06:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 353c40af-08c9-553a-bf71-d005f2458aa2 with identifier: W12%20SWW
2026-03-30 06:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 353c40af-08c9-553a-bf71-d005f2458aa2 with identifier: W12%20SWW
2026-03-30 06:05:34 [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-30 06:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27W12%2520SWW%27 HTTP/1.1" 200 None
2026-03-30 06:05:35 [bca.uk] INFO: Saving data for W12%20SWW: {'auction_closing_time': 1774864800.0, 'created_time': 1773821682.631493, 'last_price_update_time': 1774850735.960779}
2026-03-30 06:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:35 [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-30 06:05:36 [bca.uk] INFO: Found listing with ID: ET12%20EPJ
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET12%2520EPJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for ET12%20EPJ: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: KT07%20CZW
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT07%2520CZW%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for KT07%20CZW: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: GU05%20LVY
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU05%2520LVY%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for GU05%20LVY: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: LE04%20AFJ
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LE04%2520AFJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for LE04%20AFJ: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: GJ56%20OZO
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ56%2520OZO%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for GJ56%20OZO: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: DN13%20WOV
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN13%2520WOV%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for DN13%20WOV: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: SL60%20TLY
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL60%2520TLY%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for SL60%20TLY: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: SO05%20MZE
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SO05%2520MZE%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for SO05%20MZE: 2
2026-03-30 06:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1573c59-19b1-5507-abaa-c3a1f8556307 with identifier: SO05%20MZE
2026-03-30 06:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1573c59-19b1-5507-abaa-c3a1f8556307 with scrape type 2
2026-03-30 06:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1573c59-19b1-5507-abaa-c3a1f8556307 with scrape type 2
2026-03-30 06:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1573c59-19b1-5507-abaa-c3a1f8556307, identifier: SO05%20MZE
2026-03-30 06:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1573c59-19b1-5507-abaa-c3a1f8556307 with identifier: SO05%20MZE
2026-03-30 06:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1573c59-19b1-5507-abaa-c3a1f8556307 with identifier: SO05%20MZE
2026-03-30 06:05:36 [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-30 06:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SO05%2520MZE%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Saving data for SO05%20MZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563209.850282, 'last_price_update_time': 1774850736.594139}
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:36 [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-30 06:05:36 [bca.uk] INFO: Found listing with ID: LX14%20XNH
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX14%2520XNH%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for LX14%20XNH: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: LK66%20WKL
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK66%2520WKL%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for LK66%20WKL: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: GU09%20ZBO
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU09%2520ZBO%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for GU09%20ZBO: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: YD13%20TWN
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD13%2520TWN%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for YD13%20TWN: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: KP58%20SRV
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP58%2520SRV%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for KP58%20SRV: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: LT05%20ONJ
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT05%2520ONJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for LT05%20ONJ: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: ML09%20TVX
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML09%2520TVX%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for ML09%20TVX: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: GU70%20SXD
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU70%2520SXD%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for GU70%20SXD: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: L4%20VSX
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L4%2520VSX%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for L4%20VSX: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: LR70%20AHN
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for LR70%20AHN: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: GV69%20EKK
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV69%2520EKK%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for GV69%20EKK: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: EJ14%20PYU
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ14%2520PYU%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for EJ14%20PYU: 0
2026-03-30 06:05:36 [bca.uk] INFO: Found listing with ID: FG68%20SFY
2026-03-30 06:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG68%2520SFY%27 HTTP/1.1" 200 None
2026-03-30 06:05:36 [bca.uk] INFO: Scrape type for FG68%20SFY: 2
2026-03-30 06:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa729701-5b7c-56a9-bbc8-75fc94610204 with identifier: FG68%20SFY
2026-03-30 06:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa729701-5b7c-56a9-bbc8-75fc94610204 with scrape type 2
2026-03-30 06:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa729701-5b7c-56a9-bbc8-75fc94610204 with scrape type 2
2026-03-30 06:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa729701-5b7c-56a9-bbc8-75fc94610204, identifier: FG68%20SFY
2026-03-30 06:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa729701-5b7c-56a9-bbc8-75fc94610204 with identifier: FG68%20SFY
2026-03-30 06:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa729701-5b7c-56a9-bbc8-75fc94610204 with identifier: FG68%20SFY
2026-03-30 06:05:37 [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-30 06:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:37 [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=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-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG68%2520SFY%27 HTTP/1.1" 200 None
2026-03-30 06:05:37 [bca.uk] INFO: Saving data for FG68%20SFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774562665.091935, 'last_price_update_time': 1774850737.197152}
2026-03-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:37 [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-30 06:05:37 [bca.uk] INFO: Found listing with ID: EX71%20JPO
2026-03-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX71%2520JPO%27 HTTP/1.1" 200 None
2026-03-30 06:05:37 [bca.uk] INFO: Scrape type for EX71%20JPO: 0
2026-03-30 06:05:37 [bca.uk] INFO: Found listing with ID: EF22%20THK
2026-03-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF22%2520THK%27 HTTP/1.1" 200 None
2026-03-30 06:05:37 [bca.uk] INFO: Scrape type for EF22%20THK: 2
2026-03-30 06:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e18d6454-db39-587f-9336-620c5636929e with identifier: EF22%20THK
2026-03-30 06:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e18d6454-db39-587f-9336-620c5636929e with scrape type 2
2026-03-30 06:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e18d6454-db39-587f-9336-620c5636929e with scrape type 2
2026-03-30 06:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e18d6454-db39-587f-9336-620c5636929e, identifier: EF22%20THK
2026-03-30 06:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e18d6454-db39-587f-9336-620c5636929e with identifier: EF22%20THK
2026-03-30 06:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e18d6454-db39-587f-9336-620c5636929e with identifier: EF22%20THK
2026-03-30 06:05:37 [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-30 06:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:37 [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': 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-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF22%2520THK%27 HTTP/1.1" 200 None
2026-03-30 06:05:37 [bca.uk] INFO: Saving data for EF22%20THK: {'auction_closing_time': 1774864800.0, 'created_time': 1774562710.031479, 'last_price_update_time': 1774850737.742208}
2026-03-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:37 [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-30 06:05:37 [bca.uk] INFO: Found listing with ID: DU68%20LVG
2026-03-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU68%2520LVG%27 HTTP/1.1" 200 None
2026-03-30 06:05:37 [bca.uk] INFO: Scrape type for DU68%20LVG: 0
2026-03-30 06:05:37 [bca.uk] INFO: Found listing with ID: CK70%20OSX
2026-03-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK70%2520OSX%27 HTTP/1.1" 200 None
2026-03-30 06:05:37 [bca.uk] INFO: Scrape type for CK70%20OSX: 0
2026-03-30 06:05:37 [bca.uk] INFO: Found listing with ID: RF22%20LPJ
2026-03-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF22%2520LPJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:37 [bca.uk] INFO: Scrape type for RF22%20LPJ: 0
2026-03-30 06:05:37 [bca.uk] INFO: Found listing with ID: YH22%20TPO
2026-03-30 06:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH22%2520TPO%27 HTTP/1.1" 200 None
2026-03-30 06:05:37 [bca.uk] INFO: Scrape type for YH22%20TPO: 2
2026-03-30 06:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21d0c061-f71e-5dc0-bea6-91eaa485195a with identifier: YH22%20TPO
2026-03-30 06:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21d0c061-f71e-5dc0-bea6-91eaa485195a with scrape type 2
2026-03-30 06:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21d0c061-f71e-5dc0-bea6-91eaa485195a with scrape type 2
2026-03-30 06:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21d0c061-f71e-5dc0-bea6-91eaa485195a, identifier: YH22%20TPO
2026-03-30 06:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21d0c061-f71e-5dc0-bea6-91eaa485195a with identifier: YH22%20TPO
2026-03-30 06:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21d0c061-f71e-5dc0-bea6-91eaa485195a with identifier: YH22%20TPO
2026-03-30 06:05:38 [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-30 06:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH22%2520TPO%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Saving data for YH22%20TPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774390230.77186, 'last_price_update_time': 1774850738.220334}
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:38 [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-30 06:05:38 [bca.uk] INFO: Found listing with ID: WR74%20UNV
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR74%2520UNV%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Scrape type for WR74%20UNV: 2
2026-03-30 06:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with identifier: WR74%20UNV
2026-03-30 06:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with scrape type 2
2026-03-30 06:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with scrape type 2
2026-03-30 06:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a, identifier: WR74%20UNV
2026-03-30 06:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with identifier: WR74%20UNV
2026-03-30 06:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdc5773f-dc3b-5e66-a5e3-60d4faaae29a with identifier: WR74%20UNV
2026-03-30 06:05:38 [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-30 06:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR74%2520UNV%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Saving data for WR74%20UNV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562655.566305, 'last_price_update_time': 1774850738.646729}
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:38 [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-30 06:05:38 [bca.uk] INFO: Found listing with ID: OU66%20YVP
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU66%2520YVP%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Scrape type for OU66%20YVP: 0
2026-03-30 06:05:38 [bca.uk] INFO: Found listing with ID: BV18%20MMU
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV18%2520MMU%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Scrape type for BV18%20MMU: 0
2026-03-30 06:05:38 [bca.uk] INFO: Found listing with ID: EJ72%20YOX
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ72%2520YOX%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Scrape type for EJ72%20YOX: 0
2026-03-30 06:05:38 [bca.uk] INFO: Found listing with ID: GX69%20OHK
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX69%2520OHK%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Scrape type for GX69%20OHK: 0
2026-03-30 06:05:38 [bca.uk] INFO: Found listing with ID: LD20%20VFR
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD20%2520VFR%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Scrape type for LD20%20VFR: 0
2026-03-30 06:05:38 [bca.uk] INFO: Found listing with ID: WK69%20XPD
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK69%2520XPD%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Scrape type for WK69%20XPD: 0
2026-03-30 06:05:38 [bca.uk] INFO: Found listing with ID: BG72%20YNH
2026-03-30 06:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG72%2520YNH%27 HTTP/1.1" 200 None
2026-03-30 06:05:38 [bca.uk] INFO: Scrape type for BG72%20YNH: 2
2026-03-30 06:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3745b155-8249-5938-9e13-79b86a887842 with identifier: BG72%20YNH
2026-03-30 06:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3745b155-8249-5938-9e13-79b86a887842 with scrape type 2
2026-03-30 06:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3745b155-8249-5938-9e13-79b86a887842 with scrape type 2
2026-03-30 06:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3745b155-8249-5938-9e13-79b86a887842, identifier: BG72%20YNH
2026-03-30 06:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3745b155-8249-5938-9e13-79b86a887842 with identifier: BG72%20YNH
2026-03-30 06:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3745b155-8249-5938-9e13-79b86a887842 with identifier: BG72%20YNH
2026-03-30 06:05:38 [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-30 06:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG72%2520YNH%27 HTTP/1.1" 200 None
2026-03-30 06:05:39 [bca.uk] INFO: Saving data for BG72%20YNH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563155.621592, 'last_price_update_time': 1774850739.185321}
2026-03-30 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:39 [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-30 06:05:39 [bca.uk] INFO: Found listing with ID: DP69%20ZFO
2026-03-30 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP69%2520ZFO%27 HTTP/1.1" 200 None
2026-03-30 06:05:39 [bca.uk] INFO: Scrape type for DP69%20ZFO: 0
2026-03-30 06:05:39 [bca.uk] INFO: Found listing with ID: BJ20%20SFO
2026-03-30 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ20%2520SFO%27 HTTP/1.1" 200 None
2026-03-30 06:05:39 [bca.uk] INFO: Scrape type for BJ20%20SFO: 0
2026-03-30 06:05:39 [bca.uk] INFO: Found listing with ID: LX70%20UWW
2026-03-30 06:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX70%2520UWW%27 HTTP/1.1" 200 None
2026-03-30 06:05:39 [bca.uk] INFO: Scrape type for LX70%20UWW: 2
2026-03-30 06:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f74e802-3ff6-591d-80a7-aac82e13fe6c with identifier: LX70%20UWW
2026-03-30 06:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f74e802-3ff6-591d-80a7-aac82e13fe6c with scrape type 2
2026-03-30 06:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f74e802-3ff6-591d-80a7-aac82e13fe6c with scrape type 2
2026-03-30 06:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f74e802-3ff6-591d-80a7-aac82e13fe6c, identifier: LX70%20UWW
2026-03-30 06:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f74e802-3ff6-591d-80a7-aac82e13fe6c with identifier: LX70%20UWW
2026-03-30 06:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f74e802-3ff6-591d-80a7-aac82e13fe6c with identifier: LX70%20UWW
2026-03-30 06:05:39 [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-30 06:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX70%2520UWW%27 HTTP/1.1" 200 None
2026-03-30 06:05:40 [bca.uk] INFO: Saving data for LX70%20UWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477058.39813, 'last_price_update_time': 1774850740.466295}
2026-03-30 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:40 [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-30 06:05:40 [bca.uk] INFO: Found listing with ID: ML18%20JZP
2026-03-30 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML18%2520JZP%27 HTTP/1.1" 200 None
2026-03-30 06:05:40 [bca.uk] INFO: Scrape type for ML18%20JZP: 2
2026-03-30 06:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with identifier: ML18%20JZP
2026-03-30 06:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with scrape type 2
2026-03-30 06:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with scrape type 2
2026-03-30 06:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7d8de42-1661-5cfb-bc6c-0c860ab19a70, identifier: ML18%20JZP
2026-03-30 06:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with identifier: ML18%20JZP
2026-03-30 06:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7d8de42-1661-5cfb-bc6c-0c860ab19a70 with identifier: ML18%20JZP
2026-03-30 06:05:40 [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-30 06:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML18%2520JZP%27 HTTP/1.1" 200 None
2026-03-30 06:05:40 [bca.uk] INFO: Saving data for ML18%20JZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477048.120643, 'last_price_update_time': 1774850740.883688}
2026-03-30 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:40 [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-30 06:05:40 [bca.uk] INFO: Found listing with ID: AO18%20YDT
2026-03-30 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO18%2520YDT%27 HTTP/1.1" 200 None
2026-03-30 06:05:40 [bca.uk] INFO: Scrape type for AO18%20YDT: 0
2026-03-30 06:05:40 [bca.uk] INFO: Found listing with ID: DX68%20LYY
2026-03-30 06:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX68%2520LYY%27 HTTP/1.1" 200 None
2026-03-30 06:05:40 [bca.uk] INFO: Scrape type for DX68%20LYY: 2
2026-03-30 06:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c1906e1-074a-556e-88d4-f0f14797c056 with identifier: DX68%20LYY
2026-03-30 06:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c1906e1-074a-556e-88d4-f0f14797c056 with scrape type 2
2026-03-30 06:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c1906e1-074a-556e-88d4-f0f14797c056 with scrape type 2
2026-03-30 06:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c1906e1-074a-556e-88d4-f0f14797c056, identifier: DX68%20LYY
2026-03-30 06:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c1906e1-074a-556e-88d4-f0f14797c056 with identifier: DX68%20LYY
2026-03-30 06:05: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-30 06:05: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-30 06:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX68%2520LYY%27 HTTP/1.1" 200 None
2026-03-30 06:05:41 [bca.uk] INFO: Saving data for DX68%20LYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774650822.788007, 'last_price_update_time': 1774850741.350154}
2026-03-30 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05: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-30 06:05:41 [bca.uk] INFO: Found listing with ID: M8%20GTB
2026-03-30 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M8%2520GTB%27 HTTP/1.1" 200 None
2026-03-30 06:05:41 [bca.uk] INFO: Scrape type for M8%20GTB: 2
2026-03-30 06:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70acd1e8-127a-57fb-838c-2a56cbefb067 with identifier: M8%20GTB
2026-03-30 06:05: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-30 06:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70acd1e8-127a-57fb-838c-2a56cbefb067 with scrape type 2
2026-03-30 06:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70acd1e8-127a-57fb-838c-2a56cbefb067, identifier: M8%20GTB
2026-03-30 06:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70acd1e8-127a-57fb-838c-2a56cbefb067 with identifier: M8%20GTB
2026-03-30 06:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70acd1e8-127a-57fb-838c-2a56cbefb067 with identifier: M8%20GTB
2026-03-30 06:05:41 [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-30 06:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M8%2520GTB%27 HTTP/1.1" 200 None
2026-03-30 06:05:41 [bca.uk] INFO: Saving data for M8%20GTB: {'auction_closing_time': 1774864800.0, 'created_time': 1774650825.360169, 'last_price_update_time': 1774850741.757836}
2026-03-30 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:41 [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-30 06:05:41 [bca.uk] INFO: Found listing with ID: MW24%20ESU
2026-03-30 06:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW24%2520ESU%27 HTTP/1.1" 200 None
2026-03-30 06:05:41 [bca.uk] INFO: Scrape type for MW24%20ESU: 2
2026-03-30 06:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42afbd8c-8a52-5c56-91d8-9736866a082a with identifier: MW24%20ESU
2026-03-30 06:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42afbd8c-8a52-5c56-91d8-9736866a082a with scrape type 2
2026-03-30 06:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42afbd8c-8a52-5c56-91d8-9736866a082a with scrape type 2
2026-03-30 06:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42afbd8c-8a52-5c56-91d8-9736866a082a, identifier: MW24%20ESU
2026-03-30 06:05:41 [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-30 06:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42afbd8c-8a52-5c56-91d8-9736866a082a with identifier: MW24%20ESU
2026-03-30 06:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42afbd8c-8a52-5c56-91d8-9736866a082a with identifier: MW24%20ESU
2026-03-30 06:05:41 [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-30 06:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW24%2520ESU%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Saving data for MW24%20ESU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650795.816698, 'last_price_update_time': 1774850742.185107}
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05: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-30 06:05:42 [bca.uk] INFO: Found listing with ID: MA22%20GUC
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA22%2520GUC%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Scrape type for MA22%20GUC: 2
2026-03-30 06:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 764eccf0-be54-57e6-b82a-c7b44f257de6 with identifier: MA22%20GUC
2026-03-30 06:05: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-30 06:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 764eccf0-be54-57e6-b82a-c7b44f257de6 with scrape type 2
2026-03-30 06:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 764eccf0-be54-57e6-b82a-c7b44f257de6, identifier: MA22%20GUC
2026-03-30 06:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 764eccf0-be54-57e6-b82a-c7b44f257de6 with identifier: MA22%20GUC
2026-03-30 06:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 764eccf0-be54-57e6-b82a-c7b44f257de6 with identifier: MA22%20GUC
2026-03-30 06:05:42 [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-30 06:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA22%2520GUC%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Saving data for MA22%20GUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650824.327678, 'last_price_update_time': 1774850742.576694}
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:42 [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-30 06:05:42 [bca.uk] INFO: Found listing with ID: PX69%20SXW
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX69%2520SXW%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Scrape type for PX69%20SXW: 0
2026-03-30 06:05:42 [bca.uk] INFO: Found listing with ID: DSZ%206849
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DSZ%25206849%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Scrape type for DSZ%206849: 0
2026-03-30 06:05:42 [bca.uk] INFO: Found listing with ID: MF20%20LKN
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF20%2520LKN%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Scrape type for MF20%20LKN: 0
2026-03-30 06:05:42 [bca.uk] INFO: Found listing with ID: OE70%20CVW
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE70%2520CVW%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Scrape type for OE70%20CVW: 0
2026-03-30 06:05:42 [bca.uk] INFO: Found listing with ID: WG22%20UOD
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG22%2520UOD%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Scrape type for WG22%20UOD: 0
2026-03-30 06:05:42 [bca.uk] INFO: Found listing with ID: WV70%20FXU
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV70%2520FXU%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Scrape type for WV70%20FXU: 0
2026-03-30 06:05:42 [bca.uk] INFO: Found listing with ID: YS70%20CXD
2026-03-30 06:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS70%2520CXD%27 HTTP/1.1" 200 None
2026-03-30 06:05:42 [bca.uk] INFO: Scrape type for YS70%20CXD: 2
2026-03-30 06:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34a39ccf-a873-5257-81a5-973f7db6599a with identifier: YS70%20CXD
2026-03-30 06:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34a39ccf-a873-5257-81a5-973f7db6599a with scrape type 2
2026-03-30 06:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34a39ccf-a873-5257-81a5-973f7db6599a with scrape type 2
2026-03-30 06:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34a39ccf-a873-5257-81a5-973f7db6599a, identifier: YS70%20CXD
2026-03-30 06:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34a39ccf-a873-5257-81a5-973f7db6599a with identifier: YS70%20CXD
2026-03-30 06:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34a39ccf-a873-5257-81a5-973f7db6599a with identifier: YS70%20CXD
2026-03-30 06:05:42 [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-30 06:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS70%2520CXD%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Saving data for YS70%20CXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774562709.124985, 'last_price_update_time': 1774850743.145778}
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05: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-30 06:05:43 [bca.uk] INFO: Total items found: 100
2026-03-30 06:05:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded
2026-03-30 06:05:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:05:43 [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-30 06:05:43 [bca.uk] INFO: Found listing with ID: GJ71%20WSN
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ71%2520WSN%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for GJ71%20WSN: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: HT70%20DMF
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT70%2520DMF%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for HT70%20DMF: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: KM20%20TSZ
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM20%2520TSZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for KM20%20TSZ: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: LV18%20FLW
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV18%2520FLW%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for LV18%20FLW: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: AV20%20JJK
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV20%2520JJK%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for AV20%20JJK: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: GJ20%20UMA
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ20%2520UMA%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for GJ20%20UMA: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: V800%20ARR
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V800%2520ARR%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for V800%20ARR: 2
2026-03-30 06:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with identifier: V800%20ARR
2026-03-30 06:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with scrape type 2
2026-03-30 06:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with scrape type 2
2026-03-30 06:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19, identifier: V800%20ARR
2026-03-30 06:05:43 [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-30 06:05:43 [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-30 06:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with identifier: V800%20ARR
2026-03-30 06:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75e3aaaf-c6ca-5f15-bdab-339cc2877d19 with identifier: V800%20ARR
2026-03-30 06:05:43 [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-30 06:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V800%2520ARR%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Saving data for V800%20ARR: {'auction_closing_time': 1774864800.0, 'created_time': 1773824285.127999, 'last_price_update_time': 1774850743.863905}
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:43 [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-30 06:05:43 [bca.uk] INFO: Found listing with ID: EP68%20DWV
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EP68%2520DWV%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for EP68%20DWV: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: FE70%20UFX
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE70%2520UFX%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for FE70%20UFX: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: HK21%20BWB
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK21%2520BWB%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for HK21%20BWB: 0
2026-03-30 06:05:43 [bca.uk] INFO: Found listing with ID: YA18%20UVB
2026-03-30 06:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA18%2520UVB%27 HTTP/1.1" 200 None
2026-03-30 06:05:43 [bca.uk] INFO: Scrape type for YA18%20UVB: 2
2026-03-30 06:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4b46831-5711-5336-b763-31b67c4ee801 with identifier: YA18%20UVB
2026-03-30 06:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4b46831-5711-5336-b763-31b67c4ee801 with scrape type 2
2026-03-30 06:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4b46831-5711-5336-b763-31b67c4ee801 with scrape type 2
2026-03-30 06:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4b46831-5711-5336-b763-31b67c4ee801, identifier: YA18%20UVB
2026-03-30 06:05:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: BV19%20UHK
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV19%2520UHK%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for BV19%20UHK: 0
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: DY68%20UWN
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY68%2520UWN%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for DY68%20UWN: 2
2026-03-30 06:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af75e472-f594-50e1-80cd-dc90f1514aa1 with identifier: DY68%20UWN
2026-03-30 06:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af75e472-f594-50e1-80cd-dc90f1514aa1 with scrape type 2
2026-03-30 06:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af75e472-f594-50e1-80cd-dc90f1514aa1 with scrape type 2
2026-03-30 06:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af75e472-f594-50e1-80cd-dc90f1514aa1, identifier: DY68%20UWN
2026-03-30 06:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4b46831-5711-5336-b763-31b67c4ee801 with identifier: YA18%20UVB
2026-03-30 06:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4b46831-5711-5336-b763-31b67c4ee801 with identifier: YA18%20UVB
2026-03-30 06:05:44 [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-30 06:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:44 [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': 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-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA18%2520UVB%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Saving data for YA18%20UVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774447636.685328, 'last_price_update_time': 1774850744.454984}
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:44 [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-30 06:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af75e472-f594-50e1-80cd-dc90f1514aa1 with identifier: DY68%20UWN
2026-03-30 06:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af75e472-f594-50e1-80cd-dc90f1514aa1 with identifier: DY68%20UWN
2026-03-30 06:05:44 [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-30 06:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:44 [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': 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-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY68%2520UWN%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Saving data for DY68%20UWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774447649.816849, 'last_price_update_time': 1774850744.833705}
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:44 [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-30 06:05:44 [bca.uk] INFO: Found listing with ID: GF23%20TXO
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF23%2520TXO%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for GF23%20TXO: 0
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: RE22%20ECV
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE22%2520ECV%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for RE22%20ECV: 0
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: AE69%20GWW
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE69%2520GWW%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for AE69%20GWW: 0
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: EJ69%20TFF
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ69%2520TFF%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for EJ69%20TFF: 0
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: CK18%20NWF
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK18%2520NWF%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for CK18%20NWF: 0
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: KS69%20HBC
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS69%2520HBC%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for KS69%20HBC: 0
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: BC04%20RGC
2026-03-30 06:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC04%2520RGC%27 HTTP/1.1" 200 None
2026-03-30 06:05:44 [bca.uk] INFO: Scrape type for BC04%20RGC: 0
2026-03-30 06:05:44 [bca.uk] INFO: Found listing with ID: LO66%20DDN
2026-03-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO66%2520DDN%27 HTTP/1.1" 200 None
2026-03-30 06:05:45 [bca.uk] INFO: Scrape type for LO66%20DDN: 0
2026-03-30 06:05:45 [bca.uk] INFO: Found listing with ID: RJ60%20UUD
2026-03-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ60%2520UUD%27 HTTP/1.1" 200 None
2026-03-30 06:05:45 [bca.uk] INFO: Scrape type for RJ60%20UUD: 0
2026-03-30 06:05:45 [bca.uk] INFO: Found listing with ID: OV61%20DEU
2026-03-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV61%2520DEU%27 HTTP/1.1" 200 None
2026-03-30 06:05:45 [bca.uk] INFO: Scrape type for OV61%20DEU: 0
2026-03-30 06:05:45 [bca.uk] INFO: Found listing with ID: BV62%20UHD
2026-03-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV62%2520UHD%27 HTTP/1.1" 200 None
2026-03-30 06:05:45 [bca.uk] INFO: Scrape type for BV62%20UHD: 2
2026-03-30 06:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with identifier: BV62%20UHD
2026-03-30 06:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with scrape type 2
2026-03-30 06:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with scrape type 2
2026-03-30 06:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c, identifier: BV62%20UHD
2026-03-30 06:05:45 [bca.uk] INFO: Found listing with ID: FL71%20EGE
2026-03-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL71%2520EGE%27 HTTP/1.1" 200 None
2026-03-30 06:05:45 [bca.uk] INFO: Scrape type for FL71%20EGE: 0
2026-03-30 06:05:45 [bca.uk] INFO: Found listing with ID: ND70%20FWR
2026-03-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND70%2520FWR%27 HTTP/1.1" 200 None
2026-03-30 06:05:45 [bca.uk] INFO: Scrape type for ND70%20FWR: 0
2026-03-30 06:05:45 [bca.uk] INFO: Found listing with ID: MJ69%20NDN
2026-03-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ69%2520NDN%27 HTTP/1.1" 200 None
2026-03-30 06:05:45 [bca.uk] INFO: Scrape type for MJ69%20NDN: 2
2026-03-30 06:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db2555c0-5141-5ee2-bd7c-d4c89ed70714 with identifier: MJ69%20NDN
2026-03-30 06:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db2555c0-5141-5ee2-bd7c-d4c89ed70714 with scrape type 2
2026-03-30 06:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db2555c0-5141-5ee2-bd7c-d4c89ed70714 with scrape type 2
2026-03-30 06:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db2555c0-5141-5ee2-bd7c-d4c89ed70714, identifier: MJ69%20NDN
2026-03-30 06:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with identifier: BV62%20UHD
2026-03-30 06:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af0ba2f8-dbfb-5223-9b3f-eaaeb7cab65c with identifier: BV62%20UHD
2026-03-30 06:05:45 [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-30 06:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:45 [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': 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-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV62%2520UHD%27 HTTP/1.1" 200 None
2026-03-30 06:05:45 [bca.uk] INFO: Saving data for BV62%20UHD: {'auction_closing_time': 1774951200.0, 'created_time': 1774447720.142732, 'last_price_update_time': 1774850745.604526}
2026-03-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:45 [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-30 06:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db2555c0-5141-5ee2-bd7c-d4c89ed70714 with identifier: MJ69%20NDN
2026-03-30 06:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db2555c0-5141-5ee2-bd7c-d4c89ed70714 with identifier: MJ69%20NDN
2026-03-30 06:05:45 [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-30 06:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:45 [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=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-30 06:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ69%2520NDN%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Saving data for MJ69%20NDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774650769.185314, 'last_price_update_time': 1774850746.00647}
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:46 [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-30 06:05:46 [bca.uk] INFO: Found listing with ID: KJ08%20EHN
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ08%2520EHN%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for KJ08%20EHN: 2
2026-03-30 06:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 199dd594-77a8-5e56-954c-d4ae2098716c with identifier: KJ08%20EHN
2026-03-30 06:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 199dd594-77a8-5e56-954c-d4ae2098716c with scrape type 2
2026-03-30 06:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 199dd594-77a8-5e56-954c-d4ae2098716c with scrape type 2
2026-03-30 06:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 199dd594-77a8-5e56-954c-d4ae2098716c, identifier: KJ08%20EHN
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: KJ19%20OPY
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ19%2520OPY%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for KJ19%20OPY: 0
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: RE68%20BSO
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE68%2520BSO%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for RE68%20BSO: 0
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: DV70%20UAG
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV70%2520UAG%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for DV70%20UAG: 0
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: FL21%20VOF
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL21%2520VOF%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for FL21%20VOF: 0
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: PF68%20PYB
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF68%2520PYB%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for PF68%20PYB: 0
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: SK20%20UEP
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK20%2520UEP%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for SK20%20UEP: 0
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: RE70%20JXR
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE70%2520JXR%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for RE70%20JXR: 2
2026-03-30 06:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e4a49ef-12c5-530a-82ef-ca8eec54992a with identifier: RE70%20JXR
2026-03-30 06:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e4a49ef-12c5-530a-82ef-ca8eec54992a with scrape type 2
2026-03-30 06:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e4a49ef-12c5-530a-82ef-ca8eec54992a with scrape type 2
2026-03-30 06:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e4a49ef-12c5-530a-82ef-ca8eec54992a, identifier: RE70%20JXR
2026-03-30 06:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 199dd594-77a8-5e56-954c-d4ae2098716c with identifier: KJ08%20EHN
2026-03-30 06:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 199dd594-77a8-5e56-954c-d4ae2098716c with identifier: KJ08%20EHN
2026-03-30 06:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 199dd594-77a8-5e56-954c-d4ae2098716c with identifier: KJ08%20EHN to the API
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:46 [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': 218,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ08%20EHN-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '199dd594-77a8-5e56-954c-d4ae2098716c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KJ08 EHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ08%20EHN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'ALFA ROMEO',
'model': 'SPIDER',
'odometer': 36030,
'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': 'ALFA ROMEO SPIDER 2.2 JTS LTD.EDITION Roadster',
'transmission': 'manual',
'trim': 'JTS LTD.EDITION',
'vin': 'ZAR93900005025876',
'year': 2008}
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ08%2520EHN%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Saving data for KJ08%20EHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774735692.718011, 'last_price_update_time': 1774850746.631683}
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ08%2520EHN') HTTP/1.1" 204 0
2026-03-30 06:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e4a49ef-12c5-530a-82ef-ca8eec54992a with identifier: RE70%20JXR
2026-03-30 06:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e4a49ef-12c5-530a-82ef-ca8eec54992a with identifier: RE70%20JXR
2026-03-30 06:05:46 [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-30 06:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:46 [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': 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-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE70%2520JXR%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Saving data for RE70%20JXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774562714.805331, 'last_price_update_time': 1774850746.928153}
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:46 [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-30 06:05:46 [bca.uk] INFO: Found listing with ID: AD16%20JOV
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD16%2520JOV%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for AD16%20JOV: 0
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: YB73%20OAS
2026-03-30 06:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB73%2520OAS%27 HTTP/1.1" 200 None
2026-03-30 06:05:46 [bca.uk] INFO: Scrape type for YB73%20OAS: 0
2026-03-30 06:05:46 [bca.uk] INFO: Found listing with ID: MV69%20AWO
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV69%2520AWO%27 HTTP/1.1" 200 None
2026-03-30 06:05:47 [bca.uk] INFO: Scrape type for MV69%20AWO: 0
2026-03-30 06:05:47 [bca.uk] INFO: Found listing with ID: BT69%20OOB
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT69%2520OOB%27 HTTP/1.1" 200 None
2026-03-30 06:05:47 [bca.uk] INFO: Scrape type for BT69%20OOB: 2
2026-03-30 06:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7afc8567-6aba-51f1-90e0-4a4a97a05a16 with identifier: BT69%20OOB
2026-03-30 06:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7afc8567-6aba-51f1-90e0-4a4a97a05a16 with scrape type 2
2026-03-30 06:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7afc8567-6aba-51f1-90e0-4a4a97a05a16 with scrape type 2
2026-03-30 06:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7afc8567-6aba-51f1-90e0-4a4a97a05a16, identifier: BT69%20OOB
2026-03-30 06:05:47 [bca.uk] INFO: Found listing with ID: GF20%20LKE
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF20%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:05:47 [bca.uk] INFO: Scrape type for GF20%20LKE: 2
2026-03-30 06:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad6df049-30a5-54ef-959b-5c660c5a6c6e with identifier: GF20%20LKE
2026-03-30 06:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad6df049-30a5-54ef-959b-5c660c5a6c6e with scrape type 2
2026-03-30 06:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad6df049-30a5-54ef-959b-5c660c5a6c6e with scrape type 2
2026-03-30 06:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad6df049-30a5-54ef-959b-5c660c5a6c6e, identifier: GF20%20LKE
2026-03-30 06:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7afc8567-6aba-51f1-90e0-4a4a97a05a16 with identifier: BT69%20OOB
2026-03-30 06:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7afc8567-6aba-51f1-90e0-4a4a97a05a16 with identifier: BT69%20OOB
2026-03-30 06:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7afc8567-6aba-51f1-90e0-4a4a97a05a16 with identifier: BT69%20OOB to the API
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT69%20OOB-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7afc8567-6aba-51f1-90e0-4a4a97a05a16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT69 OOB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT69%20OOB&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 65392,
'odometer_reading_unit': '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': 'SALRA2AK8L2418730',
'year': 2019}
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT69%2520OOB%27 HTTP/1.1" 200 None
2026-03-30 06:05:47 [bca.uk] INFO: Saving data for BT69%20OOB: {'auction_closing_time': 1774951200.0, 'created_time': 1774735694.485447, 'last_price_update_time': 1774850747.504891}
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT69%2520OOB') HTTP/1.1" 204 0
2026-03-30 06:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad6df049-30a5-54ef-959b-5c660c5a6c6e with identifier: GF20%20LKE
2026-03-30 06:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad6df049-30a5-54ef-959b-5c660c5a6c6e with identifier: GF20%20LKE
2026-03-30 06:05:47 [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-30 06:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:47 [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=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-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF20%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:05:47 [bca.uk] INFO: Saving data for GF20%20LKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774364143.795034, 'last_price_update_time': 1774850747.896409}
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:47 [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-30 06:05:47 [bca.uk] INFO: Found listing with ID: GF23%20SBY
2026-03-30 06:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF23%2520SBY%27 HTTP/1.1" 200 None
2026-03-30 06:05:47 [bca.uk] INFO: Scrape type for GF23%20SBY: 2
2026-03-30 06:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad0576b2-0dba-5d0b-9bda-5719669966c4 with identifier: GF23%20SBY
2026-03-30 06:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad0576b2-0dba-5d0b-9bda-5719669966c4 with scrape type 2
2026-03-30 06:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad0576b2-0dba-5d0b-9bda-5719669966c4 with scrape type 2
2026-03-30 06:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad0576b2-0dba-5d0b-9bda-5719669966c4, identifier: GF23%20SBY
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: SE68%20SDU
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE68%2520SDU%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for SE68%20SDU: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: SJ72%20MDX
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ72%2520MDX%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for SJ72%20MDX: 2
2026-03-30 06:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874f66b7-4f66-51d0-acfb-9be255d72b8e with identifier: SJ72%20MDX
2026-03-30 06:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874f66b7-4f66-51d0-acfb-9be255d72b8e with scrape type 2
2026-03-30 06:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874f66b7-4f66-51d0-acfb-9be255d72b8e with scrape type 2
2026-03-30 06:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 874f66b7-4f66-51d0-acfb-9be255d72b8e, identifier: SJ72%20MDX
2026-03-30 06:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad0576b2-0dba-5d0b-9bda-5719669966c4 with identifier: GF23%20SBY
2026-03-30 06:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad0576b2-0dba-5d0b-9bda-5719669966c4 with identifier: GF23%20SBY
2026-03-30 06:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad0576b2-0dba-5d0b-9bda-5719669966c4 with identifier: GF23%20SBY to the API
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF23%20SBY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad0576b2-0dba-5d0b-9bda-5719669966c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF23 SBY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF23%20SBY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 30951,
'odometer_reading_unit': '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': 'WVWZZZCD7PW181251',
'year': 2023}
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF23%2520SBY%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Saving data for GF23%20SBY: {'auction_closing_time': 1774951200.0, 'created_time': 1774735692.354939, 'last_price_update_time': 1774850748.437754}
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF23%2520SBY') HTTP/1.1" 204 0
2026-03-30 06:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 874f66b7-4f66-51d0-acfb-9be255d72b8e with identifier: SJ72%20MDX
2026-03-30 06:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 874f66b7-4f66-51d0-acfb-9be255d72b8e with identifier: SJ72%20MDX
2026-03-30 06:05:48 [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-30 06:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:48 [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': 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-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ72%2520MDX%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Saving data for SJ72%20MDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774391377.139553, 'last_price_update_time': 1774850748.725566}
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:48 [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-30 06:05:48 [bca.uk] INFO: Found listing with ID: LK74%20JRO
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK74%2520JRO%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for LK74%20JRO: 2
2026-03-30 06:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4b1af23-96da-5ef2-920f-a9b7d4d40bab with identifier: LK74%20JRO
2026-03-30 06:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4b1af23-96da-5ef2-920f-a9b7d4d40bab with scrape type 2
2026-03-30 06:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4b1af23-96da-5ef2-920f-a9b7d4d40bab with scrape type 2
2026-03-30 06:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4b1af23-96da-5ef2-920f-a9b7d4d40bab, identifier: LK74%20JRO
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: DG69%20VJO
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG69%2520VJO%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for DG69%20VJO: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: SC19%20XGB
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC19%2520XGB%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for SC19%20XGB: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: CE19%20UGD
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE19%2520UGD%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for CE19%20UGD: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: BG70%20GGP
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG70%2520GGP%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for BG70%20GGP: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: SN21%20AHB
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN21%2520AHB%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for SN21%20AHB: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: CN22%20SLU
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN22%2520SLU%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for CN22%20SLU: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: DP69%20NZK
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP69%2520NZK%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for DP69%20NZK: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: HK73%20EWD
2026-03-30 06:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK73%2520EWD%27 HTTP/1.1" 200 None
2026-03-30 06:05:48 [bca.uk] INFO: Scrape type for HK73%20EWD: 0
2026-03-30 06:05:48 [bca.uk] INFO: Found listing with ID: MJ20%20EEG
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ20%2520EEG%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for MJ20%20EEG: 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: WD72%20JHL
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD72%2520JHL%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for WD72%20JHL: 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: WP20%20GXG
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP20%2520GXG%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for WP20%20GXG: 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: MT69%20XJO
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT69%2520XJO%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for MT69%20XJO: 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: SW70%20EHR
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW70%2520EHR%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for SW70%20EHR: 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: PK70%20ULM
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK70%2520ULM%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for PK70%20ULM: 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: YD20%20LRV
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD20%2520LRV%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for YD20%20LRV: 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: DN20%20ENC
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN20%2520ENC%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for DN20%20ENC: 0
2026-03-30 06:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4b1af23-96da-5ef2-920f-a9b7d4d40bab with identifier: LK74%20JRO
2026-03-30 06:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4b1af23-96da-5ef2-920f-a9b7d4d40bab with identifier: LK74%20JRO
2026-03-30 06:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4b1af23-96da-5ef2-920f-a9b7d4d40bab with identifier: LK74%20JRO to the API
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK74%20JRO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e4b1af23-96da-5ef2-920f-a9b7d4d40bab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LK74 JRO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK74%20JRO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '218I GRAN COUPE',
'odometer': 2358,
'odometer_reading_unit': '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 218I GRAN COUPE 1.5 136 M SPORT DCT Coupe',
'transmission': 'automatic',
'trim': '136 M SPORT DCT',
'vin': 'WBA12AK0207R33887',
'year': 2024}
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK74%2520JRO%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Saving data for LK74%20JRO: {'auction_closing_time': 1774951200.0, 'created_time': 1774735695.271095, 'last_price_update_time': 1774850749.461034}
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK74%2520JRO') HTTP/1.1" 204 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: WJ24%20BNZ
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ24%2520BNZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Scrape type for WJ24%20BNZ: 2
2026-03-30 06:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57e73a1d-44a2-50da-8f53-93c2f863b494 with identifier: WJ24%20BNZ
2026-03-30 06:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57e73a1d-44a2-50da-8f53-93c2f863b494 with scrape type 2
2026-03-30 06:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57e73a1d-44a2-50da-8f53-93c2f863b494 with scrape type 2
2026-03-30 06:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57e73a1d-44a2-50da-8f53-93c2f863b494, identifier: WJ24%20BNZ
2026-03-30 06:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57e73a1d-44a2-50da-8f53-93c2f863b494 with identifier: WJ24%20BNZ
2026-03-30 06:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57e73a1d-44a2-50da-8f53-93c2f863b494 with identifier: WJ24%20BNZ
2026-03-30 06:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57e73a1d-44a2-50da-8f53-93c2f863b494 with identifier: WJ24%20BNZ to the API
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 225,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ24%20BNZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '57e73a1d-44a2-50da-8f53-93c2f863b494',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ24 BNZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ24%20BNZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DEFENDER 110',
'odometer': 24723,
'odometer_reading_unit': '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 D250 AWD SE (5ST) StationWagon',
'transmission': 'automatic',
'trim': 'I6 D250 AWD SE (5ST)',
'vin': 'SALEA7AW2R2320302',
'year': 2024}
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ24%2520BNZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:49 [bca.uk] INFO: Saving data for WJ24%20BNZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774735691.948183, 'last_price_update_time': 1774850749.960106}
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ24%2520BNZ') HTTP/1.1" 204 0
2026-03-30 06:05:49 [bca.uk] INFO: Found listing with ID: LR14%20LYD
2026-03-30 06:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR14%2520LYD%27 HTTP/1.1" 200 None
2026-03-30 06:05:50 [bca.uk] INFO: Scrape type for LR14%20LYD: 2
2026-03-30 06:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdd856ff-84a7-5e68-afb8-111bf871b364 with identifier: LR14%20LYD
2026-03-30 06:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdd856ff-84a7-5e68-afb8-111bf871b364 with scrape type 2
2026-03-30 06:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdd856ff-84a7-5e68-afb8-111bf871b364 with scrape type 2
2026-03-30 06:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdd856ff-84a7-5e68-afb8-111bf871b364, identifier: LR14%20LYD
2026-03-30 06:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdd856ff-84a7-5e68-afb8-111bf871b364 with identifier: LR14%20LYD
2026-03-30 06:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdd856ff-84a7-5e68-afb8-111bf871b364 with identifier: LR14%20LYD
2026-03-30 06:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdd856ff-84a7-5e68-afb8-111bf871b364 with identifier: LR14%20LYD to the API
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR14%20LYD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bdd856ff-84a7-5e68-afb8-111bf871b364',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LR14 LYD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR14%20LYD&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 103494,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA 2.0 CDTI E/F 163 TECH LINE Hatchback',
'transmission': 'manual',
'trim': 'CDTI E/F 163 TECH LINE',
'vin': 'W0LGT6EMXE1085756',
'year': 2014}
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR14%2520LYD%27 HTTP/1.1" 200 None
2026-03-30 06:05:50 [bca.uk] INFO: Saving data for LR14%20LYD: {'auction_closing_time': 1774951200.0, 'created_time': 1774735690.64421, 'last_price_update_time': 1774850750.379623}
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR14%2520LYD') HTTP/1.1" 204 0
2026-03-30 06:05:50 [bca.uk] INFO: Found listing with ID: GF16%20PNK
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF16%2520PNK%27 HTTP/1.1" 200 None
2026-03-30 06:05:50 [bca.uk] INFO: Scrape type for GF16%20PNK: 2
2026-03-30 06:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47d6f219-4f20-5c64-9b76-ccd598954dd9 with identifier: GF16%20PNK
2026-03-30 06:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47d6f219-4f20-5c64-9b76-ccd598954dd9 with scrape type 2
2026-03-30 06:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47d6f219-4f20-5c64-9b76-ccd598954dd9 with scrape type 2
2026-03-30 06:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47d6f219-4f20-5c64-9b76-ccd598954dd9, identifier: GF16%20PNK
2026-03-30 06:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47d6f219-4f20-5c64-9b76-ccd598954dd9 with identifier: GF16%20PNK
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brown HTTP/1.1" 200 None
2026-03-30 06:05:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47d6f219-4f20-5c64-9b76-ccd598954dd9 with identifier: GF16%20PNK
2026-03-30 06:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47d6f219-4f20-5c64-9b76-ccd598954dd9 with identifier: GF16%20PNK to the API
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF16%20PNK-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '47d6f219-4f20-5c64-9b76-ccd598954dd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF16 PNK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF16%20PNK&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'PEUGEOT',
'model': 'PARTNER TEPEE',
'odometer': 67672,
'odometer_reading_unit': '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 TEPEE 1.6 BLUEHDI 100 ACTIVE ETG MPV',
'transmission': 'automatic',
'trim': 'BLUEHDI 100 ACTIVE ETG',
'vin': 'VF37JBHYMGJ646327',
'year': 2016}
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF16%2520PNK%27 HTTP/1.1" 200 None
2026-03-30 06:05:50 [bca.uk] INFO: Saving data for GF16%20PNK: {'auction_closing_time': 1774951200.0, 'created_time': 1774735694.900076, 'last_price_update_time': 1774850750.890535}
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF16%2520PNK') HTTP/1.1" 204 0
2026-03-30 06:05:50 [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-30 06:05:50 [bca.uk] INFO: Found listing with ID: BG65%20DZL
2026-03-30 06:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG65%2520DZL%27 HTTP/1.1" 200 None
2026-03-30 06:05:50 [bca.uk] INFO: Scrape type for BG65%20DZL: 2
2026-03-30 06:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f172ebb-992c-5793-81ed-0b2fc03f975b with identifier: BG65%20DZL
2026-03-30 06:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f172ebb-992c-5793-81ed-0b2fc03f975b with scrape type 2
2026-03-30 06:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f172ebb-992c-5793-81ed-0b2fc03f975b with scrape type 2
2026-03-30 06:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f172ebb-992c-5793-81ed-0b2fc03f975b, identifier: BG65%20DZL
2026-03-30 06:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f172ebb-992c-5793-81ed-0b2fc03f975b with identifier: BG65%20DZL
2026-03-30 06:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f172ebb-992c-5793-81ed-0b2fc03f975b with identifier: BG65%20DZL
2026-03-30 06:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f172ebb-992c-5793-81ed-0b2fc03f975b with identifier: BG65%20DZL to the API
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:51 [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': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG65%20DZL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8f172ebb-992c-5793-81ed-0b2fc03f975b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG65 DZL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG65%20DZL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 74483,
'odometer_reading_unit': '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': 'W0LJD7E83FB185270',
'year': 2015}
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG65%2520DZL%27 HTTP/1.1" 200 None
2026-03-30 06:05:51 [bca.uk] INFO: Saving data for BG65%20DZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774735690.247438, 'last_price_update_time': 1774850751.321758}
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG65%2520DZL') HTTP/1.1" 204 0
2026-03-30 06:05:51 [bca.uk] INFO: Found listing with ID: WM14%20VDJ
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM14%2520VDJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:51 [bca.uk] INFO: Scrape type for WM14%20VDJ: 2
2026-03-30 06:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df18d9ea-be4c-583e-ae8b-51af1715700a with identifier: WM14%20VDJ
2026-03-30 06:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df18d9ea-be4c-583e-ae8b-51af1715700a with scrape type 2
2026-03-30 06:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df18d9ea-be4c-583e-ae8b-51af1715700a with scrape type 2
2026-03-30 06:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df18d9ea-be4c-583e-ae8b-51af1715700a, identifier: WM14%20VDJ
2026-03-30 06:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df18d9ea-be4c-583e-ae8b-51af1715700a with identifier: WM14%20VDJ
2026-03-30 06:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df18d9ea-be4c-583e-ae8b-51af1715700a with identifier: WM14%20VDJ
2026-03-30 06:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df18d9ea-be4c-583e-ae8b-51af1715700a with identifier: WM14%20VDJ to the API
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:51 [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': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM14%20VDJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'df18d9ea-be4c-583e-ae8b-51af1715700a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WM14 VDJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM14%20VDJ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 104551,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA 2.0 CDTI E/F 163 ELITE Hatchback',
'transmission': 'manual',
'trim': 'CDTI E/F 163 ELITE',
'vin': 'W0LGT6EM5E1146270',
'year': 2014}
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM14%2520VDJ%27 HTTP/1.1" 200 None
2026-03-30 06:05:51 [bca.uk] INFO: Saving data for WM14%20VDJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774735685.666309, 'last_price_update_time': 1774850751.751223}
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM14%2520VDJ') HTTP/1.1" 204 0
2026-03-30 06:05:51 [bca.uk] INFO: Found listing with ID: MW19%20MTX
2026-03-30 06:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW19%2520MTX%27 HTTP/1.1" 200 None
2026-03-30 06:05:51 [bca.uk] INFO: Scrape type for MW19%20MTX: 2
2026-03-30 06:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0f6d33d-0a86-599b-834c-0256aa4d0946 with identifier: MW19%20MTX
2026-03-30 06:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0f6d33d-0a86-599b-834c-0256aa4d0946 with scrape type 2
2026-03-30 06:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0f6d33d-0a86-599b-834c-0256aa4d0946 with scrape type 2
2026-03-30 06:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0f6d33d-0a86-599b-834c-0256aa4d0946, identifier: MW19%20MTX
2026-03-30 06:05:51 [bca.uk] INFO: Total items found: 100
2026-03-30 06:05:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded
2026-03-30 06:05:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:05:51 [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-30 06:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0f6d33d-0a86-599b-834c-0256aa4d0946 with identifier: MW19%20MTX
2026-03-30 06:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0f6d33d-0a86-599b-834c-0256aa4d0946 with identifier: MW19%20MTX
2026-03-30 06:05:51 [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-30 06:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:52 [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': 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-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW19%2520MTX%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Saving data for MW19%20MTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650757.280504, 'last_price_update_time': 1774850752.263221}
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:52 [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-30 06:05:52 [bca.uk] INFO: Found listing with ID: ST24%20XOE
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST24%2520XOE%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for ST24%20XOE: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: FX70%20HCZ
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX70%2520HCZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for FX70%20HCZ: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: EN19%20JGV
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN19%2520JGV%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for EN19%20JGV: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: BT24%20LKX
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT24%2520LKX%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for BT24%20LKX: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: DG23%20HXH
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG23%2520HXH%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for DG23%20HXH: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: FY68%20WNB
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY68%2520WNB%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for FY68%20WNB: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: YC21%20EXV
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC21%2520EXV%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for YC21%20EXV: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: Y200%20JDW
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y200%2520JDW%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for Y200%20JDW: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: VX19%20OYP
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX19%2520OYP%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for VX19%20OYP: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: DP19%20FWW
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP19%2520FWW%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for DP19%20FWW: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: DV19%20CZY
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV19%2520CZY%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for DV19%20CZY: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: DV68%20TGN
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV68%2520TGN%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for DV68%20TGN: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: EA24%20TKX
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA24%2520TKX%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for EA24%20TKX: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: J300%20WTY
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27J300%2520WTY%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for J300%20WTY: 2
2026-03-30 06:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9ba50f4-0430-5f27-86d7-1a208ba1b386 with identifier: J300%20WTY
2026-03-30 06:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9ba50f4-0430-5f27-86d7-1a208ba1b386 with scrape type 2
2026-03-30 06:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9ba50f4-0430-5f27-86d7-1a208ba1b386 with scrape type 2
2026-03-30 06:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9ba50f4-0430-5f27-86d7-1a208ba1b386, identifier: J300%20WTY
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: UIG%204202
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UIG%25204202%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for UIG%204202: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: YV19%20MBU
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YV19%2520MBU%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for YV19%20MBU: 0
2026-03-30 06:05:52 [bca.uk] INFO: Found listing with ID: NG74%20PZW
2026-03-30 06:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG74%2520PZW%27 HTTP/1.1" 200 None
2026-03-30 06:05:52 [bca.uk] INFO: Scrape type for NG74%20PZW: 2
2026-03-30 06:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with identifier: NG74%20PZW
2026-03-30 06:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with scrape type 2
2026-03-30 06:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with scrape type 2
2026-03-30 06:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f, identifier: NG74%20PZW
2026-03-30 06:05:52 [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-30 06:05:52 [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-30 06:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9ba50f4-0430-5f27-86d7-1a208ba1b386 with identifier: J300%20WTY
2026-03-30 06:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9ba50f4-0430-5f27-86d7-1a208ba1b386 with identifier: J300%20WTY
2026-03-30 06:05:52 [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-30 06:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:53 [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': 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-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27J300%2520WTY%27 HTTP/1.1" 200 None
2026-03-30 06:05:53 [bca.uk] INFO: Saving data for J300%20WTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774447920.488578, 'last_price_update_time': 1774850753.04316}
2026-03-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:53 [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-30 06:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with identifier: NG74%20PZW
2026-03-30 06:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4eeefb2-1e13-5aab-bf97-93ea214c6a8f with identifier: NG74%20PZW
2026-03-30 06:05:53 [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-30 06:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG74%2520PZW%27 HTTP/1.1" 200 None
2026-03-30 06:05:53 [bca.uk] INFO: Saving data for NG74%20PZW: {'auction_closing_time': 1774864800.0, 'created_time': 1773820628.233513, 'last_price_update_time': 1774850753.454645}
2026-03-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:53 [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-30 06:05:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:05:53 [bca.uk] INFO: Found listing with ID: MA72%20VWE
2026-03-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA72%2520VWE%27 HTTP/1.1" 200 None
2026-03-30 06:05:53 [bca.uk] INFO: Scrape type for MA72%20VWE: 0
2026-03-30 06:05:53 [bca.uk] INFO: Found listing with ID: MJ19%20UMV
2026-03-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ19%2520UMV%27 HTTP/1.1" 200 None
2026-03-30 06:05:53 [bca.uk] INFO: Scrape type for MJ19%20UMV: 2
2026-03-30 06:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce36f210-bf14-5a65-bc09-18fd8107a35f with identifier: MJ19%20UMV
2026-03-30 06:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce36f210-bf14-5a65-bc09-18fd8107a35f with scrape type 2
2026-03-30 06:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce36f210-bf14-5a65-bc09-18fd8107a35f with scrape type 2
2026-03-30 06:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce36f210-bf14-5a65-bc09-18fd8107a35f, identifier: MJ19%20UMV
2026-03-30 06:05:53 [bca.uk] INFO: Found listing with ID: NK68%20VWG
2026-03-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK68%2520VWG%27 HTTP/1.1" 200 None
2026-03-30 06:05:53 [bca.uk] INFO: Scrape type for NK68%20VWG: 0
2026-03-30 06:05:53 [bca.uk] INFO: Found listing with ID: OE74%20XKB
2026-03-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE74%2520XKB%27 HTTP/1.1" 200 None
2026-03-30 06:05:53 [bca.uk] INFO: Scrape type for OE74%20XKB: 0
2026-03-30 06:05:53 [bca.uk] INFO: Found listing with ID: NA69%20WCT
2026-03-30 06:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA69%2520WCT%27 HTTP/1.1" 200 None
2026-03-30 06:05:53 [bca.uk] INFO: Scrape type for NA69%20WCT: 2
2026-03-30 06:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f586416-d7d5-5dc8-b950-ab0a132cc248 with identifier: NA69%20WCT
2026-03-30 06:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f586416-d7d5-5dc8-b950-ab0a132cc248 with scrape type 2
2026-03-30 06:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f586416-d7d5-5dc8-b950-ab0a132cc248 with scrape type 2
2026-03-30 06:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f586416-d7d5-5dc8-b950-ab0a132cc248, identifier: NA69%20WCT
2026-03-30 06:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce36f210-bf14-5a65-bc09-18fd8107a35f with identifier: MJ19%20UMV
2026-03-30 06:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce36f210-bf14-5a65-bc09-18fd8107a35f with identifier: MJ19%20UMV
2026-03-30 06:05:53 [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-30 06:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:54 [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': 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-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ19%2520UMV%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Saving data for MJ19%20UMV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562994.084113, 'last_price_update_time': 1774850754.042001}
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:54 [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-30 06:05:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f586416-d7d5-5dc8-b950-ab0a132cc248 with identifier: NA69%20WCT
2026-03-30 06:05:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f586416-d7d5-5dc8-b950-ab0a132cc248 with identifier: NA69%20WCT
2026-03-30 06:05:54 [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-30 06:05:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA69%2520WCT%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Saving data for NA69%20WCT: {'auction_closing_time': 1774864800.0, 'created_time': 1774447656.933826, 'last_price_update_time': 1774850754.329121}
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:54 [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-30 06:05:54 [bca.uk] INFO: Found listing with ID: YR64%20UNS
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR64%2520UNS%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for YR64%20UNS: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: BN15%20PYS
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN15%2520PYS%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for BN15%20PYS: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: FE64%20YJN
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE64%2520YJN%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for FE64%20YJN: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: LT03%20BYN
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT03%2520BYN%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for LT03%20BYN: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: GM25%20OJK
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM25%2520OJK%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for GM25%20OJK: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: KV21%20CPF
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV21%2520CPF%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for KV21%20CPF: 2
2026-03-30 06:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 505fa3db-ff99-5dfa-97be-422070e8a4ce with identifier: KV21%20CPF
2026-03-30 06:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505fa3db-ff99-5dfa-97be-422070e8a4ce with scrape type 2
2026-03-30 06:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 505fa3db-ff99-5dfa-97be-422070e8a4ce with scrape type 2
2026-03-30 06:05:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 505fa3db-ff99-5dfa-97be-422070e8a4ce, identifier: KV21%20CPF
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: ND70%20LZE
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND70%2520LZE%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for ND70%20LZE: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: BL16%20UUB
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL16%2520UUB%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for BL16%20UUB: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: FL59%20VTF
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL59%2520VTF%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for FL59%20VTF: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: YC72%20AVN
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC72%2520AVN%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for YC72%20AVN: 0
2026-03-30 06:05:54 [bca.uk] INFO: Found listing with ID: FJ68%20ULM
2026-03-30 06:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ68%2520ULM%27 HTTP/1.1" 200 None
2026-03-30 06:05:54 [bca.uk] INFO: Scrape type for FJ68%20ULM: 2
2026-03-30 06:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9810be9-3cfb-5d60-aa90-be96d52b68de with identifier: FJ68%20ULM
2026-03-30 06:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9810be9-3cfb-5d60-aa90-be96d52b68de with scrape type 2
2026-03-30 06:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9810be9-3cfb-5d60-aa90-be96d52b68de with scrape type 2
2026-03-30 06:05:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9810be9-3cfb-5d60-aa90-be96d52b68de, identifier: FJ68%20ULM
2026-03-30 06:05:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 505fa3db-ff99-5dfa-97be-422070e8a4ce with identifier: KV21%20CPF
2026-03-30 06:05:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 505fa3db-ff99-5dfa-97be-422070e8a4ce with identifier: KV21%20CPF
2026-03-30 06:05:54 [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-30 06:05:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:55 [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': 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-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV21%2520CPF%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Saving data for KV21%20CPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477060.223579, 'last_price_update_time': 1774850755.023585}
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:55 [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-30 06:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9810be9-3cfb-5d60-aa90-be96d52b68de with identifier: FJ68%20ULM
2026-03-30 06:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9810be9-3cfb-5d60-aa90-be96d52b68de with identifier: FJ68%20ULM
2026-03-30 06:05:55 [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-30 06:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ68%2520ULM%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Saving data for FJ68%20ULM: {'auction_closing_time': 1774864800.0, 'created_time': 1774650757.950702, 'last_price_update_time': 1774850755.403639}
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:55 [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-30 06:05:55 [bca.uk] INFO: Found listing with ID: WO68%20DUV
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO68%2520DUV%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for WO68%20DUV: 2
2026-03-30 06:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6501a075-6b5a-5962-bc29-a7fd2a69392b with identifier: WO68%20DUV
2026-03-30 06:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6501a075-6b5a-5962-bc29-a7fd2a69392b with scrape type 2
2026-03-30 06:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6501a075-6b5a-5962-bc29-a7fd2a69392b with scrape type 2
2026-03-30 06:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6501a075-6b5a-5962-bc29-a7fd2a69392b, identifier: WO68%20DUV
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: FJ70%20HFF
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ70%2520HFF%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for FJ70%20HFF: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: AF71%20XUK
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF71%2520XUK%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for AF71%20XUK: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: BG72%20UUY
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG72%2520UUY%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for BG72%20UUY: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: FG69%20CVL
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG69%2520CVL%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for FG69%20CVL: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: KM69%20NXO
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM69%2520NXO%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for KM69%20NXO: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: KY19%20EBR
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY19%2520EBR%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for KY19%20EBR: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: SK20%20URM
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK20%2520URM%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for SK20%20URM: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: SE16%20KBX
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE16%2520KBX%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for SE16%20KBX: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: PN64%20UHS
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN64%2520UHS%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for PN64%20UHS: 0
2026-03-30 06:05:55 [bca.uk] INFO: Found listing with ID: FV20%20CSZ
2026-03-30 06:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV20%2520CSZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:55 [bca.uk] INFO: Scrape type for FV20%20CSZ: 2
2026-03-30 06:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03bb3e9e-3e24-55a6-a631-ccba6304fabf with identifier: FV20%20CSZ
2026-03-30 06:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03bb3e9e-3e24-55a6-a631-ccba6304fabf with scrape type 2
2026-03-30 06:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03bb3e9e-3e24-55a6-a631-ccba6304fabf with scrape type 2
2026-03-30 06:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03bb3e9e-3e24-55a6-a631-ccba6304fabf, identifier: FV20%20CSZ
2026-03-30 06:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6501a075-6b5a-5962-bc29-a7fd2a69392b with identifier: WO68%20DUV
2026-03-30 06:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6501a075-6b5a-5962-bc29-a7fd2a69392b with identifier: WO68%20DUV
2026-03-30 06:05:55 [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-30 06:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:56 [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=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-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO68%2520DUV%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Saving data for WO68%20DUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477049.228628, 'last_price_update_time': 1774850756.102355}
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:56 [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-30 06:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03bb3e9e-3e24-55a6-a631-ccba6304fabf with identifier: FV20%20CSZ
2026-03-30 06:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03bb3e9e-3e24-55a6-a631-ccba6304fabf with identifier: FV20%20CSZ
2026-03-30 06:05:56 [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-30 06:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV20%2520CSZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Saving data for FV20%20CSZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774562733.731545, 'last_price_update_time': 1774850756.48883}
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:56 [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-30 06:05:56 [bca.uk] INFO: Found listing with ID: YF71%20LFZ
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF71%2520LFZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for YF71%20LFZ: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: AF24%20KLL
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF24%2520KLL%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for AF24%20KLL: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: AF69%20BZY
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF69%2520BZY%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for AF69%20BZY: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: GW69%20WAW
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GW69%2520WAW%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for GW69%20WAW: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: KY22%20VLX
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY22%2520VLX%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for KY22%20VLX: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: MT58%20FGX
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT58%2520FGX%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for MT58%20FGX: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: NK54%20DDF
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK54%2520DDF%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for NK54%20DDF: 2
2026-03-30 06:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with identifier: NK54%20DDF
2026-03-30 06:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with scrape type 2
2026-03-30 06:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with scrape type 2
2026-03-30 06:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cb31102-9aad-5a43-8cd8-ba1e4828d553, identifier: NK54%20DDF
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: HK18%20KTD
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK18%2520KTD%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for HK18%20KTD: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: JG15%20TAN
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JG15%2520TAN%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for JG15%20TAN: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: VO69%20FZU
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO69%2520FZU%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for VO69%20FZU: 0
2026-03-30 06:05:56 [bca.uk] INFO: Found listing with ID: YX22%20KOA
2026-03-30 06:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX22%2520KOA%27 HTTP/1.1" 200 None
2026-03-30 06:05:56 [bca.uk] INFO: Scrape type for YX22%20KOA: 2
2026-03-30 06:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66205ce3-df5c-5569-81d6-9915ca18a98c with identifier: YX22%20KOA
2026-03-30 06:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66205ce3-df5c-5569-81d6-9915ca18a98c with scrape type 2
2026-03-30 06:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66205ce3-df5c-5569-81d6-9915ca18a98c with scrape type 2
2026-03-30 06:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66205ce3-df5c-5569-81d6-9915ca18a98c, identifier: YX22%20KOA
2026-03-30 06:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with identifier: NK54%20DDF
2026-03-30 06:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cb31102-9aad-5a43-8cd8-ba1e4828d553 with identifier: NK54%20DDF
2026-03-30 06:05:56 [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-30 06:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:05:57 [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': 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-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK54%2520DDF%27 HTTP/1.1" 200 None
2026-03-30 06:05:57 [bca.uk] INFO: Saving data for NK54%20DDF: {'auction_closing_time': 1774951200.0, 'created_time': 1774447878.71197, 'last_price_update_time': 1774850757.179772}
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:57 [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-30 06:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66205ce3-df5c-5569-81d6-9915ca18a98c with identifier: YX22%20KOA
2026-03-30 06:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66205ce3-df5c-5569-81d6-9915ca18a98c with identifier: YX22%20KOA
2026-03-30 06:05:57 [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-30 06:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:05: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': 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-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520KOA%27 HTTP/1.1" 200 None
2026-03-30 06:05:57 [bca.uk] INFO: Saving data for YX22%20KOA: {'auction_closing_time': 1774864800.0, 'created_time': 1774438099.131243, 'last_price_update_time': 1774850757.561361}
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:57 [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-30 06:05:57 [bca.uk] INFO: Found listing with ID: BU69%20FKW
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU69%2520FKW%27 HTTP/1.1" 200 None
2026-03-30 06:05:57 [bca.uk] INFO: Scrape type for BU69%20FKW: 0
2026-03-30 06:05:57 [bca.uk] INFO: Found listing with ID: PK74%20YSW
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK74%2520YSW%27 HTTP/1.1" 200 None
2026-03-30 06:05:57 [bca.uk] INFO: Scrape type for PK74%20YSW: 2
2026-03-30 06:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with identifier: PK74%20YSW
2026-03-30 06:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with scrape type 2
2026-03-30 06:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with scrape type 2
2026-03-30 06:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2, identifier: PK74%20YSW
2026-03-30 06:05:57 [bca.uk] INFO: Found listing with ID: YY22%20BDE
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY22%2520BDE%27 HTTP/1.1" 200 None
2026-03-30 06:05:57 [bca.uk] INFO: Scrape type for YY22%20BDE: 2
2026-03-30 06:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with identifier: YY22%20BDE
2026-03-30 06:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with scrape type 2
2026-03-30 06:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with scrape type 2
2026-03-30 06:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48a20c47-ffbf-521f-87a1-8a4adbc7c385, identifier: YY22%20BDE
2026-03-30 06:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with identifier: PK74%20YSW
2026-03-30 06:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57b71100-0ce7-5f01-aecf-128b1dfcb7a2 with identifier: PK74%20YSW
2026-03-30 06:05:57 [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-30 06:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:58 [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': 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-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK74%2520YSW%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Saving data for PK74%20YSW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650779.56563, 'last_price_update_time': 1774850758.137572}
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:58 [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-30 06:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with identifier: YY22%20BDE
2026-03-30 06:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48a20c47-ffbf-521f-87a1-8a4adbc7c385 with identifier: YY22%20BDE
2026-03-30 06:05:58 [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-30 06:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY22%2520BDE%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Saving data for YY22%20BDE: {'auction_closing_time': 1774864800.0, 'created_time': 1774650762.667886, 'last_price_update_time': 1774850758.44565}
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:58 [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-30 06:05:58 [bca.uk] INFO: Found listing with ID: DA21%20SOU
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA21%2520SOU%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for DA21%20SOU: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: FL20%20XHA
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL20%2520XHA%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for FL20%20XHA: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: NV69%20KPO
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV69%2520KPO%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for NV69%20KPO: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: PY71%20HPP
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY71%2520HPP%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for PY71%20HPP: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: YL69%20MMV
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL69%2520MMV%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for YL69%20MMV: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: FG22%20EFZ
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG22%2520EFZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for FG22%20EFZ: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: DG65%20GXU
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG65%2520GXU%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for DG65%20GXU: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: SD18%20YWW
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD18%2520YWW%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for SD18%20YWW: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: PJ59%20WXK
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ59%2520WXK%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for PJ59%20WXK: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: KU69%20HXY
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU69%2520HXY%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for KU69%20HXY: 2
2026-03-30 06:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88a638d1-702b-5c68-9f5d-044494654be2 with identifier: KU69%20HXY
2026-03-30 06:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88a638d1-702b-5c68-9f5d-044494654be2 with scrape type 2
2026-03-30 06:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88a638d1-702b-5c68-9f5d-044494654be2 with scrape type 2
2026-03-30 06:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88a638d1-702b-5c68-9f5d-044494654be2, identifier: KU69%20HXY
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: YY70%20LWT
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY70%2520LWT%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for YY70%20LWT: 0
2026-03-30 06:05:58 [bca.uk] INFO: Found listing with ID: YY74%20VXV
2026-03-30 06:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY74%2520VXV%27 HTTP/1.1" 200 None
2026-03-30 06:05:58 [bca.uk] INFO: Scrape type for YY74%20VXV: 2
2026-03-30 06:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b015d1c8-45b1-58b2-9a63-5718b114faf6 with identifier: YY74%20VXV
2026-03-30 06:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b015d1c8-45b1-58b2-9a63-5718b114faf6 with scrape type 2
2026-03-30 06:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b015d1c8-45b1-58b2-9a63-5718b114faf6 with scrape type 2
2026-03-30 06:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b015d1c8-45b1-58b2-9a63-5718b114faf6, identifier: YY74%20VXV
2026-03-30 06:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88a638d1-702b-5c68-9f5d-044494654be2 with identifier: KU69%20HXY
2026-03-30 06:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88a638d1-702b-5c68-9f5d-044494654be2 with identifier: KU69%20HXY
2026-03-30 06:05:58 [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-30 06:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU69%2520HXY%27 HTTP/1.1" 200 None
2026-03-30 06:05:59 [bca.uk] INFO: Saving data for KU69%20HXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774390331.561386, 'last_price_update_time': 1774850759.127809}
2026-03-30 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:59 [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-30 06:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b015d1c8-45b1-58b2-9a63-5718b114faf6 with identifier: YY74%20VXV
2026-03-30 06:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b015d1c8-45b1-58b2-9a63-5718b114faf6 with identifier: YY74%20VXV
2026-03-30 06:05:59 [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-30 06:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:05: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': 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-30 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY74%2520VXV%27 HTTP/1.1" 200 None
2026-03-30 06:05:59 [bca.uk] INFO: Saving data for YY74%20VXV: {'auction_closing_time': 1774864800.0, 'created_time': 1774438101.096153, 'last_price_update_time': 1774850759.552481}
2026-03-30 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:05:59 [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-30 06:05:59 [bca.uk] INFO: Found listing with ID: ST11%20LWD
2026-03-30 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST11%2520LWD%27 HTTP/1.1" 200 None
2026-03-30 06:05:59 [bca.uk] INFO: Scrape type for ST11%20LWD: 2
2026-03-30 06:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with identifier: ST11%20LWD
2026-03-30 06:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with scrape type 2
2026-03-30 06:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with scrape type 2
2026-03-30 06:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41, identifier: ST11%20LWD
2026-03-30 06:05:59 [bca.uk] INFO: Found listing with ID: AD19%20LDZ
2026-03-30 06:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:05:59 [bca.uk] INFO: Scrape type for AD19%20LDZ: 2
2026-03-30 06:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with identifier: AD19%20LDZ
2026-03-30 06:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with scrape type 2
2026-03-30 06:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with scrape type 2
2026-03-30 06:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4, identifier: AD19%20LDZ
2026-03-30 06:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with identifier: ST11%20LWD
2026-03-30 06:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2176f6ec-09dc-543a-9dfd-35ccb44e0b41 with identifier: ST11%20LWD
2026-03-30 06:05:59 [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-30 06:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:00 [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': 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-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST11%2520LWD%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Saving data for ST11%20LWD: {'auction_closing_time': 1774951200.0, 'created_time': 1774562696.428331, 'last_price_update_time': 1774850760.142093}
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:00 [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-30 06:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with identifier: AD19%20LDZ
2026-03-30 06:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fcd904d-7a4c-50ad-a0a9-5733b981d8d4 with identifier: AD19%20LDZ
2026-03-30 06:06:00 [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-30 06:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Saving data for AD19%20LDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650774.394633, 'last_price_update_time': 1774850760.422388}
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:00 [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-30 06:06:00 [bca.uk] INFO: Found listing with ID: BV09%20OZT
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV09%2520OZT%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for BV09%20OZT: 0
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: MJ03%20HOW
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ03%2520HOW%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for MJ03%20HOW: 0
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: FL69%20JZP
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL69%2520JZP%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for FL69%20JZP: 0
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: AK64%20MOR
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK64%2520MOR%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for AK64%20MOR: 0
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: DY19%20EYK
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY19%2520EYK%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for DY19%20EYK: 2
2026-03-30 06:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec1367d1-458b-5a86-8b4f-bd59802d2489 with identifier: DY19%20EYK
2026-03-30 06:06: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-30 06:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec1367d1-458b-5a86-8b4f-bd59802d2489 with scrape type 2
2026-03-30 06:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec1367d1-458b-5a86-8b4f-bd59802d2489, identifier: DY19%20EYK
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: RF21%20EBD
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF21%2520EBD%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for RF21%20EBD: 0
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: WO21%20TKX
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO21%2520TKX%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for WO21%20TKX: 0
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: KN15%20HKZ
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN15%2520HKZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for KN15%20HKZ: 0
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: LM11%20RXV
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM11%2520RXV%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for LM11%20RXV: 0
2026-03-30 06:06:00 [bca.uk] INFO: Found listing with ID: VK20%20NNO
2026-03-30 06:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK20%2520NNO%27 HTTP/1.1" 200 None
2026-03-30 06:06:00 [bca.uk] INFO: Scrape type for VK20%20NNO: 2
2026-03-30 06:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with identifier: VK20%20NNO
2026-03-30 06:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with scrape type 2
2026-03-30 06:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with scrape type 2
2026-03-30 06:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b3748cf-35df-5dd2-90fb-0fb539fe9793, identifier: VK20%20NNO
2026-03-30 06:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec1367d1-458b-5a86-8b4f-bd59802d2489 with identifier: DY19%20EYK
2026-03-30 06:06: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-30 06:06: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-30 06:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:01 [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': 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-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY19%2520EYK%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Saving data for DY19%20EYK: {'auction_closing_time': 1774864800.0, 'created_time': 1774650773.078071, 'last_price_update_time': 1774850761.140571}
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:01 [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-30 06:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with identifier: VK20%20NNO
2026-03-30 06:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b3748cf-35df-5dd2-90fb-0fb539fe9793 with identifier: VK20%20NNO
2026-03-30 06:06:01 [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-30 06:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK20%2520NNO%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Saving data for VK20%20NNO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650749.258528, 'last_price_update_time': 1774850761.528832}
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:01 [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-30 06:06:01 [bca.uk] INFO: Found listing with ID: GK21%20KBU
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK21%2520KBU%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for GK21%20KBU: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: GM19%20WGU
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM19%2520WGU%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for GM19%20WGU: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: VU70%20ZLO
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU70%2520ZLO%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for VU70%20ZLO: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: GL23%20VZB
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL23%2520VZB%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for GL23%20VZB: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: LV23%20RXA
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV23%2520RXA%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for LV23%20RXA: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: LY69%20PXN
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY69%2520PXN%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for LY69%20PXN: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: NX20%20NZM
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX20%2520NZM%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for NX20%20NZM: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: SC69%20SYA
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC69%2520SYA%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for SC69%20SYA: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: WR21%20RBV
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR21%2520RBV%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for WR21%20RBV: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: YM68%20ZFO
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM68%2520ZFO%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for YM68%20ZFO: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: AO69%20YDV
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO69%2520YDV%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for AO69%20YDV: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: DU19%20WRR
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU19%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for DU19%20WRR: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: EN73%20ZXH
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN73%2520ZXH%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for EN73%20ZXH: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: GF23%20LJX
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF23%2520LJX%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for GF23%20LJX: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: GJ69%20TMO
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ69%2520TMO%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for GJ69%20TMO: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: LV22%20XPR
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV22%2520XPR%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for LV22%20XPR: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: GU14%20USS
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU14%2520USS%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for GU14%20USS: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: ND17%20WHW
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND17%2520WHW%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for ND17%20WHW: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: WA15%20XTF
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA15%2520XTF%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for WA15%20XTF: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: YW64%20DGU
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YW64%2520DGU%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for YW64%20DGU: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: FA18%20OJS
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FA18%2520OJS%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for FA18%20OJS: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: YN20%20XDY
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN20%2520XDY%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for YN20%20XDY: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: CY68%20EOB
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CY68%2520EOB%27 HTTP/1.1" 200 None
2026-03-30 06:06:01 [bca.uk] INFO: Scrape type for CY68%20EOB: 0
2026-03-30 06:06:01 [bca.uk] INFO: Found listing with ID: FH21%20UNX
2026-03-30 06:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH21%2520UNX%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Scrape type for FH21%20UNX: 0
2026-03-30 06:06:02 [bca.uk] INFO: Found listing with ID: PE68%20ZNM
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE68%2520ZNM%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Scrape type for PE68%20ZNM: 2
2026-03-30 06:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with identifier: PE68%20ZNM
2026-03-30 06:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with scrape type 2
2026-03-30 06:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with scrape type 2
2026-03-30 06:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fa4d8eb-81ac-51c7-938a-559d72ea1262, identifier: PE68%20ZNM
2026-03-30 06:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with identifier: PE68%20ZNM
2026-03-30 06:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fa4d8eb-81ac-51c7-938a-559d72ea1262 with identifier: PE68%20ZNM
2026-03-30 06:06:02 [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-30 06:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE68%2520ZNM%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Saving data for PE68%20ZNM: {'auction_closing_time': 1774864800.0, 'created_time': 1774562695.249733, 'last_price_update_time': 1774850762.38984}
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:02 [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-30 06:06:02 [bca.uk] INFO: Found listing with ID: SB72%20GWA
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB72%2520GWA%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Scrape type for SB72%20GWA: 0
2026-03-30 06:06:02 [bca.uk] INFO: Found listing with ID: SJ22%20EHM
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ22%2520EHM%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Scrape type for SJ22%20EHM: 0
2026-03-30 06:06:02 [bca.uk] INFO: Found listing with ID: C5%20BLJ
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27C5%2520BLJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Scrape type for C5%20BLJ: 0
2026-03-30 06:06:02 [bca.uk] INFO: Found listing with ID: DN19%20HKK
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN19%2520HKK%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Scrape type for DN19%20HKK: 2
2026-03-30 06:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6abeb41c-0993-5114-8c52-200db0ddc1a6 with identifier: DN19%20HKK
2026-03-30 06:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6abeb41c-0993-5114-8c52-200db0ddc1a6 with scrape type 2
2026-03-30 06:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6abeb41c-0993-5114-8c52-200db0ddc1a6 with scrape type 2
2026-03-30 06:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6abeb41c-0993-5114-8c52-200db0ddc1a6, identifier: DN19%20HKK
2026-03-30 06:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6abeb41c-0993-5114-8c52-200db0ddc1a6 with identifier: DN19%20HKK
2026-03-30 06:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6abeb41c-0993-5114-8c52-200db0ddc1a6 with identifier: DN19%20HKK
2026-03-30 06:06:02 [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-30 06:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN19%2520HKK%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Saving data for DN19%20HKK: {'auction_closing_time': 1774864800.0, 'created_time': 1774650755.229021, 'last_price_update_time': 1774850762.951605}
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:02 [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-30 06:06:02 [bca.uk] INFO: Found listing with ID: SC18%20HNF
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC18%2520HNF%27 HTTP/1.1" 200 None
2026-03-30 06:06:02 [bca.uk] INFO: Scrape type for SC18%20HNF: 0
2026-03-30 06:06:02 [bca.uk] INFO: Found listing with ID: SM22%20URS
2026-03-30 06:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM22%2520URS%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for SM22%20URS: 2
2026-03-30 06:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 644322af-3f4e-5563-98c8-0d0cdeb0d773 with identifier: SM22%20URS
2026-03-30 06:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 644322af-3f4e-5563-98c8-0d0cdeb0d773 with scrape type 2
2026-03-30 06:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 644322af-3f4e-5563-98c8-0d0cdeb0d773 with scrape type 2
2026-03-30 06:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 644322af-3f4e-5563-98c8-0d0cdeb0d773, identifier: SM22%20URS
2026-03-30 06:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 644322af-3f4e-5563-98c8-0d0cdeb0d773 with identifier: SM22%20URS
2026-03-30 06:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 644322af-3f4e-5563-98c8-0d0cdeb0d773 with identifier: SM22%20URS
2026-03-30 06:06:03 [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-30 06:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:03 [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': 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-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM22%2520URS%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Saving data for SM22%20URS: {'auction_closing_time': 1774864800.0, 'created_time': 1774447594.65971, 'last_price_update_time': 1774850763.412497}
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:03 [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-30 06:06:03 [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-30 06:06:03 [bca.uk] INFO: Found listing with ID: SB65%20CAX
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB65%2520CAX%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for SB65%20CAX: 0
2026-03-30 06:06:03 [bca.uk] INFO: Found listing with ID: EP19%20XHA
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EP19%2520XHA%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for EP19%20XHA: 0
2026-03-30 06:06:03 [bca.uk] INFO: Found listing with ID: WM19%20BFN
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM19%2520BFN%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for WM19%20BFN: 0
2026-03-30 06:06:03 [bca.uk] INFO: Found listing with ID: EJ19%20URS
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ19%2520URS%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for EJ19%20URS: 0
2026-03-30 06:06:03 [bca.uk] INFO: Found listing with ID: HJ69%20WRA
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ69%2520WRA%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for HJ69%20WRA: 0
2026-03-30 06:06:03 [bca.uk] INFO: Found listing with ID: VO62%20RAU
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO62%2520RAU%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for VO62%20RAU: 0
2026-03-30 06:06:03 [bca.uk] INFO: Found listing with ID: SV23%20HXP
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV23%2520HXP%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for SV23%20HXP: 0
2026-03-30 06:06:03 [bca.uk] INFO: Found listing with ID: V30%20NGA
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V30%2520NGA%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for V30%20NGA: 0
2026-03-30 06:06:03 [bca.uk] INFO: Found listing with ID: SR19%20GGU
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR19%2520GGU%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Scrape type for SR19%20GGU: 2
2026-03-30 06:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4307750-1c48-5114-964f-a49ee76c9e5b with identifier: SR19%20GGU
2026-03-30 06:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4307750-1c48-5114-964f-a49ee76c9e5b with scrape type 2
2026-03-30 06:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4307750-1c48-5114-964f-a49ee76c9e5b with scrape type 2
2026-03-30 06:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4307750-1c48-5114-964f-a49ee76c9e5b, identifier: SR19%20GGU
2026-03-30 06:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4307750-1c48-5114-964f-a49ee76c9e5b with identifier: SR19%20GGU
2026-03-30 06:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4307750-1c48-5114-964f-a49ee76c9e5b with identifier: SR19%20GGU
2026-03-30 06:06:03 [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-30 06:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:03 [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=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-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR19%2520GGU%27 HTTP/1.1" 200 None
2026-03-30 06:06:03 [bca.uk] INFO: Saving data for SR19%20GGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563153.363637, 'last_price_update_time': 1774850763.958392}
2026-03-30 06:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:03 [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-30 06:06:04 [bca.uk] INFO: Found listing with ID: VX68%20HBE
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX68%2520HBE%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Scrape type for VX68%20HBE: 2
2026-03-30 06:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278f1968-65ea-50dc-a3e5-ea4754024869 with identifier: VX68%20HBE
2026-03-30 06:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278f1968-65ea-50dc-a3e5-ea4754024869 with scrape type 2
2026-03-30 06:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 278f1968-65ea-50dc-a3e5-ea4754024869 with scrape type 2
2026-03-30 06:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 278f1968-65ea-50dc-a3e5-ea4754024869, identifier: VX68%20HBE
2026-03-30 06:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 278f1968-65ea-50dc-a3e5-ea4754024869 with identifier: VX68%20HBE
2026-03-30 06:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 278f1968-65ea-50dc-a3e5-ea4754024869 with identifier: VX68%20HBE
2026-03-30 06:06:04 [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-30 06:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX68%2520HBE%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Saving data for VX68%20HBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774562731.665121, 'last_price_update_time': 1774850764.508058}
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:04 [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-30 06:06:04 [bca.uk] INFO: Total items found: 100
2026-03-30 06:06:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded
2026-03-30 06:06:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:06:04 [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-30 06:06:04 [bca.uk] INFO: Found listing with ID: AF20%20DFX
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF20%2520DFX%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Scrape type for AF20%20DFX: 0
2026-03-30 06:06:04 [bca.uk] INFO: Found listing with ID: BL19%20WJA
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL19%2520WJA%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Scrape type for BL19%20WJA: 0
2026-03-30 06:06:04 [bca.uk] INFO: Found listing with ID: HF19%20JKU
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF19%2520JKU%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Scrape type for HF19%20JKU: 0
2026-03-30 06:06:04 [bca.uk] INFO: Found listing with ID: SD68%20WCY
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD68%2520WCY%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Scrape type for SD68%20WCY: 0
2026-03-30 06:06:04 [bca.uk] INFO: Found listing with ID: OY16%20VNK
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY16%2520VNK%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Scrape type for OY16%20VNK: 0
2026-03-30 06:06:04 [bca.uk] INFO: Found listing with ID: PE10%20DXZ
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE10%2520DXZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Scrape type for PE10%20DXZ: 0
2026-03-30 06:06:04 [bca.uk] INFO: Found listing with ID: FJ20%20XSP
2026-03-30 06:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ20%2520XSP%27 HTTP/1.1" 200 None
2026-03-30 06:06:04 [bca.uk] INFO: Scrape type for FJ20%20XSP: 2
2026-03-30 06:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8001a922-a294-5bcd-b9b4-a1a964361a57 with identifier: FJ20%20XSP
2026-03-30 06:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8001a922-a294-5bcd-b9b4-a1a964361a57 with scrape type 2
2026-03-30 06:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8001a922-a294-5bcd-b9b4-a1a964361a57 with scrape type 2
2026-03-30 06:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8001a922-a294-5bcd-b9b4-a1a964361a57, identifier: FJ20%20XSP
2026-03-30 06:06:04 [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-30 06:06:04 [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-30 06:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8001a922-a294-5bcd-b9b4-a1a964361a57 with identifier: FJ20%20XSP
2026-03-30 06:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8001a922-a294-5bcd-b9b4-a1a964361a57 with identifier: FJ20%20XSP
2026-03-30 06:06:04 [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-30 06:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ20%2520XSP%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Saving data for FJ20%20XSP: {'auction_closing_time': 1774864800.0, 'created_time': 1774447723.617756, 'last_price_update_time': 1774850765.083936}
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:05 [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-30 06:06:05 [bca.uk] INFO: Found listing with ID: HV69%20NLA
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV69%2520NLA%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for HV69%20NLA: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: ND19%20ZXL
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND19%2520ZXL%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for ND19%20ZXL: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: HN73%20ZTC
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN73%2520ZTC%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for HN73%20ZTC: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: HT19%20DXO
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT19%2520DXO%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for HT19%20DXO: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: KY19%20BNC
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY19%2520BNC%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for KY19%20BNC: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: LD22%20EZW
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD22%2520EZW%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for LD22%20EZW: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: LT19%20JWW
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT19%2520JWW%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for LT19%20JWW: 2
2026-03-30 06:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with identifier: LT19%20JWW
2026-03-30 06:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with scrape type 2
2026-03-30 06:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with scrape type 2
2026-03-30 06:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9, identifier: LT19%20JWW
2026-03-30 06:06:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: LB22%20KUJ
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB22%2520KUJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for LB22%20KUJ: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: LM20%20BCX
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM20%2520BCX%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for LM20%20BCX: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: ML19%20YHM
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML19%2520YHM%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for ML19%20YHM: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: MX22%20PPO
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX22%2520PPO%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for MX22%20PPO: 0
2026-03-30 06:06:05 [bca.uk] INFO: Found listing with ID: SH19%20ZZL
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Scrape type for SH19%20ZZL: 2
2026-03-30 06:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19245315-c394-5ddc-ac7b-f7f5b3756d47 with identifier: SH19%20ZZL
2026-03-30 06:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19245315-c394-5ddc-ac7b-f7f5b3756d47 with scrape type 2
2026-03-30 06:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19245315-c394-5ddc-ac7b-f7f5b3756d47 with scrape type 2
2026-03-30 06:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19245315-c394-5ddc-ac7b-f7f5b3756d47, identifier: SH19%20ZZL
2026-03-30 06:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with identifier: LT19%20JWW
2026-03-30 06:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f27b93fe-aee8-5d1a-80c4-50de2a24a6a9 with identifier: LT19%20JWW
2026-03-30 06:06:05 [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-30 06:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT19%2520JWW%27 HTTP/1.1" 200 None
2026-03-30 06:06:05 [bca.uk] INFO: Saving data for LT19%20JWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774562580.774825, 'last_price_update_time': 1774850765.824646}
2026-03-30 06:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:05 [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-30 06:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19245315-c394-5ddc-ac7b-f7f5b3756d47 with identifier: SH19%20ZZL
2026-03-30 06:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19245315-c394-5ddc-ac7b-f7f5b3756d47 with identifier: SH19%20ZZL
2026-03-30 06:06:06 [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-30 06:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:06 [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=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-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Saving data for SH19%20ZZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774562688.494092, 'last_price_update_time': 1774850766.2054}
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:06 [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-30 06:06:06 [bca.uk] INFO: Found listing with ID: MA20%20EKM
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA20%2520EKM%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for MA20%20EKM: 0
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: YR19%20AOV
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR19%2520AOV%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for YR19%20AOV: 2
2026-03-30 06:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61f1a5a7-0fae-541a-a297-b29b12138f9b with identifier: YR19%20AOV
2026-03-30 06:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61f1a5a7-0fae-541a-a297-b29b12138f9b with scrape type 2
2026-03-30 06:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61f1a5a7-0fae-541a-a297-b29b12138f9b with scrape type 2
2026-03-30 06:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61f1a5a7-0fae-541a-a297-b29b12138f9b, identifier: YR19%20AOV
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: VN21%20GCK
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN21%2520GCK%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for VN21%20GCK: 0
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: WX18%20RMZ
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX18%2520RMZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for WX18%20RMZ: 0
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: WX70%20JZJ
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX70%2520JZJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for WX70%20JZJ: 0
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: CA18%20JPY
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA18%2520JPY%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for CA18%20JPY: 0
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: CP19%20XKX
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP19%2520XKX%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for CP19%20XKX: 0
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: WP22%20GWL
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP22%2520GWL%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for WP22%20GWL: 0
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: CU72%20ZHM
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU72%2520ZHM%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for CU72%20ZHM: 0
2026-03-30 06:06:06 [bca.uk] INFO: Found listing with ID: FE19%20XYC
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE19%2520XYC%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Scrape type for FE19%20XYC: 2
2026-03-30 06:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with identifier: FE19%20XYC
2026-03-30 06:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with scrape type 2
2026-03-30 06:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with scrape type 2
2026-03-30 06:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb, identifier: FE19%20XYC
2026-03-30 06:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61f1a5a7-0fae-541a-a297-b29b12138f9b with identifier: YR19%20AOV
2026-03-30 06:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61f1a5a7-0fae-541a-a297-b29b12138f9b with identifier: YR19%20AOV
2026-03-30 06:06:06 [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-30 06:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR19%2520AOV%27 HTTP/1.1" 200 None
2026-03-30 06:06:06 [bca.uk] INFO: Saving data for YR19%20AOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562584.092617, 'last_price_update_time': 1774850766.879013}
2026-03-30 06:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:06 [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-30 06:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with identifier: FE19%20XYC
2026-03-30 06:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b059b349-c8d3-5c2a-929e-7e64c3f9e5eb with identifier: FE19%20XYC
2026-03-30 06:06:06 [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-30 06:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE19%2520XYC%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Saving data for FE19%20XYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774562675.684214, 'last_price_update_time': 1774850767.250099}
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:07 [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-30 06:06:07 [bca.uk] INFO: Found listing with ID: GD17%20MJV
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD17%2520MJV%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for GD17%20MJV: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: LO66%20UOC
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO66%2520UOC%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for LO66%20UOC: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: NH17%20THH
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NH17%2520THH%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for NH17%20THH: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: BV61%20MVO
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV61%2520MVO%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for BV61%20MVO: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: CK18%20AEJ
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK18%2520AEJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for CK18%20AEJ: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: KV59%20HZE
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV59%2520HZE%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for KV59%20HZE: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: KR71%20ZWG
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR71%2520ZWG%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for KR71%20ZWG: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: YH19%20PTV
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH19%2520PTV%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for YH19%20PTV: 2
2026-03-30 06:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with identifier: YH19%20PTV
2026-03-30 06:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with scrape type 2
2026-03-30 06:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with scrape type 2
2026-03-30 06:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48, identifier: YH19%20PTV
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: KU19%20CFH
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU19%2520CFH%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for KU19%20CFH: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: CA19%20UTE
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA19%2520UTE%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for CA19%20UTE: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: CK18%20AOC
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK18%2520AOC%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for CK18%20AOC: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: WV16%20UWB
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV16%2520UWB%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for WV16%20UWB: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: MT65%20UJH
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT65%2520UJH%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for MT65%20UJH: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: X11%20BBM
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27X11%2520BBM%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for X11%20BBM: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: KW73%20VTL
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW73%2520VTL%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for KW73%20VTL: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: MC19%20ONF
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MC19%2520ONF%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for MC19%20ONF: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: WF20%20RYP
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF20%2520RYP%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for WF20%20RYP: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: WJ22%20OXH
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ22%2520OXH%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for WJ22%20OXH: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: FT19%20BHF
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT19%2520BHF%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for FT19%20BHF: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: KT21%20LUH
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT21%2520LUH%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for KT21%20LUH: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: RE68%20RYC
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE68%2520RYC%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for RE68%20RYC: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: WB19%20OHW
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WB19%2520OHW%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for WB19%20OHW: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: WD19%20GOC
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD19%2520GOC%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for WD19%20GOC: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: WL19%20LZJ
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL19%2520LZJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for WL19%20LZJ: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: VO67%20OHE
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO67%2520OHE%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for VO67%20OHE: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: WD66%20RGU
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD66%2520RGU%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for WD66%20RGU: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: HD12%20PKZ
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD12%2520PKZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for HD12%20PKZ: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: YD21%20LKP
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD21%2520LKP%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for YD21%20LKP: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: YD23%20UGZ
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD23%2520UGZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for YD23%20UGZ: 0
2026-03-30 06:06:07 [bca.uk] INFO: Found listing with ID: YH22%20LZX
2026-03-30 06:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH22%2520LZX%27 HTTP/1.1" 200 None
2026-03-30 06:06:07 [bca.uk] INFO: Scrape type for YH22%20LZX: 2
2026-03-30 06:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87b94e78-2335-5e65-8aeb-fec74224c2ee with identifier: YH22%20LZX
2026-03-30 06:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87b94e78-2335-5e65-8aeb-fec74224c2ee with scrape type 2
2026-03-30 06:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87b94e78-2335-5e65-8aeb-fec74224c2ee with scrape type 2
2026-03-30 06:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87b94e78-2335-5e65-8aeb-fec74224c2ee, identifier: YH22%20LZX
2026-03-30 06:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with identifier: YH19%20PTV
2026-03-30 06:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efc4c7bb-9f79-51c2-ac0b-2ff71eb59f48 with identifier: YH19%20PTV
2026-03-30 06:06:08 [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-30 06:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH19%2520PTV%27 HTTP/1.1" 200 None
2026-03-30 06:06:08 [bca.uk] INFO: Saving data for YH19%20PTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562715.220563, 'last_price_update_time': 1774850768.395498}
2026-03-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:08 [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-30 06:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87b94e78-2335-5e65-8aeb-fec74224c2ee with identifier: YH22%20LZX
2026-03-30 06:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87b94e78-2335-5e65-8aeb-fec74224c2ee with identifier: YH22%20LZX
2026-03-30 06:06:08 [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-30 06:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH22%2520LZX%27 HTTP/1.1" 200 None
2026-03-30 06:06:08 [bca.uk] INFO: Saving data for YH22%20LZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774562643.575433, 'last_price_update_time': 1774850768.75959}
2026-03-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:08 [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-30 06:06:08 [bca.uk] INFO: Found listing with ID: DV20%20CWA
2026-03-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV20%2520CWA%27 HTTP/1.1" 200 None
2026-03-30 06:06:08 [bca.uk] INFO: Scrape type for DV20%20CWA: 2
2026-03-30 06:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with identifier: DV20%20CWA
2026-03-30 06:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with scrape type 2
2026-03-30 06:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with scrape type 2
2026-03-30 06:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 663732dc-6b86-5f01-ae15-e7b3896b0fc5, identifier: DV20%20CWA
2026-03-30 06:06:08 [bca.uk] INFO: Found listing with ID: V22%20VJW
2026-03-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V22%2520VJW%27 HTTP/1.1" 200 None
2026-03-30 06:06:08 [bca.uk] INFO: Scrape type for V22%20VJW: 0
2026-03-30 06:06:08 [bca.uk] INFO: Found listing with ID: YG70%20CMV
2026-03-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG70%2520CMV%27 HTTP/1.1" 200 None
2026-03-30 06:06:08 [bca.uk] INFO: Scrape type for YG70%20CMV: 0
2026-03-30 06:06:08 [bca.uk] INFO: Found listing with ID: YM19%20HXY
2026-03-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM19%2520HXY%27 HTTP/1.1" 200 None
2026-03-30 06:06:08 [bca.uk] INFO: Scrape type for YM19%20HXY: 0
2026-03-30 06:06:08 [bca.uk] INFO: Found listing with ID: YS71%20HNL
2026-03-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS71%2520HNL%27 HTTP/1.1" 200 None
2026-03-30 06:06:08 [bca.uk] INFO: Scrape type for YS71%20HNL: 0
2026-03-30 06:06:08 [bca.uk] INFO: Found listing with ID: YD70%20WOM
2026-03-30 06:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD70%2520WOM%27 HTTP/1.1" 200 None
2026-03-30 06:06:08 [bca.uk] INFO: Scrape type for YD70%20WOM: 0
2026-03-30 06:06:08 [bca.uk] INFO: Found listing with ID: YO66%20ENU
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YO66%2520ENU%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for YO66%20ENU: 0
2026-03-30 06:06:09 [bca.uk] INFO: Found listing with ID: MJ58%20UJC
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ58%2520UJC%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for MJ58%20UJC: 0
2026-03-30 06:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with identifier: DV20%20CWA
2026-03-30 06:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 663732dc-6b86-5f01-ae15-e7b3896b0fc5 with identifier: DV20%20CWA
2026-03-30 06:06:09 [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-30 06:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:09 [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': 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-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV20%2520CWA%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Saving data for DV20%20CWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774562705.154931, 'last_price_update_time': 1774850769.339682}
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:09 [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-30 06:06:09 [bca.uk] INFO: Found listing with ID: NK64%20UTR
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK64%2520UTR%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for NK64%20UTR: 0
2026-03-30 06:06:09 [bca.uk] INFO: Found listing with ID: PXZ%201595
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PXZ%25201595%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for PXZ%201595: 0
2026-03-30 06:06:09 [bca.uk] INFO: Found listing with ID: EP68%20EZZ
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EP68%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for EP68%20EZZ: 0
2026-03-30 06:06:09 [bca.uk] INFO: Found listing with ID: KW24%20UKR
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW24%2520UKR%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for KW24%20UKR: 2
2026-03-30 06:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with identifier: KW24%20UKR
2026-03-30 06:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with scrape type 2
2026-03-30 06:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with scrape type 2
2026-03-30 06:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01, identifier: KW24%20UKR
2026-03-30 06:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with identifier: KW24%20UKR
2026-03-30 06:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98e55e71-73c3-52c3-8085-4a2f6bdb3a01 with identifier: KW24%20UKR
2026-03-30 06:06:09 [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-30 06:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:09 [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=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-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW24%2520UKR%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Saving data for KW24%20UKR: {'auction_closing_time': 1774864800.0, 'created_time': 1774305584.117906, 'last_price_update_time': 1774850769.815698}
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:09 [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-30 06:06:09 [bca.uk] INFO: Found listing with ID: MX69%20OBE
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX69%2520OBE%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for MX69%20OBE: 0
2026-03-30 06:06:09 [bca.uk] INFO: Found listing with ID: ND18%20UAG
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND18%2520UAG%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for ND18%20UAG: 0
2026-03-30 06:06:09 [bca.uk] INFO: Found listing with ID: BT24%20NCX
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT24%2520NCX%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for BT24%20NCX: 0
2026-03-30 06:06:09 [bca.uk] INFO: Found listing with ID: GJ70%20LXZ
2026-03-30 06:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ70%2520LXZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:09 [bca.uk] INFO: Scrape type for GJ70%20LXZ: 0
2026-03-30 06:06:09 [bca.uk] INFO: Found listing with ID: KJ70%20LJU
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ70%2520LJU%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for KJ70%20LJU: 0
2026-03-30 06:06:10 [bca.uk] INFO: Found listing with ID: KN70%20RHA
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN70%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for KN70%20RHA: 2
2026-03-30 06:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with identifier: KN70%20RHA
2026-03-30 06:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with scrape type 2
2026-03-30 06:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with scrape type 2
2026-03-30 06:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de, identifier: KN70%20RHA
2026-03-30 06:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with identifier: KN70%20RHA
2026-03-30 06:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6822e3a6-0ca0-59f0-81b5-3e3fd732a4de with identifier: KN70%20RHA
2026-03-30 06:06:10 [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-30 06:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN70%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Saving data for KN70%20RHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774562679.640945, 'last_price_update_time': 1774850770.414388}
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:10 [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-30 06:06:10 [bca.uk] INFO: Found listing with ID: NU19%20CDX
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU19%2520CDX%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for NU19%20CDX: 2
2026-03-30 06:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with identifier: NU19%20CDX
2026-03-30 06:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with scrape type 2
2026-03-30 06:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with scrape type 2
2026-03-30 06:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf, identifier: NU19%20CDX
2026-03-30 06:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with identifier: NU19%20CDX
2026-03-30 06:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f1d1c51-5ba7-5d0f-9054-c10bd9e931cf with identifier: NU19%20CDX
2026-03-30 06:06:10 [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-30 06:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU19%2520CDX%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Saving data for NU19%20CDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774091384.341262, 'last_price_update_time': 1774850770.841122}
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:10 [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-30 06:06:10 [bca.uk] INFO: Found listing with ID: SR19%20TNU
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR19%2520TNU%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for SR19%20TNU: 0
2026-03-30 06:06:10 [bca.uk] INFO: Found listing with ID: OW69%20BUU
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW69%2520BUU%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for OW69%20BUU: 0
2026-03-30 06:06:10 [bca.uk] INFO: Found listing with ID: LJ24%20UKC
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ24%2520UKC%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for LJ24%20UKC: 0
2026-03-30 06:06:10 [bca.uk] INFO: Found listing with ID: SA60%20NYT
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA60%2520NYT%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for SA60%20NYT: 0
2026-03-30 06:06:10 [bca.uk] INFO: Found listing with ID: LD57%20FXL
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD57%2520FXL%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for LD57%20FXL: 0
2026-03-30 06:06:10 [bca.uk] INFO: Found listing with ID: DA64%20AKP
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA64%2520AKP%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for DA64%20AKP: 0
2026-03-30 06:06:10 [bca.uk] INFO: Found listing with ID: ST12%20HSO
2026-03-30 06:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST12%2520HSO%27 HTTP/1.1" 200 None
2026-03-30 06:06:10 [bca.uk] INFO: Scrape type for ST12%20HSO: 0
2026-03-30 06:06:10 [bca.uk] INFO: Found listing with ID: JP04%20STP
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JP04%2520STP%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for JP04%20STP: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: HK20%20GFE
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK20%2520GFE%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for HK20%20GFE: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: VF19%20GJU
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF19%2520GJU%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for VF19%20GJU: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: BF17%20UCH
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF17%2520UCH%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for BF17%20UCH: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: FM16%20JXO
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM16%2520JXO%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for FM16%20JXO: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: WF67%20CFE
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520CFE%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for WF67%20CFE: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: FJ59%20TSZ
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ59%2520TSZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for FJ59%20TSZ: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: MV13%20TFX
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV13%2520TFX%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for MV13%20TFX: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: WG62%20AOC
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG62%2520AOC%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for WG62%20AOC: 0
2026-03-30 06:06:11 [bca.uk] INFO: Found listing with ID: BT71%20ZWP
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT71%2520ZWP%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for BT71%20ZWP: 2
2026-03-30 06:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b0691f7-c36b-514a-81d3-9308f4328e53 with identifier: BT71%20ZWP
2026-03-30 06:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b0691f7-c36b-514a-81d3-9308f4328e53 with scrape type 2
2026-03-30 06:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b0691f7-c36b-514a-81d3-9308f4328e53 with scrape type 2
2026-03-30 06:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b0691f7-c36b-514a-81d3-9308f4328e53, identifier: BT71%20ZWP
2026-03-30 06:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b0691f7-c36b-514a-81d3-9308f4328e53 with identifier: BT71%20ZWP
2026-03-30 06:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b0691f7-c36b-514a-81d3-9308f4328e53 with identifier: BT71%20ZWP
2026-03-30 06:06:11 [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-30 06:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT71%2520ZWP%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Saving data for BT71%20ZWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564085.29832, 'last_price_update_time': 1774850771.655142}
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:11 [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-30 06:06:11 [bca.uk] INFO: Found listing with ID: CV23%20JXZ
2026-03-30 06:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV23%2520JXZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:11 [bca.uk] INFO: Scrape type for CV23%20JXZ: 2
2026-03-30 06:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 193827e8-6949-53d0-915a-39aaa1ae0f2f with identifier: CV23%20JXZ
2026-03-30 06:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 193827e8-6949-53d0-915a-39aaa1ae0f2f with scrape type 2
2026-03-30 06:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 193827e8-6949-53d0-915a-39aaa1ae0f2f with scrape type 2
2026-03-30 06:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 193827e8-6949-53d0-915a-39aaa1ae0f2f, identifier: CV23%20JXZ
2026-03-30 06:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 193827e8-6949-53d0-915a-39aaa1ae0f2f with identifier: CV23%20JXZ
2026-03-30 06:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 193827e8-6949-53d0-915a-39aaa1ae0f2f with identifier: CV23%20JXZ
2026-03-30 06:06:12 [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-30 06:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV23%2520JXZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:12 [bca.uk] INFO: Saving data for CV23%20JXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774365807.196246, 'last_price_update_time': 1774850772.208277}
2026-03-30 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:12 [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-30 06:06:12 [bca.uk] INFO: Found listing with ID: VA19%20TJU
2026-03-30 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA19%2520TJU%27 HTTP/1.1" 200 None
2026-03-30 06:06:12 [bca.uk] INFO: Scrape type for VA19%20TJU: 2
2026-03-30 06:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with identifier: VA19%20TJU
2026-03-30 06:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with scrape type 2
2026-03-30 06:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with scrape type 2
2026-03-30 06:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93, identifier: VA19%20TJU
2026-03-30 06:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with identifier: VA19%20TJU
2026-03-30 06:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a16e38f-cd53-5f88-9a49-3fe3f45c5a93 with identifier: VA19%20TJU
2026-03-30 06:06:12 [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-30 06:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA19%2520TJU%27 HTTP/1.1" 200 None
2026-03-30 06:06:12 [bca.uk] INFO: Saving data for VA19%20TJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564085.685449, 'last_price_update_time': 1774850772.602152}
2026-03-30 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:12 [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-30 06:06:12 [bca.uk] INFO: Found listing with ID: VN73%20XUO
2026-03-30 06:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN73%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:06:12 [bca.uk] INFO: Scrape type for VN73%20XUO: 2
2026-03-30 06:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d29222ba-8b61-5ee9-b0c9-34b9486479d6 with identifier: VN73%20XUO
2026-03-30 06:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d29222ba-8b61-5ee9-b0c9-34b9486479d6 with scrape type 2
2026-03-30 06:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d29222ba-8b61-5ee9-b0c9-34b9486479d6 with scrape type 2
2026-03-30 06:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d29222ba-8b61-5ee9-b0c9-34b9486479d6, identifier: VN73%20XUO
2026-03-30 06:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d29222ba-8b61-5ee9-b0c9-34b9486479d6 with identifier: VN73%20XUO
2026-03-30 06:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d29222ba-8b61-5ee9-b0c9-34b9486479d6 with identifier: VN73%20XUO
2026-03-30 06:06:12 [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-30 06:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN73%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Saving data for VN73%20XUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774365801.976128, 'last_price_update_time': 1774850773.027067}
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:13 [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-30 06:06:13 [bca.uk] INFO: Found listing with ID: WK70%20VKG
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK70%2520VKG%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for WK70%20VKG: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: WG66%20DHY
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG66%2520DHY%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for WG66%20DHY: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: YK17%20ZRC
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK17%2520ZRC%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for YK17%20ZRC: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: EN14%20ZRU
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN14%2520ZRU%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for EN14%20ZRU: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: KP66%20FXV
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP66%2520FXV%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for KP66%20FXV: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: NU67%20NWA
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU67%2520NWA%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for NU67%20NWA: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: OY17%20FXG
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY17%2520FXG%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for OY17%20FXG: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: SGZ%206140
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SGZ%25206140%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for SGZ%206140: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: F6%20ENE
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27F6%2520ENE%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for F6%20ENE: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: SY63%20BZU
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY63%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for SY63%20BZU: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: WU10%20OBT
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU10%2520OBT%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for WU10%20OBT: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: YA08%20OVK
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA08%2520OVK%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for YA08%20OVK: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: FL59%20GYJ
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL59%2520GYJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for FL59%20GYJ: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: KR60%20ZHC
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR60%2520ZHC%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for KR60%20ZHC: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: KV61%20SXO
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV61%2520SXO%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for KV61%20SXO: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: MH07%20CHJ
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH07%2520CHJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for MH07%20CHJ: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: ND11%20FHJ
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND11%2520FHJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for ND11%20FHJ: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: T99%20NNO
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27T99%2520NNO%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for T99%20NNO: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: YK22%20XJW
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK22%2520XJW%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for YK22%20XJW: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: AD22%20HLK
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD22%2520HLK%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for AD22%20HLK: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: AF20%20XAB
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF20%2520XAB%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for AF20%20XAB: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: CF19%20EJU
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF19%2520EJU%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for CF19%20EJU: 2
2026-03-30 06:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51ffb24d-8dfa-5903-8366-5d9e23947388 with identifier: CF19%20EJU
2026-03-30 06:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51ffb24d-8dfa-5903-8366-5d9e23947388 with scrape type 2
2026-03-30 06:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51ffb24d-8dfa-5903-8366-5d9e23947388 with scrape type 2
2026-03-30 06:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51ffb24d-8dfa-5903-8366-5d9e23947388, identifier: CF19%20EJU
2026-03-30 06:06:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51ffb24d-8dfa-5903-8366-5d9e23947388 with identifier: CF19%20EJU
2026-03-30 06:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51ffb24d-8dfa-5903-8366-5d9e23947388 with identifier: CF19%20EJU
2026-03-30 06:06:13 [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-30 06:06:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF19%2520EJU%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Saving data for CF19%20EJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390103.633534, 'last_price_update_time': 1774850773.848761}
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:13 [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-30 06:06:13 [bca.uk] INFO: Found listing with ID: DT21%20WNL
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT21%2520WNL%27 HTTP/1.1" 200 None
2026-03-30 06:06:13 [bca.uk] INFO: Scrape type for DT21%20WNL: 0
2026-03-30 06:06:13 [bca.uk] INFO: Found listing with ID: FM19%20TVL
2026-03-30 06:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM19%2520TVL%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for FM19%20TVL: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: GV19%20DVR
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV19%2520DVR%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for GV19%20DVR: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: BD17%20TZF
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD17%2520TZF%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for BD17%20TZF: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: CU18%20AXX
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU18%2520AXX%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for CU18%20AXX: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: LK65%20VPG
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK65%2520VPG%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for LK65%20VPG: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: NJ18%20YDM
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ18%2520YDM%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for NJ18%20YDM: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: OV20%20KUN
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV20%2520KUN%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for OV20%20KUN: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: WD67%20HAX
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD67%2520HAX%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for WD67%20HAX: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: MP19%20OSZ
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for MP19%20OSZ: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: RF21%20DKD
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF21%2520DKD%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for RF21%20DKD: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: VK22%20LGG
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK22%2520LGG%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for VK22%20LGG: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: YJ70%20TKD
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ70%2520TKD%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for YJ70%20TKD: 2
2026-03-30 06:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbbe9277-5ac4-5952-b658-d28c744aedfb with identifier: YJ70%20TKD
2026-03-30 06:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbbe9277-5ac4-5952-b658-d28c744aedfb with scrape type 2
2026-03-30 06:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbbe9277-5ac4-5952-b658-d28c744aedfb with scrape type 2
2026-03-30 06:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbbe9277-5ac4-5952-b658-d28c744aedfb, identifier: YJ70%20TKD
2026-03-30 06:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbbe9277-5ac4-5952-b658-d28c744aedfb with identifier: YJ70%20TKD
2026-03-30 06:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbbe9277-5ac4-5952-b658-d28c744aedfb with identifier: YJ70%20TKD
2026-03-30 06:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbbe9277-5ac4-5952-b658-d28c744aedfb with identifier: YJ70%20TKD to the API
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ70%20TKD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bbbe9277-5ac4-5952-b658-d28c744aedfb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ70 TKD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ70%20TKD&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FIAT',
'model': '500',
'odometer': 30249,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FIAT 500 1.0 M/H ROCK STAR Hatchback',
'transmission': 'manual',
'trim': 'M/H ROCK STAR',
'vin': 'ZFA3120000JD71013',
'year': 2020}
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ70%2520TKD%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Saving data for YJ70%20TKD: {'auction_closing_time': 1774864800.0, 'created_time': 1774534285.178685, 'last_price_update_time': 1774850774.58664}
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ70%2520TKD') HTTP/1.1" 204 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: MA62%20RAA
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA62%2520RAA%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for MA62%20RAA: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: K999%20ENP
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27K999%2520ENP%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for K999%20ENP: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: YN64%20VNE
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN64%2520VNE%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for YN64%20VNE: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: GG05%20AVG
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GG05%2520AVG%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for GG05%20AVG: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: S706%20NFV
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27S706%2520NFV%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for S706%20NFV: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: GY19%20ZXT
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY19%2520ZXT%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for GY19%20ZXT: 0
2026-03-30 06:06:14 [bca.uk] INFO: Found listing with ID: KM20%20ZZB
2026-03-30 06:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM20%2520ZZB%27 HTTP/1.1" 200 None
2026-03-30 06:06:14 [bca.uk] INFO: Scrape type for KM20%20ZZB: 2
2026-03-30 06:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82d4000b-3757-5f08-abb6-9ad816c9156a with identifier: KM20%20ZZB
2026-03-30 06:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d4000b-3757-5f08-abb6-9ad816c9156a with scrape type 2
2026-03-30 06:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82d4000b-3757-5f08-abb6-9ad816c9156a with scrape type 2
2026-03-30 06:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82d4000b-3757-5f08-abb6-9ad816c9156a, identifier: KM20%20ZZB
2026-03-30 06:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82d4000b-3757-5f08-abb6-9ad816c9156a with identifier: KM20%20ZZB
2026-03-30 06:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82d4000b-3757-5f08-abb6-9ad816c9156a with identifier: KM20%20ZZB
2026-03-30 06:06:15 [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-30 06:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:15 [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=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-30 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM20%2520ZZB%27 HTTP/1.1" 200 None
2026-03-30 06:06:15 [bca.uk] INFO: Saving data for KM20%20ZZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774535711.647904, 'last_price_update_time': 1774850775.56182}
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:15 [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-30 06:06:15 [bca.uk] INFO: Total items found: 100
2026-03-30 06:06:15 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded
2026-03-30 06:06:15 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:06:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:06:15 [bca.uk] INFO: Found listing with ID: BD19%20RBF
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD19%2520RBF%27 HTTP/1.1" 200 None
2026-03-30 06:06:15 [bca.uk] INFO: Scrape type for BD19%20RBF: 0
2026-03-30 06:06:15 [bca.uk] INFO: Found listing with ID: CV66%20MDJ
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV66%2520MDJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:15 [bca.uk] INFO: Scrape type for CV66%20MDJ: 0
2026-03-30 06:06:15 [bca.uk] INFO: Found listing with ID: LA66%20CNU
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA66%2520CNU%27 HTTP/1.1" 200 None
2026-03-30 06:06:15 [bca.uk] INFO: Scrape type for LA66%20CNU: 0
2026-03-30 06:06:15 [bca.uk] INFO: Found listing with ID: SP14%20YXM
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP14%2520YXM%27 HTTP/1.1" 200 None
2026-03-30 06:06:15 [bca.uk] INFO: Scrape type for SP14%20YXM: 0
2026-03-30 06:06:15 [bca.uk] INFO: Found listing with ID: EX13%20SOH
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX13%2520SOH%27 HTTP/1.1" 200 None
2026-03-30 06:06:15 [bca.uk] INFO: Scrape type for EX13%20SOH: 2
2026-03-30 06:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee4a2e58-85e5-5a23-b0b6-a05df8dda31e with identifier: EX13%20SOH
2026-03-30 06:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee4a2e58-85e5-5a23-b0b6-a05df8dda31e with scrape type 2
2026-03-30 06:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee4a2e58-85e5-5a23-b0b6-a05df8dda31e with scrape type 2
2026-03-30 06:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee4a2e58-85e5-5a23-b0b6-a05df8dda31e, identifier: EX13%20SOH
2026-03-30 06:06:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:06:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee4a2e58-85e5-5a23-b0b6-a05df8dda31e with identifier: EX13%20SOH
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold HTTP/1.1" 200 None
2026-03-30 06:06:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee4a2e58-85e5-5a23-b0b6-a05df8dda31e with identifier: EX13%20SOH
2026-03-30 06:06:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee4a2e58-85e5-5a23-b0b6-a05df8dda31e with identifier: EX13%20SOH to the API
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX13%20SOH-GB',
'category': 'Car',
'color': 'gold',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee4a2e58-85e5-5a23-b0b6-a05df8dda31e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX13 SOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX13%20SOH&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 82166,
'odometer_reading_unit': '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': 'WF0KXXERJKDU42116',
'year': 2013}
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX13%2520SOH%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Saving data for EX13%20SOH: {'auction_closing_time': 1774864800.0, 'created_time': 1774072959.17975, 'last_price_update_time': 1774850776.221011}
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX13%2520SOH') HTTP/1.1" 204 0
2026-03-30 06:06:16 [bca.uk] INFO: Found listing with ID: YR07%20OWB
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR07%2520OWB%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Scrape type for YR07%20OWB: 0
2026-03-30 06:06:16 [bca.uk] INFO: Found listing with ID: AY61%20ZBP
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY61%2520ZBP%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Scrape type for AY61%20ZBP: 2
2026-03-30 06:06:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed4cc5cb-e6e2-5b46-886d-85ce2fc2c192 with identifier: AY61%20ZBP
2026-03-30 06:06:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed4cc5cb-e6e2-5b46-886d-85ce2fc2c192 with scrape type 2
2026-03-30 06:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed4cc5cb-e6e2-5b46-886d-85ce2fc2c192 with scrape type 2
2026-03-30 06:06:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed4cc5cb-e6e2-5b46-886d-85ce2fc2c192, identifier: AY61%20ZBP
2026-03-30 06:06:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:06:16 [bca.uk] INFO: Found listing with ID: KU09%20AEA
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU09%2520AEA%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Scrape type for KU09%20AEA: 0
2026-03-30 06:06:16 [bca.uk] INFO: Found listing with ID: LD10%20VGG
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD10%2520VGG%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Scrape type for LD10%20VGG: 0
2026-03-30 06:06:16 [bca.uk] INFO: Found listing with ID: PK60%20UOG
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK60%2520UOG%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Scrape type for PK60%20UOG: 0
2026-03-30 06:06:16 [bca.uk] INFO: Found listing with ID: NA17%20GMZ
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA17%2520GMZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Scrape type for NA17%20GMZ: 0
2026-03-30 06:06:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed4cc5cb-e6e2-5b46-886d-85ce2fc2c192 with identifier: AY61%20ZBP
2026-03-30 06:06:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed4cc5cb-e6e2-5b46-886d-85ce2fc2c192 with identifier: AY61%20ZBP
2026-03-30 06:06:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed4cc5cb-e6e2-5b46-886d-85ce2fc2c192 with identifier: AY61%20ZBP to the API
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY61%20ZBP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ed4cc5cb-e6e2-5b46-886d-85ce2fc2c192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AY61 ZBP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY61%20ZBP&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 93287,
'odometer_reading_unit': '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': 'automatic',
'trim': 'TEKNA',
'vin': 'SJNFBAF15U6105009',
'year': 2011}
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY61%2520ZBP%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Saving data for AY61%20ZBP: {'auction_closing_time': 1774864800.0, 'created_time': 1773929725.222782, 'last_price_update_time': 1774850776.834793}
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY61%2520ZBP') HTTP/1.1" 204 0
2026-03-30 06:06:16 [scrapy.extensions.logstats] INFO: Crawled 33 pages (at 5 pages/min), scraped 437 items (at 77 items/min)
2026-03-30 06:06:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-30 06:06:16 [bca.uk] INFO: Found listing with ID: GD12%20LSU
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD12%2520LSU%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Scrape type for GD12%20LSU: 0
2026-03-30 06:06:16 [bca.uk] INFO: Found listing with ID: KT09%20JOV
2026-03-30 06:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT09%2520JOV%27 HTTP/1.1" 200 None
2026-03-30 06:06:16 [bca.uk] INFO: Scrape type for KT09%20JOV: 2
2026-03-30 06:06:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4fcd960-7c54-5c32-9887-59b685b86af6 with identifier: KT09%20JOV
2026-03-30 06:06:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4fcd960-7c54-5c32-9887-59b685b86af6 with scrape type 2
2026-03-30 06:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4fcd960-7c54-5c32-9887-59b685b86af6 with scrape type 2
2026-03-30 06:06:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4fcd960-7c54-5c32-9887-59b685b86af6, identifier: KT09%20JOV
2026-03-30 06:06:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4fcd960-7c54-5c32-9887-59b685b86af6 with identifier: KT09%20JOV
2026-03-30 06:06:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4fcd960-7c54-5c32-9887-59b685b86af6 with identifier: KT09%20JOV
2026-03-30 06:06:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4fcd960-7c54-5c32-9887-59b685b86af6 with identifier: KT09%20JOV to the API
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT09%20JOV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.7L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c4fcd960-7c54-5c32-9887-59b685b86af6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KT09 JOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT09%20JOV&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'JAGUAR',
'model': 'XF',
'odometer': 80237,
'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 2.7 D PREMIUM LUXURY Saloon',
'transmission': 'automatic',
'trim': 'D PREMIUM LUXURY',
'vin': 'SAJAC061597R45141',
'year': 2009}
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT09%2520JOV%27 HTTP/1.1" 200 None
2026-03-30 06:06:17 [bca.uk] INFO: Saving data for KT09%20JOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774130764.493451, 'last_price_update_time': 1774850777.240119}
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT09%2520JOV') HTTP/1.1" 204 0
2026-03-30 06:06:17 [bca.uk] INFO: Found listing with ID: LG61%20YWR
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG61%2520YWR%27 HTTP/1.1" 200 None
2026-03-30 06:06:17 [bca.uk] INFO: Scrape type for LG61%20YWR: 0
2026-03-30 06:06:17 [bca.uk] INFO: Found listing with ID: LR53%20YBK
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR53%2520YBK%27 HTTP/1.1" 200 None
2026-03-30 06:06:17 [bca.uk] INFO: Scrape type for LR53%20YBK: 0
2026-03-30 06:06:17 [bca.uk] INFO: Found listing with ID: LV10%20WSE
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV10%2520WSE%27 HTTP/1.1" 200 None
2026-03-30 06:06:17 [bca.uk] INFO: Scrape type for LV10%20WSE: 0
2026-03-30 06:06:17 [bca.uk] INFO: Found listing with ID: PHZ%206637
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PHZ%25206637%27 HTTP/1.1" 200 None
2026-03-30 06:06:17 [bca.uk] INFO: Scrape type for PHZ%206637: 0
2026-03-30 06:06:17 [bca.uk] INFO: Found listing with ID: VN09%20WSO
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN09%2520WSO%27 HTTP/1.1" 200 None
2026-03-30 06:06:17 [bca.uk] INFO: Scrape type for VN09%20WSO: 2
2026-03-30 06:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9820d66f-33a5-5569-aac5-6cc631461c13 with identifier: VN09%20WSO
2026-03-30 06:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9820d66f-33a5-5569-aac5-6cc631461c13 with scrape type 2
2026-03-30 06:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9820d66f-33a5-5569-aac5-6cc631461c13 with scrape type 2
2026-03-30 06:06:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9820d66f-33a5-5569-aac5-6cc631461c13, identifier: VN09%20WSO
2026-03-30 06:06:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9820d66f-33a5-5569-aac5-6cc631461c13 with identifier: VN09%20WSO
2026-03-30 06:06:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9820d66f-33a5-5569-aac5-6cc631461c13 with identifier: VN09%20WSO
2026-03-30 06:06:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9820d66f-33a5-5569-aac5-6cc631461c13 with identifier: VN09%20WSO to the API
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 184,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN09%20WSO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9820d66f-33a5-5569-aac5-6cc631461c13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN09 WSO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN09%20WSO&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 71238,
'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': 'automatic',
'trim': 'ZETEC',
'vin': 'WF0PXXWPDP9M63269',
'year': 2009}
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN09%2520WSO%27 HTTP/1.1" 200 None
2026-03-30 06:06:17 [bca.uk] INFO: Saving data for VN09%20WSO: {'auction_closing_time': 1774864800.0, 'created_time': 1773929629.836145, 'last_price_update_time': 1774850777.771963}
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN09%2520WSO') HTTP/1.1" 204 0
2026-03-30 06:06:17 [bca.uk] INFO: Found listing with ID: VK21%20OFN
2026-03-30 06:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK21%2520OFN%27 HTTP/1.1" 200 None
2026-03-30 06:06:17 [bca.uk] INFO: Scrape type for VK21%20OFN: 2
2026-03-30 06:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eb352b1-9083-59c2-ab61-fb7041cfb986 with identifier: VK21%20OFN
2026-03-30 06:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eb352b1-9083-59c2-ab61-fb7041cfb986 with scrape type 2
2026-03-30 06:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eb352b1-9083-59c2-ab61-fb7041cfb986 with scrape type 2
2026-03-30 06:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2eb352b1-9083-59c2-ab61-fb7041cfb986, identifier: VK21%20OFN
2026-03-30 06:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2eb352b1-9083-59c2-ab61-fb7041cfb986 with identifier: VK21%20OFN
2026-03-30 06:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2eb352b1-9083-59c2-ab61-fb7041cfb986 with identifier: VK21%20OFN
2026-03-30 06:06:18 [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-30 06:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK21%2520OFN%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Saving data for VK21%20OFN: {'auction_closing_time': 1774864800.0, 'created_time': 1773907434.024533, 'last_price_update_time': 1774850778.333577}
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:18 [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-30 06:06:18 [bca.uk] INFO: Found listing with ID: GU22%20LDF
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU22%2520LDF%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for GU22%20LDF: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: RV69%20YEC
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV69%2520YEC%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for RV69%20YEC: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: CT15%20CRJ
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT15%2520CRJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for CT15%20CRJ: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: S20%20HNN
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27S20%2520HNN%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for S20%20HNN: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: FN64%20RAU
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN64%2520RAU%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for FN64%20RAU: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: GL20%20MWO
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL20%2520MWO%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for GL20%20MWO: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: LC17%20UBN
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC17%2520UBN%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for LC17%20UBN: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: OW15%20FVZ
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW15%2520FVZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for OW15%20FVZ: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: LM62%20VCU
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM62%2520VCU%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for LM62%20VCU: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: EK63%20UCX
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK63%2520UCX%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for EK63%20UCX: 0
2026-03-30 06:06:18 [bca.uk] INFO: Found listing with ID: BX69%20KFJ
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX69%2520KFJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Scrape type for BX69%20KFJ: 2
2026-03-30 06:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91d65b53-32ee-5089-82ac-c71613e393ac with identifier: BX69%20KFJ
2026-03-30 06:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91d65b53-32ee-5089-82ac-c71613e393ac with scrape type 2
2026-03-30 06:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91d65b53-32ee-5089-82ac-c71613e393ac with scrape type 2
2026-03-30 06:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91d65b53-32ee-5089-82ac-c71613e393ac, identifier: BX69%20KFJ
2026-03-30 06:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91d65b53-32ee-5089-82ac-c71613e393ac with identifier: BX69%20KFJ
2026-03-30 06:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91d65b53-32ee-5089-82ac-c71613e393ac with identifier: BX69%20KFJ
2026-03-30 06:06:18 [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-30 06:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX69%2520KFJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:18 [bca.uk] INFO: Saving data for BX69%20KFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774361916.485299, 'last_price_update_time': 1774850778.953719}
2026-03-30 06:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:18 [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-30 06:06:19 [bca.uk] INFO: Found listing with ID: GU68%20KAX
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU68%2520KAX%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for GU68%20KAX: 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: LJ68%20YWE
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ68%2520YWE%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for LJ68%20YWE: 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: SC71%20KXX
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC71%2520KXX%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for SC71%20KXX: 2
2026-03-30 06:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cf74a87-7dc0-541a-ab43-ec77f42e78fc with identifier: SC71%20KXX
2026-03-30 06:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cf74a87-7dc0-541a-ab43-ec77f42e78fc with scrape type 2
2026-03-30 06:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cf74a87-7dc0-541a-ab43-ec77f42e78fc with scrape type 2
2026-03-30 06:06:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cf74a87-7dc0-541a-ab43-ec77f42e78fc, identifier: SC71%20KXX
2026-03-30 06:06:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cf74a87-7dc0-541a-ab43-ec77f42e78fc with identifier: SC71%20KXX
2026-03-30 06:06:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cf74a87-7dc0-541a-ab43-ec77f42e78fc with identifier: SC71%20KXX
2026-03-30 06:06:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cf74a87-7dc0-541a-ab43-ec77f42e78fc with identifier: SC71%20KXX to the API
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC71%20KXX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6cf74a87-7dc0-541a-ab43-ec77f42e78fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC71 KXX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC71%20KXX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 47852,
'odometer_reading_unit': '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 R-DYNAMIC Hatchback',
'transmission': 'automatic',
'trim': 'D165 4WD R-DYNAMIC',
'vin': 'SALZA2AN4NH161415',
'year': 2021}
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC71%2520KXX%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Saving data for SC71%20KXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534224.241102, 'last_price_update_time': 1774850779.509942}
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC71%2520KXX') HTTP/1.1" 204 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: SP19%20KZX
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP19%2520KZX%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for SP19%20KZX: 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: YK69%20PZB
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK69%2520PZB%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for YK69%20PZB: 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: AB55%20WWW
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AB55%2520WWW%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for AB55%20WWW: 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: PX72%20KYH
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX72%2520KYH%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for PX72%20KYH: 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: OV14%20UEZ
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV14%2520UEZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for OV14%20UEZ: 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: OY16%20UYX
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY16%2520UYX%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for OY16%20UYX: 0
2026-03-30 06:06:19 [bca.uk] INFO: Found listing with ID: SJ17%20NRR
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ17%2520NRR%27 HTTP/1.1" 200 None
2026-03-30 06:06:19 [bca.uk] INFO: Scrape type for SJ17%20NRR: 2
2026-03-30 06:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78f4f9a3-bbaa-56dc-a8d5-66852046ce48 with identifier: SJ17%20NRR
2026-03-30 06:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78f4f9a3-bbaa-56dc-a8d5-66852046ce48 with scrape type 2
2026-03-30 06:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78f4f9a3-bbaa-56dc-a8d5-66852046ce48 with scrape type 2
2026-03-30 06:06:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78f4f9a3-bbaa-56dc-a8d5-66852046ce48, identifier: SJ17%20NRR
2026-03-30 06:06:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78f4f9a3-bbaa-56dc-a8d5-66852046ce48 with identifier: SJ17%20NRR
2026-03-30 06:06:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78f4f9a3-bbaa-56dc-a8d5-66852046ce48 with identifier: SJ17%20NRR
2026-03-30 06:06:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78f4f9a3-bbaa-56dc-a8d5-66852046ce48 with identifier: SJ17%20NRR to the API
2026-03-30 06:06:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ17%20NRR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '78f4f9a3-bbaa-56dc-a8d5-66852046ce48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ17 NRR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ17%20NRR&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 74542,
'odometer_reading_unit': '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': 'SALCA2AN2HH716856',
'year': 2017}
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ17%2520NRR%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Saving data for SJ17%20NRR: {'auction_closing_time': 1774864800.0, 'created_time': 1774361727.612742, 'last_price_update_time': 1774850780.054347}
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ17%2520NRR') HTTP/1.1" 204 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: VK16%20KNM
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK16%2520KNM%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for VK16%20KNM: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: BF62%20JWL
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF62%2520JWL%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for BF62%20JWL: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: EF64%20PYO
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF64%2520PYO%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for EF64%20PYO: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: EX13%20UJA
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX13%2520UJA%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for EX13%20UJA: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: FY11%20SBZ
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY11%2520SBZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for FY11%20SBZ: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: OV09%20NOF
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV09%2520NOF%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for OV09%20NOF: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: WV20%20YFC
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV20%2520YFC%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for WV20%20YFC: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: AF14%20UDV
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF14%2520UDV%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for AF14%20UDV: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: BJ17%20OUK
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ17%2520OUK%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for BJ17%20OUK: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: NL15%20BYY
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL15%2520BYY%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for NL15%20BYY: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: YP13%20AUV
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP13%2520AUV%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for YP13%20AUV: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: KM14%20WMU
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM14%2520WMU%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for KM14%20WMU: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: SV70%20XPL
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV70%2520XPL%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for SV70%20XPL: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: FJ16%20NYD
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ16%2520NYD%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for FJ16%20NYD: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: FD19%20ARF
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD19%2520ARF%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for FD19%20ARF: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: KY59%20LSX
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY59%2520LSX%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for KY59%20LSX: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: BJ66%20YWK
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ66%2520YWK%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for BJ66%20YWK: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: LM60%20EUZ
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM60%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for LM60%20EUZ: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: M500%20MDC
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M500%2520MDC%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for M500%20MDC: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: C7%20WRJ
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27C7%2520WRJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for C7%20WRJ: 2
2026-03-30 06:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e01db476-bd5e-5852-a107-ac3441cfe3d0 with identifier: C7%20WRJ
2026-03-30 06:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e01db476-bd5e-5852-a107-ac3441cfe3d0 with scrape type 2
2026-03-30 06:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e01db476-bd5e-5852-a107-ac3441cfe3d0 with scrape type 2
2026-03-30 06:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e01db476-bd5e-5852-a107-ac3441cfe3d0, identifier: C7%20WRJ
2026-03-30 06:06:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e01db476-bd5e-5852-a107-ac3441cfe3d0 with identifier: C7%20WRJ
2026-03-30 06:06:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e01db476-bd5e-5852-a107-ac3441cfe3d0 with identifier: C7%20WRJ
2026-03-30 06:06:20 [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-30 06:06:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27C7%2520WRJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Saving data for C7%20WRJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774438056.900259, 'last_price_update_time': 1774850780.845877}
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:20 [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-30 06:06:20 [bca.uk] INFO: Found listing with ID: WV65%20EZL
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV65%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for WV65%20EZL: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: SA16%20NZY
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA16%2520NZY%27 HTTP/1.1" 200 None
2026-03-30 06:06:20 [bca.uk] INFO: Scrape type for SA16%20NZY: 0
2026-03-30 06:06:20 [bca.uk] INFO: Found listing with ID: SP14%20TRV
2026-03-30 06:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP14%2520TRV%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for SP14%20TRV: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: SK57%20HOJ
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK57%2520HOJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for SK57%20HOJ: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: SV12%20OCC
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV12%2520OCC%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for SV12%20OCC: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: NA14%20XFF
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA14%2520XFF%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for NA14%20XFF: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: GU66%20BFA
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU66%2520BFA%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for GU66%20BFA: 2
2026-03-30 06:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d253d96-5e8e-56b2-9589-6ccc5c28e171 with identifier: GU66%20BFA
2026-03-30 06:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d253d96-5e8e-56b2-9589-6ccc5c28e171 with scrape type 2
2026-03-30 06:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d253d96-5e8e-56b2-9589-6ccc5c28e171 with scrape type 2
2026-03-30 06:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d253d96-5e8e-56b2-9589-6ccc5c28e171, identifier: GU66%20BFA
2026-03-30 06:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d253d96-5e8e-56b2-9589-6ccc5c28e171 with identifier: GU66%20BFA
2026-03-30 06:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d253d96-5e8e-56b2-9589-6ccc5c28e171 with identifier: GU66%20BFA
2026-03-30 06:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d253d96-5e8e-56b2-9589-6ccc5c28e171 with identifier: GU66%20BFA to the API
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU66%20BFA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9d253d96-5e8e-56b2-9589-6ccc5c28e171',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU66 BFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU66%20BFA&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 87211,
'odometer_reading_unit': '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 (7ST) StationWagon',
'transmission': 'manual',
'trim': 'SDV6 306 HSE (7ST)',
'vin': 'SALWA2KE5GA109711',
'year': 2016}
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU66%2520BFA%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Saving data for GU66%20BFA: {'auction_closing_time': 1774864800.0, 'created_time': 1774361777.425494, 'last_price_update_time': 1774850781.488845}
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU66%2520BFA') HTTP/1.1" 204 0
2026-03-30 06:06:21 [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-30 06:06:21 [bca.uk] INFO: Found listing with ID: MF19%20OFT
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF19%2520OFT%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for MF19%20OFT: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: SK18%20JKO
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK18%2520JKO%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for SK18%20JKO: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: SP70%20LPC
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP70%2520LPC%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for SP70%20LPC: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: KP65%20NNV
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP65%2520NNV%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for KP65%20NNV: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: PJ66%20LUT
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ66%2520LUT%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for PJ66%20LUT: 0
2026-03-30 06:06:21 [bca.uk] INFO: Found listing with ID: LFZ%202518
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LFZ%25202518%27 HTTP/1.1" 200 None
2026-03-30 06:06:21 [bca.uk] INFO: Scrape type for LFZ%202518: 2
2026-03-30 06:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e65c96d-b8c6-5910-9826-cda0ae18ed40 with identifier: LFZ%202518
2026-03-30 06:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e65c96d-b8c6-5910-9826-cda0ae18ed40 with scrape type 2
2026-03-30 06:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e65c96d-b8c6-5910-9826-cda0ae18ed40 with scrape type 2
2026-03-30 06:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e65c96d-b8c6-5910-9826-cda0ae18ed40, identifier: LFZ%202518
2026-03-30 06:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e65c96d-b8c6-5910-9826-cda0ae18ed40 with identifier: LFZ%202518
2026-03-30 06:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e65c96d-b8c6-5910-9826-cda0ae18ed40 with identifier: LFZ%202518
2026-03-30 06:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e65c96d-b8c6-5910-9826-cda0ae18ed40 with identifier: LFZ%202518 to the API
2026-03-30 06:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LFZ%202518-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e65c96d-b8c6-5910-9826-cda0ae18ed40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LFZ 2518',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LFZ%202518&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 114340,
'odometer_reading_unit': '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': 'SJNFCAE11U2184985',
'year': 2012}
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LFZ%25202518%27 HTTP/1.1" 200 None
2026-03-30 06:06:22 [bca.uk] INFO: Saving data for LFZ%202518: {'auction_closing_time': 1774864800.0, 'created_time': 1774361832.536368, 'last_price_update_time': 1774850782.037301}
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LFZ%25202518') HTTP/1.1" 204 0
2026-03-30 06:06:22 [bca.uk] INFO: Found listing with ID: SA10%20DVK
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA10%2520DVK%27 HTTP/1.1" 200 None
2026-03-30 06:06:22 [bca.uk] INFO: Scrape type for SA10%20DVK: 0
2026-03-30 06:06:22 [bca.uk] INFO: Found listing with ID: A5%20VHE
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27A5%2520VHE%27 HTTP/1.1" 200 None
2026-03-30 06:06:22 [bca.uk] INFO: Scrape type for A5%20VHE: 0
2026-03-30 06:06:22 [bca.uk] INFO: Found listing with ID: YK22%20RXB
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK22%2520RXB%27 HTTP/1.1" 200 None
2026-03-30 06:06:22 [bca.uk] INFO: Scrape type for YK22%20RXB: 2
2026-03-30 06:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aa7638e-ef78-5ed8-8772-8a990bfaeaea with identifier: YK22%20RXB
2026-03-30 06:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa7638e-ef78-5ed8-8772-8a990bfaeaea with scrape type 2
2026-03-30 06:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aa7638e-ef78-5ed8-8772-8a990bfaeaea with scrape type 2
2026-03-30 06:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4aa7638e-ef78-5ed8-8772-8a990bfaeaea, identifier: YK22%20RXB
2026-03-30 06:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4aa7638e-ef78-5ed8-8772-8a990bfaeaea with identifier: YK22%20RXB
2026-03-30 06:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4aa7638e-ef78-5ed8-8772-8a990bfaeaea with identifier: YK22%20RXB
2026-03-30 06:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4aa7638e-ef78-5ed8-8772-8a990bfaeaea with identifier: YK22%20RXB to the API
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 254,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK22%20RXB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4aa7638e-ef78-5ed8-8772-8a990bfaeaea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK22 RXB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK22%20RXB&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 43308,
'odometer_reading_unit': '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 2.0 P300 R-DYNAMIC S StationWagon',
'transmission': 'automatic',
'trim': 'P300 R-DYNAMIC S',
'vin': 'SALRA2AX4M2448272',
'year': 2022}
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK22%2520RXB%27 HTTP/1.1" 200 None
2026-03-30 06:06:22 [bca.uk] INFO: Saving data for YK22%20RXB: {'auction_closing_time': 1774864800.0, 'created_time': 1773832774.720016, 'last_price_update_time': 1774850782.593322}
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520RXB') HTTP/1.1" 204 0
2026-03-30 06:06:22 [bca.uk] INFO: Found listing with ID: N88%20SFD
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27N88%2520SFD%27 HTTP/1.1" 200 None
2026-03-30 06:06:22 [bca.uk] INFO: Scrape type for N88%20SFD: 2
2026-03-30 06:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e53a773-a9f8-59ce-a41d-abbe795d19f5 with identifier: N88%20SFD
2026-03-30 06:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e53a773-a9f8-59ce-a41d-abbe795d19f5 with scrape type 2
2026-03-30 06:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e53a773-a9f8-59ce-a41d-abbe795d19f5 with scrape type 2
2026-03-30 06:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e53a773-a9f8-59ce-a41d-abbe795d19f5, identifier: N88%20SFD
2026-03-30 06:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e53a773-a9f8-59ce-a41d-abbe795d19f5 with identifier: N88%20SFD
2026-03-30 06:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e53a773-a9f8-59ce-a41d-abbe795d19f5 with identifier: N88%20SFD
2026-03-30 06:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e53a773-a9f8-59ce-a41d-abbe795d19f5 with identifier: N88%20SFD to the API
2026-03-30 06:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 244,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N88%20SFD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e53a773-a9f8-59ce-a41d-abbe795d19f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'N88 SFD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=N88%20SFD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'JAGUAR',
'model': 'X-TYPE',
'odometer': 70755,
'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 X-TYPE 2.5 V6 SE Saloon',
'transmission': 'automatic',
'trim': 'V6 SE',
'vin': 'SAJAC51M37XJ22302',
'year': 2007}
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27N88%2520SFD%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Saving data for N88%20SFD: {'auction_closing_time': 1774864800.0, 'created_time': 1774361703.699974, 'last_price_update_time': 1774850783.012784}
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N88%2520SFD') HTTP/1.1" 204 0
2026-03-30 06:06:23 [bca.uk] INFO: Total items found: 100
2026-03-30 06:06:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded
2026-03-30 06:06:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:06:23 [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-30 06:06:23 [bca.uk] INFO: Found listing with ID: WU57%20NZB
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU57%2520NZB%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for WU57%20NZB: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: GL58%20GUC
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL58%2520GUC%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for GL58%20GUC: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: AO71%20FNZ
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO71%2520FNZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for AO71%20FNZ: 2
2026-03-30 06:06:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e46c0199-24c5-5cba-a50f-676659b0d1e6 with identifier: AO71%20FNZ
2026-03-30 06:06:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e46c0199-24c5-5cba-a50f-676659b0d1e6 with scrape type 2
2026-03-30 06:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e46c0199-24c5-5cba-a50f-676659b0d1e6 with scrape type 2
2026-03-30 06:06:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e46c0199-24c5-5cba-a50f-676659b0d1e6, identifier: AO71%20FNZ
2026-03-30 06:06:23 [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-30 06:06:23 [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-30 06:06:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e46c0199-24c5-5cba-a50f-676659b0d1e6 with identifier: AO71%20FNZ
2026-03-30 06:06:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e46c0199-24c5-5cba-a50f-676659b0d1e6 with identifier: AO71%20FNZ
2026-03-30 06:06:23 [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-30 06:06:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:23 [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': 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-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO71%2520FNZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Saving data for AO71%20FNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476190.696079, 'last_price_update_time': 1774850783.500208}
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:23 [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-30 06:06:23 [bca.uk] INFO: Found listing with ID: FE65%20VCD
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE65%2520VCD%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for FE65%20VCD: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: K40%20VNB
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27K40%2520VNB%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for K40%20VNB: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: MF16%20GHO
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF16%2520GHO%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for MF16%20GHO: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: HX05%20UJS
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX05%2520UJS%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for HX05%20UJS: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: KR09%20WWZ
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR09%2520WWZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for KR09%20WWZ: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: LG11%20BUP
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG11%2520BUP%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for LG11%20BUP: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: LT56%20FLZ
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT56%2520FLZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for LT56%20FLZ: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: SG11%20EMV
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG11%2520EMV%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for SG11%20EMV: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: BN07%20XHP
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN07%2520XHP%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for BN07%20XHP: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: FL60%20TTX
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL60%2520TTX%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for FL60%20TTX: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: KN09%20JZF
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN09%2520JZF%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for KN09%20JZF: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: WV59%20TZE
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV59%2520TZE%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for WV59%20TZE: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: VN67%20AUR
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN67%2520AUR%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for VN67%20AUR: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: AV56%20LPL
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV56%2520LPL%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for AV56%20LPL: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: RO63%20LZW
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO63%2520LZW%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for RO63%20LZW: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: FV17%20CRF
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV17%2520CRF%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for FV17%20CRF: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: PG68%20MPV
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PG68%2520MPV%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for PG68%20MPV: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: AK58%20VZY
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK58%2520VZY%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for AK58%20VZY: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: J17%20SDL
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27J17%2520SDL%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for J17%20SDL: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: LW02%20GAV
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LW02%2520GAV%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for LW02%20GAV: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: YH62%20JFG
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH62%2520JFG%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for YH62%20JFG: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: RV57%20WUJ
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV57%2520WUJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for RV57%20WUJ: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: SV59%20YZL
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV59%2520YZL%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for SV59%20YZL: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: W22%20JED
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27W22%2520JED%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for W22%20JED: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: YR63%20WBM
2026-03-30 06:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR63%2520WBM%27 HTTP/1.1" 200 None
2026-03-30 06:06:23 [bca.uk] INFO: Scrape type for YR63%20WBM: 0
2026-03-30 06:06:23 [bca.uk] INFO: Found listing with ID: GN63%20YUK
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN63%2520YUK%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for GN63%20YUK: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: H9%20HBE
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27H9%2520HBE%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for H9%20HBE: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: HF13%20ONH
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF13%2520ONH%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for HF13%20ONH: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: KJ02%20AAA
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ02%2520AAA%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for KJ02%20AAA: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: KU07%20ERA
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU07%2520ERA%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for KU07%20ERA: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: LT58%20VMH
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT58%2520VMH%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for LT58%20VMH: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: LV10%20NJJ
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV10%2520NJJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for LV10%20NJJ: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: MC53%20GXE
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MC53%2520GXE%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for MC53%20GXE: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: P60%20NPR
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P60%2520NPR%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for P60%20NPR: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: AN09%20KEE
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AN09%2520KEE%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for AN09%20KEE: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: BV13%20ZYW
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV13%2520ZYW%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for BV13%20ZYW: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: GR21%20HBF
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GR21%2520HBF%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for GR21%20HBF: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: DX70%20UBS
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX70%2520UBS%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for DX70%20UBS: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: EU19%20RWF
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU19%2520RWF%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for EU19%20RWF: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: FL20%20CPY
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL20%2520CPY%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for FL20%20CPY: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: HY06%20NAU
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY06%2520NAU%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for HY06%20NAU: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: LM17%20JWJ
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM17%2520JWJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for LM17%20JWJ: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: LX17%20OGL
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX17%2520OGL%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for LX17%20OGL: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: RK16%20MEU
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK16%2520MEU%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for RK16%20MEU: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: WL54%20NHF
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL54%2520NHF%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for WL54%20NHF: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: WR11%20HHA
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR11%2520HHA%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for WR11%20HHA: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: YL17%20SVO
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL17%2520SVO%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for YL17%20SVO: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: HG09%20ZSN
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG09%2520ZSN%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for HG09%20ZSN: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: BX16%20DHC
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX16%2520DHC%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for BX16%20DHC: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: EA14%20EOC
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA14%2520EOC%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for EA14%20EOC: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: EF16%20EOM
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF16%2520EOM%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for EF16%20EOM: 0
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: RF18%20ATV
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF18%2520ATV%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for RF18%20ATV: 2
2026-03-30 06:06:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42b34c96-00c8-5bd1-8a22-c5d422ae5e9b with identifier: RF18%20ATV
2026-03-30 06:06:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42b34c96-00c8-5bd1-8a22-c5d422ae5e9b with scrape type 2
2026-03-30 06:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42b34c96-00c8-5bd1-8a22-c5d422ae5e9b with scrape type 2
2026-03-30 06:06:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42b34c96-00c8-5bd1-8a22-c5d422ae5e9b, identifier: RF18%20ATV
2026-03-30 06:06:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:06:24 [bca.uk] INFO: Found listing with ID: KS70%20JKZ
2026-03-30 06:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS70%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:24 [bca.uk] INFO: Scrape type for KS70%20JKZ: 2
2026-03-30 06:06:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2310269c-8896-5588-8c9e-2b854cd2f94f with identifier: KS70%20JKZ
2026-03-30 06:06:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2310269c-8896-5588-8c9e-2b854cd2f94f with scrape type 2
2026-03-30 06:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2310269c-8896-5588-8c9e-2b854cd2f94f with scrape type 2
2026-03-30 06:06:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2310269c-8896-5588-8c9e-2b854cd2f94f, identifier: KS70%20JKZ
2026-03-30 06:06:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42b34c96-00c8-5bd1-8a22-c5d422ae5e9b with identifier: RF18%20ATV
2026-03-30 06:06:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42b34c96-00c8-5bd1-8a22-c5d422ae5e9b with identifier: RF18%20ATV
2026-03-30 06:06:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42b34c96-00c8-5bd1-8a22-c5d422ae5e9b with identifier: RF18%20ATV to the API
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:06: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF18%20ATV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '42b34c96-00c8-5bd1-8a22-c5d422ae5e9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF18 ATV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF18%20ATV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 108010,
'odometer_reading_unit': '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': 'SADCA2AN3JA329727',
'year': 2018}
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF18%2520ATV%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Saving data for RF18%20ATV: {'auction_closing_time': 1774864800.0, 'created_time': 1773832628.207911, 'last_price_update_time': 1774850785.216789}
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF18%2520ATV') HTTP/1.1" 204 0
2026-03-30 06:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2310269c-8896-5588-8c9e-2b854cd2f94f with identifier: KS70%20JKZ
2026-03-30 06:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2310269c-8896-5588-8c9e-2b854cd2f94f with identifier: KS70%20JKZ
2026-03-30 06:06:25 [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-30 06:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:06: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': 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-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS70%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Saving data for KS70%20JKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476191.406629, 'last_price_update_time': 1774850785.669575}
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:25 [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-30 06:06:25 [bca.uk] INFO: Found listing with ID: RV17%20VJG
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV17%2520VJG%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for RV17%20VJG: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: DX16%20UVK
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX16%2520UVK%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for DX16%20UVK: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: VK66%20VXB
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK66%2520VXB%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for VK66%20VXB: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: LY62%20DNF
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY62%2520DNF%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for LY62%20DNF: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: EY63%20WHH
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY63%2520WHH%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for EY63%20WHH: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: MF61%20FVN
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF61%2520FVN%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for MF61%20FVN: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: MT09%20FDX
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT09%2520FDX%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for MT09%20FDX: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: PK11%20ZFG
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK11%2520ZFG%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for PK11%20ZFG: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: RJ57%20KKY
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ57%2520KKY%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for RJ57%20KKY: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: SP08%20HWJ
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP08%2520HWJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for SP08%20HWJ: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: KW19%20WVM
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW19%2520WVM%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for KW19%20WVM: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: NY19%20XSW
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NY19%2520XSW%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for NY19%20XSW: 0
2026-03-30 06:06:25 [bca.uk] INFO: Found listing with ID: OV20%20OKU
2026-03-30 06:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV20%2520OKU%27 HTTP/1.1" 200 None
2026-03-30 06:06:25 [bca.uk] INFO: Scrape type for OV20%20OKU: 2
2026-03-30 06:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d5c09df-2936-5516-a5e4-a8371975bbd7 with identifier: OV20%20OKU
2026-03-30 06:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d5c09df-2936-5516-a5e4-a8371975bbd7 with scrape type 2
2026-03-30 06:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d5c09df-2936-5516-a5e4-a8371975bbd7 with scrape type 2
2026-03-30 06:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d5c09df-2936-5516-a5e4-a8371975bbd7, identifier: OV20%20OKU
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: KY72%20BKX
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY72%2520BKX%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for KY72%20BKX: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: RO18%20ZFF
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO18%2520ZFF%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for RO18%20ZFF: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: WG21%20DFZ
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for WG21%20DFZ: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: EA64%20XMM
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA64%2520XMM%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for EA64%20XMM: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: EO72%20HNA
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO72%2520HNA%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for EO72%20HNA: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: EY04%20UCF
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY04%2520UCF%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for EY04%20UCF: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: KS69%20YXO
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS69%2520YXO%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for KS69%20YXO: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: PY66%20KMK
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY66%2520KMK%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for PY66%20KMK: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: WV20%20WDZ
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV20%2520WDZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for WV20%20WDZ: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: AGZ%204435
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AGZ%25204435%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for AGZ%204435: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: FP67%20BNL
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP67%2520BNL%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for FP67%20BNL: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: GJ16%20DHC
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ16%2520DHC%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for GJ16%20DHC: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: KP15%20OKE
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP15%2520OKE%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for KP15%20OKE: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: BK68%20ECE
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK68%2520ECE%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for BK68%20ECE: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: BP19%20TWZ
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP19%2520TWZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for BP19%20TWZ: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: SK72%20YTM
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK72%2520YTM%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for SK72%20YTM: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: EX13%20UKP
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX13%2520UKP%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for EX13%20UKP: 0
2026-03-30 06:06:26 [bca.uk] INFO: Found listing with ID: FL15%20SDZ
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL15%2520SDZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Scrape type for FL15%20SDZ: 2
2026-03-30 06:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16b2b442-bbef-5aca-9493-bb629ebd5699 with identifier: FL15%20SDZ
2026-03-30 06:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16b2b442-bbef-5aca-9493-bb629ebd5699 with scrape type 2
2026-03-30 06:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16b2b442-bbef-5aca-9493-bb629ebd5699 with scrape type 2
2026-03-30 06:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16b2b442-bbef-5aca-9493-bb629ebd5699, identifier: FL15%20SDZ
2026-03-30 06:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d5c09df-2936-5516-a5e4-a8371975bbd7 with identifier: OV20%20OKU
2026-03-30 06:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d5c09df-2936-5516-a5e4-a8371975bbd7 with identifier: OV20%20OKU
2026-03-30 06:06:26 [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-30 06:06:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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=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-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV20%2520OKU%27 HTTP/1.1" 200 None
2026-03-30 06:06:26 [bca.uk] INFO: Saving data for OV20%20OKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535796.895724, 'last_price_update_time': 1774850786.720798}
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:26 [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-30 06:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16b2b442-bbef-5aca-9493-bb629ebd5699 with identifier: FL15%20SDZ
2026-03-30 06:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16b2b442-bbef-5aca-9493-bb629ebd5699 with identifier: FL15%20SDZ
2026-03-30 06:06:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16b2b442-bbef-5aca-9493-bb629ebd5699 with identifier: FL15%20SDZ to the API
2026-03-30 06:06:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:27 [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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL15%20SDZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '16b2b442-bbef-5aca-9493-bb629ebd5699',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL15 SDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL15%20SDZ&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'MERCEDES-BENZ',
'model': 'E220',
'odometer': 78929,
'odometer_reading_unit': '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 SE TIP Estate',
'transmission': 'manual',
'trim': 'CDI B/T SE TIP',
'vin': 'WDD2122012B162504',
'year': 2015}
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL15%2520SDZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Saving data for FL15%20SDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774361636.886681, 'last_price_update_time': 1774850787.090887}
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL15%2520SDZ') HTTP/1.1" 204 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: FD21%20HBN
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD21%2520HBN%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for FD21%20HBN: 2
2026-03-30 06:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 479e3b6c-cf67-5089-97d5-eb9038823a2c with identifier: FD21%20HBN
2026-03-30 06:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 479e3b6c-cf67-5089-97d5-eb9038823a2c with scrape type 2
2026-03-30 06:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 479e3b6c-cf67-5089-97d5-eb9038823a2c with scrape type 2
2026-03-30 06:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 479e3b6c-cf67-5089-97d5-eb9038823a2c, identifier: FD21%20HBN
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: KJ18%20TUV
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ18%2520TUV%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for KJ18%20TUV: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: RK19%20KCU
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK19%2520KCU%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for RK19%20KCU: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: DU64%20UHM
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU64%2520UHM%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for DU64%20UHM: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: SP07%20GLF
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP07%2520GLF%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for SP07%20GLF: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: YA73%20ESV
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA73%2520ESV%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for YA73%20ESV: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: OY17%20FYS
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY17%2520FYS%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for OY17%20FYS: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: AK17%20YDS
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK17%2520YDS%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for AK17%20YDS: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: CF17%20BZG
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF17%2520BZG%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for CF17%20BZG: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: CV65%20ZBZ
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV65%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for CV65%20ZBZ: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: FA52%20BEL
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FA52%2520BEL%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for FA52%20BEL: 0
2026-03-30 06:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 479e3b6c-cf67-5089-97d5-eb9038823a2c with identifier: FD21%20HBN
2026-03-30 06:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 479e3b6c-cf67-5089-97d5-eb9038823a2c with identifier: FD21%20HBN
2026-03-30 06:06:27 [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-30 06:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:06: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': 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-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD21%2520HBN%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Saving data for FD21%20HBN: {'auction_closing_time': 1774864800.0, 'created_time': 1774364688.151551, 'last_price_update_time': 1774850787.703267}
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:27 [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-30 06:06:27 [bca.uk] INFO: Found listing with ID: DP21%20OWH
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP21%2520OWH%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for DP21%20OWH: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: WO18%20YOD
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO18%2520YOD%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for WO18%20YOD: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: PF66%20DZV
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF66%2520DZV%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for PF66%20DZV: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: BF65%20EKA
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF65%2520EKA%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for BF65%20EKA: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: DE15%20YKD
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE15%2520YKD%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for DE15%20YKD: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: KO17%20XBK
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO17%2520XBK%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for KO17%20XBK: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: LL14%20KEK
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL14%2520KEK%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for LL14%20KEK: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: MD16%20BFY
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD16%2520BFY%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for MD16%20BFY: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: VHZ%203476
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VHZ%25203476%27 HTTP/1.1" 200 None
2026-03-30 06:06:27 [bca.uk] INFO: Scrape type for VHZ%203476: 0
2026-03-30 06:06:27 [bca.uk] INFO: Found listing with ID: YL67%20NGU
2026-03-30 06:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL67%2520NGU%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for YL67%20NGU: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: SV21%20ZGG
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV21%2520ZGG%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for SV21%20ZGG: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: YP18%20HSO
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP18%2520HSO%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for YP18%20HSO: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: LF64%20ZKW
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF64%2520ZKW%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for LF64%20ZKW: 2
2026-03-30 06:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31dd6ced-282d-5581-9f7e-eba63d4db2d3 with identifier: LF64%20ZKW
2026-03-30 06:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31dd6ced-282d-5581-9f7e-eba63d4db2d3 with scrape type 2
2026-03-30 06:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31dd6ced-282d-5581-9f7e-eba63d4db2d3 with scrape type 2
2026-03-30 06:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31dd6ced-282d-5581-9f7e-eba63d4db2d3, identifier: LF64%20ZKW
2026-03-30 06:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31dd6ced-282d-5581-9f7e-eba63d4db2d3 with identifier: LF64%20ZKW
2026-03-30 06:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31dd6ced-282d-5581-9f7e-eba63d4db2d3 with identifier: LF64%20ZKW
2026-03-30 06:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31dd6ced-282d-5581-9f7e-eba63d4db2d3 with identifier: LF64%20ZKW to the API
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF64%20ZKW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '31dd6ced-282d-5581-9f7e-eba63d4db2d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LF64 ZKW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF64%20ZKW&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'C250',
'odometer': 81008,
'odometer_reading_unit': '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 C250 2.1 B/TEC SPORT PREMIUM Saloon',
'transmission': 'manual',
'trim': 'B/TEC SPORT PREMIUM',
'vin': 'WDD2050082F046590',
'year': 2014}
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF64%2520ZKW%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Saving data for LF64%20ZKW: {'auction_closing_time': 1774864800.0, 'created_time': 1774362112.389199, 'last_price_update_time': 1774850788.454568}
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF64%2520ZKW') HTTP/1.1" 204 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: SH16%20FAF
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH16%2520FAF%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for SH16%20FAF: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: SP17%20UUO
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP17%2520UUO%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for SP17%20UUO: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: YC17%20HBJ
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC17%2520HBJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for YC17%20HBJ: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: EY66%20AWF
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY66%2520AWF%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for EY66%20AWF: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: AV56%20FEX
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV56%2520FEX%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for AV56%20FEX: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: EK63%20ZDN
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK63%2520ZDN%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for EK63%20ZDN: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: GY61%20XPC
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY61%2520XPC%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for GY61%20XPC: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: LC16%20BCV
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC16%2520BCV%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for LC16%20BCV: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: LO13%20NYW
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO13%2520NYW%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for LO13%20NYW: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: ND21%20TWM
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND21%2520TWM%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for ND21%20TWM: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: OV62%20USF
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV62%2520USF%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for OV62%20USF: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: YR18%20HBP
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR18%2520HBP%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for YR18%20HBP: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: JE51%20XXE
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JE51%2520XXE%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for JE51%20XXE: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: BL62%20FPF
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL62%2520FPF%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for BL62%20FPF: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: OE67%20PUF
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE67%2520PUF%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for OE67%20PUF: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: CK66%20VME
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK66%2520VME%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for CK66%20VME: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: LD75%20EHO
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD75%2520EHO%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for LD75%20EHO: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: BU74%20UXT
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU74%2520UXT%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for BU74%20UXT: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: LD63%20HAU
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD63%2520HAU%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for LD63%20HAU: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: AL11%20DAV
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AL11%2520DAV%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for AL11%20DAV: 0
2026-03-30 06:06:28 [bca.uk] INFO: Found listing with ID: LC13%20XXF
2026-03-30 06:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC13%2520XXF%27 HTTP/1.1" 200 None
2026-03-30 06:06:28 [bca.uk] INFO: Scrape type for LC13%20XXF: 0
2026-03-30 06:06:31 [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-30 06:06:31 [bca.uk] INFO: Total items found: 100
2026-03-30 06:06:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded
2026-03-30 06:06:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:06:31 [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-30 06:06:31 [bca.uk] INFO: Found listing with ID: LR63%20VBU
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR63%2520VBU%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for LR63%20VBU: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: L14%20RHU
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L14%2520RHU%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for L14%20RHU: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: HK14%20ZDR
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK14%2520ZDR%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for HK14%20ZDR: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: MA68%20OAS
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA68%2520OAS%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for MA68%20OAS: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: YN18%20XLF
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for YN18%20XLF: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: OE23%20DFP
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE23%2520DFP%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for OE23%20DFP: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: KE71%20OYG
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE71%2520OYG%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for KE71%20OYG: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: GU23%20RCX
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU23%2520RCX%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for GU23%20RCX: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: KS67%20YMP
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS67%2520YMP%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for KS67%20YMP: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: LL21%20EHM
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL21%2520EHM%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for LL21%20EHM: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: RF68%20KUV
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF68%2520KUV%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for RF68%20KUV: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: RV18%20ZFG
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for RV18%20ZFG: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: HW19%20NFU
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HW19%2520NFU%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for HW19%20NFU: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: KR61%20ECC
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR61%2520ECC%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for KR61%20ECC: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: NV21%20YRL
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV21%2520YRL%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for NV21%20YRL: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: EN68%20PKU
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN68%2520PKU%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for EN68%20PKU: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: YF18%20DCZ
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF18%2520DCZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for YF18%20DCZ: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: NS16%20AHS
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NS16%2520AHS%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for NS16%20AHS: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: LT13%20WRU
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT13%2520WRU%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for LT13%20WRU: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: FY65%20BZP
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY65%2520BZP%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for FY65%20BZP: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: FX15%20VFY
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX15%2520VFY%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for FX15%20VFY: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: FM03%20CCZ
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM03%2520CCZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for FM03%20CCZ: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: FA17%20TWN
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FA17%2520TWN%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for FA17%20TWN: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: WF66%20WCL
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF66%2520WCL%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for WF66%20WCL: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: PJ64%20LVP
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ64%2520LVP%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for PJ64%20LVP: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: KP69%20DTN
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP69%2520DTN%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for KP69%20DTN: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: KM14%20HWD
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM14%2520HWD%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for KM14%20HWD: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: DX65%20UOP
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX65%2520UOP%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for DX65%20UOP: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: BD13%20YCM
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD13%2520YCM%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for BD13%20YCM: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: SF69%20ZBX
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF69%2520ZBX%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for SF69%20ZBX: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: SD60%20OBV
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD60%2520OBV%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for SD60%20OBV: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: LR18%20TNX
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR18%2520TNX%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for LR18%20TNX: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: GY69%20LZL
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY69%2520LZL%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for GY69%20LZL: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: EY68%20NKD
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY68%2520NKD%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for EY68%20NKD: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: VA19%20XRY
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for VA19%20XRY: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: SD14%20UCC
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD14%2520UCC%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for SD14%20UCC: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: PL68%20ZCX
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL68%2520ZCX%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for PL68%20ZCX: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: PK14%20VAX
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK14%2520VAX%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for PK14%20VAX: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: PF65%20SSV
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF65%2520SSV%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for PF65%20SSV: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: NG13%20GKJ
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG13%2520GKJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for NG13%20GKJ: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: MF64%20ZPZ
2026-03-30 06:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF64%2520ZPZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:31 [bca.uk] INFO: Scrape type for MF64%20ZPZ: 0
2026-03-30 06:06:31 [bca.uk] INFO: Found listing with ID: HW69%20EOS
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HW69%2520EOS%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for HW69%20EOS: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: FP70%20XEN
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP70%2520XEN%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for FP70%20XEN: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: FJ16%20YOR
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ16%2520YOR%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for FJ16%20YOR: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: FD20%20CUW
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD20%2520CUW%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for FD20%20CUW: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: DN60%20UCJ
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN60%2520UCJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for DN60%20UCJ: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: BX19%20MWY
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX19%2520MWY%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for BX19%20MWY: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: BK64%20WXM
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK64%2520WXM%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for BK64%20WXM: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: YM19%20ZGY
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for YM19%20ZGY: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: SV64%20UUP
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV64%2520UUP%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for SV64%20UUP: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: RX11%20HTV
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX11%2520HTV%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for RX11%20HTV: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: RA65%20EUT
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA65%2520EUT%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for RA65%20EUT: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: OV66%20ZBZ
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV66%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for OV66%20ZBZ: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: NK16%20EGE
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK16%2520EGE%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for NK16%20EGE: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: MT10%20XMZ
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT10%2520XMZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for MT10%20XMZ: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: LY16%20JJK
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY16%2520JJK%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for LY16%20JJK: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: LN09%20XAL
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN09%2520XAL%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for LN09%20XAL: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: LM12%20MLU
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM12%2520MLU%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for LM12%20MLU: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: HY16%20EOC
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY16%2520EOC%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for HY16%20EOC: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: HN08%20FLX
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN08%2520FLX%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for HN08%20FLX: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: EU15%20WHR
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU15%2520WHR%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for EU15%20WHR: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: EA66%20LNX
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA66%2520LNX%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for EA66%20LNX: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: EA10%20ODR
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA10%2520ODR%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for EA10%20ODR: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: CX71%20YVZ
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX71%2520YVZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for CX71%20YVZ: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: CV62%20SNJ
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV62%2520SNJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for CV62%20SNJ: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: CE53%20GKN
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE53%2520GKN%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for CE53%20GKN: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: BK16%20VKS
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK16%2520VKS%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for BK16%20VKS: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: AJ62%20YSE
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ62%2520YSE%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for AJ62%20YSE: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: AY57%20YXB
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY57%2520YXB%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for AY57%20YXB: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: AF69%20UFS
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF69%2520UFS%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for AF69%20UFS: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: WN09%20MYP
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN09%2520MYP%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for WN09%20MYP: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: PY61%20EWD
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY61%2520EWD%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for PY61%20EWD: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: MT61%20WPK
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT61%2520WPK%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for MT61%20WPK: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: EF66%20LFH
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF66%2520LFH%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for EF66%20LFH: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: AV18%20UVO
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV18%2520UVO%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for AV18%20UVO: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: AP13%20PNX
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP13%2520PNX%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for AP13%20PNX: 0
2026-03-30 06:06:32 [bca.uk] INFO: Found listing with ID: GL20%20NXU
2026-03-30 06:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL20%2520NXU%27 HTTP/1.1" 200 None
2026-03-30 06:06:32 [bca.uk] INFO: Scrape type for GL20%20NXU: 2
2026-03-30 06:06:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64fd9cf7-c8a3-53eb-9e1c-1b42eeefd2da with identifier: GL20%20NXU
2026-03-30 06:06:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64fd9cf7-c8a3-53eb-9e1c-1b42eeefd2da with scrape type 2
2026-03-30 06:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64fd9cf7-c8a3-53eb-9e1c-1b42eeefd2da with scrape type 2
2026-03-30 06:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64fd9cf7-c8a3-53eb-9e1c-1b42eeefd2da, identifier: GL20%20NXU
2026-03-30 06:06:33 [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-30 06:06:33 [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-30 06:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64fd9cf7-c8a3-53eb-9e1c-1b42eeefd2da with identifier: GL20%20NXU
2026-03-30 06:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64fd9cf7-c8a3-53eb-9e1c-1b42eeefd2da with identifier: GL20%20NXU
2026-03-30 06:06:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64fd9cf7-c8a3-53eb-9e1c-1b42eeefd2da with identifier: GL20%20NXU to the API
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 205,
'car_expert_report_source_url': None,
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '64fd9cf7-c8a3-53eb-9e1c-1b42eeefd2da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL20 NXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL20%20NXU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'CRAFTER 35 FWD',
'odometer': 122799,
'odometer_reading_unit': '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 H/R PanelVan',
'transmission': 'manual',
'trim': 'TDI 140 LWB T/L H/R',
'vin': 'WV1ZZZSYZL9047760',
'year': 2020}
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL20%2520NXU%27 HTTP/1.1" 200 None
2026-03-30 06:06:33 [bca.uk] INFO: Saving data for GL20%20NXU: {'auction_closing_time': 1775124000.0, 'created_time': 1774648931.334046, 'last_price_update_time': 1774850793.426697}
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL20%2520NXU') HTTP/1.1" 204 0
2026-03-30 06:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:06:33 [bca.uk] INFO: Found listing with ID: OY12%20USJ
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY12%2520USJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:33 [bca.uk] INFO: Scrape type for OY12%20USJ: 2
2026-03-30 06:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2579b503-8c3e-5a15-bfd2-50d9b3e60798 with identifier: OY12%20USJ
2026-03-30 06:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2579b503-8c3e-5a15-bfd2-50d9b3e60798 with scrape type 2
2026-03-30 06:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2579b503-8c3e-5a15-bfd2-50d9b3e60798 with scrape type 2
2026-03-30 06:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2579b503-8c3e-5a15-bfd2-50d9b3e60798, identifier: OY12%20USJ
2026-03-30 06:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2579b503-8c3e-5a15-bfd2-50d9b3e60798 with identifier: OY12%20USJ
2026-03-30 06:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2579b503-8c3e-5a15-bfd2-50d9b3e60798 with identifier: OY12%20USJ
2026-03-30 06:06:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2579b503-8c3e-5a15-bfd2-50d9b3e60798 with identifier: OY12%20USJ to the API
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY12%20USJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2579b503-8c3e-5a15-bfd2-50d9b3e60798',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY12 USJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY12%20USJ&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 69093,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM Hatchback',
'transmission': 'automatic',
'trim': 'ACENTA PREMIUM',
'vin': 'SJNFBAF15U6204613',
'year': 2012}
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY12%2520USJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:33 [bca.uk] INFO: Saving data for OY12%20USJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774648932.649848, 'last_price_update_time': 1774850793.933231}
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY12%2520USJ') HTTP/1.1" 204 0
2026-03-30 06:06:33 [bca.uk] INFO: Found listing with ID: LX12%20WRZ
2026-03-30 06:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX12%2520WRZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:33 [bca.uk] INFO: Scrape type for LX12%20WRZ: 2
2026-03-30 06:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7950518-f57b-50b2-848b-3365e57853a8 with identifier: LX12%20WRZ
2026-03-30 06:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7950518-f57b-50b2-848b-3365e57853a8 with scrape type 2
2026-03-30 06:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7950518-f57b-50b2-848b-3365e57853a8 with scrape type 2
2026-03-30 06:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7950518-f57b-50b2-848b-3365e57853a8, identifier: LX12%20WRZ
2026-03-30 06:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7950518-f57b-50b2-848b-3365e57853a8 with identifier: LX12%20WRZ
2026-03-30 06:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7950518-f57b-50b2-848b-3365e57853a8 with identifier: LX12%20WRZ
2026-03-30 06:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7950518-f57b-50b2-848b-3365e57853a8 with identifier: LX12%20WRZ to the API
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:34 [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': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX12%20WRZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a7950518-f57b-50b2-848b-3365e57853a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX12 WRZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX12%20WRZ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'SEAT',
'model': 'LEON',
'odometer': 116832,
'odometer_reading_unit': '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 LEON 2.0 TSI 210 FR+ DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 210 FR+ DSG',
'vin': 'VSSZZZ1PZCR056471',
'year': 2012}
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX12%2520WRZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:34 [bca.uk] INFO: Saving data for LX12%20WRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774649023.209899, 'last_price_update_time': 1774850794.343798}
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX12%2520WRZ') HTTP/1.1" 204 0
2026-03-30 06:06:34 [bca.uk] INFO: Found listing with ID: DA15%20GVJ
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA15%2520GVJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:34 [bca.uk] INFO: Scrape type for DA15%20GVJ: 2
2026-03-30 06:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13f8aabd-0d9e-5b09-835a-53883120b8e8 with identifier: DA15%20GVJ
2026-03-30 06:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13f8aabd-0d9e-5b09-835a-53883120b8e8 with scrape type 2
2026-03-30 06:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13f8aabd-0d9e-5b09-835a-53883120b8e8 with scrape type 2
2026-03-30 06:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13f8aabd-0d9e-5b09-835a-53883120b8e8, identifier: DA15%20GVJ
2026-03-30 06:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13f8aabd-0d9e-5b09-835a-53883120b8e8 with identifier: DA15%20GVJ
2026-03-30 06:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13f8aabd-0d9e-5b09-835a-53883120b8e8 with identifier: DA15%20GVJ
2026-03-30 06:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13f8aabd-0d9e-5b09-835a-53883120b8e8 with identifier: DA15%20GVJ to the API
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:34 [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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA15%20GVJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '13f8aabd-0d9e-5b09-835a-53883120b8e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA15 GVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA15%20GVJ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MERCEDES-BENZ',
'model': 'CLA 220 S/B',
'odometer': 98046,
'odometer_reading_unit': '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 CLA 220 S/B 2.1 CDI 177 AMG SPORT DCT Estate',
'transmission': 'automatic',
'trim': 'CDI 177 AMG SPORT DCT',
'vin': 'WDD1179032N221297',
'year': 2015}
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA15%2520GVJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:34 [bca.uk] INFO: Saving data for DA15%20GVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774648933.06833, 'last_price_update_time': 1774850794.777051}
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA15%2520GVJ') HTTP/1.1" 204 0
2026-03-30 06:06:34 [bca.uk] INFO: Found listing with ID: MA18%20EAW
2026-03-30 06:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA18%2520EAW%27 HTTP/1.1" 200 None
2026-03-30 06:06:34 [bca.uk] INFO: Scrape type for MA18%20EAW: 2
2026-03-30 06:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d431eb76-a709-5a51-82a5-076ffbba86db with identifier: MA18%20EAW
2026-03-30 06:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d431eb76-a709-5a51-82a5-076ffbba86db with scrape type 2
2026-03-30 06:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d431eb76-a709-5a51-82a5-076ffbba86db with scrape type 2
2026-03-30 06:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d431eb76-a709-5a51-82a5-076ffbba86db, identifier: MA18%20EAW
2026-03-30 06:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d431eb76-a709-5a51-82a5-076ffbba86db with identifier: MA18%20EAW
2026-03-30 06:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d431eb76-a709-5a51-82a5-076ffbba86db with identifier: MA18%20EAW
2026-03-30 06:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d431eb76-a709-5a51-82a5-076ffbba86db with identifier: MA18%20EAW to the API
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:35 [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=MA18%20EAW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd431eb76-a709-5a51-82a5-076ffbba86db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA18 EAW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA18%20EAW&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 84903,
'odometer_reading_unit': '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': 'SALCA2AN7JH754539',
'year': 2018}
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA18%2520EAW%27 HTTP/1.1" 200 None
2026-03-30 06:06:35 [bca.uk] INFO: Saving data for MA18%20EAW: {'auction_closing_time': 1774864800.0, 'created_time': 1774649021.282064, 'last_price_update_time': 1774850795.191504}
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA18%2520EAW') HTTP/1.1" 204 0
2026-03-30 06:06:35 [bca.uk] INFO: Found listing with ID: WJ07%20XMW
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ07%2520XMW%27 HTTP/1.1" 200 None
2026-03-30 06:06:35 [bca.uk] INFO: Scrape type for WJ07%20XMW: 2
2026-03-30 06:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2113c12a-6d73-5a3d-bb4b-89f916f58a69 with identifier: WJ07%20XMW
2026-03-30 06:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2113c12a-6d73-5a3d-bb4b-89f916f58a69 with scrape type 2
2026-03-30 06:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2113c12a-6d73-5a3d-bb4b-89f916f58a69 with scrape type 2
2026-03-30 06:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2113c12a-6d73-5a3d-bb4b-89f916f58a69, identifier: WJ07%20XMW
2026-03-30 06:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2113c12a-6d73-5a3d-bb4b-89f916f58a69 with identifier: WJ07%20XMW
2026-03-30 06:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2113c12a-6d73-5a3d-bb4b-89f916f58a69 with identifier: WJ07%20XMW
2026-03-30 06:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2113c12a-6d73-5a3d-bb4b-89f916f58a69 with identifier: WJ07%20XMW to the API
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:35 [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': 243,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ07%20XMW-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2113c12a-6d73-5a3d-bb4b-89f916f58a69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ07 XMW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ07%20XMW&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': 'X3',
'odometer': 79491,
'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 X3 2.5 SI SE STEP StationWagon',
'transmission': 'automatic',
'trim': 'SI SE STEP',
'vin': 'WBAPC72080WG58190',
'year': 2007}
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ07%2520XMW%27 HTTP/1.1" 200 None
2026-03-30 06:06:35 [bca.uk] INFO: Saving data for WJ07%20XMW: {'auction_closing_time': 1774864800.0, 'created_time': 1774648932.082627, 'last_price_update_time': 1774850795.589961}
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ07%2520XMW') HTTP/1.1" 204 0
2026-03-30 06:06:35 [bca.uk] INFO: Found listing with ID: TGZ%201807
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TGZ%25201807%27 HTTP/1.1" 200 None
2026-03-30 06:06:35 [bca.uk] INFO: Scrape type for TGZ%201807: 2
2026-03-30 06:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cb6afd9-37b9-5780-bd2d-01a4be2d0d15 with identifier: TGZ%201807
2026-03-30 06:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cb6afd9-37b9-5780-bd2d-01a4be2d0d15 with scrape type 2
2026-03-30 06:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cb6afd9-37b9-5780-bd2d-01a4be2d0d15 with scrape type 2
2026-03-30 06:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cb6afd9-37b9-5780-bd2d-01a4be2d0d15, identifier: TGZ%201807
2026-03-30 06:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cb6afd9-37b9-5780-bd2d-01a4be2d0d15 with identifier: TGZ%201807
2026-03-30 06:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cb6afd9-37b9-5780-bd2d-01a4be2d0d15 with identifier: TGZ%201807
2026-03-30 06:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cb6afd9-37b9-5780-bd2d-01a4be2d0d15 with identifier: TGZ%201807 to the API
2026-03-30 06:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:36 [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': 178,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TGZ%201807-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1cb6afd9-37b9-5780-bd2d-01a4be2d0d15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TGZ 1807',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=TGZ%201807&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'BMW',
'model': '730D',
'odometer': 89423,
'odometer_reading_unit': '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 730D 3.0 M SPORT Saloon',
'transmission': 'automatic',
'trim': 'M SPORT',
'vin': 'WBAKM22080C552489',
'year': 2011}
2026-03-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TGZ%25201807%27 HTTP/1.1" 200 None
2026-03-30 06:06:36 [bca.uk] INFO: Saving data for TGZ%201807: {'auction_closing_time': 1774864800.0, 'created_time': 1774648937.482323, 'last_price_update_time': 1774850796.020468}
2026-03-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TGZ%25201807') HTTP/1.1" 204 0
2026-03-30 06:06:36 [bca.uk] INFO: Found listing with ID: YJ66%20AAP
2026-03-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ66%2520AAP%27 HTTP/1.1" 200 None
2026-03-30 06:06:36 [bca.uk] INFO: Scrape type for YJ66%20AAP: 2
2026-03-30 06:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 465d9536-cfb4-5605-9980-ad34266014c6 with identifier: YJ66%20AAP
2026-03-30 06:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 465d9536-cfb4-5605-9980-ad34266014c6 with scrape type 2
2026-03-30 06:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 465d9536-cfb4-5605-9980-ad34266014c6 with scrape type 2
2026-03-30 06:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 465d9536-cfb4-5605-9980-ad34266014c6, identifier: YJ66%20AAP
2026-03-30 06:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 465d9536-cfb4-5605-9980-ad34266014c6 with identifier: YJ66%20AAP
2026-03-30 06:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 465d9536-cfb4-5605-9980-ad34266014c6 with identifier: YJ66%20AAP
2026-03-30 06:06:36 [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-30 06:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ66%2520AAP%27 HTTP/1.1" 200 None
2026-03-30 06:06:36 [bca.uk] INFO: Saving data for YJ66%20AAP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562630.126772, 'last_price_update_time': 1774850796.433317}
2026-03-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:36 [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-30 06:06:36 [bca.uk] INFO: Found listing with ID: BN10%20OKD
2026-03-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN10%2520OKD%27 HTTP/1.1" 200 None
2026-03-30 06:06:36 [bca.uk] INFO: Scrape type for BN10%20OKD: 2
2026-03-30 06:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d215309-498c-5b2e-9d45-fa100bb44824 with identifier: BN10%20OKD
2026-03-30 06:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d215309-498c-5b2e-9d45-fa100bb44824 with scrape type 2
2026-03-30 06:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d215309-498c-5b2e-9d45-fa100bb44824 with scrape type 2
2026-03-30 06:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d215309-498c-5b2e-9d45-fa100bb44824, identifier: BN10%20OKD
2026-03-30 06:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d215309-498c-5b2e-9d45-fa100bb44824 with identifier: BN10%20OKD
2026-03-30 06:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d215309-498c-5b2e-9d45-fa100bb44824 with identifier: BN10%20OKD
2026-03-30 06:06:36 [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-30 06:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:36 [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': 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-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN10%2520OKD%27 HTTP/1.1" 200 None
2026-03-30 06:06:36 [bca.uk] INFO: Saving data for BN10%20OKD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651883.982056, 'last_price_update_time': 1774850796.853821}
2026-03-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:36 [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-30 06:06:36 [bca.uk] INFO: Found listing with ID: HY73%20KHK
2026-03-30 06:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY73%2520KHK%27 HTTP/1.1" 200 None
2026-03-30 06:06:36 [bca.uk] INFO: Scrape type for HY73%20KHK: 2
2026-03-30 06:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14593058-613d-5609-a480-d61e3e7bb6d1 with identifier: HY73%20KHK
2026-03-30 06:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14593058-613d-5609-a480-d61e3e7bb6d1 with scrape type 2
2026-03-30 06:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14593058-613d-5609-a480-d61e3e7bb6d1 with scrape type 2
2026-03-30 06:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14593058-613d-5609-a480-d61e3e7bb6d1, identifier: HY73%20KHK
2026-03-30 06:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14593058-613d-5609-a480-d61e3e7bb6d1 with identifier: HY73%20KHK
2026-03-30 06:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14593058-613d-5609-a480-d61e3e7bb6d1 with identifier: HY73%20KHK
2026-03-30 06:06:37 [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-30 06:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:37 [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': 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-30 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY73%2520KHK%27 HTTP/1.1" 200 None
2026-03-30 06:06:37 [bca.uk] INFO: Saving data for HY73%20KHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774651882.124809, 'last_price_update_time': 1774850797.243474}
2026-03-30 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:37 [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-30 06:06:37 [bca.uk] INFO: Found listing with ID: WG22%20GHY
2026-03-30 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG22%2520GHY%27 HTTP/1.1" 200 None
2026-03-30 06:06:37 [bca.uk] INFO: Scrape type for WG22%20GHY: 2
2026-03-30 06:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d884be7a-475f-5c17-ae0c-3080f7a0aaef with identifier: WG22%20GHY
2026-03-30 06:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d884be7a-475f-5c17-ae0c-3080f7a0aaef with scrape type 2
2026-03-30 06:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d884be7a-475f-5c17-ae0c-3080f7a0aaef with scrape type 2
2026-03-30 06:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d884be7a-475f-5c17-ae0c-3080f7a0aaef, identifier: WG22%20GHY
2026-03-30 06:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d884be7a-475f-5c17-ae0c-3080f7a0aaef with identifier: WG22%20GHY
2026-03-30 06:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d884be7a-475f-5c17-ae0c-3080f7a0aaef with identifier: WG22%20GHY
2026-03-30 06:06:37 [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-30 06:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:37 [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': 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-30 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG22%2520GHY%27 HTTP/1.1" 200 None
2026-03-30 06:06:37 [bca.uk] INFO: Saving data for WG22%20GHY: {'auction_closing_time': 1774951200.0, 'created_time': 1774651876.193997, 'last_price_update_time': 1774850797.690188}
2026-03-30 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:37 [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-30 06:06:37 [bca.uk] INFO: Found listing with ID: EN71%20UET
2026-03-30 06:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN71%2520UET%27 HTTP/1.1" 200 None
2026-03-30 06:06:37 [bca.uk] INFO: Scrape type for EN71%20UET: 2
2026-03-30 06:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8446b768-63cc-5bc8-9391-70756f24472f with identifier: EN71%20UET
2026-03-30 06:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8446b768-63cc-5bc8-9391-70756f24472f with scrape type 2
2026-03-30 06:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8446b768-63cc-5bc8-9391-70756f24472f with scrape type 2
2026-03-30 06:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8446b768-63cc-5bc8-9391-70756f24472f, identifier: EN71%20UET
2026-03-30 06:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8446b768-63cc-5bc8-9391-70756f24472f with identifier: EN71%20UET
2026-03-30 06:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8446b768-63cc-5bc8-9391-70756f24472f with identifier: EN71%20UET
2026-03-30 06:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8446b768-63cc-5bc8-9391-70756f24472f with identifier: EN71%20UET to the API
2026-03-30 06:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:38 [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': 52,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN71%20UET-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '8446b768-63cc-5bc8-9391-70756f24472f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN71 UET',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN71%20UET&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 39741,
'odometer_reading_unit': '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': 'SALYA2AY6MA325602',
'year': 2022}
2026-03-30 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN71%2520UET%27 HTTP/1.1" 200 None
2026-03-30 06:06:38 [bca.uk] INFO: Saving data for EN71%20UET: {'auction_closing_time': 1774951200.0, 'created_time': 1774535694.176163, 'last_price_update_time': 1774850798.146987}
2026-03-30 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN71%2520UET') HTTP/1.1" 204 0
2026-03-30 06:06:38 [bca.uk] INFO: Found listing with ID: GL71%20USX
2026-03-30 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL71%2520USX%27 HTTP/1.1" 200 None
2026-03-30 06:06:38 [bca.uk] INFO: Scrape type for GL71%20USX: 2
2026-03-30 06:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31c0a337-2270-5311-943a-278c6d8e9771 with identifier: GL71%20USX
2026-03-30 06:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31c0a337-2270-5311-943a-278c6d8e9771 with scrape type 2
2026-03-30 06:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31c0a337-2270-5311-943a-278c6d8e9771 with scrape type 2
2026-03-30 06:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31c0a337-2270-5311-943a-278c6d8e9771, identifier: GL71%20USX
2026-03-30 06:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31c0a337-2270-5311-943a-278c6d8e9771 with identifier: GL71%20USX
2026-03-30 06:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31c0a337-2270-5311-943a-278c6d8e9771 with identifier: GL71%20USX
2026-03-30 06:06:38 [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-30 06:06:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:38 [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': 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-30 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL71%2520USX%27 HTTP/1.1" 200 None
2026-03-30 06:06:38 [bca.uk] INFO: Saving data for GL71%20USX: {'auction_closing_time': 1774951200.0, 'created_time': 1774651880.515154, 'last_price_update_time': 1774850798.62049}
2026-03-30 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:38 [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-30 06:06:38 [bca.uk] INFO: Found listing with ID: LF72%20EGY
2026-03-30 06:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF72%2520EGY%27 HTTP/1.1" 200 None
2026-03-30 06:06:38 [bca.uk] INFO: Scrape type for LF72%20EGY: 2
2026-03-30 06:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77e2c4ba-c243-5d32-8322-038109834406 with identifier: LF72%20EGY
2026-03-30 06:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77e2c4ba-c243-5d32-8322-038109834406 with scrape type 2
2026-03-30 06:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77e2c4ba-c243-5d32-8322-038109834406 with scrape type 2
2026-03-30 06:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77e2c4ba-c243-5d32-8322-038109834406, identifier: LF72%20EGY
2026-03-30 06:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77e2c4ba-c243-5d32-8322-038109834406 with identifier: LF72%20EGY
2026-03-30 06:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77e2c4ba-c243-5d32-8322-038109834406 with identifier: LF72%20EGY
2026-03-30 06:06:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77e2c4ba-c243-5d32-8322-038109834406 with identifier: LF72%20EGY to the API
2026-03-30 06:06:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF72%20EGY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '77e2c4ba-c243-5d32-8322-038109834406',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LF72 EGY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF72%20EGY&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 16909,
'odometer_reading_unit': '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.5 TSI 150 R LINE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 150 R LINE DSG',
'vin': 'WVGZZZA1ZPV525189',
'year': 2022}
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF72%2520EGY%27 HTTP/1.1" 200 None
2026-03-30 06:06:39 [bca.uk] INFO: Saving data for LF72%20EGY: {'auction_closing_time': 1774951200.0, 'created_time': 1774535671.458778, 'last_price_update_time': 1774850799.046621}
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF72%2520EGY') HTTP/1.1" 204 0
2026-03-30 06:06:39 [bca.uk] INFO: Found listing with ID: LG23%20XZX
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG23%2520XZX%27 HTTP/1.1" 200 None
2026-03-30 06:06:39 [bca.uk] INFO: Scrape type for LG23%20XZX: 2
2026-03-30 06:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e95b36b-e8de-570f-8a3d-8d62b33d293c with identifier: LG23%20XZX
2026-03-30 06:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e95b36b-e8de-570f-8a3d-8d62b33d293c with scrape type 2
2026-03-30 06:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e95b36b-e8de-570f-8a3d-8d62b33d293c with scrape type 2
2026-03-30 06:06:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e95b36b-e8de-570f-8a3d-8d62b33d293c, identifier: LG23%20XZX
2026-03-30 06:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e95b36b-e8de-570f-8a3d-8d62b33d293c with identifier: LG23%20XZX
2026-03-30 06:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e95b36b-e8de-570f-8a3d-8d62b33d293c with identifier: LG23%20XZX
2026-03-30 06:06:39 [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-30 06:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG23%2520XZX%27 HTTP/1.1" 200 None
2026-03-30 06:06:39 [bca.uk] INFO: Saving data for LG23%20XZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774651872.450583, 'last_price_update_time': 1774850799.476656}
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:39 [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-30 06:06:39 [bca.uk] INFO: Found listing with ID: FL21%20VDZ
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:39 [bca.uk] INFO: Scrape type for FL21%20VDZ: 2
2026-03-30 06:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bb48179-4415-5b50-a0dd-15efffa5979d with identifier: FL21%20VDZ
2026-03-30 06:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bb48179-4415-5b50-a0dd-15efffa5979d with scrape type 2
2026-03-30 06:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bb48179-4415-5b50-a0dd-15efffa5979d with scrape type 2
2026-03-30 06:06:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bb48179-4415-5b50-a0dd-15efffa5979d, identifier: FL21%20VDZ
2026-03-30 06:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bb48179-4415-5b50-a0dd-15efffa5979d with identifier: FL21%20VDZ
2026-03-30 06:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bb48179-4415-5b50-a0dd-15efffa5979d with identifier: FL21%20VDZ
2026-03-30 06:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bb48179-4415-5b50-a0dd-15efffa5979d with identifier: FL21%20VDZ to the API
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 66,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL21%20VDZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '6bb48179-4415-5b50-a0dd-15efffa5979d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL21 VDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL21%20VDZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'AUDI',
'model': 'Q8',
'odometer': 78422,
'odometer_reading_unit': '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 E Q S LINE TIP Coupe',
'transmission': 'manual',
'trim': '55 TFSI E Q S LINE TIP',
'vin': 'WAUZZZF18MD027945',
'year': 2021}
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:39 [bca.uk] INFO: Saving data for FL21%20VDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774534215.205488, 'last_price_update_time': 1774850799.902207}
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL21%2520VDZ') HTTP/1.1" 204 0
2026-03-30 06:06:39 [bca.uk] INFO: Found listing with ID: K321%20PXX
2026-03-30 06:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27K321%2520PXX%27 HTTP/1.1" 200 None
2026-03-30 06:06:39 [bca.uk] INFO: Scrape type for K321%20PXX: 2
2026-03-30 06:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a53896d-282c-540c-bd36-c09efd7f8b22 with identifier: K321%20PXX
2026-03-30 06:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a53896d-282c-540c-bd36-c09efd7f8b22 with scrape type 2
2026-03-30 06:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a53896d-282c-540c-bd36-c09efd7f8b22 with scrape type 2
2026-03-30 06:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a53896d-282c-540c-bd36-c09efd7f8b22, identifier: K321%20PXX
2026-03-30 06:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a53896d-282c-540c-bd36-c09efd7f8b22 with identifier: K321%20PXX
2026-03-30 06:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a53896d-282c-540c-bd36-c09efd7f8b22 with identifier: K321%20PXX
2026-03-30 06:06:40 [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-30 06:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27K321%2520PXX%27 HTTP/1.1" 200 None
2026-03-30 06:06:40 [bca.uk] INFO: Saving data for K321%20PXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774476342.134598, 'last_price_update_time': 1774850800.330831}
2026-03-30 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:40 [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-30 06:06:40 [bca.uk] INFO: Found listing with ID: SB69%20LYC
2026-03-30 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB69%2520LYC%27 HTTP/1.1" 200 None
2026-03-30 06:06:40 [bca.uk] INFO: Scrape type for SB69%20LYC: 2
2026-03-30 06:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with identifier: SB69%20LYC
2026-03-30 06:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with scrape type 2
2026-03-30 06:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with scrape type 2
2026-03-30 06:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d, identifier: SB69%20LYC
2026-03-30 06:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with identifier: SB69%20LYC
2026-03-30 06:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16dc079f-12ce-5acf-83f3-d2dd253f5e9d with identifier: SB69%20LYC
2026-03-30 06:06:40 [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-30 06:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB69%2520LYC%27 HTTP/1.1" 200 None
2026-03-30 06:06:40 [bca.uk] INFO: Saving data for SB69%20LYC: {'auction_closing_time': 1774951200.0, 'created_time': 1774651872.821779, 'last_price_update_time': 1774850800.740743}
2026-03-30 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:40 [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-30 06:06:40 [bca.uk] INFO: Found listing with ID: NC23%20XLD
2026-03-30 06:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC23%2520XLD%27 HTTP/1.1" 200 None
2026-03-30 06:06:40 [bca.uk] INFO: Scrape type for NC23%20XLD: 2
2026-03-30 06:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with identifier: NC23%20XLD
2026-03-30 06:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with scrape type 2
2026-03-30 06:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with scrape type 2
2026-03-30 06:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43, identifier: NC23%20XLD
2026-03-30 06:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with identifier: NC23%20XLD
2026-03-30 06:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0470cbb-5a0a-5f1f-9b09-bcf1b1ac4d43 with identifier: NC23%20XLD
2026-03-30 06:06:40 [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-30 06:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC23%2520XLD%27 HTTP/1.1" 200 None
2026-03-30 06:06:41 [bca.uk] INFO: Saving data for NC23%20XLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774651870.970978, 'last_price_update_time': 1774850801.136009}
2026-03-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:41 [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-30 06:06:41 [bca.uk] INFO: Found listing with ID: DU17%20AZG
2026-03-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU17%2520AZG%27 HTTP/1.1" 200 None
2026-03-30 06:06:41 [bca.uk] INFO: Scrape type for DU17%20AZG: 2
2026-03-30 06:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee2e121c-b9d2-5a38-971a-7fabbd9384dd with identifier: DU17%20AZG
2026-03-30 06:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee2e121c-b9d2-5a38-971a-7fabbd9384dd with scrape type 2
2026-03-30 06:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee2e121c-b9d2-5a38-971a-7fabbd9384dd with scrape type 2
2026-03-30 06:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee2e121c-b9d2-5a38-971a-7fabbd9384dd, identifier: DU17%20AZG
2026-03-30 06:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee2e121c-b9d2-5a38-971a-7fabbd9384dd with identifier: DU17%20AZG
2026-03-30 06:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee2e121c-b9d2-5a38-971a-7fabbd9384dd with identifier: DU17%20AZG
2026-03-30 06:06:41 [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-30 06:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU17%2520AZG%27 HTTP/1.1" 200 None
2026-03-30 06:06:41 [bca.uk] INFO: Saving data for DU17%20AZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774651870.244379, 'last_price_update_time': 1774850801.547039}
2026-03-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:41 [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-30 06:06:41 [bca.uk] INFO: Found listing with ID: X5%20GTD
2026-03-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27X5%2520GTD%27 HTTP/1.1" 200 None
2026-03-30 06:06:41 [bca.uk] INFO: Scrape type for X5%20GTD: 2
2026-03-30 06:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29881805-cae9-548f-a5b6-8b662a4a95e5 with identifier: X5%20GTD
2026-03-30 06:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29881805-cae9-548f-a5b6-8b662a4a95e5 with scrape type 2
2026-03-30 06:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29881805-cae9-548f-a5b6-8b662a4a95e5 with scrape type 2
2026-03-30 06:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29881805-cae9-548f-a5b6-8b662a4a95e5, identifier: X5%20GTD
2026-03-30 06:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29881805-cae9-548f-a5b6-8b662a4a95e5 with identifier: X5%20GTD
2026-03-30 06:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29881805-cae9-548f-a5b6-8b662a4a95e5 with identifier: X5%20GTD
2026-03-30 06:06:41 [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-30 06:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27X5%2520GTD%27 HTTP/1.1" 200 None
2026-03-30 06:06:41 [bca.uk] INFO: Saving data for X5%20GTD: {'auction_closing_time': 1774951200.0, 'created_time': 1774651869.879561, 'last_price_update_time': 1774850801.950227}
2026-03-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:41 [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-30 06:06:41 [bca.uk] INFO: Found listing with ID: CV64%20BKG
2026-03-30 06:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV64%2520BKG%27 HTTP/1.1" 200 None
2026-03-30 06:06:41 [bca.uk] INFO: Scrape type for CV64%20BKG: 2
2026-03-30 06:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with identifier: CV64%20BKG
2026-03-30 06:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with scrape type 2
2026-03-30 06:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with scrape type 2
2026-03-30 06:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f67ce011-513e-5bee-bd04-67e0b5e6cbb8, identifier: CV64%20BKG
2026-03-30 06:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with identifier: CV64%20BKG
2026-03-30 06:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f67ce011-513e-5bee-bd04-67e0b5e6cbb8 with identifier: CV64%20BKG
2026-03-30 06:06:42 [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-30 06:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:42 [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': 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-30 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV64%2520BKG%27 HTTP/1.1" 200 None
2026-03-30 06:06:42 [bca.uk] INFO: Saving data for CV64%20BKG: {'auction_closing_time': 1774864800.0, 'created_time': 1774651870.620961, 'last_price_update_time': 1774850802.366568}
2026-03-30 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:42 [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-30 06:06:42 [bca.uk] INFO: Found listing with ID: SG17%20PZK
2026-03-30 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG17%2520PZK%27 HTTP/1.1" 200 None
2026-03-30 06:06:42 [bca.uk] INFO: Scrape type for SG17%20PZK: 2
2026-03-30 06:06:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c57cbd7-806e-5ce0-955d-575f7eeab26b with identifier: SG17%20PZK
2026-03-30 06:06:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c57cbd7-806e-5ce0-955d-575f7eeab26b with scrape type 2
2026-03-30 06:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c57cbd7-806e-5ce0-955d-575f7eeab26b with scrape type 2
2026-03-30 06:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c57cbd7-806e-5ce0-955d-575f7eeab26b, identifier: SG17%20PZK
2026-03-30 06:06:42 [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-30 06:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c57cbd7-806e-5ce0-955d-575f7eeab26b with identifier: SG17%20PZK
2026-03-30 06:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c57cbd7-806e-5ce0-955d-575f7eeab26b with identifier: SG17%20PZK
2026-03-30 06:06:42 [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-30 06:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:42 [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=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-30 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG17%2520PZK%27 HTTP/1.1" 200 None
2026-03-30 06:06:42 [bca.uk] INFO: Saving data for SG17%20PZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774651881.108004, 'last_price_update_time': 1774850802.82744}
2026-03-30 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:42 [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-30 06:06:42 [bca.uk] INFO: Found listing with ID: YS67%20ATN
2026-03-30 06:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS67%2520ATN%27 HTTP/1.1" 200 None
2026-03-30 06:06:42 [bca.uk] INFO: Scrape type for YS67%20ATN: 2
2026-03-30 06:06:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with identifier: YS67%20ATN
2026-03-30 06:06:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with scrape type 2
2026-03-30 06:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with scrape type 2
2026-03-30 06:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc, identifier: YS67%20ATN
2026-03-30 06:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with identifier: YS67%20ATN
2026-03-30 06:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc5d138a-90a0-5b5b-89d5-2ba25e7dccfc with identifier: YS67%20ATN
2026-03-30 06:06:43 [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-30 06:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS67%2520ATN%27 HTTP/1.1" 200 None
2026-03-30 06:06:43 [bca.uk] INFO: Saving data for YS67%20ATN: {'auction_closing_time': 1774864800.0, 'created_time': 1774651866.812952, 'last_price_update_time': 1774850803.414813}
2026-03-30 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:43 [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-30 06:06:43 [bca.uk] INFO: Total items found: 100
2026-03-30 06:06:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded
2026-03-30 06:06:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:06:43 [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-30 06:06:43 [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-30 06:06:43 [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-30 06:06:43 [bca.uk] INFO: Found listing with ID: VE17%20RTZ
2026-03-30 06:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE17%2520RTZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:43 [bca.uk] INFO: Scrape type for VE17%20RTZ: 2
2026-03-30 06:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f639461-e975-50d2-83c4-fbb27eee8c7c with identifier: VE17%20RTZ
2026-03-30 06:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f639461-e975-50d2-83c4-fbb27eee8c7c with scrape type 2
2026-03-30 06:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f639461-e975-50d2-83c4-fbb27eee8c7c with scrape type 2
2026-03-30 06:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f639461-e975-50d2-83c4-fbb27eee8c7c, identifier: VE17%20RTZ
2026-03-30 06:06:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f639461-e975-50d2-83c4-fbb27eee8c7c with identifier: VE17%20RTZ
2026-03-30 06:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f639461-e975-50d2-83c4-fbb27eee8c7c with identifier: VE17%20RTZ
2026-03-30 06:06:43 [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-30 06:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:44 [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': 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-30 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE17%2520RTZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:44 [bca.uk] INFO: Saving data for VE17%20RTZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651867.219789, 'last_price_update_time': 1774850804.064063}
2026-03-30 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:44 [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-30 06:06:44 [bca.uk] INFO: Found listing with ID: SN63%20FMO
2026-03-30 06:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN63%2520FMO%27 HTTP/1.1" 200 None
2026-03-30 06:06:44 [bca.uk] INFO: Scrape type for SN63%20FMO: 2
2026-03-30 06:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with identifier: SN63%20FMO
2026-03-30 06:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with scrape type 2
2026-03-30 06:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with scrape type 2
2026-03-30 06:06:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c, identifier: SN63%20FMO
2026-03-30 06:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with identifier: SN63%20FMO
2026-03-30 06:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 149f1c4f-2a37-5fce-9dd1-2f876f6b2c7c with identifier: SN63%20FMO
2026-03-30 06:06:44 [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-30 06:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:45 [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': 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-30 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN63%2520FMO%27 HTTP/1.1" 200 None
2026-03-30 06:06:45 [bca.uk] INFO: Saving data for SN63%20FMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651865.728707, 'last_price_update_time': 1774850805.345578}
2026-03-30 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:45 [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-30 06:06:45 [bca.uk] INFO: Found listing with ID: SY63%20KOV
2026-03-30 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY63%2520KOV%27 HTTP/1.1" 200 None
2026-03-30 06:06:45 [bca.uk] INFO: Scrape type for SY63%20KOV: 2
2026-03-30 06:06:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 209b0094-83e1-5ee5-b024-db5bec068cdb with identifier: SY63%20KOV
2026-03-30 06:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 209b0094-83e1-5ee5-b024-db5bec068cdb with scrape type 2
2026-03-30 06:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 209b0094-83e1-5ee5-b024-db5bec068cdb with scrape type 2
2026-03-30 06:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 209b0094-83e1-5ee5-b024-db5bec068cdb, identifier: SY63%20KOV
2026-03-30 06:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 209b0094-83e1-5ee5-b024-db5bec068cdb with identifier: SY63%20KOV
2026-03-30 06:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 209b0094-83e1-5ee5-b024-db5bec068cdb with identifier: SY63%20KOV
2026-03-30 06:06:45 [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-30 06:06:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:45 [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': 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-30 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY63%2520KOV%27 HTTP/1.1" 200 None
2026-03-30 06:06:45 [bca.uk] INFO: Saving data for SY63%20KOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774651866.080238, 'last_price_update_time': 1774850805.882605}
2026-03-30 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:45 [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-30 06:06:45 [bca.uk] INFO: Found listing with ID: SK70%20VVP
2026-03-30 06:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK70%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:06:45 [bca.uk] INFO: Scrape type for SK70%20VVP: 2
2026-03-30 06:06:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867e7822-6203-5df8-bdfe-6b0a38947eff with identifier: SK70%20VVP
2026-03-30 06:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867e7822-6203-5df8-bdfe-6b0a38947eff with scrape type 2
2026-03-30 06:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867e7822-6203-5df8-bdfe-6b0a38947eff with scrape type 2
2026-03-30 06:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 867e7822-6203-5df8-bdfe-6b0a38947eff, identifier: SK70%20VVP
2026-03-30 06:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 867e7822-6203-5df8-bdfe-6b0a38947eff with identifier: SK70%20VVP
2026-03-30 06:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 867e7822-6203-5df8-bdfe-6b0a38947eff with identifier: SK70%20VVP
2026-03-30 06:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 867e7822-6203-5df8-bdfe-6b0a38947eff with identifier: SK70%20VVP to the API
2026-03-30 06:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:46 [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=SK70%20VVP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '867e7822-6203-5df8-bdfe-6b0a38947eff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK70 VVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK70%20VVP&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'TESLA',
'model': 'MODEL S',
'odometer': 32964,
'odometer_reading_unit': '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 S PERFORMANCE LUDICROUS AWD Hatchback',
'transmission': 'automatic',
'trim': 'PERFORMANCE LUDICROUS AWD',
'vin': '5YJSB7E46LF403882',
'year': 2020}
2026-03-30 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK70%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:06:46 [bca.uk] INFO: Saving data for SK70%20VVP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649013.999778, 'last_price_update_time': 1774850806.343786}
2026-03-30 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK70%2520VVP') HTTP/1.1" 204 0
2026-03-30 06:06:46 [bca.uk] INFO: Found listing with ID: SR70%20FBU
2026-03-30 06:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR70%2520FBU%27 HTTP/1.1" 200 None
2026-03-30 06:06:46 [bca.uk] INFO: Scrape type for SR70%20FBU: 2
2026-03-30 06:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e5f955e-e70d-5e57-a67b-eb11b84445cc with identifier: SR70%20FBU
2026-03-30 06:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e5f955e-e70d-5e57-a67b-eb11b84445cc with scrape type 2
2026-03-30 06:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e5f955e-e70d-5e57-a67b-eb11b84445cc with scrape type 2
2026-03-30 06:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e5f955e-e70d-5e57-a67b-eb11b84445cc, identifier: SR70%20FBU
2026-03-30 06:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e5f955e-e70d-5e57-a67b-eb11b84445cc with identifier: SR70%20FBU
2026-03-30 06:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e5f955e-e70d-5e57-a67b-eb11b84445cc with identifier: SR70%20FBU
2026-03-30 06:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e5f955e-e70d-5e57-a67b-eb11b84445cc with identifier: SR70%20FBU to the API
2026-03-30 06:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:47 [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': 249,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR70%20FBU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0e5f955e-e70d-5e57-a67b-eb11b84445cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SR70 FBU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR70%20FBU&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 54595,
'odometer_reading_unit': '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 D300 HSE DYNAMIC StationWagon',
'transmission': 'automatic',
'trim': 'D300 HSE DYNAMIC',
'vin': 'SALWA2AK3LA726980',
'year': 2020}
2026-03-30 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR70%2520FBU%27 HTTP/1.1" 200 None
2026-03-30 06:06:47 [bca.uk] INFO: Saving data for SR70%20FBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649013.071156, 'last_price_update_time': 1774850807.845377}
2026-03-30 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR70%2520FBU') HTTP/1.1" 204 0
2026-03-30 06:06:47 [bca.uk] INFO: Found listing with ID: FD66%20JYF
2026-03-30 06:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD66%2520JYF%27 HTTP/1.1" 200 None
2026-03-30 06:06:47 [bca.uk] INFO: Scrape type for FD66%20JYF: 2
2026-03-30 06:06:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with identifier: FD66%20JYF
2026-03-30 06:06:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with scrape type 2
2026-03-30 06:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with scrape type 2
2026-03-30 06:06:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6, identifier: FD66%20JYF
2026-03-30 06:06:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with identifier: FD66%20JYF
2026-03-30 06:06:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f8b54d2-a482-5ecc-a710-f1457eecbdf6 with identifier: FD66%20JYF
2026-03-30 06:06:48 [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-30 06:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:48 [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': 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-30 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD66%2520JYF%27 HTTP/1.1" 200 None
2026-03-30 06:06:48 [bca.uk] INFO: Saving data for FD66%20JYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774651863.337869, 'last_price_update_time': 1774850808.313448}
2026-03-30 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:48 [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-30 06:06:48 [bca.uk] INFO: Found listing with ID: L8%20ULV
2026-03-30 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L8%2520ULV%27 HTTP/1.1" 200 None
2026-03-30 06:06:48 [bca.uk] INFO: Scrape type for L8%20ULV: 2
2026-03-30 06:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75b5281b-d618-512b-a814-0f75cf4e3147 with identifier: L8%20ULV
2026-03-30 06:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75b5281b-d618-512b-a814-0f75cf4e3147 with scrape type 2
2026-03-30 06:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75b5281b-d618-512b-a814-0f75cf4e3147 with scrape type 2
2026-03-30 06:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75b5281b-d618-512b-a814-0f75cf4e3147, identifier: L8%20ULV
2026-03-30 06:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75b5281b-d618-512b-a814-0f75cf4e3147 with identifier: L8%20ULV
2026-03-30 06:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75b5281b-d618-512b-a814-0f75cf4e3147 with identifier: L8%20ULV
2026-03-30 06:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75b5281b-d618-512b-a814-0f75cf4e3147 with identifier: L8%20ULV to the API
2026-03-30 06:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:48 [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=L8%20ULV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '75b5281b-d618-512b-a814-0f75cf4e3147',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'L8 ULV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=L8%20ULV&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'AUDI',
'model': 'A5',
'odometer': 74520,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'AUDI A5 2.0 TFSI QUATTRO S LINE SP.ED.S-T Coupe',
'transmission': 'automatic',
'trim': 'TFSI QUATTRO S LINE SP.ED.S-T',
'vin': 'WAUZZZ8T5AA042267',
'year': 2009}
2026-03-30 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L8%2520ULV%27 HTTP/1.1" 200 None
2026-03-30 06:06:48 [bca.uk] INFO: Saving data for L8%20ULV: {'auction_closing_time': 1774864800.0, 'created_time': 1774648944.30557, 'last_price_update_time': 1774850808.757466}
2026-03-30 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L8%2520ULV') HTTP/1.1" 204 0
2026-03-30 06:06:48 [bca.uk] INFO: Found listing with ID: LL12%20SVJ
2026-03-30 06:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL12%2520SVJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:48 [bca.uk] INFO: Scrape type for LL12%20SVJ: 2
2026-03-30 06:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9092a672-9bc8-528e-9cc2-92f629f77153 with identifier: LL12%20SVJ
2026-03-30 06:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9092a672-9bc8-528e-9cc2-92f629f77153 with scrape type 2
2026-03-30 06:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9092a672-9bc8-528e-9cc2-92f629f77153 with scrape type 2
2026-03-30 06:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9092a672-9bc8-528e-9cc2-92f629f77153, identifier: LL12%20SVJ
2026-03-30 06:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9092a672-9bc8-528e-9cc2-92f629f77153 with identifier: LL12%20SVJ
2026-03-30 06:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9092a672-9bc8-528e-9cc2-92f629f77153 with identifier: LL12%20SVJ
2026-03-30 06:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9092a672-9bc8-528e-9cc2-92f629f77153 with identifier: LL12%20SVJ to the API
2026-03-30 06:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:49 [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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL12%20SVJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9092a672-9bc8-528e-9cc2-92f629f77153',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL12 SVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL12%20SVJ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 86236,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'HONDA JAZZ 1.4 I-VTEC EXL Hatchback',
'transmission': 'automatic',
'trim': 'I-VTEC EXL',
'vin': 'SHHGG6880CU023018',
'year': 2012}
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL12%2520SVJ%27 HTTP/1.1" 200 None
2026-03-30 06:06:49 [bca.uk] INFO: Saving data for LL12%20SVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774649002.881479, 'last_price_update_time': 1774850809.196498}
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL12%2520SVJ') HTTP/1.1" 204 0
2026-03-30 06:06:49 [bca.uk] INFO: Found listing with ID: SL12%20ADV
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL12%2520ADV%27 HTTP/1.1" 200 None
2026-03-30 06:06:49 [bca.uk] INFO: Scrape type for SL12%20ADV: 2
2026-03-30 06:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c06c0d10-79e3-5126-b067-9b78a8fb26df with identifier: SL12%20ADV
2026-03-30 06:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c06c0d10-79e3-5126-b067-9b78a8fb26df with scrape type 2
2026-03-30 06:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c06c0d10-79e3-5126-b067-9b78a8fb26df with scrape type 2
2026-03-30 06:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c06c0d10-79e3-5126-b067-9b78a8fb26df, identifier: SL12%20ADV
2026-03-30 06:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c06c0d10-79e3-5126-b067-9b78a8fb26df with identifier: SL12%20ADV
2026-03-30 06:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c06c0d10-79e3-5126-b067-9b78a8fb26df with identifier: SL12%20ADV
2026-03-30 06:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c06c0d10-79e3-5126-b067-9b78a8fb26df with identifier: SL12%20ADV to the API
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:49 [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=SL12%20ADV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c06c0d10-79e3-5126-b067-9b78a8fb26df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL12 ADV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL12%20ADV&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 93781,
'odometer_reading_unit': '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 EXCLUSIV Hatchback',
'transmission': 'automatic',
'trim': '16V 115 EXCLUSIV',
'vin': 'W0LPD6ED8CG069322',
'year': 2012}
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL12%2520ADV%27 HTTP/1.1" 200 None
2026-03-30 06:06:49 [bca.uk] INFO: Saving data for SL12%20ADV: {'auction_closing_time': 1774864800.0, 'created_time': 1774648941.380863, 'last_price_update_time': 1774850809.677067}
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL12%2520ADV') HTTP/1.1" 204 0
2026-03-30 06:06:49 [bca.uk] INFO: Found listing with ID: GJ67%20OET
2026-03-30 06:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ67%2520OET%27 HTTP/1.1" 200 None
2026-03-30 06:06:49 [bca.uk] INFO: Scrape type for GJ67%20OET: 2
2026-03-30 06:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d36f3b09-0802-5f73-9137-5ff130a4b9c2 with identifier: GJ67%20OET
2026-03-30 06:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d36f3b09-0802-5f73-9137-5ff130a4b9c2 with scrape type 2
2026-03-30 06:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d36f3b09-0802-5f73-9137-5ff130a4b9c2 with scrape type 2
2026-03-30 06:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d36f3b09-0802-5f73-9137-5ff130a4b9c2, identifier: GJ67%20OET
2026-03-30 06:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d36f3b09-0802-5f73-9137-5ff130a4b9c2 with identifier: GJ67%20OET
2026-03-30 06:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d36f3b09-0802-5f73-9137-5ff130a4b9c2 with identifier: GJ67%20OET
2026-03-30 06:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d36f3b09-0802-5f73-9137-5ff130a4b9c2 with identifier: GJ67%20OET to the API
2026-03-30 06:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:50 [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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ67%20OET-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd36f3b09-0802-5f73-9137-5ff130a4b9c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ67 OET',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ67%20OET&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 80701,
'odometer_reading_unit': '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 TFSI 190 SPORT S-T Hatchback',
'transmission': 'automatic',
'trim': 'TFSI 190 SPORT S-T',
'vin': 'WAUZZZ8V8JA035427',
'year': 2017}
2026-03-30 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ67%2520OET%27 HTTP/1.1" 200 None
2026-03-30 06:06:50 [bca.uk] INFO: Saving data for GJ67%20OET: {'auction_closing_time': 1774864800.0, 'created_time': 1774648940.878674, 'last_price_update_time': 1774850810.567505}
2026-03-30 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ67%2520OET') HTTP/1.1" 204 0
2026-03-30 06:06:50 [bca.uk] INFO: Found listing with ID: SL66%20WTO
2026-03-30 06:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL66%2520WTO%27 HTTP/1.1" 200 None
2026-03-30 06:06:50 [bca.uk] INFO: Scrape type for SL66%20WTO: 2
2026-03-30 06:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33404c5a-9034-50d3-8051-6288b5a13df1 with identifier: SL66%20WTO
2026-03-30 06:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33404c5a-9034-50d3-8051-6288b5a13df1 with scrape type 2
2026-03-30 06:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33404c5a-9034-50d3-8051-6288b5a13df1 with scrape type 2
2026-03-30 06:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33404c5a-9034-50d3-8051-6288b5a13df1, identifier: SL66%20WTO
2026-03-30 06:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33404c5a-9034-50d3-8051-6288b5a13df1 with identifier: SL66%20WTO
2026-03-30 06:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33404c5a-9034-50d3-8051-6288b5a13df1 with identifier: SL66%20WTO
2026-03-30 06:06:50 [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-30 06:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:51 [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': 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-30 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL66%2520WTO%27 HTTP/1.1" 200 None
2026-03-30 06:06:51 [bca.uk] INFO: Saving data for SL66%20WTO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651882.643818, 'last_price_update_time': 1774850811.137989}
2026-03-30 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:51 [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-30 06:06:51 [bca.uk] INFO: Found listing with ID: EJ02%20EGU
2026-03-30 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ02%2520EGU%27 HTTP/1.1" 200 None
2026-03-30 06:06:51 [bca.uk] INFO: Scrape type for EJ02%20EGU: 2
2026-03-30 06:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d28915e-c033-51ef-b65f-6e595fc31187 with identifier: EJ02%20EGU
2026-03-30 06:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d28915e-c033-51ef-b65f-6e595fc31187 with scrape type 2
2026-03-30 06:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d28915e-c033-51ef-b65f-6e595fc31187 with scrape type 2
2026-03-30 06:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d28915e-c033-51ef-b65f-6e595fc31187, identifier: EJ02%20EGU
2026-03-30 06:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d28915e-c033-51ef-b65f-6e595fc31187 with identifier: EJ02%20EGU
2026-03-30 06:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d28915e-c033-51ef-b65f-6e595fc31187 with identifier: EJ02%20EGU
2026-03-30 06:06:51 [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-30 06:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:51 [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': 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-30 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ02%2520EGU%27 HTTP/1.1" 200 None
2026-03-30 06:06:51 [bca.uk] INFO: Saving data for EJ02%20EGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651863.675367, 'last_price_update_time': 1774850811.548218}
2026-03-30 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:51 [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-30 06:06:51 [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-30 06:06:51 [bca.uk] INFO: Found listing with ID: YC10%20PAO
2026-03-30 06:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC10%2520PAO%27 HTTP/1.1" 200 None
2026-03-30 06:06:51 [bca.uk] INFO: Scrape type for YC10%20PAO: 2
2026-03-30 06:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4930fdc4-2cf5-5437-a8f4-c63d525b274c with identifier: YC10%20PAO
2026-03-30 06:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4930fdc4-2cf5-5437-a8f4-c63d525b274c with scrape type 2
2026-03-30 06:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4930fdc4-2cf5-5437-a8f4-c63d525b274c with scrape type 2
2026-03-30 06:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4930fdc4-2cf5-5437-a8f4-c63d525b274c, identifier: YC10%20PAO
2026-03-30 06:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4930fdc4-2cf5-5437-a8f4-c63d525b274c with identifier: YC10%20PAO
2026-03-30 06:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4930fdc4-2cf5-5437-a8f4-c63d525b274c with identifier: YC10%20PAO
2026-03-30 06:06:51 [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-30 06:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:51 [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=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-30 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC10%2520PAO%27 HTTP/1.1" 200 None
2026-03-30 06:06:52 [bca.uk] INFO: Saving data for YC10%20PAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651864.747028, 'last_price_update_time': 1774850812.012678}
2026-03-30 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:52 [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-30 06:06:52 [bca.uk] INFO: Found listing with ID: OV22%20RZK
2026-03-30 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV22%2520RZK%27 HTTP/1.1" 200 None
2026-03-30 06:06:52 [bca.uk] INFO: Scrape type for OV22%20RZK: 2
2026-03-30 06:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d5a8e84-bf4c-5751-974f-e66a66a0f4f0 with identifier: OV22%20RZK
2026-03-30 06:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d5a8e84-bf4c-5751-974f-e66a66a0f4f0 with scrape type 2
2026-03-30 06:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d5a8e84-bf4c-5751-974f-e66a66a0f4f0 with scrape type 2
2026-03-30 06:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d5a8e84-bf4c-5751-974f-e66a66a0f4f0, identifier: OV22%20RZK
2026-03-30 06:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d5a8e84-bf4c-5751-974f-e66a66a0f4f0 with identifier: OV22%20RZK
2026-03-30 06:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d5a8e84-bf4c-5751-974f-e66a66a0f4f0 with identifier: OV22%20RZK
2026-03-30 06:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d5a8e84-bf4c-5751-974f-e66a66a0f4f0 with identifier: OV22%20RZK to the API
2026-03-30 06:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:52 [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': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV22%20RZK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5d5a8e84-bf4c-5751-974f-e66a66a0f4f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV22 RZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV22%20RZK&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'C200 EQ-B',
'odometer': 47428,
'odometer_reading_unit': '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 C200 EQ-B 1.5 AMG LINE PREMIUM 9G Estate',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM 9G',
'vin': 'W1K2062422F055883',
'year': 2022}
2026-03-30 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV22%2520RZK%27 HTTP/1.1" 200 None
2026-03-30 06:06:52 [bca.uk] INFO: Saving data for OV22%20RZK: {'auction_closing_time': 1774951200.0, 'created_time': 1774648942.840239, 'last_price_update_time': 1774850812.441302}
2026-03-30 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV22%2520RZK') HTTP/1.1" 204 0
2026-03-30 06:06:52 [bca.uk] INFO: Found listing with ID: WN20%20RBX
2026-03-30 06:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN20%2520RBX%27 HTTP/1.1" 200 None
2026-03-30 06:06:52 [bca.uk] INFO: Scrape type for WN20%20RBX: 2
2026-03-30 06:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d3d7bd0-00fb-5d65-8b21-501e86c6bb2f with identifier: WN20%20RBX
2026-03-30 06:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d3d7bd0-00fb-5d65-8b21-501e86c6bb2f with scrape type 2
2026-03-30 06:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d3d7bd0-00fb-5d65-8b21-501e86c6bb2f with scrape type 2
2026-03-30 06:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d3d7bd0-00fb-5d65-8b21-501e86c6bb2f, identifier: WN20%20RBX
2026-03-30 06:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d3d7bd0-00fb-5d65-8b21-501e86c6bb2f with identifier: WN20%20RBX
2026-03-30 06:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d3d7bd0-00fb-5d65-8b21-501e86c6bb2f with identifier: WN20%20RBX
2026-03-30 06:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d3d7bd0-00fb-5d65-8b21-501e86c6bb2f with identifier: WN20%20RBX to the API
2026-03-30 06:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:53 [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': 244,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN20%20RBX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7d3d7bd0-00fb-5d65-8b21-501e86c6bb2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN20 RBX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN20%20RBX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 48479,
'odometer_reading_unit': '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': 'SALRA2AK5L2438384',
'year': 2020}
2026-03-30 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN20%2520RBX%27 HTTP/1.1" 200 None
2026-03-30 06:06:53 [bca.uk] INFO: Saving data for WN20%20RBX: {'auction_closing_time': 1774951200.0, 'created_time': 1774648943.907209, 'last_price_update_time': 1774850813.861524}
2026-03-30 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN20%2520RBX') HTTP/1.1" 204 0
2026-03-30 06:06:53 [bca.uk] INFO: Total items found: 100
2026-03-30 06:06:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded
2026-03-30 06:06:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:06:53 [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-30 06:06:53 [bca.uk] INFO: Found listing with ID: OF07%20ELF
2026-03-30 06:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OF07%2520ELF%27 HTTP/1.1" 200 None
2026-03-30 06:06:53 [bca.uk] INFO: Scrape type for OF07%20ELF: 2
2026-03-30 06:06:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49d665e9-87cf-591a-b9ff-6da61240551b with identifier: OF07%20ELF
2026-03-30 06:06:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49d665e9-87cf-591a-b9ff-6da61240551b with scrape type 2
2026-03-30 06:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49d665e9-87cf-591a-b9ff-6da61240551b with scrape type 2
2026-03-30 06:06:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49d665e9-87cf-591a-b9ff-6da61240551b, identifier: OF07%20ELF
2026-03-30 06:06:53 [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-30 06:06:53 [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-30 06:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49d665e9-87cf-591a-b9ff-6da61240551b with identifier: OF07%20ELF
2026-03-30 06:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49d665e9-87cf-591a-b9ff-6da61240551b with identifier: OF07%20ELF
2026-03-30 06:06:54 [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-30 06:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OF07%2520ELF%27 HTTP/1.1" 200 None
2026-03-30 06:06:54 [bca.uk] INFO: Saving data for OF07%20ELF: {'auction_closing_time': 1774951200.0, 'created_time': 1774562681.39237, 'last_price_update_time': 1774850814.29726}
2026-03-30 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:54 [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-30 06:06:54 [bca.uk] INFO: Found listing with ID: GJ23%20MRO
2026-03-30 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ23%2520MRO%27 HTTP/1.1" 200 None
2026-03-30 06:06:54 [bca.uk] INFO: Scrape type for GJ23%20MRO: 2
2026-03-30 06:06:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with identifier: GJ23%20MRO
2026-03-30 06:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with scrape type 2
2026-03-30 06:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with scrape type 2
2026-03-30 06:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25, identifier: GJ23%20MRO
2026-03-30 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-30 06:06:54 [bca.uk] INFO: Found listing with ID: EK16%20AKU
2026-03-30 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK16%2520AKU%27 HTTP/1.1" 200 None
2026-03-30 06:06:54 [bca.uk] INFO: Scrape type for EK16%20AKU: 2
2026-03-30 06:06:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79364e36-66c3-5da8-9176-b9e26f9a0cbf with identifier: EK16%20AKU
2026-03-30 06:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79364e36-66c3-5da8-9176-b9e26f9a0cbf with scrape type 2
2026-03-30 06:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79364e36-66c3-5da8-9176-b9e26f9a0cbf with scrape type 2
2026-03-30 06:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79364e36-66c3-5da8-9176-b9e26f9a0cbf, identifier: EK16%20AKU
2026-03-30 06:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with identifier: GJ23%20MRO
2026-03-30 06:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1ee0db8-6ba0-56cc-aa7a-a942a7fc2f25 with identifier: GJ23%20MRO
2026-03-30 06:06:54 [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-30 06:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:54 [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': 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-30 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ23%2520MRO%27 HTTP/1.1" 200 None
2026-03-30 06:06:54 [bca.uk] INFO: Saving data for GJ23%20MRO: {'auction_closing_time': 1774864800.0, 'created_time': 1773820541.93008, 'last_price_update_time': 1774850814.856791}
2026-03-30 06:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:54 [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-30 06:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79364e36-66c3-5da8-9176-b9e26f9a0cbf with identifier: EK16%20AKU
2026-03-30 06:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79364e36-66c3-5da8-9176-b9e26f9a0cbf with identifier: EK16%20AKU
2026-03-30 06:06:54 [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-30 06:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK16%2520AKU%27 HTTP/1.1" 200 None
2026-03-30 06:06:55 [bca.uk] INFO: Saving data for EK16%20AKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651860.893994, 'last_price_update_time': 1774850815.189579}
2026-03-30 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:55 [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-30 06:06:55 [bca.uk] INFO: Found listing with ID: GV69%20PSU
2026-03-30 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV69%2520PSU%27 HTTP/1.1" 200 None
2026-03-30 06:06:55 [bca.uk] INFO: Scrape type for GV69%20PSU: 2
2026-03-30 06:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3807050b-9ff6-542b-88b6-5d91852b4b04 with identifier: GV69%20PSU
2026-03-30 06:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3807050b-9ff6-542b-88b6-5d91852b4b04 with scrape type 2
2026-03-30 06:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3807050b-9ff6-542b-88b6-5d91852b4b04 with scrape type 2
2026-03-30 06:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3807050b-9ff6-542b-88b6-5d91852b4b04, identifier: GV69%20PSU
2026-03-30 06:06:55 [bca.uk] INFO: Found listing with ID: RA65%20VLP
2026-03-30 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA65%2520VLP%27 HTTP/1.1" 200 None
2026-03-30 06:06:55 [bca.uk] INFO: Scrape type for RA65%20VLP: 2
2026-03-30 06:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf42ab0-7352-5a83-8533-4090690e8c36 with identifier: RA65%20VLP
2026-03-30 06:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf42ab0-7352-5a83-8533-4090690e8c36 with scrape type 2
2026-03-30 06:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf42ab0-7352-5a83-8533-4090690e8c36 with scrape type 2
2026-03-30 06:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf42ab0-7352-5a83-8533-4090690e8c36, identifier: RA65%20VLP
2026-03-30 06:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3807050b-9ff6-542b-88b6-5d91852b4b04 with identifier: GV69%20PSU
2026-03-30 06:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3807050b-9ff6-542b-88b6-5d91852b4b04 with identifier: GV69%20PSU
2026-03-30 06:06:55 [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-30 06:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:55 [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': 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-30 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV69%2520PSU%27 HTTP/1.1" 200 None
2026-03-30 06:06:55 [bca.uk] INFO: Saving data for GV69%20PSU: {'auction_closing_time': 1774864800.0, 'created_time': 1773824399.225237, 'last_price_update_time': 1774850815.726885}
2026-03-30 06:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:55 [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-30 06:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf42ab0-7352-5a83-8533-4090690e8c36 with identifier: RA65%20VLP
2026-03-30 06:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf42ab0-7352-5a83-8533-4090690e8c36 with identifier: RA65%20VLP
2026-03-30 06:06:55 [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-30 06:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 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-30 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA65%2520VLP%27 HTTP/1.1" 200 None
2026-03-30 06:06:56 [bca.uk] INFO: Saving data for RA65%20VLP: {'auction_closing_time': 1774864800.0, 'created_time': 1774651881.72803, 'last_price_update_time': 1774850816.949264}
2026-03-30 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:56 [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-30 06:06:56 [bca.uk] INFO: Found listing with ID: GX71%20XBS
2026-03-30 06:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX71%2520XBS%27 HTTP/1.1" 200 None
2026-03-30 06:06:56 [bca.uk] INFO: Scrape type for GX71%20XBS: 2
2026-03-30 06:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb64b03a-b680-50c9-a62c-e3122f87e121 with identifier: GX71%20XBS
2026-03-30 06:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb64b03a-b680-50c9-a62c-e3122f87e121 with scrape type 2
2026-03-30 06:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb64b03a-b680-50c9-a62c-e3122f87e121 with scrape type 2
2026-03-30 06:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb64b03a-b680-50c9-a62c-e3122f87e121, identifier: GX71%20XBS
2026-03-30 06:06:57 [bca.uk] INFO: Found listing with ID: ST14%20JVM
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST14%2520JVM%27 HTTP/1.1" 200 None
2026-03-30 06:06:57 [bca.uk] INFO: Scrape type for ST14%20JVM: 2
2026-03-30 06:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f150826-b1fb-54a0-b7fc-ec67ad5dbda6 with identifier: ST14%20JVM
2026-03-30 06:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f150826-b1fb-54a0-b7fc-ec67ad5dbda6 with scrape type 2
2026-03-30 06:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f150826-b1fb-54a0-b7fc-ec67ad5dbda6 with scrape type 2
2026-03-30 06:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f150826-b1fb-54a0-b7fc-ec67ad5dbda6, identifier: ST14%20JVM
2026-03-30 06:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb64b03a-b680-50c9-a62c-e3122f87e121 with identifier: GX71%20XBS
2026-03-30 06:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb64b03a-b680-50c9-a62c-e3122f87e121 with identifier: GX71%20XBS
2026-03-30 06:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb64b03a-b680-50c9-a62c-e3122f87e121 with identifier: GX71%20XBS to the API
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:57 [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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX71%20XBS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb64b03a-b680-50c9-a62c-e3122f87e121',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX71 XBS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX71%20XBS&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 20975,
'odometer_reading_unit': '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 A4 AVANT 2.0 35 TFSI SPORT ED.S-T Estate',
'transmission': 'automatic',
'trim': '35 TFSI SPORT ED.S-T',
'vin': 'WAUZZZF40NA009484',
'year': 2021}
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX71%2520XBS%27 HTTP/1.1" 200 None
2026-03-30 06:06:57 [bca.uk] INFO: Saving data for GX71%20XBS: {'auction_closing_time': 1774864800.0, 'created_time': 1774648987.947921, 'last_price_update_time': 1774850817.469231}
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX71%2520XBS') HTTP/1.1" 204 0
2026-03-30 06:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f150826-b1fb-54a0-b7fc-ec67ad5dbda6 with identifier: ST14%20JVM
2026-03-30 06:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f150826-b1fb-54a0-b7fc-ec67ad5dbda6 with identifier: ST14%20JVM
2026-03-30 06:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f150826-b1fb-54a0-b7fc-ec67ad5dbda6 with identifier: ST14%20JVM to the API
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:57 [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': 215,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST14%20JVM-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0f150826-b1fb-54a0-b7fc-ec67ad5dbda6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST14 JVM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST14%20JVM&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VOLVO',
'model': 'XC90',
'odometer': 100064,
'odometer_reading_unit': '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': 'YV1CT3056E1703146',
'year': 2014}
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST14%2520JVM%27 HTTP/1.1" 200 None
2026-03-30 06:06:57 [bca.uk] INFO: Saving data for ST14%20JVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774649022.265938, 'last_price_update_time': 1774850817.881887}
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST14%2520JVM') HTTP/1.1" 204 0
2026-03-30 06:06:57 [bca.uk] INFO: Found listing with ID: KJ19%20MZZ
2026-03-30 06:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ19%2520MZZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:57 [bca.uk] INFO: Scrape type for KJ19%20MZZ: 2
2026-03-30 06:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e6abde-e367-5409-956b-efdc7a981227 with identifier: KJ19%20MZZ
2026-03-30 06:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e6abde-e367-5409-956b-efdc7a981227 with scrape type 2
2026-03-30 06:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e6abde-e367-5409-956b-efdc7a981227 with scrape type 2
2026-03-30 06:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8e6abde-e367-5409-956b-efdc7a981227, identifier: KJ19%20MZZ
2026-03-30 06:06:58 [bca.uk] INFO: Found listing with ID: CT59%20HCD
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT59%2520HCD%27 HTTP/1.1" 200 None
2026-03-30 06:06:58 [bca.uk] INFO: Scrape type for CT59%20HCD: 2
2026-03-30 06:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c701da85-64a5-572e-8816-c545488c0128 with identifier: CT59%20HCD
2026-03-30 06:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c701da85-64a5-572e-8816-c545488c0128 with scrape type 2
2026-03-30 06:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c701da85-64a5-572e-8816-c545488c0128 with scrape type 2
2026-03-30 06:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c701da85-64a5-572e-8816-c545488c0128, identifier: CT59%20HCD
2026-03-30 06:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8e6abde-e367-5409-956b-efdc7a981227 with identifier: KJ19%20MZZ
2026-03-30 06:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8e6abde-e367-5409-956b-efdc7a981227 with identifier: KJ19%20MZZ
2026-03-30 06:06:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8e6abde-e367-5409-956b-efdc7a981227 with identifier: KJ19%20MZZ to the API
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06:58 [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': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ19%20MZZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e8e6abde-e367-5409-956b-efdc7a981227',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KJ19 MZZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ19%20MZZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 63129,
'odometer_reading_unit': '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 PREMIUM DCT Hatchback',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM DCT',
'vin': 'WDD1770032V031351',
'year': 2019}
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ19%2520MZZ%27 HTTP/1.1" 200 None
2026-03-30 06:06:58 [bca.uk] INFO: Saving data for KJ19%20MZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774649008.752854, 'last_price_update_time': 1774850818.410713}
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520MZZ') HTTP/1.1" 204 0
2026-03-30 06:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c701da85-64a5-572e-8816-c545488c0128 with identifier: CT59%20HCD
2026-03-30 06:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c701da85-64a5-572e-8816-c545488c0128 with identifier: CT59%20HCD
2026-03-30 06:06:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c701da85-64a5-572e-8816-c545488c0128 with identifier: CT59%20HCD to the API
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:06: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT59%20HCD-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': 'c701da85-64a5-572e-8816-c545488c0128',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CT59 HCD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT59%20HCD&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 115539,
'odometer_reading_unit': '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.4 I-DSI EX IMA Saloon',
'transmission': 'automatic',
'trim': 'I-DSI EX IMA',
'vin': 'JHMFD36209S206852',
'year': 2015}
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT59%2520HCD%27 HTTP/1.1" 200 None
2026-03-30 06:06:58 [bca.uk] INFO: Saving data for CT59%20HCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774649024.46864, 'last_price_update_time': 1774850818.726184}
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT59%2520HCD') HTTP/1.1" 204 0
2026-03-30 06:06:58 [bca.uk] INFO: Found listing with ID: AK69%20OPY
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK69%2520OPY%27 HTTP/1.1" 200 None
2026-03-30 06:06:58 [bca.uk] INFO: Scrape type for AK69%20OPY: 2
2026-03-30 06:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 766b2f2d-8e48-5b7e-a25c-d763c8e1bb72 with identifier: AK69%20OPY
2026-03-30 06:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 766b2f2d-8e48-5b7e-a25c-d763c8e1bb72 with scrape type 2
2026-03-30 06:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 766b2f2d-8e48-5b7e-a25c-d763c8e1bb72 with scrape type 2
2026-03-30 06:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 766b2f2d-8e48-5b7e-a25c-d763c8e1bb72, identifier: AK69%20OPY
2026-03-30 06:06:58 [bca.uk] INFO: Found listing with ID: EG11%20AZX
2026-03-30 06:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG11%2520AZX%27 HTTP/1.1" 200 None
2026-03-30 06:06:58 [bca.uk] INFO: Scrape type for EG11%20AZX: 2
2026-03-30 06:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d282af59-ce0a-5ff8-a497-221e61eb8f8a with identifier: EG11%20AZX
2026-03-30 06:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d282af59-ce0a-5ff8-a497-221e61eb8f8a with scrape type 2
2026-03-30 06:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d282af59-ce0a-5ff8-a497-221e61eb8f8a with scrape type 2
2026-03-30 06:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d282af59-ce0a-5ff8-a497-221e61eb8f8a, identifier: EG11%20AZX
2026-03-30 06:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 766b2f2d-8e48-5b7e-a25c-d763c8e1bb72 with identifier: AK69%20OPY
2026-03-30 06:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 766b2f2d-8e48-5b7e-a25c-d763c8e1bb72 with identifier: AK69%20OPY
2026-03-30 06:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 766b2f2d-8e48-5b7e-a25c-d763c8e1bb72 with identifier: AK69%20OPY to the API
2026-03-30 06:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:00 [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': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK69%20OPY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '766b2f2d-8e48-5b7e-a25c-d763c8e1bb72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK69 OPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK69%20OPY&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 41657,
'odometer_reading_unit': '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 EDITION DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI EVO 150 MATCH EDITION DSG',
'vin': 'WVWZZZAUZLW067722',
'year': 2019}
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK69%2520OPY%27 HTTP/1.1" 200 None
2026-03-30 06:07:00 [bca.uk] INFO: Saving data for AK69%20OPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774648991.765313, 'last_price_update_time': 1774850820.249616}
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK69%2520OPY') HTTP/1.1" 204 0
2026-03-30 06:07:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d282af59-ce0a-5ff8-a497-221e61eb8f8a with identifier: EG11%20AZX
2026-03-30 06:07:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d282af59-ce0a-5ff8-a497-221e61eb8f8a with identifier: EG11%20AZX
2026-03-30 06:07:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d282af59-ce0a-5ff8-a497-221e61eb8f8a with identifier: EG11%20AZX to the API
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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=EG11%20AZX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd282af59-ce0a-5ff8-a497-221e61eb8f8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EG11 AZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG11%20AZX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 111694,
'odometer_reading_unit': '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': 'automatic',
'trim': '16V SE',
'vin': 'W0L0SDL68B4405722',
'year': 2011}
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG11%2520AZX%27 HTTP/1.1" 200 None
2026-03-30 06:07:00 [bca.uk] INFO: Saving data for EG11%20AZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774649023.673349, 'last_price_update_time': 1774850820.56878}
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG11%2520AZX') HTTP/1.1" 204 0
2026-03-30 06:07:00 [bca.uk] INFO: Found listing with ID: CV18%20FNN
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV18%2520FNN%27 HTTP/1.1" 200 None
2026-03-30 06:07:00 [bca.uk] INFO: Scrape type for CV18%20FNN: 2
2026-03-30 06:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9968cc0-5bf7-5ffd-814f-bfc73d0e1104 with identifier: CV18%20FNN
2026-03-30 06:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9968cc0-5bf7-5ffd-814f-bfc73d0e1104 with scrape type 2
2026-03-30 06:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9968cc0-5bf7-5ffd-814f-bfc73d0e1104 with scrape type 2
2026-03-30 06:07:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9968cc0-5bf7-5ffd-814f-bfc73d0e1104, identifier: CV18%20FNN
2026-03-30 06:07:00 [bca.uk] INFO: Found listing with ID: OV17%20YPT
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV17%2520YPT%27 HTTP/1.1" 200 None
2026-03-30 06:07:00 [bca.uk] INFO: Scrape type for OV17%20YPT: 2
2026-03-30 06:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f2951a0-a2dd-5d4f-b10f-4094780ff7f4 with identifier: OV17%20YPT
2026-03-30 06:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f2951a0-a2dd-5d4f-b10f-4094780ff7f4 with scrape type 2
2026-03-30 06:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f2951a0-a2dd-5d4f-b10f-4094780ff7f4 with scrape type 2
2026-03-30 06:07:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f2951a0-a2dd-5d4f-b10f-4094780ff7f4, identifier: OV17%20YPT
2026-03-30 06:07:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9968cc0-5bf7-5ffd-814f-bfc73d0e1104 with identifier: CV18%20FNN
2026-03-30 06:07:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9968cc0-5bf7-5ffd-814f-bfc73d0e1104 with identifier: CV18%20FNN
2026-03-30 06:07:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9968cc0-5bf7-5ffd-814f-bfc73d0e1104 with identifier: CV18%20FNN to the API
2026-03-30 06:07:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:01 [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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV18%20FNN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd9968cc0-5bf7-5ffd-814f-bfc73d0e1104',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CV18 FNN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV18%20FNN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 82453,
'odometer_reading_unit': '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 GT-LINE ISG DCT StationWagon',
'transmission': 'automatic',
'trim': 'CRDI 2WD GT-LINE ISG DCT',
'vin': 'U5YPK815VJL472638',
'year': 2018}
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV18%2520FNN%27 HTTP/1.1" 200 None
2026-03-30 06:07:01 [bca.uk] INFO: Saving data for CV18%20FNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774648996.711274, 'last_price_update_time': 1774850821.098054}
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV18%2520FNN') HTTP/1.1" 204 0
2026-03-30 06:07:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f2951a0-a2dd-5d4f-b10f-4094780ff7f4 with identifier: OV17%20YPT
2026-03-30 06:07:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f2951a0-a2dd-5d4f-b10f-4094780ff7f4 with identifier: OV17%20YPT
2026-03-30 06:07:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f2951a0-a2dd-5d4f-b10f-4094780ff7f4 with identifier: OV17%20YPT to the API
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV17%20YPT-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3f2951a0-a2dd-5d4f-b10f-4094780ff7f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV17 YPT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV17%20YPT&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 73204,
'odometer_reading_unit': '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 (7ST) StationWagon',
'transmission': 'manual',
'trim': 'SDV6 306 HSE DYNAMIC (7ST)',
'vin': 'SALWA2EK6HA148696',
'year': 2017}
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV17%2520YPT%27 HTTP/1.1" 200 None
2026-03-30 06:07:01 [bca.uk] INFO: Saving data for OV17%20YPT: {'auction_closing_time': 1774864800.0, 'created_time': 1774648947.749759, 'last_price_update_time': 1774850821.432792}
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV17%2520YPT') HTTP/1.1" 204 0
2026-03-30 06:07:01 [bca.uk] INFO: Found listing with ID: NA69%20ZFR
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA69%2520ZFR%27 HTTP/1.1" 200 None
2026-03-30 06:07:01 [bca.uk] INFO: Scrape type for NA69%20ZFR: 2
2026-03-30 06:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64dcd335-5e73-543d-aac6-4a27c3eed104 with identifier: NA69%20ZFR
2026-03-30 06:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64dcd335-5e73-543d-aac6-4a27c3eed104 with scrape type 2
2026-03-30 06:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64dcd335-5e73-543d-aac6-4a27c3eed104 with scrape type 2
2026-03-30 06:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64dcd335-5e73-543d-aac6-4a27c3eed104, identifier: NA69%20ZFR
2026-03-30 06:07:01 [bca.uk] INFO: Found listing with ID: BK07%20WOX
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK07%2520WOX%27 HTTP/1.1" 200 None
2026-03-30 06:07:01 [bca.uk] INFO: Scrape type for BK07%20WOX: 2
2026-03-30 06:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df554201-5bbd-5d84-820b-ad49f6aa90d8 with identifier: BK07%20WOX
2026-03-30 06:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df554201-5bbd-5d84-820b-ad49f6aa90d8 with scrape type 2
2026-03-30 06:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df554201-5bbd-5d84-820b-ad49f6aa90d8 with scrape type 2
2026-03-30 06:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df554201-5bbd-5d84-820b-ad49f6aa90d8, identifier: BK07%20WOX
2026-03-30 06:07:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64dcd335-5e73-543d-aac6-4a27c3eed104 with identifier: NA69%20ZFR
2026-03-30 06:07:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64dcd335-5e73-543d-aac6-4a27c3eed104 with identifier: NA69%20ZFR
2026-03-30 06:07:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64dcd335-5e73-543d-aac6-4a27c3eed104 with identifier: NA69%20ZFR to the API
2026-03-30 06:07:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:02 [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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20ZFR-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '64dcd335-5e73-543d-aac6-4a27c3eed104',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA69 ZFR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20ZFR&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 41235,
'odometer_reading_unit': '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': 'W0V0XEP68K4472794',
'year': 2019}
2026-03-30 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA69%2520ZFR%27 HTTP/1.1" 200 None
2026-03-30 06:07:02 [bca.uk] INFO: Saving data for NA69%20ZFR: {'auction_closing_time': 1774864800.0, 'created_time': 1774648990.98102, 'last_price_update_time': 1774850822.956402}
2026-03-30 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520ZFR') HTTP/1.1" 204 0
2026-03-30 06:07:02 [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-30 06:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df554201-5bbd-5d84-820b-ad49f6aa90d8 with identifier: BK07%20WOX
2026-03-30 06:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df554201-5bbd-5d84-820b-ad49f6aa90d8 with identifier: BK07%20WOX
2026-03-30 06:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df554201-5bbd-5d84-820b-ad49f6aa90d8 with identifier: BK07%20WOX to the API
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 195,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK07%20WOX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'df554201-5bbd-5d84-820b-ad49f6aa90d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK07 WOX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK07%20WOX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 110284,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'HONDA CR-V 2.0 I-VTEC ES Estate',
'transmission': 'automatic',
'trim': 'I-VTEC ES',
'vin': 'SHSRE58507U010001',
'year': 2007}
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK07%2520WOX%27 HTTP/1.1" 200 None
2026-03-30 06:07:03 [bca.uk] INFO: Saving data for BK07%20WOX: {'auction_closing_time': 1774864800.0, 'created_time': 1774649003.865156, 'last_price_update_time': 1774850823.258537}
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK07%2520WOX') HTTP/1.1" 204 0
2026-03-30 06:07:03 [bca.uk] INFO: Found listing with ID: NM21%20OBX
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NM21%2520OBX%27 HTTP/1.1" 200 None
2026-03-30 06:07:03 [bca.uk] INFO: Scrape type for NM21%20OBX: 2
2026-03-30 06:07:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74cbf5f6-06ed-52ad-805a-beaa2dab59c0 with identifier: NM21%20OBX
2026-03-30 06:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74cbf5f6-06ed-52ad-805a-beaa2dab59c0 with scrape type 2
2026-03-30 06:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74cbf5f6-06ed-52ad-805a-beaa2dab59c0 with scrape type 2
2026-03-30 06:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74cbf5f6-06ed-52ad-805a-beaa2dab59c0, identifier: NM21%20OBX
2026-03-30 06:07:03 [bca.uk] INFO: Found listing with ID: SC23%20WCG
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC23%2520WCG%27 HTTP/1.1" 200 None
2026-03-30 06:07:03 [bca.uk] INFO: Scrape type for SC23%20WCG: 2
2026-03-30 06:07:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aea26dec-edc8-5e54-96d5-3aa7a19a3a4e with identifier: SC23%20WCG
2026-03-30 06:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aea26dec-edc8-5e54-96d5-3aa7a19a3a4e with scrape type 2
2026-03-30 06:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aea26dec-edc8-5e54-96d5-3aa7a19a3a4e with scrape type 2
2026-03-30 06:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aea26dec-edc8-5e54-96d5-3aa7a19a3a4e, identifier: SC23%20WCG
2026-03-30 06:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74cbf5f6-06ed-52ad-805a-beaa2dab59c0 with identifier: NM21%20OBX
2026-03-30 06:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74cbf5f6-06ed-52ad-805a-beaa2dab59c0 with identifier: NM21%20OBX
2026-03-30 06:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74cbf5f6-06ed-52ad-805a-beaa2dab59c0 with identifier: NM21%20OBX to the API
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:03 [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': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NM21%20OBX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '74cbf5f6-06ed-52ad-805a-beaa2dab59c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NM21 OBX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NM21%20OBX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FIAT',
'model': 'PANDA CROSS',
'odometer': 7353,
'odometer_reading_unit': '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 PANDA CROSS 0.9 T/AIR 85 4X4 Hatchback',
'transmission': 'manual',
'trim': 'T/AIR 85 4X4',
'vin': 'ZFABF6G88M3F01304',
'year': 2021}
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NM21%2520OBX%27 HTTP/1.1" 200 None
2026-03-30 06:07:03 [bca.uk] INFO: Saving data for NM21%20OBX: {'auction_closing_time': 1774864800.0, 'created_time': 1774648986.419187, 'last_price_update_time': 1774850823.833712}
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NM21%2520OBX') HTTP/1.1" 204 0
2026-03-30 06:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aea26dec-edc8-5e54-96d5-3aa7a19a3a4e with identifier: SC23%20WCG
2026-03-30 06:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aea26dec-edc8-5e54-96d5-3aa7a19a3a4e with identifier: SC23%20WCG
2026-03-30 06:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aea26dec-edc8-5e54-96d5-3aa7a19a3a4e with identifier: SC23%20WCG to the API
2026-03-30 06:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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=SC23%20WCG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'aea26dec-edc8-5e54-96d5-3aa7a19a3a4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC23 WCG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC23%20WCG&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 48367,
'odometer_reading_unit': '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': 'LRWYHCEK1PC970758',
'year': 2023}
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC23%2520WCG%27 HTTP/1.1" 200 None
2026-03-30 06:07:04 [bca.uk] INFO: Saving data for SC23%20WCG: {'auction_closing_time': 1774951200.0, 'created_time': 1774649004.536225, 'last_price_update_time': 1774850824.139514}
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC23%2520WCG') HTTP/1.1" 204 0
2026-03-30 06:07:04 [bca.uk] INFO: Found listing with ID: SK70%20YOM
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK70%2520YOM%27 HTTP/1.1" 200 None
2026-03-30 06:07:04 [bca.uk] INFO: Scrape type for SK70%20YOM: 2
2026-03-30 06:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac9d27b3-9a7a-537f-9654-85150c8e9190 with identifier: SK70%20YOM
2026-03-30 06:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac9d27b3-9a7a-537f-9654-85150c8e9190 with scrape type 2
2026-03-30 06:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac9d27b3-9a7a-537f-9654-85150c8e9190 with scrape type 2
2026-03-30 06:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac9d27b3-9a7a-537f-9654-85150c8e9190, identifier: SK70%20YOM
2026-03-30 06:07:04 [bca.uk] INFO: Found listing with ID: WA21%20MYD
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA21%2520MYD%27 HTTP/1.1" 200 None
2026-03-30 06:07:04 [bca.uk] INFO: Scrape type for WA21%20MYD: 2
2026-03-30 06:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd82f431-9c54-5e2a-a4d4-d232d0e3d975 with identifier: WA21%20MYD
2026-03-30 06:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd82f431-9c54-5e2a-a4d4-d232d0e3d975 with scrape type 2
2026-03-30 06:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd82f431-9c54-5e2a-a4d4-d232d0e3d975 with scrape type 2
2026-03-30 06:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd82f431-9c54-5e2a-a4d4-d232d0e3d975, identifier: WA21%20MYD
2026-03-30 06:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac9d27b3-9a7a-537f-9654-85150c8e9190 with identifier: SK70%20YOM
2026-03-30 06:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac9d27b3-9a7a-537f-9654-85150c8e9190 with identifier: SK70%20YOM
2026-03-30 06:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac9d27b3-9a7a-537f-9654-85150c8e9190 with identifier: SK70%20YOM to the API
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK70%20YOM-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ac9d27b3-9a7a-537f-9654-85150c8e9190',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK70 YOM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK70%20YOM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 24162,
'odometer_reading_unit': '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': 'SJNFAAF16U1069743',
'year': 2020}
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK70%2520YOM%27 HTTP/1.1" 200 None
2026-03-30 06:07:04 [bca.uk] INFO: Saving data for SK70%20YOM: {'auction_closing_time': 1774864800.0, 'created_time': 1774648999.116635, 'last_price_update_time': 1774850824.690035}
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK70%2520YOM') HTTP/1.1" 204 0
2026-03-30 06:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd82f431-9c54-5e2a-a4d4-d232d0e3d975 with identifier: WA21%20MYD
2026-03-30 06:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd82f431-9c54-5e2a-a4d4-d232d0e3d975 with identifier: WA21%20MYD
2026-03-30 06:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd82f431-9c54-5e2a-a4d4-d232d0e3d975 with identifier: WA21%20MYD to the API
2026-03-30 06:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 165,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA21%20MYD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fd82f431-9c54-5e2a-a4d4-d232d0e3d975',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA21 MYD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA21%20MYD&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLVO',
'model': 'XC40',
'odometer': 19614,
'odometer_reading_unit': '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 R DESIGN PRO G/T StationWagon',
'transmission': 'automatic',
'trim': 'B4P R DESIGN PRO G/T',
'vin': 'YV1XZK9BDM2529936',
'year': 2021}
2026-03-30 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA21%2520MYD%27 HTTP/1.1" 200 None
2026-03-30 06:07:05 [bca.uk] INFO: Saving data for WA21%20MYD: {'auction_closing_time': 1774951200.0, 'created_time': 1774649043.578641, 'last_price_update_time': 1774850825.892936}
2026-03-30 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA21%2520MYD') HTTP/1.1" 204 0
2026-03-30 06:07:05 [bca.uk] INFO: Found listing with ID: BG19%20WNV
2026-03-30 06:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG19%2520WNV%27 HTTP/1.1" 200 None
2026-03-30 06:07:05 [bca.uk] INFO: Scrape type for BG19%20WNV: 2
2026-03-30 06:07:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa3e0a8d-9a54-5e22-bf4e-ec0ab0dab52f with identifier: BG19%20WNV
2026-03-30 06:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3e0a8d-9a54-5e22-bf4e-ec0ab0dab52f with scrape type 2
2026-03-30 06:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa3e0a8d-9a54-5e22-bf4e-ec0ab0dab52f with scrape type 2
2026-03-30 06:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa3e0a8d-9a54-5e22-bf4e-ec0ab0dab52f, identifier: BG19%20WNV
2026-03-30 06:07:06 [bca.uk] INFO: Total items found: 100
2026-03-30 06:07:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded
2026-03-30 06:07:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:07:06 [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-30 06:07:06 [bca.uk] INFO: Found listing with ID: WF22%20CPZ
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF22%2520CPZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:06 [bca.uk] INFO: Scrape type for WF22%20CPZ: 2
2026-03-30 06:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc3e37fb-e7f5-537f-9a0c-7e58799f342e with identifier: WF22%20CPZ
2026-03-30 06:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3e37fb-e7f5-537f-9a0c-7e58799f342e with scrape type 2
2026-03-30 06:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc3e37fb-e7f5-537f-9a0c-7e58799f342e with scrape type 2
2026-03-30 06:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc3e37fb-e7f5-537f-9a0c-7e58799f342e, identifier: WF22%20CPZ
2026-03-30 06:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa3e0a8d-9a54-5e22-bf4e-ec0ab0dab52f with identifier: BG19%20WNV
2026-03-30 06:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa3e0a8d-9a54-5e22-bf4e-ec0ab0dab52f with identifier: BG19%20WNV
2026-03-30 06:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa3e0a8d-9a54-5e22-bf4e-ec0ab0dab52f with identifier: BG19%20WNV to the API
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG19%20WNV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'aa3e0a8d-9a54-5e22-bf4e-ec0ab0dab52f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG19 WNV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG19%20WNV&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 54864,
'odometer_reading_unit': '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': 'WF0NXXGCHNJB55363',
'year': 2019}
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG19%2520WNV%27 HTTP/1.1" 200 None
2026-03-30 06:07:06 [bca.uk] INFO: Saving data for BG19%20WNV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535703.64301, 'last_price_update_time': 1774850826.533084}
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG19%2520WNV') HTTP/1.1" 204 0
2026-03-30 06:07:06 [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-30 06:07:06 [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-30 06:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc3e37fb-e7f5-537f-9a0c-7e58799f342e with identifier: WF22%20CPZ
2026-03-30 06:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc3e37fb-e7f5-537f-9a0c-7e58799f342e with identifier: WF22%20CPZ
2026-03-30 06:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc3e37fb-e7f5-537f-9a0c-7e58799f342e with identifier: WF22%20CPZ to the API
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF22%20CPZ-GB',
'category': 'Car',
'color': 'purple',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc3e37fb-e7f5-537f-9a0c-7e58799f342e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF22 CPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF22%20CPZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'BMW',
'model': '220D',
'odometer': 28865,
'odometer_reading_unit': '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 2.0 MHT M SPORT Coupe',
'transmission': 'automatic',
'trim': 'MHT M SPORT',
'vin': 'WBA12CN0608C48439',
'year': 2022}
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF22%2520CPZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:06 [bca.uk] INFO: Saving data for WF22%20CPZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649022.793981, 'last_price_update_time': 1774850826.821187}
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF22%2520CPZ') HTTP/1.1" 204 0
2026-03-30 06:07:06 [bca.uk] INFO: Found listing with ID: WN19%20VBY
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN19%2520VBY%27 HTTP/1.1" 200 None
2026-03-30 06:07:06 [bca.uk] INFO: Scrape type for WN19%20VBY: 2
2026-03-30 06:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with identifier: WN19%20VBY
2026-03-30 06:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with scrape type 2
2026-03-30 06:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with scrape type 2
2026-03-30 06:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee, identifier: WN19%20VBY
2026-03-30 06:07:06 [bca.uk] INFO: Found listing with ID: RK66%20MLE
2026-03-30 06:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK66%2520MLE%27 HTTP/1.1" 200 None
2026-03-30 06:07:06 [bca.uk] INFO: Scrape type for RK66%20MLE: 2
2026-03-30 06:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdd2050d-6dc0-56e4-986d-3d2fd755a542 with identifier: RK66%20MLE
2026-03-30 06:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdd2050d-6dc0-56e4-986d-3d2fd755a542 with scrape type 2
2026-03-30 06:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdd2050d-6dc0-56e4-986d-3d2fd755a542 with scrape type 2
2026-03-30 06:07:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdd2050d-6dc0-56e4-986d-3d2fd755a542, identifier: RK66%20MLE
2026-03-30 06:07:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:07:07 [bca.uk] INFO: Found listing with ID: CE24%20ONH
2026-03-30 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE24%2520ONH%27 HTTP/1.1" 200 None
2026-03-30 06:07:07 [bca.uk] INFO: Scrape type for CE24%20ONH: 2
2026-03-30 06:07:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa0929d0-39eb-5366-9cc8-1a9d178b429b with identifier: CE24%20ONH
2026-03-30 06:07:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa0929d0-39eb-5366-9cc8-1a9d178b429b with scrape type 2
2026-03-30 06:07:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa0929d0-39eb-5366-9cc8-1a9d178b429b with scrape type 2
2026-03-30 06:07:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa0929d0-39eb-5366-9cc8-1a9d178b429b, identifier: CE24%20ONH
2026-03-30 06:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with identifier: WN19%20VBY
2026-03-30 06:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dafccdc-ce6e-5bbb-b4b8-2f4a7d3330ee with identifier: WN19%20VBY
2026-03-30 06:07:07 [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-30 06:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN19%2520VBY%27 HTTP/1.1" 200 None
2026-03-30 06:07:07 [bca.uk] INFO: Saving data for WN19%20VBY: {'auction_closing_time': 1774864800.0, 'created_time': 1774476248.674012, 'last_price_update_time': 1774850827.493361}
2026-03-30 06:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:07 [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-30 06:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdd2050d-6dc0-56e4-986d-3d2fd755a542 with identifier: RK66%20MLE
2026-03-30 06:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdd2050d-6dc0-56e4-986d-3d2fd755a542 with identifier: RK66%20MLE
2026-03-30 06:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdd2050d-6dc0-56e4-986d-3d2fd755a542 with identifier: RK66%20MLE to the API
2026-03-30 06:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:08 [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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK66%20MLE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'fdd2050d-6dc0-56e4-986d-3d2fd755a542',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RK66 MLE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK66%20MLE&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 70039,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6900,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 D 180 AWD PRESTIGE StationWagon',
'transmission': 'automatic',
'trim': 'D 180 AWD PRESTIGE',
'vin': 'SADCA2AN1HA076661',
'year': 2016}
2026-03-30 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK66%2520MLE%27 HTTP/1.1" 200 None
2026-03-30 06:07:08 [bca.uk] INFO: Saving data for RK66%20MLE: {'auction_closing_time': 1775199600.0, 'created_time': 1773831223.485378, 'last_price_update_time': 1774850828.712958}
2026-03-30 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK66%2520MLE') HTTP/1.1" 204 0
2026-03-30 06:07:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa0929d0-39eb-5366-9cc8-1a9d178b429b with identifier: CE24%20ONH
2026-03-30 06:07:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa0929d0-39eb-5366-9cc8-1a9d178b429b with identifier: CE24%20ONH
2026-03-30 06:07:08 [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-30 06:07:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE24%2520ONH%27 HTTP/1.1" 200 None
2026-03-30 06:07:09 [bca.uk] INFO: Saving data for CE24%20ONH: {'auction_closing_time': 1774951200.0, 'created_time': 1774651852.594749, 'last_price_update_time': 1774850829.023785}
2026-03-30 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:09 [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-30 06:07:09 [bca.uk] INFO: Found listing with ID: KP22%20FWN
2026-03-30 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP22%2520FWN%27 HTTP/1.1" 200 None
2026-03-30 06:07:09 [bca.uk] INFO: Scrape type for KP22%20FWN: 2
2026-03-30 06:07:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d122b221-84b9-5b5c-be48-f9e077df7481 with identifier: KP22%20FWN
2026-03-30 06:07:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d122b221-84b9-5b5c-be48-f9e077df7481 with scrape type 2
2026-03-30 06:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d122b221-84b9-5b5c-be48-f9e077df7481 with scrape type 2
2026-03-30 06:07:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d122b221-84b9-5b5c-be48-f9e077df7481, identifier: KP22%20FWN
2026-03-30 06:07:09 [bca.uk] INFO: Found listing with ID: SC19%20RJJ
2026-03-30 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC19%2520RJJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:09 [bca.uk] INFO: Scrape type for SC19%20RJJ: 2
2026-03-30 06:07:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 804bf1ee-e784-555a-bc0f-4511b675f8e3 with identifier: SC19%20RJJ
2026-03-30 06:07:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 804bf1ee-e784-555a-bc0f-4511b675f8e3 with scrape type 2
2026-03-30 06:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 804bf1ee-e784-555a-bc0f-4511b675f8e3 with scrape type 2
2026-03-30 06:07:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 804bf1ee-e784-555a-bc0f-4511b675f8e3, identifier: SC19%20RJJ
2026-03-30 06:07:09 [bca.uk] INFO: Found listing with ID: WA66%20WEK
2026-03-30 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA66%2520WEK%27 HTTP/1.1" 200 None
2026-03-30 06:07:09 [bca.uk] INFO: Scrape type for WA66%20WEK: 2
2026-03-30 06:07:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with identifier: WA66%20WEK
2026-03-30 06:07:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with scrape type 2
2026-03-30 06:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with scrape type 2
2026-03-30 06:07:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f, identifier: WA66%20WEK
2026-03-30 06:07:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d122b221-84b9-5b5c-be48-f9e077df7481 with identifier: KP22%20FWN
2026-03-30 06:07:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d122b221-84b9-5b5c-be48-f9e077df7481 with identifier: KP22%20FWN
2026-03-30 06:07:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d122b221-84b9-5b5c-be48-f9e077df7481 with identifier: KP22%20FWN to the API
2026-03-30 06:07:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP22%20FWN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd122b221-84b9-5b5c-be48-f9e077df7481',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP22 FWN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP22%20FWN&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'MOKKA-E',
'odometer': 46664,
'odometer_reading_unit': '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 ELITE PREMIUM Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH ELITE PREMIUM',
'vin': 'VXKUKZKXZMW099404',
'year': 2022}
2026-03-30 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP22%2520FWN%27 HTTP/1.1" 200 None
2026-03-30 06:07:09 [bca.uk] INFO: Saving data for KP22%20FWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774535683.188697, 'last_price_update_time': 1774850829.793929}
2026-03-30 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP22%2520FWN') HTTP/1.1" 204 0
2026-03-30 06:07:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 804bf1ee-e784-555a-bc0f-4511b675f8e3 with identifier: SC19%20RJJ
2026-03-30 06:07:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 804bf1ee-e784-555a-bc0f-4511b675f8e3 with identifier: SC19%20RJJ
2026-03-30 06:07:09 [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-30 06:07:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:10 [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': 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-30 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC19%2520RJJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:10 [bca.uk] INFO: Saving data for SC19%20RJJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773838405.260426, 'last_price_update_time': 1774850830.160653}
2026-03-30 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:10 [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-30 06:07:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with identifier: WA66%20WEK
2026-03-30 06:07:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8912eab1-4e3d-5b55-91fe-5acdc8c44f6f with identifier: WA66%20WEK
2026-03-30 06:07:10 [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-30 06:07:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA66%2520WEK%27 HTTP/1.1" 200 None
2026-03-30 06:07:10 [bca.uk] INFO: Saving data for WA66%20WEK: {'auction_closing_time': 1774864800.0, 'created_time': 1774651854.654783, 'last_price_update_time': 1774850830.468852}
2026-03-30 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:10 [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-30 06:07:10 [bca.uk] INFO: Found listing with ID: YM70%20LGV
2026-03-30 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM70%2520LGV%27 HTTP/1.1" 200 None
2026-03-30 06:07:10 [bca.uk] INFO: Scrape type for YM70%20LGV: 2
2026-03-30 06:07:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81eaeaf4-2811-547f-a57b-edf3825874f9 with identifier: YM70%20LGV
2026-03-30 06:07:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81eaeaf4-2811-547f-a57b-edf3825874f9 with scrape type 2
2026-03-30 06:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81eaeaf4-2811-547f-a57b-edf3825874f9 with scrape type 2
2026-03-30 06:07:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81eaeaf4-2811-547f-a57b-edf3825874f9, identifier: YM70%20LGV
2026-03-30 06:07:10 [bca.uk] INFO: Found listing with ID: FL24%20MXK
2026-03-30 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL24%2520MXK%27 HTTP/1.1" 200 None
2026-03-30 06:07:10 [bca.uk] INFO: Scrape type for FL24%20MXK: 2
2026-03-30 06:07:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c29dc0a3-11d0-5adf-9363-15431deecf6f with identifier: FL24%20MXK
2026-03-30 06:07:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c29dc0a3-11d0-5adf-9363-15431deecf6f with scrape type 2
2026-03-30 06:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c29dc0a3-11d0-5adf-9363-15431deecf6f with scrape type 2
2026-03-30 06:07:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c29dc0a3-11d0-5adf-9363-15431deecf6f, identifier: FL24%20MXK
2026-03-30 06:07:10 [bca.uk] INFO: Found listing with ID: WO21%20BSX
2026-03-30 06:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO21%2520BSX%27 HTTP/1.1" 200 None
2026-03-30 06:07:10 [bca.uk] INFO: Scrape type for WO21%20BSX: 2
2026-03-30 06:07:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 083a0854-c0be-5c29-973a-ac2a0eefdb9e with identifier: WO21%20BSX
2026-03-30 06:07:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 083a0854-c0be-5c29-973a-ac2a0eefdb9e with scrape type 2
2026-03-30 06:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 083a0854-c0be-5c29-973a-ac2a0eefdb9e with scrape type 2
2026-03-30 06:07:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 083a0854-c0be-5c29-973a-ac2a0eefdb9e, identifier: WO21%20BSX
2026-03-30 06:07:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81eaeaf4-2811-547f-a57b-edf3825874f9 with identifier: YM70%20LGV
2026-03-30 06:07:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81eaeaf4-2811-547f-a57b-edf3825874f9 with identifier: YM70%20LGV
2026-03-30 06:07:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81eaeaf4-2811-547f-a57b-edf3825874f9 with identifier: YM70%20LGV to the API
2026-03-30 06:07:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM70%20LGV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '81eaeaf4-2811-547f-a57b-edf3825874f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YM70 LGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM70%20LGV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 45456,
'odometer_reading_unit': '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 125 ST-LINE ED. Hatchback',
'transmission': 'manual',
'trim': 'E/B MHEV 125 ST-LINE ED.',
'vin': 'WF0JXXGAHJLS79626',
'year': 2020}
2026-03-30 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM70%2520LGV%27 HTTP/1.1" 200 None
2026-03-30 06:07:12 [bca.uk] INFO: Saving data for YM70%20LGV: {'auction_closing_time': 1774864800.0, 'created_time': 1774438065.897175, 'last_price_update_time': 1774850832.637937}
2026-03-30 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM70%2520LGV') HTTP/1.1" 204 0
2026-03-30 06:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c29dc0a3-11d0-5adf-9363-15431deecf6f with identifier: FL24%20MXK
2026-03-30 06:07:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c29dc0a3-11d0-5adf-9363-15431deecf6f with identifier: FL24%20MXK
2026-03-30 06:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c29dc0a3-11d0-5adf-9363-15431deecf6f with identifier: FL24%20MXK to the API
2026-03-30 06:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:13 [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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL24%20MXK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'c29dc0a3-11d0-5adf-9363-15431deecf6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL24 MXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL24%20MXK&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'SEAT',
'model': 'LEON',
'odometer': 19648,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'SEAT LEON 1.0 TSI 110 SE Estate',
'transmission': 'manual',
'trim': 'TSI 110 SE',
'vin': 'VSSZZZKL3RR033591',
'year': 2024}
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL24%2520MXK%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Saving data for FL24%20MXK: {'auction_closing_time': 1774854000.0, 'created_time': 1773839851.554849, 'last_price_update_time': 1774850833.135676}
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL24%2520MXK') HTTP/1.1" 204 0
2026-03-30 06:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 083a0854-c0be-5c29-973a-ac2a0eefdb9e with identifier: WO21%20BSX
2026-03-30 06:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 083a0854-c0be-5c29-973a-ac2a0eefdb9e with identifier: WO21%20BSX
2026-03-30 06:07:13 [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-30 06:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WO21%2520BSX%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Saving data for WO21%20BSX: {'auction_closing_time': 1774951200.0, 'created_time': 1774651859.782381, 'last_price_update_time': 1774850833.433488}
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:13 [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-30 06:07:13 [bca.uk] INFO: Found listing with ID: ST72%20HCC
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST72%2520HCC%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for ST72%20HCC: 2
2026-03-30 06:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 218d342e-688d-5945-b40d-e0eff35dcbb8 with identifier: ST72%20HCC
2026-03-30 06:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 218d342e-688d-5945-b40d-e0eff35dcbb8 with scrape type 2
2026-03-30 06:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 218d342e-688d-5945-b40d-e0eff35dcbb8 with scrape type 2
2026-03-30 06:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 218d342e-688d-5945-b40d-e0eff35dcbb8, identifier: ST72%20HCC
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: KP21%20EYJ
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP21%2520EYJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for KP21%20EYJ: 2
2026-03-30 06:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63dfb735-3215-5bb4-b841-7d8b8515631e with identifier: KP21%20EYJ
2026-03-30 06:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63dfb735-3215-5bb4-b841-7d8b8515631e with scrape type 2
2026-03-30 06:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63dfb735-3215-5bb4-b841-7d8b8515631e with scrape type 2
2026-03-30 06:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63dfb735-3215-5bb4-b841-7d8b8515631e, identifier: KP21%20EYJ
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: X576%20NUB
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27X576%2520NUB%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for X576%20NUB: 0
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: AE02%20ETE
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE02%2520ETE%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for AE02%20ETE: 0
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: KM65%20UHD
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM65%2520UHD%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for KM65%20UHD: 0
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: NY11%20YZP
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NY11%2520YZP%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for NY11%20YZP: 0
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: EA11%20ULT
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA11%2520ULT%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for EA11%20ULT: 0
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: OU52%20XKA
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU52%2520XKA%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for OU52%20XKA: 0
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: PJ09%20HHE
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ09%2520HHE%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for PJ09%20HHE: 0
2026-03-30 06:07:13 [bca.uk] INFO: Found listing with ID: YF21%20WVG
2026-03-30 06:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF21%2520WVG%27 HTTP/1.1" 200 None
2026-03-30 06:07:13 [bca.uk] INFO: Scrape type for YF21%20WVG: 2
2026-03-30 06:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with identifier: YF21%20WVG
2026-03-30 06:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with scrape type 2
2026-03-30 06:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with scrape type 2
2026-03-30 06:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c, identifier: YF21%20WVG
2026-03-30 06:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 218d342e-688d-5945-b40d-e0eff35dcbb8 with identifier: ST72%20HCC
2026-03-30 06:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 218d342e-688d-5945-b40d-e0eff35dcbb8 with identifier: ST72%20HCC
2026-03-30 06:07:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 218d342e-688d-5945-b40d-e0eff35dcbb8 with identifier: ST72%20HCC to the API
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 30,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST72%20HCC-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': '218d342e-688d-5945-b40d-e0eff35dcbb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST72 HCC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST72%20HCC&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'CITROEN',
'model': 'C5 X',
'odometer': 88624,
'odometer_reading_unit': '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 SHINE PLUS E-EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'PHEV 225 SHINE PLUS E-EAT8',
'vin': 'VR7NDDGYPN4807616',
'year': 2022}
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST72%2520HCC%27 HTTP/1.1" 200 None
2026-03-30 06:07:14 [bca.uk] INFO: Saving data for ST72%20HCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535663.651286, 'last_price_update_time': 1774850834.188819}
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST72%2520HCC') HTTP/1.1" 204 0
2026-03-30 06:07:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63dfb735-3215-5bb4-b841-7d8b8515631e with identifier: KP21%20EYJ
2026-03-30 06:07:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63dfb735-3215-5bb4-b841-7d8b8515631e with identifier: KP21%20EYJ
2026-03-30 06:07:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63dfb735-3215-5bb4-b841-7d8b8515631e with identifier: KP21%20EYJ to the API
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:14 [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': 184,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP21%20EYJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '63dfb735-3215-5bb4-b841-7d8b8515631e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP21 EYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP21%20EYJ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'JAGUAR',
'model': 'F-TYPE',
'odometer': 26998,
'odometer_reading_unit': '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-TYPE 2.0 P300 R-DYNAMIC Coupe',
'transmission': 'automatic',
'trim': 'P300 R-DYNAMIC',
'vin': 'SAJDB1AXXMCK74907',
'year': 2021}
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP21%2520EYJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:14 [bca.uk] INFO: Saving data for KP21%20EYJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774648981.587484, 'last_price_update_time': 1774850834.489552}
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP21%2520EYJ') HTTP/1.1" 204 0
2026-03-30 06:07:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with identifier: YF21%20WVG
2026-03-30 06:07:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11b61ff1-0ca0-513e-9dd7-91848ab1ab8c with identifier: YF21%20WVG
2026-03-30 06:07:14 [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-30 06:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF21%2520WVG%27 HTTP/1.1" 200 None
2026-03-30 06:07:14 [bca.uk] INFO: Saving data for YF21%20WVG: {'auction_closing_time': 1774951200.0, 'created_time': 1773957821.27788, 'last_price_update_time': 1774850834.8213}
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:14 [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-30 06:07:14 [bca.uk] INFO: Found listing with ID: BK70%20LBZ
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK70%2520LBZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:14 [bca.uk] INFO: Scrape type for BK70%20LBZ: 2
2026-03-30 06:07:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 731cd2b3-d2f4-5a02-919c-1b1baa581f19 with identifier: BK70%20LBZ
2026-03-30 06:07:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 731cd2b3-d2f4-5a02-919c-1b1baa581f19 with scrape type 2
2026-03-30 06:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 731cd2b3-d2f4-5a02-919c-1b1baa581f19 with scrape type 2
2026-03-30 06:07:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 731cd2b3-d2f4-5a02-919c-1b1baa581f19, identifier: BK70%20LBZ
2026-03-30 06:07:14 [bca.uk] INFO: Found listing with ID: R16%20RRX
2026-03-30 06:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27R16%2520RRX%27 HTTP/1.1" 200 None
2026-03-30 06:07:14 [bca.uk] INFO: Scrape type for R16%20RRX: 2
2026-03-30 06:07:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7642de52-2769-52dd-89ac-6d947dd1da67 with identifier: R16%20RRX
2026-03-30 06:07:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7642de52-2769-52dd-89ac-6d947dd1da67 with scrape type 2
2026-03-30 06:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7642de52-2769-52dd-89ac-6d947dd1da67 with scrape type 2
2026-03-30 06:07:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7642de52-2769-52dd-89ac-6d947dd1da67, identifier: R16%20RRX
2026-03-30 06:07:15 [bca.uk] INFO: Found listing with ID: HK25%20XAY
2026-03-30 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK25%2520XAY%27 HTTP/1.1" 200 None
2026-03-30 06:07:15 [bca.uk] INFO: Scrape type for HK25%20XAY: 0
2026-03-30 06:07:15 [bca.uk] INFO: Found listing with ID: KK24%20AEF
2026-03-30 06:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KK24%2520AEF%27 HTTP/1.1" 200 None
2026-03-30 06:07:15 [bca.uk] INFO: Scrape type for KK24%20AEF: 2
2026-03-30 06:07:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with identifier: KK24%20AEF
2026-03-30 06:07:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with scrape type 2
2026-03-30 06:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with scrape type 2
2026-03-30 06:07:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d, identifier: KK24%20AEF
2026-03-30 06:07:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 731cd2b3-d2f4-5a02-919c-1b1baa581f19 with identifier: BK70%20LBZ
2026-03-30 06:07:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 731cd2b3-d2f4-5a02-919c-1b1baa581f19 with identifier: BK70%20LBZ
2026-03-30 06:07:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 731cd2b3-d2f4-5a02-919c-1b1baa581f19 with identifier: BK70%20LBZ to the API
2026-03-30 06:07:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK70%20LBZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '731cd2b3-d2f4-5a02-919c-1b1baa581f19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK70 LBZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK70%20LBZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 19186,
'odometer_reading_unit': '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 I10 1.0 MPI SE CONNECT Hatchback',
'transmission': 'manual',
'trim': 'MPI SE CONNECT',
'vin': 'NLHDN51ALLZ003956',
'year': 2020}
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK70%2520LBZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:16 [bca.uk] INFO: Saving data for BK70%20LBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774648999.720386, 'last_price_update_time': 1774850836.132064}
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK70%2520LBZ') HTTP/1.1" 204 0
2026-03-30 06:07:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7642de52-2769-52dd-89ac-6d947dd1da67 with identifier: R16%20RRX
2026-03-30 06:07:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7642de52-2769-52dd-89ac-6d947dd1da67 with identifier: R16%20RRX
2026-03-30 06:07:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7642de52-2769-52dd-89ac-6d947dd1da67 with identifier: R16%20RRX to the API
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 229,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R16%20RRX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.4L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '7642de52-2769-52dd-89ac-6d947dd1da67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'R16 RRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=R16%20RRX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 120405,
'odometer_reading_unit': '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 4.4 SDV8 VOGUE StationWagon',
'transmission': 'manual',
'trim': 'SDV8 VOGUE',
'vin': 'SALGA2JE0DA108998',
'year': 2013}
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27R16%2520RRX%27 HTTP/1.1" 200 None
2026-03-30 06:07:16 [bca.uk] INFO: Saving data for R16%20RRX: {'auction_closing_time': 1774854000.0, 'created_time': 1773834132.755255, 'last_price_update_time': 1774850836.530556}
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R16%2520RRX') HTTP/1.1" 204 0
2026-03-30 06:07:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with identifier: KK24%20AEF
2026-03-30 06:07:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 510d7018-b1a4-5c06-be1d-d06eea5f2b7d with identifier: KK24%20AEF
2026-03-30 06:07:16 [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-30 06:07:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KK24%2520AEF%27 HTTP/1.1" 200 None
2026-03-30 06:07:16 [bca.uk] INFO: Saving data for KK24%20AEF: {'auction_closing_time': 1774951200.0, 'created_time': 1774476256.781566, 'last_price_update_time': 1774850836.826036}
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:16 [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-30 06:07:16 [bca.uk] INFO: Found listing with ID: FE72%20GRU
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE72%2520GRU%27 HTTP/1.1" 200 None
2026-03-30 06:07:16 [bca.uk] INFO: Scrape type for FE72%20GRU: 2
2026-03-30 06:07:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83b3c47c-281b-57bd-beb9-5a6d28c18c81 with identifier: FE72%20GRU
2026-03-30 06:07:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83b3c47c-281b-57bd-beb9-5a6d28c18c81 with scrape type 2
2026-03-30 06:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83b3c47c-281b-57bd-beb9-5a6d28c18c81 with scrape type 2
2026-03-30 06:07:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83b3c47c-281b-57bd-beb9-5a6d28c18c81, identifier: FE72%20GRU
2026-03-30 06:07:16 [bca.uk] INFO: Found listing with ID: YH64%20HNO
2026-03-30 06:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH64%2520HNO%27 HTTP/1.1" 200 None
2026-03-30 06:07:16 [bca.uk] INFO: Scrape type for YH64%20HNO: 2
2026-03-30 06:07:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 788c6586-516a-5a2b-8b5e-b40b9a84c70a with identifier: YH64%20HNO
2026-03-30 06:07:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 788c6586-516a-5a2b-8b5e-b40b9a84c70a with scrape type 2
2026-03-30 06:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 788c6586-516a-5a2b-8b5e-b40b9a84c70a with scrape type 2
2026-03-30 06:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 788c6586-516a-5a2b-8b5e-b40b9a84c70a, identifier: YH64%20HNO
2026-03-30 06:07:17 [scrapy.extensions.logstats] INFO: Crawled 38 pages (at 5 pages/min), scraped 530 items (at 93 items/min)
2026-03-30 06:07:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-30 06:07:17 [bca.uk] INFO: Found listing with ID: NA70%20XYD
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA70%2520XYD%27 HTTP/1.1" 200 None
2026-03-30 06:07:17 [bca.uk] INFO: Scrape type for NA70%20XYD: 0
2026-03-30 06:07:17 [bca.uk] INFO: Found listing with ID: YN64%20XMG
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN64%2520XMG%27 HTTP/1.1" 200 None
2026-03-30 06:07:17 [bca.uk] INFO: Scrape type for YN64%20XMG: 2
2026-03-30 06:07:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32bd652b-9268-5877-ba2b-e30eea2ad075 with identifier: YN64%20XMG
2026-03-30 06:07:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32bd652b-9268-5877-ba2b-e30eea2ad075 with scrape type 2
2026-03-30 06:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32bd652b-9268-5877-ba2b-e30eea2ad075 with scrape type 2
2026-03-30 06:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32bd652b-9268-5877-ba2b-e30eea2ad075, identifier: YN64%20XMG
2026-03-30 06:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83b3c47c-281b-57bd-beb9-5a6d28c18c81 with identifier: FE72%20GRU
2026-03-30 06:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83b3c47c-281b-57bd-beb9-5a6d28c18c81 with identifier: FE72%20GRU
2026-03-30 06:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83b3c47c-281b-57bd-beb9-5a6d28c18c81 with identifier: FE72%20GRU to the API
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE72%20GRU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '83b3c47c-281b-57bd-beb9-5a6d28c18c81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE72 GRU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE72%20GRU&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'CITROEN',
'model': 'C3',
'odometer': 45795,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'CITROEN C3 1.2 P/T 83 C-SERIES ED. Hatchback',
'transmission': 'manual',
'trim': 'P/T 83 C-SERIES ED.',
'vin': 'VF7SXHMRVNT639151',
'year': 2022}
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE72%2520GRU%27 HTTP/1.1" 200 None
2026-03-30 06:07:17 [bca.uk] INFO: Saving data for FE72%20GRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774648983.772534, 'last_price_update_time': 1774850837.629593}
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE72%2520GRU') HTTP/1.1" 204 0
2026-03-30 06:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 788c6586-516a-5a2b-8b5e-b40b9a84c70a with identifier: YH64%20HNO
2026-03-30 06:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 788c6586-516a-5a2b-8b5e-b40b9a84c70a with identifier: YH64%20HNO
2026-03-30 06:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 788c6586-516a-5a2b-8b5e-b40b9a84c70a with identifier: YH64%20HNO to the API
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:17 [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=YH64%20HNO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '788c6586-516a-5a2b-8b5e-b40b9a84c70a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH64 HNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH64%20HNO&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 41741,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS 1.3 VVT-I ICON Hatchback',
'transmission': 'manual',
'trim': 'VVT-I ICON',
'vin': 'VNKKJ3D380A249689',
'year': 2014}
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH64%2520HNO%27 HTTP/1.1" 200 None
2026-03-30 06:07:17 [bca.uk] INFO: Saving data for YH64%20HNO: {'auction_closing_time': 1774854000.0, 'created_time': 1774355064.094926, 'last_price_update_time': 1774850837.931938}
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH64%2520HNO') HTTP/1.1" 204 0
2026-03-30 06:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32bd652b-9268-5877-ba2b-e30eea2ad075 with identifier: YN64%20XMG
2026-03-30 06:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32bd652b-9268-5877-ba2b-e30eea2ad075 with identifier: YN64%20XMG
2026-03-30 06:07:18 [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-30 06:07:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN64%2520XMG%27 HTTP/1.1" 200 None
2026-03-30 06:07:18 [bca.uk] INFO: Saving data for YN64%20XMG: {'auction_closing_time': 1774864800.0, 'created_time': 1774476219.554513, 'last_price_update_time': 1774850838.262043}
2026-03-30 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:18 [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-30 06:07:18 [bca.uk] INFO: Found listing with ID: FG19%20LHD
2026-03-30 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG19%2520LHD%27 HTTP/1.1" 200 None
2026-03-30 06:07:18 [bca.uk] INFO: Scrape type for FG19%20LHD: 2
2026-03-30 06:07:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ce3eeb6-4ad4-550e-b0a7-2a2ed12ae056 with identifier: FG19%20LHD
2026-03-30 06:07:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ce3eeb6-4ad4-550e-b0a7-2a2ed12ae056 with scrape type 2
2026-03-30 06:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ce3eeb6-4ad4-550e-b0a7-2a2ed12ae056 with scrape type 2
2026-03-30 06:07:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ce3eeb6-4ad4-550e-b0a7-2a2ed12ae056, identifier: FG19%20LHD
2026-03-30 06:07:18 [bca.uk] INFO: Found listing with ID: YC25%20ZFZ
2026-03-30 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC25%2520ZFZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:18 [bca.uk] INFO: Scrape type for YC25%20ZFZ: 2
2026-03-30 06:07:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d568bb-b681-5967-82de-1cea13f68c3c with identifier: YC25%20ZFZ
2026-03-30 06:07:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d568bb-b681-5967-82de-1cea13f68c3c with scrape type 2
2026-03-30 06:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d568bb-b681-5967-82de-1cea13f68c3c with scrape type 2
2026-03-30 06:07:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2d568bb-b681-5967-82de-1cea13f68c3c, identifier: YC25%20ZFZ
2026-03-30 06:07:18 [bca.uk] INFO: Found listing with ID: HPKD81239
2026-03-30 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HPKD81239%27 HTTP/1.1" 200 None
2026-03-30 06:07:18 [bca.uk] INFO: Scrape type for HPKD81239: 0
2026-03-30 06:07:18 [bca.uk] INFO: Found listing with ID: CV09%20TWA
2026-03-30 06:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV09%2520TWA%27 HTTP/1.1" 200 None
2026-03-30 06:07:18 [bca.uk] INFO: Scrape type for CV09%20TWA: 2
2026-03-30 06:07:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with identifier: CV09%20TWA
2026-03-30 06:07:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with scrape type 2
2026-03-30 06:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with scrape type 2
2026-03-30 06:07:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3, identifier: CV09%20TWA
2026-03-30 06:07:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ce3eeb6-4ad4-550e-b0a7-2a2ed12ae056 with identifier: FG19%20LHD
2026-03-30 06:07:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ce3eeb6-4ad4-550e-b0a7-2a2ed12ae056 with identifier: FG19%20LHD
2026-03-30 06:07:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ce3eeb6-4ad4-550e-b0a7-2a2ed12ae056 with identifier: FG19%20LHD to the API
2026-03-30 06:07:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG19%20LHD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2ce3eeb6-4ad4-550e-b0a7-2a2ed12ae056',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG19 LHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG19%20LHD&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'AUDI',
'model': 'Q2',
'odometer': 47014,
'odometer_reading_unit': '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 BLACK ED.S-T Hatchback',
'transmission': 'automatic',
'trim': '35 TFSI BLACK ED.S-T',
'vin': 'WAUZZZGA9KA048980',
'year': 2019}
2026-03-30 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG19%2520LHD%27 HTTP/1.1" 200 None
2026-03-30 06:07:19 [bca.uk] INFO: Saving data for FG19%20LHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774648985.118857, 'last_price_update_time': 1774850839.66}
2026-03-30 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG19%2520LHD') HTTP/1.1" 204 0
2026-03-30 06:07:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2d568bb-b681-5967-82de-1cea13f68c3c with identifier: YC25%20ZFZ
2026-03-30 06:07:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2d568bb-b681-5967-82de-1cea13f68c3c with identifier: YC25%20ZFZ
2026-03-30 06:07:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2d568bb-b681-5967-82de-1cea13f68c3c with identifier: YC25%20ZFZ to the API
2026-03-30 06:07:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC25%20ZFZ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'c2d568bb-b681-5967-82de-1cea13f68c3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YC25 ZFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC25%20ZFZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Crawley',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 15728,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T 114 ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 114 ACENTA PREMIUM',
'vin': 'SJNFAAF16U2106494',
'year': 2025}
2026-03-30 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC25%2520ZFZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:19 [bca.uk] INFO: Saving data for YC25%20ZFZ: {'auction_closing_time': 1775199600.0, 'created_time': 1773908056.023667, 'last_price_update_time': 1774850839.982365}
2026-03-30 06:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520ZFZ') HTTP/1.1" 204 0
2026-03-30 06:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with identifier: CV09%20TWA
2026-03-30 06:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdd7f3bd-bea3-592b-b3a8-88bb4196a0c3 with identifier: CV09%20TWA
2026-03-30 06:07:20 [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-30 06:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:20 [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=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-30 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV09%2520TWA%27 HTTP/1.1" 200 None
2026-03-30 06:07:20 [bca.uk] INFO: Saving data for CV09%20TWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774677783.466764, 'last_price_update_time': 1774850840.272599}
2026-03-30 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:20 [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-30 06:07:20 [bca.uk] INFO: Found listing with ID: FL70%20SXN
2026-03-30 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL70%2520SXN%27 HTTP/1.1" 200 None
2026-03-30 06:07:20 [bca.uk] INFO: Scrape type for FL70%20SXN: 2
2026-03-30 06:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe0fe3ff-73cb-5371-9f77-c4c77003e32e with identifier: FL70%20SXN
2026-03-30 06:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe0fe3ff-73cb-5371-9f77-c4c77003e32e with scrape type 2
2026-03-30 06:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe0fe3ff-73cb-5371-9f77-c4c77003e32e with scrape type 2
2026-03-30 06:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe0fe3ff-73cb-5371-9f77-c4c77003e32e, identifier: FL70%20SXN
2026-03-30 06:07:20 [bca.uk] INFO: Found listing with ID: AF73%20EOV
2026-03-30 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF73%2520EOV%27 HTTP/1.1" 200 None
2026-03-30 06:07:20 [bca.uk] INFO: Scrape type for AF73%20EOV: 2
2026-03-30 06:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dd2f5c7-9573-5f6b-b4a3-b29875572aa3 with identifier: AF73%20EOV
2026-03-30 06:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dd2f5c7-9573-5f6b-b4a3-b29875572aa3 with scrape type 2
2026-03-30 06:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dd2f5c7-9573-5f6b-b4a3-b29875572aa3 with scrape type 2
2026-03-30 06:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dd2f5c7-9573-5f6b-b4a3-b29875572aa3, identifier: AF73%20EOV
2026-03-30 06:07:20 [bca.uk] INFO: Found listing with ID: FY10%20BNJ
2026-03-30 06:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:20 [bca.uk] INFO: Scrape type for FY10%20BNJ: 2
2026-03-30 06:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with identifier: FY10%20BNJ
2026-03-30 06:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with scrape type 2
2026-03-30 06:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with scrape type 2
2026-03-30 06:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1, identifier: FY10%20BNJ
2026-03-30 06:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe0fe3ff-73cb-5371-9f77-c4c77003e32e with identifier: FL70%20SXN
2026-03-30 06:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe0fe3ff-73cb-5371-9f77-c4c77003e32e with identifier: FL70%20SXN
2026-03-30 06:07:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe0fe3ff-73cb-5371-9f77-c4c77003e32e with identifier: FL70%20SXN to the API
2026-03-30 06:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL70%20SXN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fe0fe3ff-73cb-5371-9f77-c4c77003e32e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL70 SXN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL70%20SXN&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 45563,
'odometer_reading_unit': '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 PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'TURBO 100 SRI PREMIUM',
'vin': 'VXKUPHNKKL4328754',
'year': 2020}
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL70%2520SXN%27 HTTP/1.1" 200 None
2026-03-30 06:07:21 [bca.uk] INFO: Saving data for FL70%20SXN: {'auction_closing_time': 1774864800.0, 'created_time': 1774447609.043923, 'last_price_update_time': 1774850841.181546}
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL70%2520SXN') HTTP/1.1" 204 0
2026-03-30 06:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dd2f5c7-9573-5f6b-b4a3-b29875572aa3 with identifier: AF73%20EOV
2026-03-30 06:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dd2f5c7-9573-5f6b-b4a3-b29875572aa3 with identifier: AF73%20EOV
2026-03-30 06:07:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dd2f5c7-9573-5f6b-b4a3-b29875572aa3 with identifier: AF73%20EOV to the API
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:21 [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=AF73%20EOV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Electric',
'id': '0dd2f5c7-9573-5f6b-b4a3-b29875572aa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF73 EOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20EOV&vehicleType=*',
'listing': 'directbuy',
'location': 'Walsall',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 61245,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18400,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS7PC040880',
'year': 2023}
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF73%2520EOV%27 HTTP/1.1" 200 None
2026-03-30 06:07:21 [bca.uk] INFO: Saving data for AF73%20EOV: {'auction_closing_time': 1775170800.0, 'created_time': 1773823469.781419, 'last_price_update_time': 1774850841.59208}
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520EOV') HTTP/1.1" 204 0
2026-03-30 06:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with identifier: FY10%20BNJ
2026-03-30 06:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7746f0c0-b79b-5c43-9ea7-336f0279b5d1 with identifier: FY10%20BNJ
2026-03-30 06:07:21 [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-30 06:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:21 [bca.uk] INFO: Saving data for FY10%20BNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774677781.994953, 'last_price_update_time': 1774850841.912122}
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:21 [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-30 06:07:21 [bca.uk] INFO: Found listing with ID: GX69%20EEM
2026-03-30 06:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX69%2520EEM%27 HTTP/1.1" 200 None
2026-03-30 06:07:21 [bca.uk] INFO: Scrape type for GX69%20EEM: 2
2026-03-30 06:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daf0748b-815c-5812-8d0d-cb298a14c821 with identifier: GX69%20EEM
2026-03-30 06:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daf0748b-815c-5812-8d0d-cb298a14c821 with scrape type 2
2026-03-30 06:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daf0748b-815c-5812-8d0d-cb298a14c821 with scrape type 2
2026-03-30 06:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: daf0748b-815c-5812-8d0d-cb298a14c821, identifier: GX69%20EEM
2026-03-30 06:07:22 [bca.uk] INFO: Found listing with ID: AF73%20FEJ
2026-03-30 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF73%2520FEJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:22 [bca.uk] INFO: Scrape type for AF73%20FEJ: 0
2026-03-30 06:07:22 [bca.uk] INFO: Found listing with ID: BC74%20HHL
2026-03-30 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC74%2520HHL%27 HTTP/1.1" 200 None
2026-03-30 06:07:22 [bca.uk] INFO: Scrape type for BC74%20HHL: 2
2026-03-30 06:07:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a58adc-89af-545a-a116-7041854a4625 with identifier: BC74%20HHL
2026-03-30 06:07:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a58adc-89af-545a-a116-7041854a4625 with scrape type 2
2026-03-30 06:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a58adc-89af-545a-a116-7041854a4625 with scrape type 2
2026-03-30 06:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80a58adc-89af-545a-a116-7041854a4625, identifier: BC74%20HHL
2026-03-30 06:07:22 [bca.uk] INFO: Found listing with ID: MF73%20FAO
2026-03-30 06:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF73%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:07:22 [bca.uk] INFO: Scrape type for MF73%20FAO: 2
2026-03-30 06:07:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fb9088a-7e4e-5f66-9156-0e42079db680 with identifier: MF73%20FAO
2026-03-30 06:07:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fb9088a-7e4e-5f66-9156-0e42079db680 with scrape type 2
2026-03-30 06:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fb9088a-7e4e-5f66-9156-0e42079db680 with scrape type 2
2026-03-30 06:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fb9088a-7e4e-5f66-9156-0e42079db680, identifier: MF73%20FAO
2026-03-30 06:07:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: daf0748b-815c-5812-8d0d-cb298a14c821 with identifier: GX69%20EEM
2026-03-30 06:07:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: daf0748b-815c-5812-8d0d-cb298a14c821 with identifier: GX69%20EEM
2026-03-30 06:07:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: daf0748b-815c-5812-8d0d-cb298a14c821 with identifier: GX69%20EEM to the API
2026-03-30 06:07:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:23 [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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX69%20EEM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'daf0748b-815c-5812-8d0d-cb298a14c821',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX69 EEM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX69%20EEM&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 43592,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 1.5 TSI EVO 150 2WD MATCH DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI EVO 150 2WD MATCH DSG',
'vin': 'WVGZZZ5NZLW815311',
'year': 2019}
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX69%2520EEM%27 HTTP/1.1" 200 None
2026-03-30 06:07:23 [bca.uk] INFO: Saving data for GX69%20EEM: {'auction_closing_time': 1774864800.0, 'created_time': 1774648979.515107, 'last_price_update_time': 1774850843.127466}
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX69%2520EEM') HTTP/1.1" 204 0
2026-03-30 06:07:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80a58adc-89af-545a-a116-7041854a4625 with identifier: BC74%20HHL
2026-03-30 06:07:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80a58adc-89af-545a-a116-7041854a4625 with identifier: BC74%20HHL
2026-03-30 06:07:23 [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-30 06:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:23 [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': 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-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC74%2520HHL%27 HTTP/1.1" 200 None
2026-03-30 06:07:23 [bca.uk] INFO: Saving data for BC74%20HHL: {'auction_closing_time': 1775170800.0, 'created_time': 1773841257.935821, 'last_price_update_time': 1774850843.438148}
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:23 [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-30 06:07:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fb9088a-7e4e-5f66-9156-0e42079db680 with identifier: MF73%20FAO
2026-03-30 06:07:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fb9088a-7e4e-5f66-9156-0e42079db680 with identifier: MF73%20FAO
2026-03-30 06:07:23 [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-30 06:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:23 [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': 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-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF73%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:07:23 [bca.uk] INFO: Saving data for MF73%20FAO: {'auction_closing_time': 1774951200.0, 'created_time': 1774677866.52164, 'last_price_update_time': 1774850843.730949}
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:23 [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-30 06:07:23 [bca.uk] INFO: Found listing with ID: SD18%20HLO
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD18%2520HLO%27 HTTP/1.1" 200 None
2026-03-30 06:07:23 [bca.uk] INFO: Scrape type for SD18%20HLO: 2
2026-03-30 06:07:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 266ae6da-c278-5c84-bfd3-2d3769d5117d with identifier: SD18%20HLO
2026-03-30 06:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 266ae6da-c278-5c84-bfd3-2d3769d5117d with scrape type 2
2026-03-30 06:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 266ae6da-c278-5c84-bfd3-2d3769d5117d with scrape type 2
2026-03-30 06:07:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 266ae6da-c278-5c84-bfd3-2d3769d5117d, identifier: SD18%20HLO
2026-03-30 06:07:23 [bca.uk] INFO: Found listing with ID: BG24%20XXM
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG24%2520XXM%27 HTTP/1.1" 200 None
2026-03-30 06:07:23 [bca.uk] INFO: Scrape type for BG24%20XXM: 0
2026-03-30 06:07:23 [bca.uk] INFO: Found listing with ID: BK24%20ZKV
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK24%2520ZKV%27 HTTP/1.1" 200 None
2026-03-30 06:07:23 [bca.uk] INFO: Scrape type for BK24%20ZKV: 2
2026-03-30 06:07:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39d37f72-abfb-55e4-acd1-cc5e6afae154 with identifier: BK24%20ZKV
2026-03-30 06:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39d37f72-abfb-55e4-acd1-cc5e6afae154 with scrape type 2
2026-03-30 06:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39d37f72-abfb-55e4-acd1-cc5e6afae154 with scrape type 2
2026-03-30 06:07:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39d37f72-abfb-55e4-acd1-cc5e6afae154, identifier: BK24%20ZKV
2026-03-30 06:07:23 [bca.uk] INFO: Found listing with ID: SP22%20OEE
2026-03-30 06:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP22%2520OEE%27 HTTP/1.1" 200 None
2026-03-30 06:07:23 [bca.uk] INFO: Scrape type for SP22%20OEE: 2
2026-03-30 06:07:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with identifier: SP22%20OEE
2026-03-30 06:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with scrape type 2
2026-03-30 06:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with scrape type 2
2026-03-30 06:07:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c4802dd-8dbd-5b9b-802d-d34203b653c0, identifier: SP22%20OEE
2026-03-30 06:07:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 266ae6da-c278-5c84-bfd3-2d3769d5117d with identifier: SD18%20HLO
2026-03-30 06:07:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 266ae6da-c278-5c84-bfd3-2d3769d5117d with identifier: SD18%20HLO
2026-03-30 06:07:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 266ae6da-c278-5c84-bfd3-2d3769d5117d with identifier: SD18%20HLO to the API
2026-03-30 06:07:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 87,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD18%20HLO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '266ae6da-c278-5c84-bfd3-2d3769d5117d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SD18 HLO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD18%20HLO&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'DS AUTOMOBILES',
'model': 'DS 3',
'odometer': 57792,
'odometer_reading_unit': '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.6 BLUEHDI 100 CONNECTED CHIC Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 100 CONNECTED CHIC',
'vin': 'VF7SABHY6HW522915',
'year': 2018}
2026-03-30 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD18%2520HLO%27 HTTP/1.1" 200 None
2026-03-30 06:07:24 [bca.uk] INFO: Saving data for SD18%20HLO: {'auction_closing_time': 1774864800.0, 'created_time': 1774648980.831292, 'last_price_update_time': 1774850844.635749}
2026-03-30 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD18%2520HLO') HTTP/1.1" 204 0
2026-03-30 06:07:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39d37f72-abfb-55e4-acd1-cc5e6afae154 with identifier: BK24%20ZKV
2026-03-30 06:07:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39d37f72-abfb-55e4-acd1-cc5e6afae154 with identifier: BK24%20ZKV
2026-03-30 06:07:24 [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-30 06:07:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK24%2520ZKV%27 HTTP/1.1" 200 None
2026-03-30 06:07:24 [bca.uk] INFO: Saving data for BK24%20ZKV: {'auction_closing_time': 1775170800.0, 'created_time': 1773841620.723944, 'last_price_update_time': 1774850844.933703}
2026-03-30 06:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:24 [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-30 06:07:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with identifier: SP22%20OEE
2026-03-30 06:07:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c4802dd-8dbd-5b9b-802d-d34203b653c0 with identifier: SP22%20OEE
2026-03-30 06:07:25 [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-30 06:07:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:25 [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': 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-30 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP22%2520OEE%27 HTTP/1.1" 200 None
2026-03-30 06:07:25 [bca.uk] INFO: Saving data for SP22%20OEE: {'auction_closing_time': 1774951200.0, 'created_time': 1774677781.580947, 'last_price_update_time': 1774850845.263493}
2026-03-30 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:25 [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-30 06:07:25 [bca.uk] INFO: Found listing with ID: AE23%20RSO
2026-03-30 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE23%2520RSO%27 HTTP/1.1" 200 None
2026-03-30 06:07:25 [bca.uk] INFO: Scrape type for AE23%20RSO: 2
2026-03-30 06:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15ee43b4-b247-5939-82c9-fd7d5b116c40 with identifier: AE23%20RSO
2026-03-30 06:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15ee43b4-b247-5939-82c9-fd7d5b116c40 with scrape type 2
2026-03-30 06:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15ee43b4-b247-5939-82c9-fd7d5b116c40 with scrape type 2
2026-03-30 06:07:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15ee43b4-b247-5939-82c9-fd7d5b116c40, identifier: AE23%20RSO
2026-03-30 06:07:25 [bca.uk] INFO: Found listing with ID: BL73%20ZKG
2026-03-30 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL73%2520ZKG%27 HTTP/1.1" 200 None
2026-03-30 06:07:25 [bca.uk] INFO: Scrape type for BL73%20ZKG: 2
2026-03-30 06:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd1b4d49-cb4d-55ee-ba2e-450731daa05d with identifier: BL73%20ZKG
2026-03-30 06:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd1b4d49-cb4d-55ee-ba2e-450731daa05d with scrape type 2
2026-03-30 06:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd1b4d49-cb4d-55ee-ba2e-450731daa05d with scrape type 2
2026-03-30 06:07:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd1b4d49-cb4d-55ee-ba2e-450731daa05d, identifier: BL73%20ZKG
2026-03-30 06:07:25 [bca.uk] INFO: Found listing with ID: BW21%20DTN
2026-03-30 06:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW21%2520DTN%27 HTTP/1.1" 200 None
2026-03-30 06:07:25 [bca.uk] INFO: Scrape type for BW21%20DTN: 2
2026-03-30 06:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3c13f4a-978a-57d7-bf11-742a142f7181 with identifier: BW21%20DTN
2026-03-30 06:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3c13f4a-978a-57d7-bf11-742a142f7181 with scrape type 2
2026-03-30 06:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3c13f4a-978a-57d7-bf11-742a142f7181 with scrape type 2
2026-03-30 06:07:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3c13f4a-978a-57d7-bf11-742a142f7181, identifier: BW21%20DTN
2026-03-30 06:07:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15ee43b4-b247-5939-82c9-fd7d5b116c40 with identifier: AE23%20RSO
2026-03-30 06:07:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15ee43b4-b247-5939-82c9-fd7d5b116c40 with identifier: AE23%20RSO
2026-03-30 06:07:25 [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-30 06:07:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE23%2520RSO%27 HTTP/1.1" 200 None
2026-03-30 06:07:26 [bca.uk] INFO: Saving data for AE23%20RSO: {'auction_closing_time': 1774940400.0, 'created_time': 1774276288.995174, 'last_price_update_time': 1774850846.349407}
2026-03-30 06:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:26 [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-30 06:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd1b4d49-cb4d-55ee-ba2e-450731daa05d with identifier: BL73%20ZKG
2026-03-30 06:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd1b4d49-cb4d-55ee-ba2e-450731daa05d with identifier: BL73%20ZKG
2026-03-30 06:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd1b4d49-cb4d-55ee-ba2e-450731daa05d with identifier: BL73%20ZKG to the API
2026-03-30 06:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:27 [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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL73%20ZKG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'cd1b4d49-cb4d-55ee-ba2e-450731daa05d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BL73 ZKG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL73%20ZKG&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 14799,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15300,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 GT EAT8',
'vin': 'VR3USHNSSPJ890063',
'year': 2023}
2026-03-30 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL73%2520ZKG%27 HTTP/1.1" 200 None
2026-03-30 06:07:27 [bca.uk] INFO: Saving data for BL73%20ZKG: {'auction_closing_time': 1775170800.0, 'created_time': 1773841959.085168, 'last_price_update_time': 1774850847.458113}
2026-03-30 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL73%2520ZKG') HTTP/1.1" 204 0
2026-03-30 06:07:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3c13f4a-978a-57d7-bf11-742a142f7181 with identifier: BW21%20DTN
2026-03-30 06:07:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3c13f4a-978a-57d7-bf11-742a142f7181 with identifier: BW21%20DTN
2026-03-30 06:07:27 [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-30 06:07:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW21%2520DTN%27 HTTP/1.1" 200 None
2026-03-30 06:07:28 [bca.uk] INFO: Saving data for BW21%20DTN: {'auction_closing_time': 1774864800.0, 'created_time': 1774677778.612583, 'last_price_update_time': 1774850848.172975}
2026-03-30 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:28 [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-30 06:07:28 [bca.uk] INFO: Found listing with ID: AO71%20KYW
2026-03-30 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO71%2520KYW%27 HTTP/1.1" 200 None
2026-03-30 06:07:28 [bca.uk] INFO: Scrape type for AO71%20KYW: 0
2026-03-30 06:07:28 [bca.uk] INFO: Found listing with ID: AX19%20VDY
2026-03-30 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX19%2520VDY%27 HTTP/1.1" 200 None
2026-03-30 06:07:28 [bca.uk] INFO: Scrape type for AX19%20VDY: 2
2026-03-30 06:07:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with identifier: AX19%20VDY
2026-03-30 06:07:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with scrape type 2
2026-03-30 06:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with scrape type 2
2026-03-30 06:07:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf, identifier: AX19%20VDY
2026-03-30 06:07:28 [bca.uk] INFO: Found listing with ID: BP73%20HWG
2026-03-30 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP73%2520HWG%27 HTTP/1.1" 200 None
2026-03-30 06:07:28 [bca.uk] INFO: Scrape type for BP73%20HWG: 2
2026-03-30 06:07:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0cdd005-30d5-586d-ba48-434659ed689f with identifier: BP73%20HWG
2026-03-30 06:07:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0cdd005-30d5-586d-ba48-434659ed689f with scrape type 2
2026-03-30 06:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0cdd005-30d5-586d-ba48-434659ed689f with scrape type 2
2026-03-30 06:07:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0cdd005-30d5-586d-ba48-434659ed689f, identifier: BP73%20HWG
2026-03-30 06:07:28 [bca.uk] INFO: Found listing with ID: MD15%20XGB
2026-03-30 06:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD15%2520XGB%27 HTTP/1.1" 200 None
2026-03-30 06:07:28 [bca.uk] INFO: Scrape type for MD15%20XGB: 2
2026-03-30 06:07:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c841b89b-1533-50f6-8c2f-91f77a3fb953 with identifier: MD15%20XGB
2026-03-30 06:07:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c841b89b-1533-50f6-8c2f-91f77a3fb953 with scrape type 2
2026-03-30 06:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c841b89b-1533-50f6-8c2f-91f77a3fb953 with scrape type 2
2026-03-30 06:07:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c841b89b-1533-50f6-8c2f-91f77a3fb953, identifier: MD15%20XGB
2026-03-30 06:07:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with identifier: AX19%20VDY
2026-03-30 06:07:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e46b0f2-e950-55a6-b73b-84bdd045e9bf with identifier: AX19%20VDY
2026-03-30 06:07:28 [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-30 06:07:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:29 [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': 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-30 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX19%2520VDY%27 HTTP/1.1" 200 None
2026-03-30 06:07:29 [bca.uk] INFO: Saving data for AX19%20VDY: {'auction_closing_time': 1774940400.0, 'created_time': 1774276225.071061, 'last_price_update_time': 1774850849.369638}
2026-03-30 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:29 [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-30 06:07:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0cdd005-30d5-586d-ba48-434659ed689f with identifier: BP73%20HWG
2026-03-30 06:07:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0cdd005-30d5-586d-ba48-434659ed689f with identifier: BP73%20HWG
2026-03-30 06:07:29 [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-30 06:07:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP73%2520HWG%27 HTTP/1.1" 200 None
2026-03-30 06:07:29 [bca.uk] INFO: Saving data for BP73%20HWG: {'auction_closing_time': 1775170800.0, 'created_time': 1773841959.474013, 'last_price_update_time': 1774850849.766122}
2026-03-30 06:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:29 [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-30 06:07:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c841b89b-1533-50f6-8c2f-91f77a3fb953 with identifier: MD15%20XGB
2026-03-30 06:07:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c841b89b-1533-50f6-8c2f-91f77a3fb953 with identifier: MD15%20XGB
2026-03-30 06:07:29 [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-30 06:07:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD15%2520XGB%27 HTTP/1.1" 200 None
2026-03-30 06:07:30 [bca.uk] INFO: Saving data for MD15%20XGB: {'auction_closing_time': 1774864800.0, 'created_time': 1774677773.883045, 'last_price_update_time': 1774850850.087285}
2026-03-30 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:30 [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-30 06:07:30 [bca.uk] INFO: Found listing with ID: BG22%20JMV
2026-03-30 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG22%2520JMV%27 HTTP/1.1" 200 None
2026-03-30 06:07:30 [bca.uk] INFO: Scrape type for BG22%20JMV: 2
2026-03-30 06:07:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with identifier: BG22%20JMV
2026-03-30 06:07:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with scrape type 2
2026-03-30 06:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with scrape type 2
2026-03-30 06:07:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e30ecae9-ba1b-577e-b63c-b96ad1681ae6, identifier: BG22%20JMV
2026-03-30 06:07:30 [bca.uk] INFO: Found listing with ID: BP73%20KDO
2026-03-30 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP73%2520KDO%27 HTTP/1.1" 200 None
2026-03-30 06:07:30 [bca.uk] INFO: Scrape type for BP73%20KDO: 2
2026-03-30 06:07:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5183308f-a6e0-5344-8cb1-d244179b5e69 with identifier: BP73%20KDO
2026-03-30 06:07:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5183308f-a6e0-5344-8cb1-d244179b5e69 with scrape type 2
2026-03-30 06:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5183308f-a6e0-5344-8cb1-d244179b5e69 with scrape type 2
2026-03-30 06:07:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5183308f-a6e0-5344-8cb1-d244179b5e69, identifier: BP73%20KDO
2026-03-30 06:07:30 [bca.uk] INFO: Found listing with ID: GV70%20RNA
2026-03-30 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV70%2520RNA%27 HTTP/1.1" 200 None
2026-03-30 06:07:30 [bca.uk] INFO: Scrape type for GV70%20RNA: 0
2026-03-30 06:07:30 [bca.uk] INFO: Found listing with ID: YS69%20EYY
2026-03-30 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS69%2520EYY%27 HTTP/1.1" 200 None
2026-03-30 06:07:30 [bca.uk] INFO: Scrape type for YS69%20EYY: 2
2026-03-30 06:07:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3968b5ac-cd03-572e-84d5-9b5bb1182103 with identifier: YS69%20EYY
2026-03-30 06:07:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3968b5ac-cd03-572e-84d5-9b5bb1182103 with scrape type 2
2026-03-30 06:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3968b5ac-cd03-572e-84d5-9b5bb1182103 with scrape type 2
2026-03-30 06:07:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3968b5ac-cd03-572e-84d5-9b5bb1182103, identifier: YS69%20EYY
2026-03-30 06:07:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with identifier: BG22%20JMV
2026-03-30 06:07:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e30ecae9-ba1b-577e-b63c-b96ad1681ae6 with identifier: BG22%20JMV
2026-03-30 06:07:30 [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-30 06:07:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:30 [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': 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-30 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG22%2520JMV%27 HTTP/1.1" 200 None
2026-03-30 06:07:30 [bca.uk] INFO: Saving data for BG22%20JMV: {'auction_closing_time': 1774940400.0, 'created_time': 1774390704.417326, 'last_price_update_time': 1774850850.814614}
2026-03-30 06:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:30 [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-30 06:07:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5183308f-a6e0-5344-8cb1-d244179b5e69 with identifier: BP73%20KDO
2026-03-30 06:07:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5183308f-a6e0-5344-8cb1-d244179b5e69 with identifier: BP73%20KDO
2026-03-30 06:07:30 [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-30 06:07:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP73%2520KDO%27 HTTP/1.1" 200 None
2026-03-30 06:07:31 [bca.uk] INFO: Saving data for BP73%20KDO: {'auction_closing_time': 1775170800.0, 'created_time': 1773841959.854373, 'last_price_update_time': 1774850851.382937}
2026-03-30 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:31 [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-30 06:07:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3968b5ac-cd03-572e-84d5-9b5bb1182103 with identifier: YS69%20EYY
2026-03-30 06:07:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3968b5ac-cd03-572e-84d5-9b5bb1182103 with identifier: YS69%20EYY
2026-03-30 06:07:31 [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-30 06:07:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:31 [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': 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-30 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS69%2520EYY%27 HTTP/1.1" 200 None
2026-03-30 06:07:31 [bca.uk] INFO: Saving data for YS69%20EYY: {'auction_closing_time': 1774951200.0, 'created_time': 1774677762.73408, 'last_price_update_time': 1774850851.697337}
2026-03-30 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:31 [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-30 06:07:31 [bca.uk] INFO: Found listing with ID: BJ23%20DSV
2026-03-30 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ23%2520DSV%27 HTTP/1.1" 200 None
2026-03-30 06:07:31 [bca.uk] INFO: Scrape type for BJ23%20DSV: 2
2026-03-30 06:07:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07c8feea-dfb9-5df7-bfd0-d10c32fcf747 with identifier: BJ23%20DSV
2026-03-30 06:07:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07c8feea-dfb9-5df7-bfd0-d10c32fcf747 with scrape type 2
2026-03-30 06:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07c8feea-dfb9-5df7-bfd0-d10c32fcf747 with scrape type 2
2026-03-30 06:07:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07c8feea-dfb9-5df7-bfd0-d10c32fcf747, identifier: BJ23%20DSV
2026-03-30 06:07:31 [bca.uk] INFO: Found listing with ID: BT23%20XZC
2026-03-30 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT23%2520XZC%27 HTTP/1.1" 200 None
2026-03-30 06:07:31 [bca.uk] INFO: Scrape type for BT23%20XZC: 2
2026-03-30 06:07:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb7a6f54-f314-5254-9e7e-9c3a7b977707 with identifier: BT23%20XZC
2026-03-30 06:07:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb7a6f54-f314-5254-9e7e-9c3a7b977707 with scrape type 2
2026-03-30 06:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb7a6f54-f314-5254-9e7e-9c3a7b977707 with scrape type 2
2026-03-30 06:07:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb7a6f54-f314-5254-9e7e-9c3a7b977707, identifier: BT23%20XZC
2026-03-30 06:07:31 [bca.uk] INFO: Found listing with ID: DA18%20EDK
2026-03-30 06:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA18%2520EDK%27 HTTP/1.1" 200 None
2026-03-30 06:07:31 [bca.uk] INFO: Scrape type for DA18%20EDK: 2
2026-03-30 06:07:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d8a6fa3-4360-5255-a4ca-91ef587473ec with identifier: DA18%20EDK
2026-03-30 06:07:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d8a6fa3-4360-5255-a4ca-91ef587473ec with scrape type 2
2026-03-30 06:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d8a6fa3-4360-5255-a4ca-91ef587473ec with scrape type 2
2026-03-30 06:07:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d8a6fa3-4360-5255-a4ca-91ef587473ec, identifier: DA18%20EDK
2026-03-30 06:07:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07c8feea-dfb9-5df7-bfd0-d10c32fcf747 with identifier: BJ23%20DSV
2026-03-30 06:07:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07c8feea-dfb9-5df7-bfd0-d10c32fcf747 with identifier: BJ23%20DSV
2026-03-30 06:07:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07c8feea-dfb9-5df7-bfd0-d10c32fcf747 with identifier: BJ23%20DSV to the API
2026-03-30 06:07:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:32 [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': 49,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ23%20DSV-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': '07c8feea-dfb9-5df7-bfd0-d10c32fcf747',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BJ23 DSV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20DSV&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 42498,
'odometer_reading_unit': '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 SE StationWagon',
'transmission': 'automatic',
'trim': 'P400E PHEV SE',
'vin': 'SALYA2AY3PA365303',
'year': 2023}
2026-03-30 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ23%2520DSV%27 HTTP/1.1" 200 None
2026-03-30 06:07:32 [bca.uk] INFO: Saving data for BJ23%20DSV: {'auction_closing_time': 1774940400.0, 'created_time': 1774448449.789626, 'last_price_update_time': 1774850852.358801}
2026-03-30 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520DSV') HTTP/1.1" 204 0
2026-03-30 06:07:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb7a6f54-f314-5254-9e7e-9c3a7b977707 with identifier: BT23%20XZC
2026-03-30 06:07:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb7a6f54-f314-5254-9e7e-9c3a7b977707 with identifier: BT23%20XZC
2026-03-30 06:07:32 [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-30 06:07:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT23%2520XZC%27 HTTP/1.1" 200 None
2026-03-30 06:07:32 [bca.uk] INFO: Saving data for BT23%20XZC: {'auction_closing_time': 1775170800.0, 'created_time': 1773841367.273636, 'last_price_update_time': 1774850852.814292}
2026-03-30 06:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:32 [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-30 06:07:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d8a6fa3-4360-5255-a4ca-91ef587473ec with identifier: DA18%20EDK
2026-03-30 06:07:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d8a6fa3-4360-5255-a4ca-91ef587473ec with identifier: DA18%20EDK
2026-03-30 06:07:32 [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-30 06:07:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA18%2520EDK%27 HTTP/1.1" 200 None
2026-03-30 06:07:33 [bca.uk] INFO: Saving data for DA18%20EDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774677766.970973, 'last_price_update_time': 1774850853.113973}
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:33 [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-30 06:07:33 [bca.uk] INFO: Found listing with ID: BK22%20FCG
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK22%2520FCG%27 HTTP/1.1" 200 None
2026-03-30 06:07:33 [bca.uk] INFO: Scrape type for BK22%20FCG: 0
2026-03-30 06:07:33 [bca.uk] INFO: Found listing with ID: BP73%20OOG
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP73%2520OOG%27 HTTP/1.1" 200 None
2026-03-30 06:07:33 [bca.uk] INFO: Scrape type for BP73%20OOG: 2
2026-03-30 06:07:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a704f08-6fe5-52ba-8424-225e205988bd with identifier: BP73%20OOG
2026-03-30 06:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a704f08-6fe5-52ba-8424-225e205988bd with scrape type 2
2026-03-30 06:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a704f08-6fe5-52ba-8424-225e205988bd with scrape type 2
2026-03-30 06:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a704f08-6fe5-52ba-8424-225e205988bd, identifier: BP73%20OOG
2026-03-30 06:07:33 [bca.uk] INFO: Found listing with ID: BW74%20DWK
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-30 06:07:33 [bca.uk] INFO: Scrape type for BW74%20DWK: 2
2026-03-30 06:07:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29bc8d78-b08a-53cb-8ce7-116995b4f362 with identifier: BW74%20DWK
2026-03-30 06:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29bc8d78-b08a-53cb-8ce7-116995b4f362 with scrape type 2
2026-03-30 06:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29bc8d78-b08a-53cb-8ce7-116995b4f362 with scrape type 2
2026-03-30 06:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29bc8d78-b08a-53cb-8ce7-116995b4f362, identifier: BW74%20DWK
2026-03-30 06:07:33 [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-30 06:07:33 [bca.uk] INFO: Found listing with ID: KR17%20WGP
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR17%2520WGP%27 HTTP/1.1" 200 None
2026-03-30 06:07:33 [bca.uk] INFO: Scrape type for KR17%20WGP: 2
2026-03-30 06:07:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfbfe57-7bc1-5620-b490-81b1430b0254 with identifier: KR17%20WGP
2026-03-30 06:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfbfe57-7bc1-5620-b490-81b1430b0254 with scrape type 2
2026-03-30 06:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfbfe57-7bc1-5620-b490-81b1430b0254 with scrape type 2
2026-03-30 06:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbfbfe57-7bc1-5620-b490-81b1430b0254, identifier: KR17%20WGP
2026-03-30 06:07:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a704f08-6fe5-52ba-8424-225e205988bd with identifier: BP73%20OOG
2026-03-30 06:07:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a704f08-6fe5-52ba-8424-225e205988bd with identifier: BP73%20OOG
2026-03-30 06:07:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a704f08-6fe5-52ba-8424-225e205988bd with identifier: BP73%20OOG to the API
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:33 [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': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20OOG-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': '9a704f08-6fe5-52ba-8424-225e205988bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP73 OOG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20OOG&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 10581,
'odometer_reading_unit': '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 SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD DYNAMIC SE',
'vin': 'SALZA2AT7RH241571',
'year': 2024}
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP73%2520OOG%27 HTTP/1.1" 200 None
2026-03-30 06:07:33 [bca.uk] INFO: Saving data for BP73%20OOG: {'auction_closing_time': 1774940400.0, 'created_time': 1774363187.831866, 'last_price_update_time': 1774850853.849876}
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520OOG') HTTP/1.1" 204 0
2026-03-30 06:07:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29bc8d78-b08a-53cb-8ce7-116995b4f362 with identifier: BW74%20DWK
2026-03-30 06:07:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29bc8d78-b08a-53cb-8ce7-116995b4f362 with identifier: BW74%20DWK
2026-03-30 06:07:33 [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-30 06:07:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:34 [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': 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-30 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-30 06:07:34 [bca.uk] INFO: Saving data for BW74%20DWK: {'auction_closing_time': 1775170800.0, 'created_time': 1773841946.89396, 'last_price_update_time': 1774850854.165591}
2026-03-30 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:34 [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-30 06:07:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbfbfe57-7bc1-5620-b490-81b1430b0254 with identifier: KR17%20WGP
2026-03-30 06:07:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbfbfe57-7bc1-5620-b490-81b1430b0254 with identifier: KR17%20WGP
2026-03-30 06:07:34 [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-30 06:07:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR17%2520WGP%27 HTTP/1.1" 200 None
2026-03-30 06:07:34 [bca.uk] INFO: Saving data for KR17%20WGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774303378.794155, 'last_price_update_time': 1774850854.467116}
2026-03-30 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:34 [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-30 06:07:34 [bca.uk] INFO: Found listing with ID: CE19%20CEK
2026-03-30 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE19%2520CEK%27 HTTP/1.1" 200 None
2026-03-30 06:07:34 [bca.uk] INFO: Scrape type for CE19%20CEK: 0
2026-03-30 06:07:34 [bca.uk] INFO: Found listing with ID: DP22%20TKE
2026-03-30 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP22%2520TKE%27 HTTP/1.1" 200 None
2026-03-30 06:07:34 [bca.uk] INFO: Scrape type for DP22%20TKE: 2
2026-03-30 06:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with identifier: DP22%20TKE
2026-03-30 06:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with scrape type 2
2026-03-30 06:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with scrape type 2
2026-03-30 06:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f, identifier: DP22%20TKE
2026-03-30 06:07:34 [bca.uk] INFO: Found listing with ID: CF74%20PHA
2026-03-30 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF74%2520PHA%27 HTTP/1.1" 200 None
2026-03-30 06:07:34 [bca.uk] INFO: Scrape type for CF74%20PHA: 2
2026-03-30 06:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83ce627a-c0ad-5879-a46b-c4849faea754 with identifier: CF74%20PHA
2026-03-30 06:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83ce627a-c0ad-5879-a46b-c4849faea754 with scrape type 2
2026-03-30 06:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83ce627a-c0ad-5879-a46b-c4849faea754 with scrape type 2
2026-03-30 06:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83ce627a-c0ad-5879-a46b-c4849faea754, identifier: CF74%20PHA
2026-03-30 06:07:34 [bca.uk] INFO: Found listing with ID: L10%20CLU
2026-03-30 06:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L10%2520CLU%27 HTTP/1.1" 200 None
2026-03-30 06:07:34 [bca.uk] INFO: Scrape type for L10%20CLU: 2
2026-03-30 06:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3197dea8-f551-5a27-b022-4d22c2000110 with identifier: L10%20CLU
2026-03-30 06:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3197dea8-f551-5a27-b022-4d22c2000110 with scrape type 2
2026-03-30 06:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3197dea8-f551-5a27-b022-4d22c2000110 with scrape type 2
2026-03-30 06:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3197dea8-f551-5a27-b022-4d22c2000110, identifier: L10%20CLU
2026-03-30 06:07:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with identifier: DP22%20TKE
2026-03-30 06:07:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55b6ab0b-d3b2-5d98-a0ba-e8bbf4edb33f with identifier: DP22%20TKE
2026-03-30 06:07:34 [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-30 06:07:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:35 [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': 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-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP22%2520TKE%27 HTTP/1.1" 200 None
2026-03-30 06:07:35 [bca.uk] INFO: Saving data for DP22%20TKE: {'auction_closing_time': 1774940400.0, 'created_time': 1774365773.787804, 'last_price_update_time': 1774850855.122533}
2026-03-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:35 [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-30 06:07:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83ce627a-c0ad-5879-a46b-c4849faea754 with identifier: CF74%20PHA
2026-03-30 06:07:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83ce627a-c0ad-5879-a46b-c4849faea754 with identifier: CF74%20PHA
2026-03-30 06:07:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83ce627a-c0ad-5879-a46b-c4849faea754 with identifier: CF74%20PHA to the API
2026-03-30 06:07:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:35 [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': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20PHA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '83ce627a-c0ad-5879-a46b-c4849faea754',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CF74 PHA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20PHA&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 10066,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16000,
'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': 'VR3USHNSXRJ986048',
'year': 2024}
2026-03-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF74%2520PHA%27 HTTP/1.1" 200 None
2026-03-30 06:07:35 [bca.uk] INFO: Saving data for CF74%20PHA: {'auction_closing_time': 1775170800.0, 'created_time': 1773841941.830967, 'last_price_update_time': 1774850855.430787}
2026-03-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520PHA') HTTP/1.1" 204 0
2026-03-30 06:07:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3197dea8-f551-5a27-b022-4d22c2000110 with identifier: L10%20CLU
2026-03-30 06:07:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3197dea8-f551-5a27-b022-4d22c2000110 with identifier: L10%20CLU
2026-03-30 06:07:35 [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-30 06:07:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:35 [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': '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-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L10%2520CLU%27 HTTP/1.1" 200 None
2026-03-30 06:07:35 [bca.uk] INFO: Saving data for L10%20CLU: {'auction_closing_time': 1774864800.0, 'created_time': 1774476212.435254, 'last_price_update_time': 1774850855.716051}
2026-03-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:35 [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-30 06:07:35 [bca.uk] INFO: Found listing with ID: DS19%20NSN
2026-03-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS19%2520NSN%27 HTTP/1.1" 200 None
2026-03-30 06:07:35 [bca.uk] INFO: Scrape type for DS19%20NSN: 2
2026-03-30 06:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3aa18f7c-562c-5f05-932e-9f7d622830d3 with identifier: DS19%20NSN
2026-03-30 06:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3aa18f7c-562c-5f05-932e-9f7d622830d3 with scrape type 2
2026-03-30 06:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3aa18f7c-562c-5f05-932e-9f7d622830d3 with scrape type 2
2026-03-30 06:07:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3aa18f7c-562c-5f05-932e-9f7d622830d3, identifier: DS19%20NSN
2026-03-30 06:07:35 [bca.uk] INFO: Found listing with ID: CF74%20PJJ
2026-03-30 06:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF74%2520PJJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:35 [bca.uk] INFO: Scrape type for CF74%20PJJ: 2
2026-03-30 06:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4ca8765-e20c-51b0-82e4-09b632fd3150 with identifier: CF74%20PJJ
2026-03-30 06:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4ca8765-e20c-51b0-82e4-09b632fd3150 with scrape type 2
2026-03-30 06:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4ca8765-e20c-51b0-82e4-09b632fd3150 with scrape type 2
2026-03-30 06:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4ca8765-e20c-51b0-82e4-09b632fd3150, identifier: CF74%20PJJ
2026-03-30 06:07:36 [bca.uk] INFO: Found listing with ID: ML12%20ODX
2026-03-30 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML12%2520ODX%27 HTTP/1.1" 200 None
2026-03-30 06:07:36 [bca.uk] INFO: Scrape type for ML12%20ODX: 2
2026-03-30 06:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41663a78-088c-5ec4-a819-ba5307be4922 with identifier: ML12%20ODX
2026-03-30 06:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41663a78-088c-5ec4-a819-ba5307be4922 with scrape type 2
2026-03-30 06:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41663a78-088c-5ec4-a819-ba5307be4922 with scrape type 2
2026-03-30 06:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41663a78-088c-5ec4-a819-ba5307be4922, identifier: ML12%20ODX
2026-03-30 06:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3aa18f7c-562c-5f05-932e-9f7d622830d3 with identifier: DS19%20NSN
2026-03-30 06:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3aa18f7c-562c-5f05-932e-9f7d622830d3 with identifier: DS19%20NSN
2026-03-30 06:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3aa18f7c-562c-5f05-932e-9f7d622830d3 with identifier: DS19%20NSN to the API
2026-03-30 06:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:36 [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': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS19%20NSN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '3aa18f7c-562c-5f05-932e-9f7d622830d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS19 NSN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS19%20NSN&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 72467,
'odometer_reading_unit': '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': 'SALCA2AN1KH813408',
'year': 2019}
2026-03-30 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS19%2520NSN%27 HTTP/1.1" 200 None
2026-03-30 06:07:36 [bca.uk] INFO: Saving data for DS19%20NSN: {'auction_closing_time': 1774940400.0, 'created_time': 1773824180.1698909, 'last_price_update_time': 1774850856.450351}
2026-03-30 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS19%2520NSN') HTTP/1.1" 204 0
2026-03-30 06:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4ca8765-e20c-51b0-82e4-09b632fd3150 with identifier: CF74%20PJJ
2026-03-30 06:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4ca8765-e20c-51b0-82e4-09b632fd3150 with identifier: CF74%20PJJ
2026-03-30 06:07:36 [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-30 06:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:36 [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': 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-30 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF74%2520PJJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:36 [bca.uk] INFO: Saving data for CF74%20PJJ: {'auction_closing_time': 1775170800.0, 'created_time': 1773841964.113457, 'last_price_update_time': 1774850856.867611}
2026-03-30 06:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:36 [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-30 06:07:36 [bca.uk] INFO: Total items found: 100
2026-03-30 06:07:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded
2026-03-30 06:07:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:07:36 [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-30 06:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41663a78-088c-5ec4-a819-ba5307be4922 with identifier: ML12%20ODX
2026-03-30 06:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41663a78-088c-5ec4-a819-ba5307be4922 with identifier: ML12%20ODX
2026-03-30 06:07:37 [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-30 06:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML12%2520ODX%27 HTTP/1.1" 200 None
2026-03-30 06:07:37 [bca.uk] INFO: Saving data for ML12%20ODX: {'auction_closing_time': 1774864800.0, 'created_time': 1774677773.3284, 'last_price_update_time': 1774850857.176819}
2026-03-30 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:37 [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-30 06:07:37 [bca.uk] INFO: Found listing with ID: DS71%20EAY
2026-03-30 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS71%2520EAY%27 HTTP/1.1" 200 None
2026-03-30 06:07:37 [bca.uk] INFO: Scrape type for DS71%20EAY: 2
2026-03-30 06:07:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 758d74a9-927f-54b5-ac40-8bd1a56c05eb with identifier: DS71%20EAY
2026-03-30 06:07:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 758d74a9-927f-54b5-ac40-8bd1a56c05eb with scrape type 2
2026-03-30 06:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 758d74a9-927f-54b5-ac40-8bd1a56c05eb with scrape type 2
2026-03-30 06:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 758d74a9-927f-54b5-ac40-8bd1a56c05eb, identifier: DS71%20EAY
2026-03-30 06:07:37 [bca.uk] INFO: Found listing with ID: DL73%20LCP
2026-03-30 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL73%2520LCP%27 HTTP/1.1" 200 None
2026-03-30 06:07:37 [bca.uk] INFO: Scrape type for DL73%20LCP: 2
2026-03-30 06:07:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e515754f-d464-5d16-8229-9094f8ff1dfa with identifier: DL73%20LCP
2026-03-30 06:07:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e515754f-d464-5d16-8229-9094f8ff1dfa with scrape type 2
2026-03-30 06:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e515754f-d464-5d16-8229-9094f8ff1dfa with scrape type 2
2026-03-30 06:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e515754f-d464-5d16-8229-9094f8ff1dfa, identifier: DL73%20LCP
2026-03-30 06:07:37 [bca.uk] INFO: Found listing with ID: PN15%20EZH
2026-03-30 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN15%2520EZH%27 HTTP/1.1" 200 None
2026-03-30 06:07:37 [bca.uk] INFO: Scrape type for PN15%20EZH: 2
2026-03-30 06:07:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 584fc796-a7a1-5d24-a212-eb6d6443ab98 with identifier: PN15%20EZH
2026-03-30 06:07:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 584fc796-a7a1-5d24-a212-eb6d6443ab98 with scrape type 2
2026-03-30 06:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 584fc796-a7a1-5d24-a212-eb6d6443ab98 with scrape type 2
2026-03-30 06:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 584fc796-a7a1-5d24-a212-eb6d6443ab98, identifier: PN15%20EZH
2026-03-30 06:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 758d74a9-927f-54b5-ac40-8bd1a56c05eb with identifier: DS71%20EAY
2026-03-30 06:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 758d74a9-927f-54b5-ac40-8bd1a56c05eb with identifier: DS71%20EAY
2026-03-30 06:07:37 [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-30 06:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:37 [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': 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-30 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS71%2520EAY%27 HTTP/1.1" 200 None
2026-03-30 06:07:37 [bca.uk] INFO: Saving data for DS71%20EAY: {'auction_closing_time': 1774940400.0, 'created_time': 1774365539.989574, 'last_price_update_time': 1774850857.85044}
2026-03-30 06:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:37 [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-30 06:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e515754f-d464-5d16-8229-9094f8ff1dfa with identifier: DL73%20LCP
2026-03-30 06:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e515754f-d464-5d16-8229-9094f8ff1dfa with identifier: DL73%20LCP
2026-03-30 06:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e515754f-d464-5d16-8229-9094f8ff1dfa with identifier: DL73%20LCP to the API
2026-03-30 06:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:38 [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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LCP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'e515754f-d464-5d16-8229-9094f8ff1dfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DL73 LCP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LCP&vehicleType=*',
'listing': 'directbuy',
'location': 'Livingston',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 4929,
'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 75 GS Hatchback',
'transmission': 'manual',
'trim': '75 GS',
'vin': 'VXKUPHMHDP4290424',
'year': 2023}
2026-03-30 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL73%2520LCP%27 HTTP/1.1" 200 None
2026-03-30 06:07:38 [bca.uk] INFO: Saving data for DL73%20LCP: {'auction_closing_time': 1775170800.0, 'created_time': 1773841914.8471, 'last_price_update_time': 1774850858.146259}
2026-03-30 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LCP') HTTP/1.1" 204 0
2026-03-30 06:07:38 [bca.uk] INFO: Found listing with ID: GSZ%206855
2026-03-30 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GSZ%25206855%27 HTTP/1.1" 200 None
2026-03-30 06:07:38 [bca.uk] INFO: Scrape type for GSZ%206855: 2
2026-03-30 06:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdbd36d3-4570-55a8-b69a-aaecba533cd8 with identifier: GSZ%206855
2026-03-30 06:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdbd36d3-4570-55a8-b69a-aaecba533cd8 with scrape type 2
2026-03-30 06:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdbd36d3-4570-55a8-b69a-aaecba533cd8 with scrape type 2
2026-03-30 06:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdbd36d3-4570-55a8-b69a-aaecba533cd8, identifier: GSZ%206855
2026-03-30 06:07:38 [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-30 06:07:38 [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-30 06:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 584fc796-a7a1-5d24-a212-eb6d6443ab98 with identifier: PN15%20EZH
2026-03-30 06:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 584fc796-a7a1-5d24-a212-eb6d6443ab98 with identifier: PN15%20EZH
2026-03-30 06:07:38 [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-30 06:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN15%2520EZH%27 HTTP/1.1" 200 None
2026-03-30 06:07:38 [bca.uk] INFO: Saving data for PN15%20EZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774677774.692365, 'last_price_update_time': 1774850858.580101}
2026-03-30 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:38 [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-30 06:07:38 [bca.uk] INFO: Found listing with ID: EA23%20BKN
2026-03-30 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA23%2520BKN%27 HTTP/1.1" 200 None
2026-03-30 06:07:38 [bca.uk] INFO: Scrape type for EA23%20BKN: 2
2026-03-30 06:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f99bb7e2-a0d2-507a-bc17-17d884311246 with identifier: EA23%20BKN
2026-03-30 06:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f99bb7e2-a0d2-507a-bc17-17d884311246 with scrape type 2
2026-03-30 06:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f99bb7e2-a0d2-507a-bc17-17d884311246 with scrape type 2
2026-03-30 06:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f99bb7e2-a0d2-507a-bc17-17d884311246, identifier: EA23%20BKN
2026-03-30 06:07:38 [bca.uk] INFO: Found listing with ID: DL73%20LSZ
2026-03-30 06:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL73%2520LSZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:38 [bca.uk] INFO: Scrape type for DL73%20LSZ: 2
2026-03-30 06:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 692e70ea-4d28-5147-a7a1-1771150ac7cc with identifier: DL73%20LSZ
2026-03-30 06:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692e70ea-4d28-5147-a7a1-1771150ac7cc with scrape type 2
2026-03-30 06:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 692e70ea-4d28-5147-a7a1-1771150ac7cc with scrape type 2
2026-03-30 06:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 692e70ea-4d28-5147-a7a1-1771150ac7cc, identifier: DL73%20LSZ
2026-03-30 06:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdbd36d3-4570-55a8-b69a-aaecba533cd8 with identifier: GSZ%206855
2026-03-30 06:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdbd36d3-4570-55a8-b69a-aaecba533cd8 with identifier: GSZ%206855
2026-03-30 06:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdbd36d3-4570-55a8-b69a-aaecba533cd8 with identifier: GSZ%206855 to the API
2026-03-30 06:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GSZ%206855-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fdbd36d3-4570-55a8-b69a-aaecba533cd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GSZ 6855',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GSZ%206855&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MG MOTOR UK',
'model': 'HS',
'odometer': 30215,
'odometer_reading_unit': '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 EXCITE DCT Hatchback',
'transmission': 'automatic',
'trim': 'TGI EXCITE DCT',
'vin': 'LSJA24U94NN156162',
'year': 2023}
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GSZ%25206855%27 HTTP/1.1" 200 None
2026-03-30 06:07:39 [bca.uk] INFO: Saving data for GSZ%206855: {'auction_closing_time': 1774864800.0, 'created_time': 1774534208.90358, 'last_price_update_time': 1774850859.093682}
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GSZ%25206855') HTTP/1.1" 204 0
2026-03-30 06:07:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:07:39 [bca.uk] INFO: Found listing with ID: RX03%20AFU
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX03%2520AFU%27 HTTP/1.1" 200 None
2026-03-30 06:07:39 [bca.uk] INFO: Scrape type for RX03%20AFU: 2
2026-03-30 06:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7340cc82-1d82-5d32-a820-eede57ffefca with identifier: RX03%20AFU
2026-03-30 06:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7340cc82-1d82-5d32-a820-eede57ffefca with scrape type 2
2026-03-30 06:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7340cc82-1d82-5d32-a820-eede57ffefca with scrape type 2
2026-03-30 06:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7340cc82-1d82-5d32-a820-eede57ffefca, identifier: RX03%20AFU
2026-03-30 06:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f99bb7e2-a0d2-507a-bc17-17d884311246 with identifier: EA23%20BKN
2026-03-30 06:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f99bb7e2-a0d2-507a-bc17-17d884311246 with identifier: EA23%20BKN
2026-03-30 06:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f99bb7e2-a0d2-507a-bc17-17d884311246 with identifier: EA23%20BKN to the API
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:39 [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': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA23%20BKN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'f99bb7e2-a0d2-507a-bc17-17d884311246',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EA23 BKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA23%20BKN&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 81983,
'odometer_reading_unit': '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 BLACK StationWagon',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYNAMIC BLACK',
'vin': 'SADCA2ANXPA716395',
'year': 2023}
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA23%2520BKN%27 HTTP/1.1" 200 None
2026-03-30 06:07:39 [bca.uk] INFO: Saving data for EA23%20BKN: {'auction_closing_time': 1774940400.0, 'created_time': 1774448348.079583, 'last_price_update_time': 1774850859.519386}
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA23%2520BKN') HTTP/1.1" 204 0
2026-03-30 06:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 692e70ea-4d28-5147-a7a1-1771150ac7cc with identifier: DL73%20LSZ
2026-03-30 06:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 692e70ea-4d28-5147-a7a1-1771150ac7cc with identifier: DL73%20LSZ
2026-03-30 06:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 692e70ea-4d28-5147-a7a1-1771150ac7cc with identifier: DL73%20LSZ to the API
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:39 [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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LSZ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '692e70ea-4d28-5147-a7a1-1771150ac7cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DL73 LSZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LSZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 8811,
'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': 'VXKUPHNSSP4259965',
'year': 2023}
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL73%2520LSZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:39 [bca.uk] INFO: Saving data for DL73%20LSZ: {'auction_closing_time': 1775170800.0, 'created_time': 1773841500.20242, 'last_price_update_time': 1774850859.83986}
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LSZ') HTTP/1.1" 204 0
2026-03-30 06:07:39 [bca.uk] INFO: Found listing with ID: LL69%20HKX
2026-03-30 06:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL69%2520HKX%27 HTTP/1.1" 200 None
2026-03-30 06:07:39 [bca.uk] INFO: Scrape type for LL69%20HKX: 2
2026-03-30 06:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with identifier: LL69%20HKX
2026-03-30 06:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with scrape type 2
2026-03-30 06:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with scrape type 2
2026-03-30 06:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d9fd305-137c-5c4d-93f4-681c9aaa7444, identifier: LL69%20HKX
2026-03-30 06:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7340cc82-1d82-5d32-a820-eede57ffefca with identifier: RX03%20AFU
2026-03-30 06:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7340cc82-1d82-5d32-a820-eede57ffefca with identifier: RX03%20AFU
2026-03-30 06:07:40 [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-30 06:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX03%2520AFU%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Saving data for RX03%20AFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774677759.84734, 'last_price_update_time': 1774850861.252092}
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:41 [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-30 06:07:41 [bca.uk] INFO: Found listing with ID: EY22%20KYZ
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY22%2520KYZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for EY22%20KYZ: 2
2026-03-30 06:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f421e63-2410-5e76-bea8-ef94150ad7e7 with identifier: EY22%20KYZ
2026-03-30 06:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f421e63-2410-5e76-bea8-ef94150ad7e7 with scrape type 2
2026-03-30 06:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f421e63-2410-5e76-bea8-ef94150ad7e7 with scrape type 2
2026-03-30 06:07:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f421e63-2410-5e76-bea8-ef94150ad7e7, identifier: EY22%20KYZ
2026-03-30 06:07:41 [bca.uk] INFO: Found listing with ID: DN24%20UWB
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN24%2520UWB%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for DN24%20UWB: 2
2026-03-30 06:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9f04a01-474e-5946-a1a6-46cb2ddda49e with identifier: DN24%20UWB
2026-03-30 06:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9f04a01-474e-5946-a1a6-46cb2ddda49e with scrape type 2
2026-03-30 06:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9f04a01-474e-5946-a1a6-46cb2ddda49e with scrape type 2
2026-03-30 06:07:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9f04a01-474e-5946-a1a6-46cb2ddda49e, identifier: DN24%20UWB
2026-03-30 06:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with identifier: LL69%20HKX
2026-03-30 06:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d9fd305-137c-5c4d-93f4-681c9aaa7444 with identifier: LL69%20HKX
2026-03-30 06:07:41 [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-30 06:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL69%2520HKX%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Saving data for LL69%20HKX: {'auction_closing_time': 1774864800.0, 'created_time': 1773822711.853863, 'last_price_update_time': 1774850861.786847}
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:41 [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-30 06:07:41 [bca.uk] INFO: Found listing with ID: X188%20XCL
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27X188%2520XCL%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for X188%20XCL: 0
2026-03-30 06:07:41 [bca.uk] INFO: Found listing with ID: YM21%20TYH
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM21%2520TYH%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for YM21%20TYH: 0
2026-03-30 06:07:41 [bca.uk] INFO: Found listing with ID: CP15%20POA
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP15%2520POA%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for CP15%20POA: 0
2026-03-30 06:07:41 [bca.uk] INFO: Found listing with ID: YS69%20FCC
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS69%2520FCC%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for YS69%20FCC: 0
2026-03-30 06:07:41 [bca.uk] INFO: Found listing with ID: DU22%20SVN
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU22%2520SVN%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for DU22%20SVN: 0
2026-03-30 06:07:41 [bca.uk] INFO: Found listing with ID: GF18%20RFX
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF18%2520RFX%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for GF18%20RFX: 0
2026-03-30 06:07:41 [bca.uk] INFO: Found listing with ID: LB68%20TVJ
2026-03-30 06:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB68%2520TVJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:41 [bca.uk] INFO: Scrape type for LB68%20TVJ: 2
2026-03-30 06:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27c4f274-9686-59a0-bb0a-664aca9bb93d with identifier: LB68%20TVJ
2026-03-30 06:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27c4f274-9686-59a0-bb0a-664aca9bb93d with scrape type 2
2026-03-30 06:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27c4f274-9686-59a0-bb0a-664aca9bb93d with scrape type 2
2026-03-30 06:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27c4f274-9686-59a0-bb0a-664aca9bb93d, identifier: LB68%20TVJ
2026-03-30 06:07:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f421e63-2410-5e76-bea8-ef94150ad7e7 with identifier: EY22%20KYZ
2026-03-30 06:07:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f421e63-2410-5e76-bea8-ef94150ad7e7 with identifier: EY22%20KYZ
2026-03-30 06:07:42 [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-30 06:07:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:43 [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': 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-30 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY22%2520KYZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:43 [bca.uk] INFO: Saving data for EY22%20KYZ: {'auction_closing_time': 1774940400.0, 'created_time': 1774276230.414342, 'last_price_update_time': 1774850863.447136}
2026-03-30 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:43 [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-30 06:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9f04a01-474e-5946-a1a6-46cb2ddda49e with identifier: DN24%20UWB
2026-03-30 06:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9f04a01-474e-5946-a1a6-46cb2ddda49e with identifier: DN24%20UWB
2026-03-30 06:07:43 [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-30 06:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:43 [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=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-30 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN24%2520UWB%27 HTTP/1.1" 200 None
2026-03-30 06:07:43 [bca.uk] INFO: Saving data for DN24%20UWB: {'auction_closing_time': 1775170800.0, 'created_time': 1773842708.513303, 'last_price_update_time': 1774850863.861482}
2026-03-30 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:43 [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-30 06:07:43 [bca.uk] INFO: Found listing with ID: LR72%20YRF
2026-03-30 06:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR72%2520YRF%27 HTTP/1.1" 200 None
2026-03-30 06:07:43 [bca.uk] INFO: Scrape type for LR72%20YRF: 2
2026-03-30 06:07:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd0a4b66-2b31-505d-85d0-065bc6685308 with identifier: LR72%20YRF
2026-03-30 06:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd0a4b66-2b31-505d-85d0-065bc6685308 with scrape type 2
2026-03-30 06:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd0a4b66-2b31-505d-85d0-065bc6685308 with scrape type 2
2026-03-30 06:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd0a4b66-2b31-505d-85d0-065bc6685308, identifier: LR72%20YRF
2026-03-30 06:07:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27c4f274-9686-59a0-bb0a-664aca9bb93d with identifier: LB68%20TVJ
2026-03-30 06:07:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27c4f274-9686-59a0-bb0a-664aca9bb93d with identifier: LB68%20TVJ
2026-03-30 06:07:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27c4f274-9686-59a0-bb0a-664aca9bb93d with identifier: LB68%20TVJ to the API
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:44 [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': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB68%20TVJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '27c4f274-9686-59a0-bb0a-664aca9bb93d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB68 TVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB68%20TVJ&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'CITROEN',
'model': 'SPACETOURER',
'odometer': 47901,
'odometer_reading_unit': '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 SPACETOURER 1.5 BLUEHDI 120 M BUSINESS MPV',
'transmission': 'manual',
'trim': 'BLUEHDI 120 M BUSINESS',
'vin': 'VF7VAYHVKJZ107030',
'year': 2019}
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB68%2520TVJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Saving data for LB68%20TVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535718.208412, 'last_price_update_time': 1774850864.29993}
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB68%2520TVJ') HTTP/1.1" 204 0
2026-03-30 06:07:44 [bca.uk] INFO: Found listing with ID: FJ22%20YBP
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ22%2520YBP%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Scrape type for FJ22%20YBP: 2
2026-03-30 06:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with identifier: FJ22%20YBP
2026-03-30 06:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with scrape type 2
2026-03-30 06:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with scrape type 2
2026-03-30 06:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3, identifier: FJ22%20YBP
2026-03-30 06:07:44 [bca.uk] INFO: Found listing with ID: DN70%20KGO
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN70%2520KGO%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Scrape type for DN70%20KGO: 0
2026-03-30 06:07:44 [bca.uk] INFO: Found listing with ID: DV24%20BZA
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV24%2520BZA%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Scrape type for DV24%20BZA: 2
2026-03-30 06:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4112b62-3c12-5e5a-9b44-45e4b6dcb371 with identifier: DV24%20BZA
2026-03-30 06:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4112b62-3c12-5e5a-9b44-45e4b6dcb371 with scrape type 2
2026-03-30 06:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4112b62-3c12-5e5a-9b44-45e4b6dcb371 with scrape type 2
2026-03-30 06:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4112b62-3c12-5e5a-9b44-45e4b6dcb371, identifier: DV24%20BZA
2026-03-30 06:07:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd0a4b66-2b31-505d-85d0-065bc6685308 with identifier: LR72%20YRF
2026-03-30 06:07:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd0a4b66-2b31-505d-85d0-065bc6685308 with identifier: LR72%20YRF
2026-03-30 06:07:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd0a4b66-2b31-505d-85d0-065bc6685308 with identifier: LR72%20YRF to the API
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR72%20YRF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cd0a4b66-2b31-505d-85d0-065bc6685308',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LR72 YRF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR72%20YRF&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': 'X3',
'odometer': 19447,
'odometer_reading_unit': '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 X3 2.0 MHT XDRIVE 20I M SPORT StationWagon',
'transmission': 'manual',
'trim': 'MHT XDRIVE 20I M SPORT',
'vin': 'WBA26DP0X0N185226',
'year': 2022}
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR72%2520YRF%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Saving data for LR72%20YRF: {'auction_closing_time': 1774864800.0, 'created_time': 1773824622.773805, 'last_price_update_time': 1774850864.842462}
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR72%2520YRF') HTTP/1.1" 204 0
2026-03-30 06:07:44 [bca.uk] INFO: Found listing with ID: LG21%20HCM
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG21%2520HCM%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Scrape type for LG21%20HCM: 0
2026-03-30 06:07:44 [bca.uk] INFO: Found listing with ID: VK71%20GFX
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK71%2520GFX%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Scrape type for VK71%20GFX: 0
2026-03-30 06:07:44 [bca.uk] INFO: Found listing with ID: BD69%20XXF
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD69%2520XXF%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Scrape type for BD69%20XXF: 0
2026-03-30 06:07:44 [bca.uk] INFO: Found listing with ID: FG21%20MFN
2026-03-30 06:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG21%2520MFN%27 HTTP/1.1" 200 None
2026-03-30 06:07:44 [bca.uk] INFO: Scrape type for FG21%20MFN: 2
2026-03-30 06:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b234dd47-e7da-506b-a91a-1da575a35dce with identifier: FG21%20MFN
2026-03-30 06:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b234dd47-e7da-506b-a91a-1da575a35dce with scrape type 2
2026-03-30 06:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b234dd47-e7da-506b-a91a-1da575a35dce with scrape type 2
2026-03-30 06:07:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b234dd47-e7da-506b-a91a-1da575a35dce, identifier: FG21%20MFN
2026-03-30 06:07:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with identifier: FJ22%20YBP
2026-03-30 06:07:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9190945e-6fb5-5526-9a8e-a4f9f9b536e3 with identifier: FJ22%20YBP
2026-03-30 06:07:45 [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-30 06:07:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:46 [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': 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-30 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ22%2520YBP%27 HTTP/1.1" 200 None
2026-03-30 06:07:46 [bca.uk] INFO: Saving data for FJ22%20YBP: {'auction_closing_time': 1774940400.0, 'created_time': 1774276380.176267, 'last_price_update_time': 1774850866.403127}
2026-03-30 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:46 [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-30 06:07:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4112b62-3c12-5e5a-9b44-45e4b6dcb371 with identifier: DV24%20BZA
2026-03-30 06:07:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4112b62-3c12-5e5a-9b44-45e4b6dcb371 with identifier: DV24%20BZA
2026-03-30 06:07:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4112b62-3c12-5e5a-9b44-45e4b6dcb371 with identifier: DV24%20BZA to the API
2026-03-30 06:07:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:46 [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': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20BZA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'f4112b62-3c12-5e5a-9b44-45e4b6dcb371',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV24 BZA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20BZA&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'VAUXHALL',
'model': 'GRANDLAND',
'odometer': 6924,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15300,
'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': 'W0VZRHNS5R6019312',
'year': 2024}
2026-03-30 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV24%2520BZA%27 HTTP/1.1" 200 None
2026-03-30 06:07:46 [bca.uk] INFO: Saving data for DV24%20BZA: {'auction_closing_time': 1775170800.0, 'created_time': 1773835128.755364, 'last_price_update_time': 1774850866.711189}
2026-03-30 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520BZA') HTTP/1.1" 204 0
2026-03-30 06:07:46 [bca.uk] INFO: Found listing with ID: EF72%20YJG
2026-03-30 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF72%2520YJG%27 HTTP/1.1" 200 None
2026-03-30 06:07:46 [bca.uk] INFO: Scrape type for EF72%20YJG: 0
2026-03-30 06:07:46 [bca.uk] INFO: Found listing with ID: LY16%20SWW
2026-03-30 06:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY16%2520SWW%27 HTTP/1.1" 200 None
2026-03-30 06:07:46 [bca.uk] INFO: Scrape type for LY16%20SWW: 2
2026-03-30 06:07:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab97e01-8d00-5d10-9b1d-f60807dc41db with identifier: LY16%20SWW
2026-03-30 06:07:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab97e01-8d00-5d10-9b1d-f60807dc41db with scrape type 2
2026-03-30 06:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab97e01-8d00-5d10-9b1d-f60807dc41db with scrape type 2
2026-03-30 06:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ab97e01-8d00-5d10-9b1d-f60807dc41db, identifier: LY16%20SWW
2026-03-30 06:07:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b234dd47-e7da-506b-a91a-1da575a35dce with identifier: FG21%20MFN
2026-03-30 06:07:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b234dd47-e7da-506b-a91a-1da575a35dce with identifier: FG21%20MFN
2026-03-30 06:07:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b234dd47-e7da-506b-a91a-1da575a35dce with identifier: FG21%20MFN to the API
2026-03-30 06:07:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:47 [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=FG21%20MFN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b234dd47-e7da-506b-a91a-1da575a35dce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG21 MFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG21%20MFN&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VAUXHALL',
'model': 'CROSSLAND',
'odometer': 48505,
'odometer_reading_unit': '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 TURBO 110 ELITE Hatchback',
'transmission': 'manual',
'trim': 'TURBO 110 ELITE',
'vin': 'W0V7H9ED3M4123660',
'year': 2021}
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG21%2520MFN%27 HTTP/1.1" 200 None
2026-03-30 06:07:47 [bca.uk] INFO: Saving data for FG21%20MFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774534275.251975, 'last_price_update_time': 1774850867.157879}
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG21%2520MFN') HTTP/1.1" 204 0
2026-03-30 06:07:47 [bca.uk] INFO: Found listing with ID: GN70%20XMW
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN70%2520XMW%27 HTTP/1.1" 200 None
2026-03-30 06:07:47 [bca.uk] INFO: Scrape type for GN70%20XMW: 0
2026-03-30 06:07:47 [bca.uk] INFO: Found listing with ID: HD22%20GPZ
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD22%2520GPZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:47 [bca.uk] INFO: Scrape type for HD22%20GPZ: 0
2026-03-30 06:07:47 [bca.uk] INFO: Found listing with ID: J4%20JYG
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27J4%2520JYG%27 HTTP/1.1" 200 None
2026-03-30 06:07:47 [bca.uk] INFO: Scrape type for J4%20JYG: 2
2026-03-30 06:07:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dac225b1-76cc-561f-ad69-353aaf639549 with identifier: J4%20JYG
2026-03-30 06:07:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac225b1-76cc-561f-ad69-353aaf639549 with scrape type 2
2026-03-30 06:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dac225b1-76cc-561f-ad69-353aaf639549 with scrape type 2
2026-03-30 06:07:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dac225b1-76cc-561f-ad69-353aaf639549, identifier: J4%20JYG
2026-03-30 06:07:47 [bca.uk] INFO: Found listing with ID: DX71%20AAF
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX71%2520AAF%27 HTTP/1.1" 200 None
2026-03-30 06:07:47 [bca.uk] INFO: Scrape type for DX71%20AAF: 2
2026-03-30 06:07:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with identifier: DX71%20AAF
2026-03-30 06:07:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with scrape type 2
2026-03-30 06:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with scrape type 2
2026-03-30 06:07:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0, identifier: DX71%20AAF
2026-03-30 06:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ab97e01-8d00-5d10-9b1d-f60807dc41db with identifier: LY16%20SWW
2026-03-30 06:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ab97e01-8d00-5d10-9b1d-f60807dc41db with identifier: LY16%20SWW
2026-03-30 06:07:47 [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-30 06:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:47 [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': 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-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY16%2520SWW%27 HTTP/1.1" 200 None
2026-03-30 06:07:47 [bca.uk] INFO: Saving data for LY16%20SWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562649.016329, 'last_price_update_time': 1774850867.815806}
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:47 [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-30 06:07:47 [bca.uk] INFO: Found listing with ID: YG69%20LWF
2026-03-30 06:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG69%2520LWF%27 HTTP/1.1" 200 None
2026-03-30 06:07:47 [bca.uk] INFO: Scrape type for YG69%20LWF: 2
2026-03-30 06:07:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8dce2fb-103d-58bc-ae38-d76fe4862b2b with identifier: YG69%20LWF
2026-03-30 06:07:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8dce2fb-103d-58bc-ae38-d76fe4862b2b with scrape type 2
2026-03-30 06:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8dce2fb-103d-58bc-ae38-d76fe4862b2b with scrape type 2
2026-03-30 06:07:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8dce2fb-103d-58bc-ae38-d76fe4862b2b, identifier: YG69%20LWF
2026-03-30 06:07:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dac225b1-76cc-561f-ad69-353aaf639549 with identifier: J4%20JYG
2026-03-30 06:07:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dac225b1-76cc-561f-ad69-353aaf639549 with identifier: J4%20JYG
2026-03-30 06:07:48 [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-30 06:07:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:49 [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': 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-30 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27J4%2520JYG%27 HTTP/1.1" 200 None
2026-03-30 06:07:49 [bca.uk] INFO: Saving data for J4%20JYG: {'auction_closing_time': 1774940400.0, 'created_time': 1774303784.19348, 'last_price_update_time': 1774850869.538427}
2026-03-30 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:49 [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-30 06:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with identifier: DX71%20AAF
2026-03-30 06:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51ef456c-3b16-5860-8d56-5a19ab4ee7f0 with identifier: DX71%20AAF
2026-03-30 06:07:49 [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-30 06:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:49 [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': 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-30 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX71%2520AAF%27 HTTP/1.1" 200 None
2026-03-30 06:07:49 [bca.uk] INFO: Saving data for DX71%20AAF: {'auction_closing_time': 1775170800.0, 'created_time': 1773841610.580713, 'last_price_update_time': 1774850869.836671}
2026-03-30 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:49 [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-30 06:07:49 [bca.uk] INFO: Found listing with ID: LT14%20MTK
2026-03-30 06:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT14%2520MTK%27 HTTP/1.1" 200 None
2026-03-30 06:07:49 [bca.uk] INFO: Scrape type for LT14%20MTK: 2
2026-03-30 06:07:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94e4a7a1-0f69-5942-b00d-caf404643c28 with identifier: LT14%20MTK
2026-03-30 06:07:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94e4a7a1-0f69-5942-b00d-caf404643c28 with scrape type 2
2026-03-30 06:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94e4a7a1-0f69-5942-b00d-caf404643c28 with scrape type 2
2026-03-30 06:07:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94e4a7a1-0f69-5942-b00d-caf404643c28, identifier: LT14%20MTK
2026-03-30 06:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8dce2fb-103d-58bc-ae38-d76fe4862b2b with identifier: YG69%20LWF
2026-03-30 06:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8dce2fb-103d-58bc-ae38-d76fe4862b2b with identifier: YG69%20LWF
2026-03-30 06:07:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8dce2fb-103d-58bc-ae38-d76fe4862b2b with identifier: YG69%20LWF to the API
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:50 [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': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c8dce2fb-103d-58bc-ae38-d76fe4862b2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG69 LWF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG69%20LWF&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MINI',
'model': 'COOPER',
'odometer': 52325,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.5 SPORT STEP Hatchback',
'transmission': 'automatic',
'trim': 'SPORT STEP',
'vin': 'WMWXU720602L73246',
'year': 2019}
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG69%2520LWF%27 HTTP/1.1" 200 None
2026-03-30 06:07:50 [bca.uk] INFO: Saving data for YG69%20LWF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534289.006534, 'last_price_update_time': 1774850870.275049}
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG69%2520LWF') HTTP/1.1" 204 0
2026-03-30 06:07:50 [bca.uk] INFO: Found listing with ID: JR09%20HOG
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JR09%2520HOG%27 HTTP/1.1" 200 None
2026-03-30 06:07:50 [bca.uk] INFO: Scrape type for JR09%20HOG: 2
2026-03-30 06:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f28dbd6-0085-58c8-bd6b-d383224e0742 with identifier: JR09%20HOG
2026-03-30 06:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f28dbd6-0085-58c8-bd6b-d383224e0742 with scrape type 2
2026-03-30 06:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f28dbd6-0085-58c8-bd6b-d383224e0742 with scrape type 2
2026-03-30 06:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f28dbd6-0085-58c8-bd6b-d383224e0742, identifier: JR09%20HOG
2026-03-30 06:07:50 [bca.uk] INFO: Found listing with ID: DY74%20BVW
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY74%2520BVW%27 HTTP/1.1" 200 None
2026-03-30 06:07:50 [bca.uk] INFO: Scrape type for DY74%20BVW: 2
2026-03-30 06:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 989e6bfd-1188-5e2f-b23e-bda38103ad37 with identifier: DY74%20BVW
2026-03-30 06:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989e6bfd-1188-5e2f-b23e-bda38103ad37 with scrape type 2
2026-03-30 06:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 989e6bfd-1188-5e2f-b23e-bda38103ad37 with scrape type 2
2026-03-30 06:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 989e6bfd-1188-5e2f-b23e-bda38103ad37, identifier: DY74%20BVW
2026-03-30 06:07:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94e4a7a1-0f69-5942-b00d-caf404643c28 with identifier: LT14%20MTK
2026-03-30 06:07:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94e4a7a1-0f69-5942-b00d-caf404643c28 with identifier: LT14%20MTK
2026-03-30 06:07:50 [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-30 06:07:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:50 [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': 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-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT14%2520MTK%27 HTTP/1.1" 200 None
2026-03-30 06:07:50 [bca.uk] INFO: Saving data for LT14%20MTK: {'auction_closing_time': 1774951200.0, 'created_time': 1774651815.592226, 'last_price_update_time': 1774850870.805369}
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:50 [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-30 06:07:50 [bca.uk] INFO: Found listing with ID: BD21%20GWA
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD21%2520GWA%27 HTTP/1.1" 200 None
2026-03-30 06:07:50 [bca.uk] INFO: Scrape type for BD21%20GWA: 0
2026-03-30 06:07:50 [bca.uk] INFO: Found listing with ID: CP22%20GYW
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP22%2520GYW%27 HTTP/1.1" 200 None
2026-03-30 06:07:50 [bca.uk] INFO: Scrape type for CP22%20GYW: 0
2026-03-30 06:07:50 [bca.uk] INFO: Found listing with ID: AD18%20GWP
2026-03-30 06:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD18%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:07:50 [bca.uk] INFO: Scrape type for AD18%20GWP: 2
2026-03-30 06:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5941c3f-22b4-5a87-ba16-6346aff4fa12 with identifier: AD18%20GWP
2026-03-30 06:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5941c3f-22b4-5a87-ba16-6346aff4fa12 with scrape type 2
2026-03-30 06:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5941c3f-22b4-5a87-ba16-6346aff4fa12 with scrape type 2
2026-03-30 06:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5941c3f-22b4-5a87-ba16-6346aff4fa12, identifier: AD18%20GWP
2026-03-30 06:07:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f28dbd6-0085-58c8-bd6b-d383224e0742 with identifier: JR09%20HOG
2026-03-30 06:07:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f28dbd6-0085-58c8-bd6b-d383224e0742 with identifier: JR09%20HOG
2026-03-30 06:07:51 [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-30 06:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:52 [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': 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-30 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JR09%2520HOG%27 HTTP/1.1" 200 None
2026-03-30 06:07:52 [bca.uk] INFO: Saving data for JR09%20HOG: {'auction_closing_time': 1774940400.0, 'created_time': 1774276464.785711, 'last_price_update_time': 1774850872.445632}
2026-03-30 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:52 [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-30 06:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 989e6bfd-1188-5e2f-b23e-bda38103ad37 with identifier: DY74%20BVW
2026-03-30 06:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 989e6bfd-1188-5e2f-b23e-bda38103ad37 with identifier: DY74%20BVW
2026-03-30 06:07:52 [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-30 06:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:52 [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': 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-30 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY74%2520BVW%27 HTTP/1.1" 200 None
2026-03-30 06:07:52 [bca.uk] INFO: Saving data for DY74%20BVW: {'auction_closing_time': 1775170800.0, 'created_time': 1773841427.901437, 'last_price_update_time': 1774850872.750519}
2026-03-30 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:52 [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-30 06:07:52 [bca.uk] INFO: Found listing with ID: MV18%20ZXU
2026-03-30 06:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV18%2520ZXU%27 HTTP/1.1" 200 None
2026-03-30 06:07:52 [bca.uk] INFO: Scrape type for MV18%20ZXU: 2
2026-03-30 06:07:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with identifier: MV18%20ZXU
2026-03-30 06:07:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with scrape type 2
2026-03-30 06:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with scrape type 2
2026-03-30 06:07:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21c64761-d715-5703-8cf1-6c7f2cb31bf0, identifier: MV18%20ZXU
2026-03-30 06:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5941c3f-22b4-5a87-ba16-6346aff4fa12 with identifier: AD18%20GWP
2026-03-30 06:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5941c3f-22b4-5a87-ba16-6346aff4fa12 with identifier: AD18%20GWP
2026-03-30 06:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5941c3f-22b4-5a87-ba16-6346aff4fa12 with identifier: AD18%20GWP to the API
2026-03-30 06:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:53 [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': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD18%20GWP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd5941c3f-22b4-5a87-ba16-6346aff4fa12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AD18 GWP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD18%20GWP&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MINI',
'model': 'ONE',
'odometer': 88569,
'odometer_reading_unit': '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 ONE 1.5 Hatchback',
'transmission': 'manual',
'trim': '',
'vin': 'WMWXR12090TE86779',
'year': 2018}
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD18%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:07:53 [bca.uk] INFO: Saving data for AD18%20GWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774649011.437124, 'last_price_update_time': 1774850873.16877}
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD18%2520GWP') HTTP/1.1" 204 0
2026-03-30 06:07:53 [bca.uk] INFO: Found listing with ID: KS69%20YCG
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS69%2520YCG%27 HTTP/1.1" 200 None
2026-03-30 06:07:53 [bca.uk] INFO: Scrape type for KS69%20YCG: 0
2026-03-30 06:07:53 [bca.uk] INFO: Found listing with ID: LA71%20YYO
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA71%2520YYO%27 HTTP/1.1" 200 None
2026-03-30 06:07:53 [bca.uk] INFO: Scrape type for LA71%20YYO: 2
2026-03-30 06:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with identifier: LA71%20YYO
2026-03-30 06:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with scrape type 2
2026-03-30 06:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with scrape type 2
2026-03-30 06:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5933c3c6-810a-53c9-8c31-9abeeea60ee0, identifier: LA71%20YYO
2026-03-30 06:07:53 [bca.uk] INFO: Found listing with ID: FD72%20URU
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD72%2520URU%27 HTTP/1.1" 200 None
2026-03-30 06:07:53 [bca.uk] INFO: Scrape type for FD72%20URU: 2
2026-03-30 06:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 858cc299-a537-5ffb-aa97-c359f4d24997 with identifier: FD72%20URU
2026-03-30 06:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 858cc299-a537-5ffb-aa97-c359f4d24997 with scrape type 2
2026-03-30 06:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 858cc299-a537-5ffb-aa97-c359f4d24997 with scrape type 2
2026-03-30 06:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 858cc299-a537-5ffb-aa97-c359f4d24997, identifier: FD72%20URU
2026-03-30 06:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with identifier: MV18%20ZXU
2026-03-30 06:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21c64761-d715-5703-8cf1-6c7f2cb31bf0 with identifier: MV18%20ZXU
2026-03-30 06:07:53 [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-30 06:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:53 [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': 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-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV18%2520ZXU%27 HTTP/1.1" 200 None
2026-03-30 06:07:53 [bca.uk] INFO: Saving data for MV18%20ZXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651813.771924, 'last_price_update_time': 1774850873.704719}
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:53 [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-30 06:07:53 [bca.uk] INFO: Found listing with ID: EU68%20NEJ
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU68%2520NEJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:53 [bca.uk] INFO: Scrape type for EU68%20NEJ: 0
2026-03-30 06:07:53 [bca.uk] INFO: Found listing with ID: DA72%20RSU
2026-03-30 06:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA72%2520RSU%27 HTTP/1.1" 200 None
2026-03-30 06:07:53 [bca.uk] INFO: Scrape type for DA72%20RSU: 2
2026-03-30 06:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with identifier: DA72%20RSU
2026-03-30 06:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with scrape type 2
2026-03-30 06:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with scrape type 2
2026-03-30 06:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd, identifier: DA72%20RSU
2026-03-30 06:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with identifier: LA71%20YYO
2026-03-30 06:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5933c3c6-810a-53c9-8c31-9abeeea60ee0 with identifier: LA71%20YYO
2026-03-30 06:07:54 [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-30 06:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:54 [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': 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-30 06:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA71%2520YYO%27 HTTP/1.1" 200 None
2026-03-30 06:07:54 [bca.uk] INFO: Saving data for LA71%20YYO: {'auction_closing_time': 1774940400.0, 'created_time': 1774276295.342028, 'last_price_update_time': 1774850874.237627}
2026-03-30 06:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:54 [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-30 06:07:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 858cc299-a537-5ffb-aa97-c359f4d24997 with identifier: FD72%20URU
2026-03-30 06:07:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 858cc299-a537-5ffb-aa97-c359f4d24997 with identifier: FD72%20URU
2026-03-30 06:07:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 858cc299-a537-5ffb-aa97-c359f4d24997 with identifier: FD72%20URU to the API
2026-03-30 06:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:55 [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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD72%20URU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '858cc299-a537-5ffb-aa97-c359f4d24997',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FD72 URU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD72%20URU&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FORD',
'model': 'S-MAX',
'odometer': 13407,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 25700,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD S-MAX 2.5 E/B FHEV 190 ST-LINE MPV',
'transmission': 'automatic',
'trim': 'E/B FHEV 190 ST-LINE',
'vin': 'WF0JXXWPCHNB38935',
'year': 2023}
2026-03-30 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD72%2520URU%27 HTTP/1.1" 200 None
2026-03-30 06:07:55 [bca.uk] INFO: Saving data for FD72%20URU: {'auction_closing_time': 1775170800.0, 'created_time': 1773841786.246185, 'last_price_update_time': 1774850875.513589}
2026-03-30 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD72%2520URU') HTTP/1.1" 204 0
2026-03-30 06:07:55 [bca.uk] INFO: Found listing with ID: SY24%20KFV
2026-03-30 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY24%2520KFV%27 HTTP/1.1" 200 None
2026-03-30 06:07:55 [bca.uk] INFO: Scrape type for SY24%20KFV: 2
2026-03-30 06:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with identifier: SY24%20KFV
2026-03-30 06:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with scrape type 2
2026-03-30 06:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with scrape type 2
2026-03-30 06:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18ab6bf5-6d6c-586e-be55-3af6e98890f2, identifier: SY24%20KFV
2026-03-30 06:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with identifier: DA72%20RSU
2026-03-30 06:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83c9ea97-d08f-5486-9ed7-84fa7ee5a8fd with identifier: DA72%20RSU
2026-03-30 06:07:55 [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-30 06:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 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-30 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA72%2520RSU%27 HTTP/1.1" 200 None
2026-03-30 06:07:55 [bca.uk] INFO: Saving data for DA72%20RSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774476242.784094, 'last_price_update_time': 1774850875.918932}
2026-03-30 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:55 [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-30 06:07:55 [bca.uk] INFO: Found listing with ID: LC22%20EAY
2026-03-30 06:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC22%2520EAY%27 HTTP/1.1" 200 None
2026-03-30 06:07:55 [bca.uk] INFO: Scrape type for LC22%20EAY: 2
2026-03-30 06:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56d9df61-b7ab-53b7-8602-552be12a462a with identifier: LC22%20EAY
2026-03-30 06:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56d9df61-b7ab-53b7-8602-552be12a462a with scrape type 2
2026-03-30 06:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56d9df61-b7ab-53b7-8602-552be12a462a with scrape type 2
2026-03-30 06:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56d9df61-b7ab-53b7-8602-552be12a462a, identifier: LC22%20EAY
2026-03-30 06:07:56 [bca.uk] INFO: Found listing with ID: FX19%20KVO
2026-03-30 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX19%2520KVO%27 HTTP/1.1" 200 None
2026-03-30 06:07:56 [bca.uk] INFO: Scrape type for FX19%20KVO: 0
2026-03-30 06:07:56 [bca.uk] INFO: Found listing with ID: GF23%20UCB
2026-03-30 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF23%2520UCB%27 HTTP/1.1" 200 None
2026-03-30 06:07:56 [bca.uk] INFO: Scrape type for GF23%20UCB: 2
2026-03-30 06:07:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with identifier: GF23%20UCB
2026-03-30 06:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with scrape type 2
2026-03-30 06:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with scrape type 2
2026-03-30 06:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8438b3b-3673-593f-b04f-8f6f4cc4ea07, identifier: GF23%20UCB
2026-03-30 06:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with identifier: SY24%20KFV
2026-03-30 06:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18ab6bf5-6d6c-586e-be55-3af6e98890f2 with identifier: SY24%20KFV
2026-03-30 06:07:56 [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-30 06:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:56 [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': 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-30 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY24%2520KFV%27 HTTP/1.1" 200 None
2026-03-30 06:07:56 [bca.uk] INFO: Saving data for SY24%20KFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774651770.039914, 'last_price_update_time': 1774850876.566862}
2026-03-30 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:56 [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-30 06:07:56 [bca.uk] INFO: Found listing with ID: GD18%20CFO
2026-03-30 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD18%2520CFO%27 HTTP/1.1" 200 None
2026-03-30 06:07:56 [bca.uk] INFO: Scrape type for GD18%20CFO: 2
2026-03-30 06:07:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf62fdd1-bc9b-5073-935c-7651268c626c with identifier: GD18%20CFO
2026-03-30 06:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf62fdd1-bc9b-5073-935c-7651268c626c with scrape type 2
2026-03-30 06:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf62fdd1-bc9b-5073-935c-7651268c626c with scrape type 2
2026-03-30 06:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf62fdd1-bc9b-5073-935c-7651268c626c, identifier: GD18%20CFO
2026-03-30 06:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56d9df61-b7ab-53b7-8602-552be12a462a with identifier: LC22%20EAY
2026-03-30 06:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56d9df61-b7ab-53b7-8602-552be12a462a with identifier: LC22%20EAY
2026-03-30 06:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56d9df61-b7ab-53b7-8602-552be12a462a with identifier: LC22%20EAY to the API
2026-03-30 06:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:56 [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': 219,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC22%20EAY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol',
'id': '56d9df61-b7ab-53b7-8602-552be12a462a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LC22 EAY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC22%20EAY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 40901,
'odometer_reading_unit': '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 P250 R-DYNAMIC SE StationWagon',
'transmission': 'automatic',
'trim': 'P250 R-DYNAMIC SE',
'vin': 'SALYA2AX2NA338808',
'year': 2022}
2026-03-30 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC22%2520EAY%27 HTTP/1.1" 200 None
2026-03-30 06:07:56 [bca.uk] INFO: Saving data for LC22%20EAY: {'auction_closing_time': 1774940400.0, 'created_time': 1774361857.544069, 'last_price_update_time': 1774850876.980489}
2026-03-30 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC22%2520EAY') HTTP/1.1" 204 0
2026-03-30 06:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with identifier: GF23%20UCB
2026-03-30 06:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8438b3b-3673-593f-b04f-8f6f4cc4ea07 with identifier: GF23%20UCB
2026-03-30 06:07:57 [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-30 06:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:57 [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': 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-30 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF23%2520UCB%27 HTTP/1.1" 200 None
2026-03-30 06:07:57 [bca.uk] INFO: Saving data for GF23%20UCB: {'auction_closing_time': 1775170800.0, 'created_time': 1773841399.886794, 'last_price_update_time': 1774850877.294252}
2026-03-30 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:57 [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-30 06:07:57 [bca.uk] INFO: Found listing with ID: OE21%20WRR
2026-03-30 06:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE21%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:07:57 [bca.uk] INFO: Scrape type for OE21%20WRR: 2
2026-03-30 06:07:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with identifier: OE21%20WRR
2026-03-30 06:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with scrape type 2
2026-03-30 06:07:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with scrape type 2
2026-03-30 06:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff724bf1-1abb-5951-b9e3-e5dd85f047d7, identifier: OE21%20WRR
2026-03-30 06:07:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf62fdd1-bc9b-5073-935c-7651268c626c with identifier: GD18%20CFO
2026-03-30 06:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf62fdd1-bc9b-5073-935c-7651268c626c with identifier: GD18%20CFO
2026-03-30 06:07:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf62fdd1-bc9b-5073-935c-7651268c626c with identifier: GD18%20CFO to the API
2026-03-30 06:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07: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': 89,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD18%20CFO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bf62fdd1-bc9b-5073-935c-7651268c626c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD18 CFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD18%20CFO&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 18442,
'odometer_reading_unit': '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.5 TDCI 85 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TDCI 85 ZETEC',
'vin': 'WF0JXXGAHJHR67845',
'year': 2018}
2026-03-30 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD18%2520CFO%27 HTTP/1.1" 200 None
2026-03-30 06:07:58 [bca.uk] INFO: Saving data for GD18%20CFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774649010.389052, 'last_price_update_time': 1774850878.619539}
2026-03-30 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD18%2520CFO') HTTP/1.1" 204 0
2026-03-30 06:07:58 [bca.uk] INFO: Found listing with ID: LL22%20MGO
2026-03-30 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL22%2520MGO%27 HTTP/1.1" 200 None
2026-03-30 06:07:58 [bca.uk] INFO: Scrape type for LL22%20MGO: 0
2026-03-30 06:07:58 [bca.uk] INFO: Found listing with ID: LV22%20KXJ
2026-03-30 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV22%2520KXJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:58 [bca.uk] INFO: Scrape type for LV22%20KXJ: 2
2026-03-30 06:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8197065a-9a2b-5098-beda-691c613ca9f9 with identifier: LV22%20KXJ
2026-03-30 06:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8197065a-9a2b-5098-beda-691c613ca9f9 with scrape type 2
2026-03-30 06:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8197065a-9a2b-5098-beda-691c613ca9f9 with scrape type 2
2026-03-30 06:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8197065a-9a2b-5098-beda-691c613ca9f9, identifier: LV22%20KXJ
2026-03-30 06:07:58 [bca.uk] INFO: Found listing with ID: GY24%20CFU
2026-03-30 06:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY24%2520CFU%27 HTTP/1.1" 200 None
2026-03-30 06:07:58 [bca.uk] INFO: Scrape type for GY24%20CFU: 2
2026-03-30 06:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f7086cd-c04d-5b40-9bc6-328d684710c5 with identifier: GY24%20CFU
2026-03-30 06:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f7086cd-c04d-5b40-9bc6-328d684710c5 with scrape type 2
2026-03-30 06:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f7086cd-c04d-5b40-9bc6-328d684710c5 with scrape type 2
2026-03-30 06:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f7086cd-c04d-5b40-9bc6-328d684710c5, identifier: GY24%20CFU
2026-03-30 06:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with identifier: OE21%20WRR
2026-03-30 06:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:07:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel%2FElectric HTTP/1.1" 200 None
2026-03-30 06:07:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff724bf1-1abb-5951-b9e3-e5dd85f047d7 with identifier: OE21%20WRR
2026-03-30 06:07:59 [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-30 06:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:59 [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': 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-30 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE21%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:07:59 [bca.uk] INFO: Saving data for OE21%20WRR: {'auction_closing_time': 1775124000.0, 'created_time': 1774651768.418674, 'last_price_update_time': 1774850879.338293}
2026-03-30 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:59 [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-30 06:07:59 [bca.uk] INFO: Found listing with ID: MJ69%20AHZ
2026-03-30 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ69%2520AHZ%27 HTTP/1.1" 200 None
2026-03-30 06:07:59 [bca.uk] INFO: Scrape type for MJ69%20AHZ: 2
2026-03-30 06:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c698dcd-1858-5602-8d99-83420f0bc129 with identifier: MJ69%20AHZ
2026-03-30 06:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c698dcd-1858-5602-8d99-83420f0bc129 with scrape type 2
2026-03-30 06:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c698dcd-1858-5602-8d99-83420f0bc129 with scrape type 2
2026-03-30 06:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c698dcd-1858-5602-8d99-83420f0bc129, identifier: MJ69%20AHZ
2026-03-30 06:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8197065a-9a2b-5098-beda-691c613ca9f9 with identifier: LV22%20KXJ
2026-03-30 06:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8197065a-9a2b-5098-beda-691c613ca9f9 with identifier: LV22%20KXJ
2026-03-30 06:07:59 [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-30 06:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:07:59 [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': 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-30 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV22%2520KXJ%27 HTTP/1.1" 200 None
2026-03-30 06:07:59 [bca.uk] INFO: Saving data for LV22%20KXJ: {'auction_closing_time': 1774940400.0, 'created_time': 1774276289.851918, 'last_price_update_time': 1774850879.868932}
2026-03-30 06:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:07:59 [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-30 06:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f7086cd-c04d-5b40-9bc6-328d684710c5 with identifier: GY24%20CFU
2026-03-30 06:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f7086cd-c04d-5b40-9bc6-328d684710c5 with identifier: GY24%20CFU
2026-03-30 06:07:59 [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-30 06:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:00 [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': 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-30 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY24%2520CFU%27 HTTP/1.1" 200 None
2026-03-30 06:08:00 [bca.uk] INFO: Saving data for GY24%20CFU: {'auction_closing_time': 1775170800.0, 'created_time': 1773823501.143132, 'last_price_update_time': 1774850880.220097}
2026-03-30 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:00 [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-30 06:08:00 [bca.uk] INFO: Found listing with ID: GD19%20SZV
2026-03-30 06:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD19%2520SZV%27 HTTP/1.1" 200 None
2026-03-30 06:08:00 [bca.uk] INFO: Scrape type for GD19%20SZV: 2
2026-03-30 06:08:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e762246c-4b28-5529-9e4d-34bb5a8de6cf with identifier: GD19%20SZV
2026-03-30 06:08:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e762246c-4b28-5529-9e4d-34bb5a8de6cf with scrape type 2
2026-03-30 06:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e762246c-4b28-5529-9e4d-34bb5a8de6cf with scrape type 2
2026-03-30 06:08:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e762246c-4b28-5529-9e4d-34bb5a8de6cf, identifier: GD19%20SZV
2026-03-30 06:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c698dcd-1858-5602-8d99-83420f0bc129 with identifier: MJ69%20AHZ
2026-03-30 06:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c698dcd-1858-5602-8d99-83420f0bc129 with identifier: MJ69%20AHZ
2026-03-30 06:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c698dcd-1858-5602-8d99-83420f0bc129 with identifier: MJ69%20AHZ to the API
2026-03-30 06:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ69%20AHZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5c698dcd-1858-5602-8d99-83420f0bc129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ69 AHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ69%20AHZ&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 37198,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 140 ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 140 ACENTA PREMIUM',
'vin': 'SJNFFAJ11U2699347',
'year': 2019}
2026-03-30 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ69%2520AHZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:01 [bca.uk] INFO: Saving data for MJ69%20AHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534269.844485, 'last_price_update_time': 1774850881.567862}
2026-03-30 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ69%2520AHZ') HTTP/1.1" 204 0
2026-03-30 06:08:01 [bca.uk] INFO: Found listing with ID: NC22%20CZK
2026-03-30 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC22%2520CZK%27 HTTP/1.1" 200 None
2026-03-30 06:08:01 [bca.uk] INFO: Scrape type for NC22%20CZK: 2
2026-03-30 06:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79bc1ab1-fb3f-5732-b41a-b5d15c2d642f with identifier: NC22%20CZK
2026-03-30 06:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79bc1ab1-fb3f-5732-b41a-b5d15c2d642f with scrape type 2
2026-03-30 06:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79bc1ab1-fb3f-5732-b41a-b5d15c2d642f with scrape type 2
2026-03-30 06:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79bc1ab1-fb3f-5732-b41a-b5d15c2d642f, identifier: NC22%20CZK
2026-03-30 06:08:01 [bca.uk] INFO: Found listing with ID: HK73%20JYE
2026-03-30 06:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK73%2520JYE%27 HTTP/1.1" 200 None
2026-03-30 06:08:01 [bca.uk] INFO: Scrape type for HK73%20JYE: 2
2026-03-30 06:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a65b110f-d775-5ba7-9ec2-5b0ca57ff059 with identifier: HK73%20JYE
2026-03-30 06:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a65b110f-d775-5ba7-9ec2-5b0ca57ff059 with scrape type 2
2026-03-30 06:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a65b110f-d775-5ba7-9ec2-5b0ca57ff059 with scrape type 2
2026-03-30 06:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a65b110f-d775-5ba7-9ec2-5b0ca57ff059, identifier: HK73%20JYE
2026-03-30 06:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e762246c-4b28-5529-9e4d-34bb5a8de6cf with identifier: GD19%20SZV
2026-03-30 06:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e762246c-4b28-5529-9e4d-34bb5a8de6cf with identifier: GD19%20SZV
2026-03-30 06:08:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e762246c-4b28-5529-9e4d-34bb5a8de6cf with identifier: GD19%20SZV to the API
2026-03-30 06:08:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:02 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD19%20SZV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e762246c-4b28-5529-9e4d-34bb5a8de6cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD19 SZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD19%20SZV&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 66906,
'odometer_reading_unit': '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.0 TSI 115 MATCH Hatchback',
'transmission': 'manual',
'trim': 'TSI 115 MATCH',
'vin': 'WVWZZZAUZKW101893',
'year': 2019}
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD19%2520SZV%27 HTTP/1.1" 200 None
2026-03-30 06:08:02 [bca.uk] INFO: Saving data for GD19%20SZV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535653.045034, 'last_price_update_time': 1774850882.10905}
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD19%2520SZV') HTTP/1.1" 204 0
2026-03-30 06:08:02 [bca.uk] INFO: Found listing with ID: MJ69%20KSF
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ69%2520KSF%27 HTTP/1.1" 200 None
2026-03-30 06:08:02 [bca.uk] INFO: Scrape type for MJ69%20KSF: 0
2026-03-30 06:08:02 [bca.uk] INFO: Found listing with ID: PJ20%20EKU
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ20%2520EKU%27 HTTP/1.1" 200 None
2026-03-30 06:08:02 [bca.uk] INFO: Scrape type for PJ20%20EKU: 0
2026-03-30 06:08:02 [bca.uk] INFO: Found listing with ID: BP68%20KXF
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP68%2520KXF%27 HTTP/1.1" 200 None
2026-03-30 06:08:02 [bca.uk] INFO: Scrape type for BP68%20KXF: 0
2026-03-30 06:08:02 [bca.uk] INFO: Found listing with ID: CE68%20OKN
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE68%2520OKN%27 HTTP/1.1" 200 None
2026-03-30 06:08:02 [bca.uk] INFO: Scrape type for CE68%20OKN: 2
2026-03-30 06:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 726e48f6-ac67-5061-bc49-40167236c53c with identifier: CE68%20OKN
2026-03-30 06:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 726e48f6-ac67-5061-bc49-40167236c53c with scrape type 2
2026-03-30 06:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 726e48f6-ac67-5061-bc49-40167236c53c with scrape type 2
2026-03-30 06:08:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 726e48f6-ac67-5061-bc49-40167236c53c, identifier: CE68%20OKN
2026-03-30 06:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79bc1ab1-fb3f-5732-b41a-b5d15c2d642f with identifier: NC22%20CZK
2026-03-30 06:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79bc1ab1-fb3f-5732-b41a-b5d15c2d642f with identifier: NC22%20CZK
2026-03-30 06:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79bc1ab1-fb3f-5732-b41a-b5d15c2d642f with identifier: NC22%20CZK to the API
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:02 [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': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC22%20CZK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '79bc1ab1-fb3f-5732-b41a-b5d15c2d642f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NC22 CZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC22%20CZK&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 13949,
'odometer_reading_unit': '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 D150 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D150 4WD R-DYNAMIC S',
'vin': 'SALZA2AN9PH195028',
'year': 2022}
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC22%2520CZK%27 HTTP/1.1" 200 None
2026-03-30 06:08:02 [bca.uk] INFO: Saving data for NC22%20CZK: {'auction_closing_time': 1774940400.0, 'created_time': 1773845031.986363, 'last_price_update_time': 1774850882.609841}
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC22%2520CZK') HTTP/1.1" 204 0
2026-03-30 06:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a65b110f-d775-5ba7-9ec2-5b0ca57ff059 with identifier: HK73%20JYE
2026-03-30 06:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a65b110f-d775-5ba7-9ec2-5b0ca57ff059 with identifier: HK73%20JYE
2026-03-30 06:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a65b110f-d775-5ba7-9ec2-5b0ca57ff059 with identifier: HK73%20JYE to the API
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:02 [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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK73%20JYE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'a65b110f-d775-5ba7-9ec2-5b0ca57ff059',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HK73 JYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK73%20JYE&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'JEEP',
'model': 'AVENGER',
'odometer': 11653,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14400,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'JEEP AVENGER 1.2 ALTITUDE+ Hatchback',
'transmission': 'manual',
'trim': 'ALTITUDE+',
'vin': 'ZAC5JACL3PJK56345',
'year': 2024}
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK73%2520JYE%27 HTTP/1.1" 200 None
2026-03-30 06:08:02 [bca.uk] INFO: Saving data for HK73%20JYE: {'auction_closing_time': 1775170800.0, 'created_time': 1773834974.786469, 'last_price_update_time': 1774850882.916823}
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK73%2520JYE') HTTP/1.1" 204 0
2026-03-30 06:08:02 [bca.uk] INFO: Found listing with ID: KV70%20XWE
2026-03-30 06:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV70%2520XWE%27 HTTP/1.1" 200 None
2026-03-30 06:08:02 [bca.uk] INFO: Scrape type for KV70%20XWE: 2
2026-03-30 06:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with identifier: KV70%20XWE
2026-03-30 06:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with scrape type 2
2026-03-30 06:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with scrape type 2
2026-03-30 06:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca, identifier: KV70%20XWE
2026-03-30 06:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 726e48f6-ac67-5061-bc49-40167236c53c with identifier: CE68%20OKN
2026-03-30 06:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 726e48f6-ac67-5061-bc49-40167236c53c with identifier: CE68%20OKN
2026-03-30 06:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 726e48f6-ac67-5061-bc49-40167236c53c with identifier: CE68%20OKN to the API
2026-03-30 06:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE68%20OKN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '726e48f6-ac67-5061-bc49-40167236c53c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE68 OKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE68%20OKN&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'DACIA',
'model': 'SANDERO',
'odometer': 58343,
'odometer_reading_unit': '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 0.9 TCE 90 ESSENTIAL Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 ESSENTIAL',
'vin': 'UU1B5220261614259',
'year': 2018}
2026-03-30 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE68%2520OKN%27 HTTP/1.1" 200 None
2026-03-30 06:08:04 [bca.uk] INFO: Saving data for CE68%20OKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774534286.517444, 'last_price_update_time': 1774850884.646692}
2026-03-30 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE68%2520OKN') HTTP/1.1" 204 0
2026-03-30 06:08:04 [bca.uk] INFO: Found listing with ID: NX72%20PHY
2026-03-30 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX72%2520PHY%27 HTTP/1.1" 200 None
2026-03-30 06:08:04 [bca.uk] INFO: Scrape type for NX72%20PHY: 0
2026-03-30 06:08:04 [bca.uk] INFO: Found listing with ID: PX22%20ZKE
2026-03-30 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX22%2520ZKE%27 HTTP/1.1" 200 None
2026-03-30 06:08:04 [bca.uk] INFO: Scrape type for PX22%20ZKE: 2
2026-03-30 06:08:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e40656b2-8700-5be0-96a4-5f8c3e82a87d with identifier: PX22%20ZKE
2026-03-30 06:08:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e40656b2-8700-5be0-96a4-5f8c3e82a87d with scrape type 2
2026-03-30 06:08:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e40656b2-8700-5be0-96a4-5f8c3e82a87d with scrape type 2
2026-03-30 06:08:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e40656b2-8700-5be0-96a4-5f8c3e82a87d, identifier: PX22%20ZKE
2026-03-30 06:08:04 [bca.uk] INFO: Found listing with ID: KF73%20CNX
2026-03-30 06:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF73%2520CNX%27 HTTP/1.1" 200 None
2026-03-30 06:08:04 [bca.uk] INFO: Scrape type for KF73%20CNX: 2
2026-03-30 06:08:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df2972a1-f115-5cb2-9772-2aba758465ee with identifier: KF73%20CNX
2026-03-30 06:08:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df2972a1-f115-5cb2-9772-2aba758465ee with scrape type 2
2026-03-30 06:08:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df2972a1-f115-5cb2-9772-2aba758465ee with scrape type 2
2026-03-30 06:08:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df2972a1-f115-5cb2-9772-2aba758465ee, identifier: KF73%20CNX
2026-03-30 06:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with identifier: KV70%20XWE
2026-03-30 06:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dc3fea3-f9b6-513d-bcf0-969645ed01ca with identifier: KV70%20XWE
2026-03-30 06:08:05 [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-30 06:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:05 [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': 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-30 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV70%2520XWE%27 HTTP/1.1" 200 None
2026-03-30 06:08:05 [bca.uk] INFO: Saving data for KV70%20XWE: {'auction_closing_time': 1774864800.0, 'created_time': 1773822583.032193, 'last_price_update_time': 1774850885.257775}
2026-03-30 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:05 [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-30 06:08:05 [bca.uk] INFO: Found listing with ID: DA72%20OGE
2026-03-30 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA72%2520OGE%27 HTTP/1.1" 200 None
2026-03-30 06:08:05 [bca.uk] INFO: Scrape type for DA72%20OGE: 0
2026-03-30 06:08:05 [bca.uk] INFO: Found listing with ID: DU19%20VFP
2026-03-30 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU19%2520VFP%27 HTTP/1.1" 200 None
2026-03-30 06:08:05 [bca.uk] INFO: Scrape type for DU19%20VFP: 2
2026-03-30 06:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb75c67a-bd15-56bd-9b67-359c1d69d367 with identifier: DU19%20VFP
2026-03-30 06:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb75c67a-bd15-56bd-9b67-359c1d69d367 with scrape type 2
2026-03-30 06:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb75c67a-bd15-56bd-9b67-359c1d69d367 with scrape type 2
2026-03-30 06:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb75c67a-bd15-56bd-9b67-359c1d69d367, identifier: DU19%20VFP
2026-03-30 06:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e40656b2-8700-5be0-96a4-5f8c3e82a87d with identifier: PX22%20ZKE
2026-03-30 06:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e40656b2-8700-5be0-96a4-5f8c3e82a87d with identifier: PX22%20ZKE
2026-03-30 06:08:05 [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-30 06:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX22%2520ZKE%27 HTTP/1.1" 200 None
2026-03-30 06:08:05 [bca.uk] INFO: Saving data for PX22%20ZKE: {'auction_closing_time': 1774940400.0, 'created_time': 1774303805.303929, 'last_price_update_time': 1774850885.784287}
2026-03-30 06:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:05 [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-30 06:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df2972a1-f115-5cb2-9772-2aba758465ee with identifier: KF73%20CNX
2026-03-30 06:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df2972a1-f115-5cb2-9772-2aba758465ee with identifier: KF73%20CNX
2026-03-30 06:08:05 [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-30 06:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:06 [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': 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-30 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF73%2520CNX%27 HTTP/1.1" 200 None
2026-03-30 06:08:06 [bca.uk] INFO: Saving data for KF73%20CNX: {'auction_closing_time': 1775170800.0, 'created_time': 1773842095.535338, 'last_price_update_time': 1774850886.128536}
2026-03-30 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:06 [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-30 06:08:06 [bca.uk] INFO: Found listing with ID: PK18%20LLR
2026-03-30 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK18%2520LLR%27 HTTP/1.1" 200 None
2026-03-30 06:08:06 [bca.uk] INFO: Scrape type for PK18%20LLR: 2
2026-03-30 06:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d1afe8b-6217-56c2-b404-e4d98971049a with identifier: PK18%20LLR
2026-03-30 06:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d1afe8b-6217-56c2-b404-e4d98971049a with scrape type 2
2026-03-30 06:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d1afe8b-6217-56c2-b404-e4d98971049a with scrape type 2
2026-03-30 06:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d1afe8b-6217-56c2-b404-e4d98971049a, identifier: PK18%20LLR
2026-03-30 06:08:06 [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-30 06:08:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb75c67a-bd15-56bd-9b67-359c1d69d367 with identifier: DU19%20VFP
2026-03-30 06:08:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb75c67a-bd15-56bd-9b67-359c1d69d367 with identifier: DU19%20VFP
2026-03-30 06:08:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb75c67a-bd15-56bd-9b67-359c1d69d367 with identifier: DU19%20VFP to the API
2026-03-30 06:08:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU19%20VFP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fb75c67a-bd15-56bd-9b67-359c1d69d367',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU19 VFP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU19%20VFP&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'VAUXHALL',
'model': 'MOKKA X',
'odometer': 39221,
'odometer_reading_unit': '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 ECOTEC DESIGN Hatchback',
'transmission': 'manual',
'trim': 'T 140 ECOTEC DESIGN',
'vin': 'W0VJC7E84KB852030',
'year': 2019}
2026-03-30 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU19%2520VFP%27 HTTP/1.1" 200 None
2026-03-30 06:08:06 [bca.uk] INFO: Saving data for DU19%20VFP: {'auction_closing_time': 1774864800.0, 'created_time': 1774534266.776408, 'last_price_update_time': 1774850886.784898}
2026-03-30 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU19%2520VFP') HTTP/1.1" 204 0
2026-03-30 06:08:06 [bca.uk] INFO: Found listing with ID: PY67%20LKC
2026-03-30 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY67%2520LKC%27 HTTP/1.1" 200 None
2026-03-30 06:08:06 [bca.uk] INFO: Scrape type for PY67%20LKC: 2
2026-03-30 06:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with identifier: PY67%20LKC
2026-03-30 06:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with scrape type 2
2026-03-30 06:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with scrape type 2
2026-03-30 06:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1, identifier: PY67%20LKC
2026-03-30 06:08:06 [bca.uk] INFO: Found listing with ID: KJ19%20XCZ
2026-03-30 06:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ19%2520XCZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:06 [bca.uk] INFO: Scrape type for KJ19%20XCZ: 2
2026-03-30 06:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5fd2d8c-5a26-52d5-8201-3b74e00758ca with identifier: KJ19%20XCZ
2026-03-30 06:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5fd2d8c-5a26-52d5-8201-3b74e00758ca with scrape type 2
2026-03-30 06:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5fd2d8c-5a26-52d5-8201-3b74e00758ca with scrape type 2
2026-03-30 06:08:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5fd2d8c-5a26-52d5-8201-3b74e00758ca, identifier: KJ19%20XCZ
2026-03-30 06:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d1afe8b-6217-56c2-b404-e4d98971049a with identifier: PK18%20LLR
2026-03-30 06:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d1afe8b-6217-56c2-b404-e4d98971049a with identifier: PK18%20LLR
2026-03-30 06:08:07 [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-30 06:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:07 [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': 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-30 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK18%2520LLR%27 HTTP/1.1" 200 None
2026-03-30 06:08:07 [bca.uk] INFO: Saving data for PK18%20LLR: {'auction_closing_time': 1774864800.0, 'created_time': 1774651773.432064, 'last_price_update_time': 1774850887.961369}
2026-03-30 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:07 [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-30 06:08:07 [bca.uk] INFO: Found listing with ID: FX20%20RVN
2026-03-30 06:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX20%2520RVN%27 HTTP/1.1" 200 None
2026-03-30 06:08:07 [bca.uk] INFO: Scrape type for FX20%20RVN: 2
2026-03-30 06:08:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba7c3743-f024-51ff-a963-cd3b396b4fa8 with identifier: FX20%20RVN
2026-03-30 06:08:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba7c3743-f024-51ff-a963-cd3b396b4fa8 with scrape type 2
2026-03-30 06:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba7c3743-f024-51ff-a963-cd3b396b4fa8 with scrape type 2
2026-03-30 06:08:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba7c3743-f024-51ff-a963-cd3b396b4fa8, identifier: FX20%20RVN
2026-03-30 06:08:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with identifier: PY67%20LKC
2026-03-30 06:08:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b539a1d-bf06-5d61-ba2d-7a52d0079cb1 with identifier: PY67%20LKC
2026-03-30 06:08:08 [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-30 06:08:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY67%2520LKC%27 HTTP/1.1" 200 None
2026-03-30 06:08:08 [bca.uk] INFO: Saving data for PY67%20LKC: {'auction_closing_time': 1774940400.0, 'created_time': 1774278199.875575, 'last_price_update_time': 1774850888.411153}
2026-03-30 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:08 [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-30 06:08:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5fd2d8c-5a26-52d5-8201-3b74e00758ca with identifier: KJ19%20XCZ
2026-03-30 06:08:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5fd2d8c-5a26-52d5-8201-3b74e00758ca with identifier: KJ19%20XCZ
2026-03-30 06:08:08 [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-30 06:08:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:08 [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': 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-30 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ19%2520XCZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:08 [bca.uk] INFO: Saving data for KJ19%20XCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774364305.036973, 'last_price_update_time': 1774850888.760046}
2026-03-30 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:08 [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-30 06:08:08 [bca.uk] INFO: Found listing with ID: SA20%20CZR
2026-03-30 06:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA20%2520CZR%27 HTTP/1.1" 200 None
2026-03-30 06:08:08 [bca.uk] INFO: Scrape type for SA20%20CZR: 2
2026-03-30 06:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09682880-37db-5701-8821-cd873fbc9a01 with identifier: SA20%20CZR
2026-03-30 06:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09682880-37db-5701-8821-cd873fbc9a01 with scrape type 2
2026-03-30 06:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09682880-37db-5701-8821-cd873fbc9a01 with scrape type 2
2026-03-30 06:08:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09682880-37db-5701-8821-cd873fbc9a01, identifier: SA20%20CZR
2026-03-30 06:08:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba7c3743-f024-51ff-a963-cd3b396b4fa8 with identifier: FX20%20RVN
2026-03-30 06:08:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba7c3743-f024-51ff-a963-cd3b396b4fa8 with identifier: FX20%20RVN
2026-03-30 06:08:08 [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-30 06:08:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX20%2520RVN%27 HTTP/1.1" 200 None
2026-03-30 06:08:09 [bca.uk] INFO: Saving data for FX20%20RVN: {'auction_closing_time': 1774864800.0, 'created_time': 1774651846.147737, 'last_price_update_time': 1774850889.197944}
2026-03-30 06:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:09 [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-30 06:08:09 [bca.uk] INFO: Found listing with ID: RA15%20RYY
2026-03-30 06:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA15%2520RYY%27 HTTP/1.1" 200 None
2026-03-30 06:08:09 [bca.uk] INFO: Scrape type for RA15%20RYY: 0
2026-03-30 06:08:09 [bca.uk] INFO: Found listing with ID: RJ72%20VOD
2026-03-30 06:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ72%2520VOD%27 HTTP/1.1" 200 None
2026-03-30 06:08:09 [bca.uk] INFO: Scrape type for RJ72%20VOD: 0
2026-03-30 06:08:09 [bca.uk] INFO: Found listing with ID: SA21%20KZD
2026-03-30 06:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA21%2520KZD%27 HTTP/1.1" 200 None
2026-03-30 06:08:09 [bca.uk] INFO: Scrape type for SA21%20KZD: 0
2026-03-30 06:08:09 [bca.uk] INFO: Found listing with ID: SD71%20YFN
2026-03-30 06:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD71%2520YFN%27 HTTP/1.1" 200 None
2026-03-30 06:08:09 [bca.uk] INFO: Scrape type for SD71%20YFN: 2
2026-03-30 06:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93ab236b-8d4a-589f-96fe-3e311e2eede4 with identifier: SD71%20YFN
2026-03-30 06:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93ab236b-8d4a-589f-96fe-3e311e2eede4 with scrape type 2
2026-03-30 06:08:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93ab236b-8d4a-589f-96fe-3e311e2eede4 with scrape type 2
2026-03-30 06:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93ab236b-8d4a-589f-96fe-3e311e2eede4, identifier: SD71%20YFN
2026-03-30 06:08:09 [bca.uk] INFO: Found listing with ID: KJ23%20NNB
2026-03-30 06:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ23%2520NNB%27 HTTP/1.1" 200 None
2026-03-30 06:08:09 [bca.uk] INFO: Scrape type for KJ23%20NNB: 2
2026-03-30 06:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c694533b-ecda-5bbf-bd7f-b4d55d26e901 with identifier: KJ23%20NNB
2026-03-30 06:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c694533b-ecda-5bbf-bd7f-b4d55d26e901 with scrape type 2
2026-03-30 06:08:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c694533b-ecda-5bbf-bd7f-b4d55d26e901 with scrape type 2
2026-03-30 06:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c694533b-ecda-5bbf-bd7f-b4d55d26e901, identifier: KJ23%20NNB
2026-03-30 06:08:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09682880-37db-5701-8821-cd873fbc9a01 with identifier: SA20%20CZR
2026-03-30 06:08:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09682880-37db-5701-8821-cd873fbc9a01 with identifier: SA20%20CZR
2026-03-30 06:08:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09682880-37db-5701-8821-cd873fbc9a01 with identifier: SA20%20CZR to the API
2026-03-30 06:08:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:11 [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': 93,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA20%20CZR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '09682880-37db-5701-8821-cd873fbc9a01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA20 CZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA20%20CZR&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 43845,
'odometer_reading_unit': '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': 'VXKUPHMHDL4166815',
'year': 2020}
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA20%2520CZR%27 HTTP/1.1" 200 None
2026-03-30 06:08:11 [bca.uk] INFO: Saving data for SA20%20CZR: {'auction_closing_time': 1774864800.0, 'created_time': 1774436771.565113, 'last_price_update_time': 1774850891.024666}
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA20%2520CZR') HTTP/1.1" 204 0
2026-03-30 06:08:11 [bca.uk] INFO: Found listing with ID: SW69%20HAX
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW69%2520HAX%27 HTTP/1.1" 200 None
2026-03-30 06:08:11 [bca.uk] INFO: Scrape type for SW69%20HAX: 2
2026-03-30 06:08:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0bfab02-85d7-5b29-8b0e-09d1e84e7523 with identifier: SW69%20HAX
2026-03-30 06:08:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0bfab02-85d7-5b29-8b0e-09d1e84e7523 with scrape type 2
2026-03-30 06:08:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0bfab02-85d7-5b29-8b0e-09d1e84e7523 with scrape type 2
2026-03-30 06:08:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0bfab02-85d7-5b29-8b0e-09d1e84e7523, identifier: SW69%20HAX
2026-03-30 06:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93ab236b-8d4a-589f-96fe-3e311e2eede4 with identifier: SD71%20YFN
2026-03-30 06:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93ab236b-8d4a-589f-96fe-3e311e2eede4 with identifier: SD71%20YFN
2026-03-30 06:08:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93ab236b-8d4a-589f-96fe-3e311e2eede4 with identifier: SD71%20YFN to the API
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD71%20YFN-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': '93ab236b-8d4a-589f-96fe-3e311e2eede4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SD71 YFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD71%20YFN&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 35400,
'odometer_reading_unit': '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': 'SALZA2AT6NH167652',
'year': 2021}
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD71%2520YFN%27 HTTP/1.1" 200 None
2026-03-30 06:08:11 [bca.uk] INFO: Saving data for SD71%20YFN: {'auction_closing_time': 1774940400.0, 'created_time': 1773933513.426565, 'last_price_update_time': 1774850891.557525}
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD71%2520YFN') HTTP/1.1" 204 0
2026-03-30 06:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c694533b-ecda-5bbf-bd7f-b4d55d26e901 with identifier: KJ23%20NNB
2026-03-30 06:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c694533b-ecda-5bbf-bd7f-b4d55d26e901 with identifier: KJ23%20NNB
2026-03-30 06:08:11 [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-30 06:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:11 [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=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-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ23%2520NNB%27 HTTP/1.1" 200 None
2026-03-30 06:08:11 [bca.uk] INFO: Saving data for KJ23%20NNB: {'auction_closing_time': 1775170800.0, 'created_time': 1773842134.493274, 'last_price_update_time': 1774850891.85822}
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:11 [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-30 06:08:11 [bca.uk] INFO: Found listing with ID: SR19%20ZZV
2026-03-30 06:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR19%2520ZZV%27 HTTP/1.1" 200 None
2026-03-30 06:08:11 [bca.uk] INFO: Scrape type for SR19%20ZZV: 2
2026-03-30 06:08:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15a96921-a445-59ec-9d28-2d8cb957d0d7 with identifier: SR19%20ZZV
2026-03-30 06:08:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15a96921-a445-59ec-9d28-2d8cb957d0d7 with scrape type 2
2026-03-30 06:08:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15a96921-a445-59ec-9d28-2d8cb957d0d7 with scrape type 2
2026-03-30 06:08:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15a96921-a445-59ec-9d28-2d8cb957d0d7, identifier: SR19%20ZZV
2026-03-30 06:08:12 [bca.uk] INFO: Total items found: 100
2026-03-30 06:08:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded
2026-03-30 06:08:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:08:12 [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-30 06:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0bfab02-85d7-5b29-8b0e-09d1e84e7523 with identifier: SW69%20HAX
2026-03-30 06:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0bfab02-85d7-5b29-8b0e-09d1e84e7523 with identifier: SW69%20HAX
2026-03-30 06:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0bfab02-85d7-5b29-8b0e-09d1e84e7523 with identifier: SW69%20HAX to the API
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW69%20HAX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b0bfab02-85d7-5b29-8b0e-09d1e84e7523',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW69 HAX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW69%20HAX&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'KUGA',
'odometer': 53827,
'odometer_reading_unit': '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 StationWagon',
'transmission': 'manual',
'trim': 'E/B 150 2WD ST-LINE',
'vin': 'WF0AXXWPMAKS19247',
'year': 2019}
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW69%2520HAX%27 HTTP/1.1" 200 None
2026-03-30 06:08:12 [bca.uk] INFO: Saving data for SW69%20HAX: {'auction_closing_time': 1774864800.0, 'created_time': 1774649016.758624, 'last_price_update_time': 1774850892.302852}
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW69%2520HAX') HTTP/1.1" 204 0
2026-03-30 06:08:12 [bca.uk] INFO: Found listing with ID: SR23%20NZS
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR23%2520NZS%27 HTTP/1.1" 200 None
2026-03-30 06:08:12 [bca.uk] INFO: Scrape type for SR23%20NZS: 2
2026-03-30 06:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34007a68-641a-5da3-8fb5-e0c1dca634a5 with identifier: SR23%20NZS
2026-03-30 06:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34007a68-641a-5da3-8fb5-e0c1dca634a5 with scrape type 2
2026-03-30 06:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34007a68-641a-5da3-8fb5-e0c1dca634a5 with scrape type 2
2026-03-30 06:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34007a68-641a-5da3-8fb5-e0c1dca634a5, identifier: SR23%20NZS
2026-03-30 06:08:12 [bca.uk] INFO: Found listing with ID: KW24%20FNA
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW24%2520FNA%27 HTTP/1.1" 200 None
2026-03-30 06:08:12 [bca.uk] INFO: Scrape type for KW24%20FNA: 2
2026-03-30 06:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with identifier: KW24%20FNA
2026-03-30 06:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with scrape type 2
2026-03-30 06:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with scrape type 2
2026-03-30 06:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ec238c6-2884-5ce5-aea8-e573d81c77d3, identifier: KW24%20FNA
2026-03-30 06:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15a96921-a445-59ec-9d28-2d8cb957d0d7 with identifier: SR19%20ZZV
2026-03-30 06:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15a96921-a445-59ec-9d28-2d8cb957d0d7 with identifier: SR19%20ZZV
2026-03-30 06:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15a96921-a445-59ec-9d28-2d8cb957d0d7 with identifier: SR19%20ZZV to the API
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:12 [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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR19%20ZZV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '15a96921-a445-59ec-9d28-2d8cb957d0d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SR19 ZZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR19%20ZZV&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'SEAT',
'model': 'IBIZA',
'odometer': 75278,
'odometer_reading_unit': '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 TSI 95 FR EZ Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 FR EZ',
'vin': 'VSSZZZKJZKR129543',
'year': 2019}
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR19%2520ZZV%27 HTTP/1.1" 200 None
2026-03-30 06:08:12 [bca.uk] INFO: Saving data for SR19%20ZZV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535638.878182, 'last_price_update_time': 1774850892.83677}
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR19%2520ZZV') HTTP/1.1" 204 0
2026-03-30 06:08:12 [bca.uk] INFO: Found listing with ID: EK72%20OTR
2026-03-30 06:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK72%2520OTR%27 HTTP/1.1" 200 None
2026-03-30 06:08:12 [bca.uk] INFO: Scrape type for EK72%20OTR: 2
2026-03-30 06:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8c3725f-2394-5725-9f7f-d239347a3b40 with identifier: EK72%20OTR
2026-03-30 06:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8c3725f-2394-5725-9f7f-d239347a3b40 with scrape type 2
2026-03-30 06:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8c3725f-2394-5725-9f7f-d239347a3b40 with scrape type 2
2026-03-30 06:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8c3725f-2394-5725-9f7f-d239347a3b40, identifier: EK72%20OTR
2026-03-30 06:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34007a68-641a-5da3-8fb5-e0c1dca634a5 with identifier: SR23%20NZS
2026-03-30 06:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34007a68-641a-5da3-8fb5-e0c1dca634a5 with identifier: SR23%20NZS
2026-03-30 06:08:13 [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-30 06:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR23%2520NZS%27 HTTP/1.1" 200 None
2026-03-30 06:08:13 [bca.uk] INFO: Saving data for SR23%20NZS: {'auction_closing_time': 1774940400.0, 'created_time': 1774278122.401567, 'last_price_update_time': 1774850893.245758}
2026-03-30 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:13 [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-30 06:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with identifier: KW24%20FNA
2026-03-30 06:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ec238c6-2884-5ce5-aea8-e573d81c77d3 with identifier: KW24%20FNA
2026-03-30 06:08:13 [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-30 06:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:13 [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': 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-30 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW24%2520FNA%27 HTTP/1.1" 200 None
2026-03-30 06:08:13 [bca.uk] INFO: Saving data for KW24%20FNA: {'auction_closing_time': 1775170800.0, 'created_time': 1774274513.449203, 'last_price_update_time': 1774850893.55612}
2026-03-30 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:13 [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-30 06:08:13 [bca.uk] INFO: Found listing with ID: ST69%20RVR
2026-03-30 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST69%2520RVR%27 HTTP/1.1" 200 None
2026-03-30 06:08:13 [bca.uk] INFO: Scrape type for ST69%20RVR: 2
2026-03-30 06:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb5b5cb5-4b7d-5acd-97f7-60e361342122 with identifier: ST69%20RVR
2026-03-30 06:08: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-30 06:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb5b5cb5-4b7d-5acd-97f7-60e361342122 with scrape type 2
2026-03-30 06:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb5b5cb5-4b7d-5acd-97f7-60e361342122, identifier: ST69%20RVR
2026-03-30 06:08:13 [bca.uk] INFO: Found listing with ID: YE13%20TGX
2026-03-30 06:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE13%2520TGX%27 HTTP/1.1" 200 None
2026-03-30 06:08:13 [bca.uk] INFO: Scrape type for YE13%20TGX: 2
2026-03-30 06:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58165037-6f1a-5c77-a44d-345a39747d11 with identifier: YE13%20TGX
2026-03-30 06:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58165037-6f1a-5c77-a44d-345a39747d11 with scrape type 2
2026-03-30 06:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58165037-6f1a-5c77-a44d-345a39747d11 with scrape type 2
2026-03-30 06:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58165037-6f1a-5c77-a44d-345a39747d11, identifier: YE13%20TGX
2026-03-30 06:08:13 [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-30 06:08:13 [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-30 06:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8c3725f-2394-5725-9f7f-d239347a3b40 with identifier: EK72%20OTR
2026-03-30 06:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8c3725f-2394-5725-9f7f-d239347a3b40 with identifier: EK72%20OTR
2026-03-30 06:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8c3725f-2394-5725-9f7f-d239347a3b40 with identifier: EK72%20OTR to the API
2026-03-30 06:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK72%20OTR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f8c3725f-2394-5725-9f7f-d239347a3b40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK72 OTR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK72%20OTR&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 24822,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ST-LINE',
'vin': 'WF0NXXGCHNNR13026',
'year': 2022}
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK72%2520OTR%27 HTTP/1.1" 200 None
2026-03-30 06:08:14 [bca.uk] INFO: Saving data for EK72%20OTR: {'auction_closing_time': 1774864800.0, 'created_time': 1774649000.497735, 'last_price_update_time': 1774850894.098167}
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK72%2520OTR') HTTP/1.1" 204 0
2026-03-30 06:08:14 [bca.uk] INFO: Found listing with ID: ST09%20ARY
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST09%2520ARY%27 HTTP/1.1" 200 None
2026-03-30 06:08:14 [bca.uk] INFO: Scrape type for ST09%20ARY: 0
2026-03-30 06:08:14 [bca.uk] INFO: Found listing with ID: ST18%20RTO
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST18%2520RTO%27 HTTP/1.1" 200 None
2026-03-30 06:08:14 [bca.uk] INFO: Scrape type for ST18%20RTO: 2
2026-03-30 06:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d5b5bda-1226-54d3-85c4-381492b960d5 with identifier: ST18%20RTO
2026-03-30 06:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d5b5bda-1226-54d3-85c4-381492b960d5 with scrape type 2
2026-03-30 06:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d5b5bda-1226-54d3-85c4-381492b960d5 with scrape type 2
2026-03-30 06:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d5b5bda-1226-54d3-85c4-381492b960d5, identifier: ST18%20RTO
2026-03-30 06:08:14 [bca.uk] INFO: Found listing with ID: KY19%20TNM
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY19%2520TNM%27 HTTP/1.1" 200 None
2026-03-30 06:08:14 [bca.uk] INFO: Scrape type for KY19%20TNM: 2
2026-03-30 06:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e4f5c74-8c01-5777-809c-1f49bd144e6d with identifier: KY19%20TNM
2026-03-30 06:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e4f5c74-8c01-5777-809c-1f49bd144e6d with scrape type 2
2026-03-30 06:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e4f5c74-8c01-5777-809c-1f49bd144e6d with scrape type 2
2026-03-30 06:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e4f5c74-8c01-5777-809c-1f49bd144e6d, identifier: KY19%20TNM
2026-03-30 06:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb5b5cb5-4b7d-5acd-97f7-60e361342122 with identifier: ST69%20RVR
2026-03-30 06:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb5b5cb5-4b7d-5acd-97f7-60e361342122 with identifier: ST69%20RVR
2026-03-30 06:08:14 [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-30 06:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:14 [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': 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-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST69%2520RVR%27 HTTP/1.1" 200 None
2026-03-30 06:08:14 [bca.uk] INFO: Saving data for ST69%20RVR: {'auction_closing_time': 1774864800.0, 'created_time': 1774651740.85502, 'last_price_update_time': 1774850894.641915}
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:14 [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-30 06:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58165037-6f1a-5c77-a44d-345a39747d11 with identifier: YE13%20TGX
2026-03-30 06:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58165037-6f1a-5c77-a44d-345a39747d11 with identifier: YE13%20TGX
2026-03-30 06:08:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58165037-6f1a-5c77-a44d-345a39747d11 with identifier: YE13%20TGX to the API
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE13%20TGX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '58165037-6f1a-5c77-a44d-345a39747d11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE13 TGX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE13%20TGX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 93808,
'odometer_reading_unit': '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.5 TDCI 75 ZETEC MPV',
'transmission': 'manual',
'trim': 'TDCI 75 ZETEC',
'vin': 'WF0KXXERJKDM52374',
'year': 2013}
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE13%2520TGX%27 HTTP/1.1" 200 None
2026-03-30 06:08:14 [bca.uk] INFO: Saving data for YE13%20TGX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649182.474541, 'last_price_update_time': 1774850894.93048}
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE13%2520TGX') HTTP/1.1" 204 0
2026-03-30 06:08:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:08:14 [bca.uk] INFO: Found listing with ID: LB24%20EUL
2026-03-30 06:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB24%2520EUL%27 HTTP/1.1" 200 None
2026-03-30 06:08:14 [bca.uk] INFO: Scrape type for LB24%20EUL: 2
2026-03-30 06:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5bb829f-208f-506d-8a0f-2d7dc57aa5fa with identifier: LB24%20EUL
2026-03-30 06:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5bb829f-208f-506d-8a0f-2d7dc57aa5fa with scrape type 2
2026-03-30 06:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5bb829f-208f-506d-8a0f-2d7dc57aa5fa with scrape type 2
2026-03-30 06:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5bb829f-208f-506d-8a0f-2d7dc57aa5fa, identifier: LB24%20EUL
2026-03-30 06:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d5b5bda-1226-54d3-85c4-381492b960d5 with identifier: ST18%20RTO
2026-03-30 06:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d5b5bda-1226-54d3-85c4-381492b960d5 with identifier: ST18%20RTO
2026-03-30 06:08:15 [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-30 06:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:15 [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': 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-30 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST18%2520RTO%27 HTTP/1.1" 200 None
2026-03-30 06:08:15 [bca.uk] INFO: Saving data for ST18%20RTO: {'auction_closing_time': 1774940400.0, 'created_time': 1774276309.856748, 'last_price_update_time': 1774850895.353978}
2026-03-30 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:15 [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-30 06:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e4f5c74-8c01-5777-809c-1f49bd144e6d with identifier: KY19%20TNM
2026-03-30 06:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e4f5c74-8c01-5777-809c-1f49bd144e6d with identifier: KY19%20TNM
2026-03-30 06:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e4f5c74-8c01-5777-809c-1f49bd144e6d with identifier: KY19%20TNM to the API
2026-03-30 06:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:15 [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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY19%20TNM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0e4f5c74-8c01-5777-809c-1f49bd144e6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY19 TNM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY19%20TNM&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'CITROEN',
'model': 'GRAND SPACETOUR',
'odometer': 99217,
'odometer_reading_unit': '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': 'VF73AYHZRKJ749044',
'year': 2019}
2026-03-30 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY19%2520TNM%27 HTTP/1.1" 200 None
2026-03-30 06:08:15 [bca.uk] INFO: Saving data for KY19%20TNM: {'auction_closing_time': 1774864800.0, 'created_time': 1774361774.641889, 'last_price_update_time': 1774850895.78001}
2026-03-30 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY19%2520TNM') HTTP/1.1" 204 0
2026-03-30 06:08:15 [bca.uk] INFO: Found listing with ID: HN73%20OYE
2026-03-30 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN73%2520OYE%27 HTTP/1.1" 200 None
2026-03-30 06:08:15 [bca.uk] INFO: Scrape type for HN73%20OYE: 2
2026-03-30 06:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with identifier: HN73%20OYE
2026-03-30 06:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with scrape type 2
2026-03-30 06:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with scrape type 2
2026-03-30 06:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9, identifier: HN73%20OYE
2026-03-30 06:08:15 [bca.uk] INFO: Found listing with ID: KX63%20VRW
2026-03-30 06:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX63%2520VRW%27 HTTP/1.1" 200 None
2026-03-30 06:08:15 [bca.uk] INFO: Scrape type for KX63%20VRW: 2
2026-03-30 06:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81521875-0531-5c84-9a0a-0ea69ac27344 with identifier: KX63%20VRW
2026-03-30 06:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81521875-0531-5c84-9a0a-0ea69ac27344 with scrape type 2
2026-03-30 06:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81521875-0531-5c84-9a0a-0ea69ac27344 with scrape type 2
2026-03-30 06:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81521875-0531-5c84-9a0a-0ea69ac27344, identifier: KX63%20VRW
2026-03-30 06:08:16 [scrapy.extensions.logstats] INFO: Crawled 40 pages (at 2 pages/min), scraped 625 items (at 95 items/min)
2026-03-30 06:08:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 199MiB
2026-03-30 06:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5bb829f-208f-506d-8a0f-2d7dc57aa5fa with identifier: LB24%20EUL
2026-03-30 06:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5bb829f-208f-506d-8a0f-2d7dc57aa5fa with identifier: LB24%20EUL
2026-03-30 06:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5bb829f-208f-506d-8a0f-2d7dc57aa5fa with identifier: LB24%20EUL to the API
2026-03-30 06:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB24%20EUL-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c5bb829f-208f-506d-8a0f-2d7dc57aa5fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB24 EUL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB24%20EUL&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FIAT',
'model': '600',
'odometer': 2555,
'odometer_reading_unit': '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 600 1.2 MHEV 48V 100 LA PRIMA EDCT-6 Hatchback',
'transmission': 'automatic',
'trim': 'MHEV 48V 100 LA PRIMA EDCT-6',
'vin': 'ZFA5FBBT0PJ013236',
'year': 2024}
2026-03-30 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB24%2520EUL%27 HTTP/1.1" 200 None
2026-03-30 06:08:16 [bca.uk] INFO: Saving data for LB24%20EUL: {'auction_closing_time': 1774864800.0, 'created_time': 1774391949.513192, 'last_price_update_time': 1774850896.313736}
2026-03-30 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB24%2520EUL') HTTP/1.1" 204 0
2026-03-30 06:08:16 [bca.uk] INFO: Found listing with ID: SX22%20GDU
2026-03-30 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX22%2520GDU%27 HTTP/1.1" 200 None
2026-03-30 06:08:16 [bca.uk] INFO: Scrape type for SX22%20GDU: 2
2026-03-30 06:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8c7ceaa-e9bc-5293-9efe-8d122a9b15d0 with identifier: SX22%20GDU
2026-03-30 06:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c7ceaa-e9bc-5293-9efe-8d122a9b15d0 with scrape type 2
2026-03-30 06:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8c7ceaa-e9bc-5293-9efe-8d122a9b15d0 with scrape type 2
2026-03-30 06:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8c7ceaa-e9bc-5293-9efe-8d122a9b15d0, identifier: SX22%20GDU
2026-03-30 06:08:16 [bca.uk] INFO: Found listing with ID: LG20%20CFV
2026-03-30 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG20%2520CFV%27 HTTP/1.1" 200 None
2026-03-30 06:08:16 [bca.uk] INFO: Scrape type for LG20%20CFV: 2
2026-03-30 06:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b1e29c-c5f6-51e7-8248-ca54a9045f38 with identifier: LG20%20CFV
2026-03-30 06:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b1e29c-c5f6-51e7-8248-ca54a9045f38 with scrape type 2
2026-03-30 06:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b1e29c-c5f6-51e7-8248-ca54a9045f38 with scrape type 2
2026-03-30 06:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99b1e29c-c5f6-51e7-8248-ca54a9045f38, identifier: LG20%20CFV
2026-03-30 06:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with identifier: HN73%20OYE
2026-03-30 06:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ccb84d9-adf9-5134-b2e5-bc6f92f3a0d9 with identifier: HN73%20OYE
2026-03-30 06:08:16 [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-30 06:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:16 [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=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-30 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN73%2520OYE%27 HTTP/1.1" 200 None
2026-03-30 06:08:16 [bca.uk] INFO: Saving data for HN73%20OYE: {'auction_closing_time': 1775124000.0, 'created_time': 1774651759.14883, 'last_price_update_time': 1774850896.821503}
2026-03-30 06:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:16 [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-30 06:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81521875-0531-5c84-9a0a-0ea69ac27344 with identifier: KX63%20VRW
2026-03-30 06:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81521875-0531-5c84-9a0a-0ea69ac27344 with identifier: KX63%20VRW
2026-03-30 06:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81521875-0531-5c84-9a0a-0ea69ac27344 with identifier: KX63%20VRW to the API
2026-03-30 06:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:17 [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': 211,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX63%20VRW-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '81521875-0531-5c84-9a0a-0ea69ac27344',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KX63 VRW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX63%20VRW&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'RENAULT',
'model': 'MASTER 3.5T FWD',
'odometer': 163728,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'RENAULT MASTER 3.5T FWD 2.3 LH35DCI 100 PanelVan',
'transmission': 'manual',
'trim': 'LH35DCI 100',
'vin': 'VF1MAF4NF49633329',
'year': 2014}
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX63%2520VRW%27 HTTP/1.1" 200 None
2026-03-30 06:08:17 [bca.uk] INFO: Saving data for KX63%20VRW: {'auction_closing_time': 1775124000.0, 'created_time': 1774649219.807618, 'last_price_update_time': 1774850897.107095}
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX63%2520VRW') HTTP/1.1" 204 0
2026-03-30 06:08:17 [bca.uk] INFO: Found listing with ID: NV21%20KXR
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV21%2520KXR%27 HTTP/1.1" 200 None
2026-03-30 06:08:17 [bca.uk] INFO: Scrape type for NV21%20KXR: 2
2026-03-30 06:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb8c14a4-40e2-5a3a-96c7-72fcba123117 with identifier: NV21%20KXR
2026-03-30 06:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb8c14a4-40e2-5a3a-96c7-72fcba123117 with scrape type 2
2026-03-30 06:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb8c14a4-40e2-5a3a-96c7-72fcba123117 with scrape type 2
2026-03-30 06:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb8c14a4-40e2-5a3a-96c7-72fcba123117, identifier: NV21%20KXR
2026-03-30 06:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8c7ceaa-e9bc-5293-9efe-8d122a9b15d0 with identifier: SX22%20GDU
2026-03-30 06:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8c7ceaa-e9bc-5293-9efe-8d122a9b15d0 with identifier: SX22%20GDU
2026-03-30 06:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8c7ceaa-e9bc-5293-9efe-8d122a9b15d0 with identifier: SX22%20GDU to the API
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 52,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SX22%20GDU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a8c7ceaa-e9bc-5293-9efe-8d122a9b15d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SX22 GDU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SX22%20GDU&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 24932,
'odometer_reading_unit': '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 P400E AWD R-DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'P400E AWD R-DYNAMIC HSE',
'vin': 'SADCA2AYXNA691716',
'year': 2022}
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX22%2520GDU%27 HTTP/1.1" 200 None
2026-03-30 06:08:17 [bca.uk] INFO: Saving data for SX22%20GDU: {'auction_closing_time': 1774940400.0, 'created_time': 1774448804.159858, 'last_price_update_time': 1774850897.607831}
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SX22%2520GDU') HTTP/1.1" 204 0
2026-03-30 06:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99b1e29c-c5f6-51e7-8248-ca54a9045f38 with identifier: LG20%20CFV
2026-03-30 06:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99b1e29c-c5f6-51e7-8248-ca54a9045f38 with identifier: LG20%20CFV
2026-03-30 06:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99b1e29c-c5f6-51e7-8248-ca54a9045f38 with identifier: LG20%20CFV to the API
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:17 [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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG20%20CFV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '99b1e29c-c5f6-51e7-8248-ca54a9045f38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG20 CFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG20%20CFV&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'KIA',
'model': 'XCEED',
'odometer': 45301,
'odometer_reading_unit': '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': 'U5YH4F11LLL012617',
'year': 2020}
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG20%2520CFV%27 HTTP/1.1" 200 None
2026-03-30 06:08:17 [bca.uk] INFO: Saving data for LG20%20CFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774361858.445061, 'last_price_update_time': 1774850897.900885}
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG20%2520CFV') HTTP/1.1" 204 0
2026-03-30 06:08:17 [bca.uk] INFO: Found listing with ID: CV22%20JHX
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV22%2520JHX%27 HTTP/1.1" 200 None
2026-03-30 06:08:17 [bca.uk] INFO: Scrape type for CV22%20JHX: 0
2026-03-30 06:08:17 [bca.uk] INFO: Found listing with ID: CA20%20HMO
2026-03-30 06:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-30 06:08:17 [bca.uk] INFO: Scrape type for CA20%20HMO: 2
2026-03-30 06:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb6c6979-f778-556a-a82f-5b0949e7d6a9 with identifier: CA20%20HMO
2026-03-30 06:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb6c6979-f778-556a-a82f-5b0949e7d6a9 with scrape type 2
2026-03-30 06:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb6c6979-f778-556a-a82f-5b0949e7d6a9 with scrape type 2
2026-03-30 06:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb6c6979-f778-556a-a82f-5b0949e7d6a9, identifier: CA20%20HMO
2026-03-30 06:08:18 [bca.uk] INFO: Found listing with ID: WU56%20JVV
2026-03-30 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU56%2520JVV%27 HTTP/1.1" 200 None
2026-03-30 06:08:18 [bca.uk] INFO: Scrape type for WU56%20JVV: 2
2026-03-30 06:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3043ffec-ce2d-518d-8b1e-c2ac11d34fe8 with identifier: WU56%20JVV
2026-03-30 06:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3043ffec-ce2d-518d-8b1e-c2ac11d34fe8 with scrape type 2
2026-03-30 06:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3043ffec-ce2d-518d-8b1e-c2ac11d34fe8 with scrape type 2
2026-03-30 06:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3043ffec-ce2d-518d-8b1e-c2ac11d34fe8, identifier: WU56%20JVV
2026-03-30 06:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb8c14a4-40e2-5a3a-96c7-72fcba123117 with identifier: NV21%20KXR
2026-03-30 06:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb8c14a4-40e2-5a3a-96c7-72fcba123117 with identifier: NV21%20KXR
2026-03-30 06:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb8c14a4-40e2-5a3a-96c7-72fcba123117 with identifier: NV21%20KXR to the API
2026-03-30 06:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV21%20KXR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bb8c14a4-40e2-5a3a-96c7-72fcba123117',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NV21 KXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV21%20KXR&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VAUXHALL',
'model': 'CROSSLAND',
'odometer': 83684,
'odometer_reading_unit': '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 SE PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'SE PREMIUM',
'vin': 'W0V7D9EE4M4168059',
'year': 2021}
2026-03-30 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV21%2520KXR%27 HTTP/1.1" 200 None
2026-03-30 06:08:18 [bca.uk] INFO: Saving data for NV21%20KXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774535712.072927, 'last_price_update_time': 1774850898.539809}
2026-03-30 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV21%2520KXR') HTTP/1.1" 204 0
2026-03-30 06:08:18 [bca.uk] INFO: Found listing with ID: VX72%20WWK
2026-03-30 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX72%2520WWK%27 HTTP/1.1" 200 None
2026-03-30 06:08:18 [bca.uk] INFO: Scrape type for VX72%20WWK: 2
2026-03-30 06:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ded0456-8d89-5707-ac1b-79565dc22a16 with identifier: VX72%20WWK
2026-03-30 06:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ded0456-8d89-5707-ac1b-79565dc22a16 with scrape type 2
2026-03-30 06:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ded0456-8d89-5707-ac1b-79565dc22a16 with scrape type 2
2026-03-30 06:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ded0456-8d89-5707-ac1b-79565dc22a16, identifier: VX72%20WWK
2026-03-30 06:08:18 [bca.uk] INFO: Found listing with ID: LG24%20ZDK
2026-03-30 06:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG24%2520ZDK%27 HTTP/1.1" 200 None
2026-03-30 06:08:18 [bca.uk] INFO: Scrape type for LG24%20ZDK: 2
2026-03-30 06:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with identifier: LG24%20ZDK
2026-03-30 06:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with scrape type 2
2026-03-30 06:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with scrape type 2
2026-03-30 06:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0, identifier: LG24%20ZDK
2026-03-30 06:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb6c6979-f778-556a-a82f-5b0949e7d6a9 with identifier: CA20%20HMO
2026-03-30 06:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb6c6979-f778-556a-a82f-5b0949e7d6a9 with identifier: CA20%20HMO
2026-03-30 06:08:18 [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-30 06:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:19 [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': 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-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-30 06:08:19 [bca.uk] INFO: Saving data for CA20%20HMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651760.340874, 'last_price_update_time': 1774850899.045505}
2026-03-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:19 [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-30 06:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3043ffec-ce2d-518d-8b1e-c2ac11d34fe8 with identifier: WU56%20JVV
2026-03-30 06:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3043ffec-ce2d-518d-8b1e-c2ac11d34fe8 with identifier: WU56%20JVV
2026-03-30 06:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3043ffec-ce2d-518d-8b1e-c2ac11d34fe8 with identifier: WU56%20JVV to the API
2026-03-30 06:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:19 [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=WU56%20JVV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3043ffec-ce2d-518d-8b1e-c2ac11d34fe8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU56 JVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU56%20JVV&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'CITROEN',
'model': 'RELAY 30',
'odometer': 107171,
'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': 'CITROEN RELAY 30 2.2 HDI 100 L1 H1 PanelVan',
'transmission': 'manual',
'trim': 'HDI 100 L1 H1',
'vin': 'VF7YAAMFA11041360',
'year': 2006}
2026-03-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU56%2520JVV%27 HTTP/1.1" 200 None
2026-03-30 06:08:19 [bca.uk] INFO: Saving data for WU56%20JVV: {'auction_closing_time': 1775124000.0, 'created_time': 1774649205.936241, 'last_price_update_time': 1774850899.335374}
2026-03-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU56%2520JVV') HTTP/1.1" 204 0
2026-03-30 06:08:19 [bca.uk] INFO: Found listing with ID: Y27%20JJL
2026-03-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y27%2520JJL%27 HTTP/1.1" 200 None
2026-03-30 06:08:19 [bca.uk] INFO: Scrape type for Y27%20JJL: 0
2026-03-30 06:08:19 [bca.uk] INFO: Found listing with ID: AU19%20UPB
2026-03-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU19%2520UPB%27 HTTP/1.1" 200 None
2026-03-30 06:08:19 [bca.uk] INFO: Scrape type for AU19%20UPB: 2
2026-03-30 06:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e9e804f-4603-52be-94f0-4e51818feec1 with identifier: AU19%20UPB
2026-03-30 06:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e9e804f-4603-52be-94f0-4e51818feec1 with scrape type 2
2026-03-30 06:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e9e804f-4603-52be-94f0-4e51818feec1 with scrape type 2
2026-03-30 06:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e9e804f-4603-52be-94f0-4e51818feec1, identifier: AU19%20UPB
2026-03-30 06:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ded0456-8d89-5707-ac1b-79565dc22a16 with identifier: VX72%20WWK
2026-03-30 06:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ded0456-8d89-5707-ac1b-79565dc22a16 with identifier: VX72%20WWK
2026-03-30 06:08:19 [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-30 06:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX72%2520WWK%27 HTTP/1.1" 200 None
2026-03-30 06:08:19 [bca.uk] INFO: Saving data for VX72%20WWK: {'auction_closing_time': 1774940400.0, 'created_time': 1774278182.501901, 'last_price_update_time': 1774850899.764058}
2026-03-30 06:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:19 [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-30 06:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with identifier: LG24%20ZDK
2026-03-30 06:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd4ca2f9-70c1-5204-8741-a9eb035fd2e0 with identifier: LG24%20ZDK
2026-03-30 06:08:19 [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-30 06:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG24%2520ZDK%27 HTTP/1.1" 200 None
2026-03-30 06:08:20 [bca.uk] INFO: Saving data for LG24%20ZDK: {'auction_closing_time': 1775170800.0, 'created_time': 1773841420.622218, 'last_price_update_time': 1774850900.169384}
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:20 [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-30 06:08:20 [bca.uk] INFO: Found listing with ID: D21%20CPN
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-30 06:08:20 [bca.uk] INFO: Scrape type for D21%20CPN: 2
2026-03-30 06:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with identifier: D21%20CPN
2026-03-30 06:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with scrape type 2
2026-03-30 06:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with scrape type 2
2026-03-30 06:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49, identifier: D21%20CPN
2026-03-30 06:08:20 [bca.uk] INFO: Found listing with ID: MW14%20VSG
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW14%2520VSG%27 HTTP/1.1" 200 None
2026-03-30 06:08:20 [bca.uk] INFO: Scrape type for MW14%20VSG: 2
2026-03-30 06:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9adac7cd-8cbf-568a-a809-e6c9785712c6 with identifier: MW14%20VSG
2026-03-30 06:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9adac7cd-8cbf-568a-a809-e6c9785712c6 with scrape type 2
2026-03-30 06:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9adac7cd-8cbf-568a-a809-e6c9785712c6 with scrape type 2
2026-03-30 06:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9adac7cd-8cbf-568a-a809-e6c9785712c6, identifier: MW14%20VSG
2026-03-30 06:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e9e804f-4603-52be-94f0-4e51818feec1 with identifier: AU19%20UPB
2026-03-30 06:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e9e804f-4603-52be-94f0-4e51818feec1 with identifier: AU19%20UPB
2026-03-30 06:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e9e804f-4603-52be-94f0-4e51818feec1 with identifier: AU19%20UPB to the API
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:20 [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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU19%20UPB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e9e804f-4603-52be-94f0-4e51818feec1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU19 UPB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU19%20UPB&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 49368,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 1.4 TSI 150 BMT 2WD SE NAV StationWagon',
'transmission': 'manual',
'trim': 'TSI 150 BMT 2WD SE NAV',
'vin': 'WVGZZZ5NZJW356960',
'year': 2019}
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU19%2520UPB%27 HTTP/1.1" 200 None
2026-03-30 06:08:20 [bca.uk] INFO: Saving data for AU19%20UPB: {'auction_closing_time': 1774864800.0, 'created_time': 1774649018.366456, 'last_price_update_time': 1774850900.689146}
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU19%2520UPB') HTTP/1.1" 204 0
2026-03-30 06:08:20 [bca.uk] INFO: Found listing with ID: WK70%20HVS
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK70%2520HVS%27 HTTP/1.1" 200 None
2026-03-30 06:08:20 [bca.uk] INFO: Scrape type for WK70%20HVS: 2
2026-03-30 06:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 135bf747-816a-5d0d-ae19-701d883ddcf3 with identifier: WK70%20HVS
2026-03-30 06:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 135bf747-816a-5d0d-ae19-701d883ddcf3 with scrape type 2
2026-03-30 06:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 135bf747-816a-5d0d-ae19-701d883ddcf3 with scrape type 2
2026-03-30 06:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 135bf747-816a-5d0d-ae19-701d883ddcf3, identifier: WK70%20HVS
2026-03-30 06:08:20 [bca.uk] INFO: Found listing with ID: LL74%20DHM
2026-03-30 06:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL74%2520DHM%27 HTTP/1.1" 200 None
2026-03-30 06:08:20 [bca.uk] INFO: Scrape type for LL74%20DHM: 2
2026-03-30 06:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18050852-c66f-51cb-8d16-92a70959526a with identifier: LL74%20DHM
2026-03-30 06:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18050852-c66f-51cb-8d16-92a70959526a with scrape type 2
2026-03-30 06:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18050852-c66f-51cb-8d16-92a70959526a with scrape type 2
2026-03-30 06:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18050852-c66f-51cb-8d16-92a70959526a, identifier: LL74%20DHM
2026-03-30 06:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with identifier: D21%20CPN
2026-03-30 06:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c1c51ff-daf1-5fb9-8c66-607ae9ca6b49 with identifier: D21%20CPN
2026-03-30 06:08:21 [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-30 06:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:21 [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': 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-30 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-30 06:08:21 [bca.uk] INFO: Saving data for D21%20CPN: {'auction_closing_time': 1774864800.0, 'created_time': 1774651582.463785, 'last_price_update_time': 1774850901.237106}
2026-03-30 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:21 [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-30 06:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9adac7cd-8cbf-568a-a809-e6c9785712c6 with identifier: MW14%20VSG
2026-03-30 06:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9adac7cd-8cbf-568a-a809-e6c9785712c6 with identifier: MW14%20VSG
2026-03-30 06:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9adac7cd-8cbf-568a-a809-e6c9785712c6 with identifier: MW14%20VSG to the API
2026-03-30 06:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:21 [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=MW14%20VSG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9adac7cd-8cbf-568a-a809-e6c9785712c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW14 VSG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW14%20VSG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 106954,
'odometer_reading_unit': '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': 'W0LPE6EN1EG072913',
'year': 2014}
2026-03-30 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW14%2520VSG%27 HTTP/1.1" 200 None
2026-03-30 06:08:21 [bca.uk] INFO: Saving data for MW14%20VSG: {'auction_closing_time': 1774951200.0, 'created_time': 1774649167.311794, 'last_price_update_time': 1774850901.538489}
2026-03-30 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW14%2520VSG') HTTP/1.1" 204 0
2026-03-30 06:08:21 [bca.uk] INFO: Found listing with ID: KW70%20FUH
2026-03-30 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW70%2520FUH%27 HTTP/1.1" 200 None
2026-03-30 06:08:21 [bca.uk] INFO: Scrape type for KW70%20FUH: 2
2026-03-30 06:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8111908c-b302-5961-b42f-435eaedb1657 with identifier: KW70%20FUH
2026-03-30 06:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8111908c-b302-5961-b42f-435eaedb1657 with scrape type 2
2026-03-30 06:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8111908c-b302-5961-b42f-435eaedb1657 with scrape type 2
2026-03-30 06:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8111908c-b302-5961-b42f-435eaedb1657, identifier: KW70%20FUH
2026-03-30 06:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 135bf747-816a-5d0d-ae19-701d883ddcf3 with identifier: WK70%20HVS
2026-03-30 06:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 135bf747-816a-5d0d-ae19-701d883ddcf3 with identifier: WK70%20HVS
2026-03-30 06:08:21 [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-30 06:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK70%2520HVS%27 HTTP/1.1" 200 None
2026-03-30 06:08:21 [bca.uk] INFO: Saving data for WK70%20HVS: {'auction_closing_time': 1774940400.0, 'created_time': 1774276563.896687, 'last_price_update_time': 1774850901.955291}
2026-03-30 06:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:21 [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-30 06:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18050852-c66f-51cb-8d16-92a70959526a with identifier: LL74%20DHM
2026-03-30 06:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18050852-c66f-51cb-8d16-92a70959526a with identifier: LL74%20DHM
2026-03-30 06:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18050852-c66f-51cb-8d16-92a70959526a with identifier: LL74%20DHM to the API
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DHM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '18050852-c66f-51cb-8d16-92a70959526a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL74 DHM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DHM&vehicleType=*',
'listing': 'directbuy',
'location': 'Livingston',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 7092,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
'transmission': 'manual',
'trim': 'T 100 GS',
'vin': 'VXKUPHNE3R4300490',
'year': 2024}
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL74%2520DHM%27 HTTP/1.1" 200 None
2026-03-30 06:08:22 [bca.uk] INFO: Saving data for LL74%20DHM: {'auction_closing_time': 1775170800.0, 'created_time': 1773842737.180798, 'last_price_update_time': 1774850902.255514}
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DHM') HTTP/1.1" 204 0
2026-03-30 06:08:22 [bca.uk] INFO: Found listing with ID: KR70%20AOW
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR70%2520AOW%27 HTTP/1.1" 200 None
2026-03-30 06:08:22 [bca.uk] INFO: Scrape type for KR70%20AOW: 2
2026-03-30 06:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a28e3651-32b7-54b4-8b9b-1ab9566c9254 with identifier: KR70%20AOW
2026-03-30 06:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a28e3651-32b7-54b4-8b9b-1ab9566c9254 with scrape type 2
2026-03-30 06:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a28e3651-32b7-54b4-8b9b-1ab9566c9254 with scrape type 2
2026-03-30 06:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a28e3651-32b7-54b4-8b9b-1ab9566c9254, identifier: KR70%20AOW
2026-03-30 06:08:22 [bca.uk] INFO: Found listing with ID: YG63%20XMA
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG63%2520XMA%27 HTTP/1.1" 200 None
2026-03-30 06:08:22 [bca.uk] INFO: Scrape type for YG63%20XMA: 2
2026-03-30 06:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30dbcd4c-35e7-5018-980d-af25e8710125 with identifier: YG63%20XMA
2026-03-30 06:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30dbcd4c-35e7-5018-980d-af25e8710125 with scrape type 2
2026-03-30 06:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30dbcd4c-35e7-5018-980d-af25e8710125 with scrape type 2
2026-03-30 06:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30dbcd4c-35e7-5018-980d-af25e8710125, identifier: YG63%20XMA
2026-03-30 06:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8111908c-b302-5961-b42f-435eaedb1657 with identifier: KW70%20FUH
2026-03-30 06:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8111908c-b302-5961-b42f-435eaedb1657 with identifier: KW70%20FUH
2026-03-30 06:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8111908c-b302-5961-b42f-435eaedb1657 with identifier: KW70%20FUH to the API
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 223,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW70%20FUH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.9L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8111908c-b302-5961-b42f-435eaedb1657',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW70 FUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW70%20FUH&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'GLE 400 D',
'odometer': 44495,
'odometer_reading_unit': '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 GLE 400 D 2.9 AMG LINE PREMIUM+ 4M (7ST) 9G '
'StationWagon',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM+ 4M (7ST) 9G',
'vin': 'W1N1671232A226360',
'year': 2021}
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW70%2520FUH%27 HTTP/1.1" 200 None
2026-03-30 06:08:22 [bca.uk] INFO: Saving data for KW70%20FUH: {'auction_closing_time': 1774864800.0, 'created_time': 1774649017.938218, 'last_price_update_time': 1774850902.774295}
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520FUH') HTTP/1.1" 204 0
2026-03-30 06:08:22 [bca.uk] INFO: Found listing with ID: WU21%20EHW
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU21%2520EHW%27 HTTP/1.1" 200 None
2026-03-30 06:08:22 [bca.uk] INFO: Scrape type for WU21%20EHW: 2
2026-03-30 06:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48cb11af-fad0-5ae5-9e25-cff52534ec9b with identifier: WU21%20EHW
2026-03-30 06:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48cb11af-fad0-5ae5-9e25-cff52534ec9b with scrape type 2
2026-03-30 06:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48cb11af-fad0-5ae5-9e25-cff52534ec9b with scrape type 2
2026-03-30 06:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48cb11af-fad0-5ae5-9e25-cff52534ec9b, identifier: WU21%20EHW
2026-03-30 06:08:22 [bca.uk] INFO: Found listing with ID: LN24%20RKU
2026-03-30 06:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN24%2520RKU%27 HTTP/1.1" 200 None
2026-03-30 06:08:22 [bca.uk] INFO: Scrape type for LN24%20RKU: 2
2026-03-30 06:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e08395c9-4e7d-59a5-8747-357bb0d5d128 with identifier: LN24%20RKU
2026-03-30 06:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e08395c9-4e7d-59a5-8747-357bb0d5d128 with scrape type 2
2026-03-30 06:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e08395c9-4e7d-59a5-8747-357bb0d5d128 with scrape type 2
2026-03-30 06:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e08395c9-4e7d-59a5-8747-357bb0d5d128, identifier: LN24%20RKU
2026-03-30 06:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a28e3651-32b7-54b4-8b9b-1ab9566c9254 with identifier: KR70%20AOW
2026-03-30 06:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a28e3651-32b7-54b4-8b9b-1ab9566c9254 with identifier: KR70%20AOW
2026-03-30 06:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a28e3651-32b7-54b4-8b9b-1ab9566c9254 with identifier: KR70%20AOW to the API
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR70%20AOW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a28e3651-32b7-54b4-8b9b-1ab9566c9254',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR70 AOW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR70%20AOW&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'CITROEN',
'model': 'C5 AIRCROSS',
'odometer': 58154,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'CITROEN C5 AIRCROSS 1.5 BLUEHDI 130 FLAIR PLUS EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'BLUEHDI 130 FLAIR PLUS EAT8',
'vin': 'VR7ACYHZRLL063163',
'year': 2020}
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR70%2520AOW%27 HTTP/1.1" 200 None
2026-03-30 06:08:23 [bca.uk] INFO: Saving data for KR70%20AOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774391441.18052, 'last_price_update_time': 1774850903.347155}
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR70%2520AOW') HTTP/1.1" 204 0
2026-03-30 06:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30dbcd4c-35e7-5018-980d-af25e8710125 with identifier: YG63%20XMA
2026-03-30 06:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30dbcd4c-35e7-5018-980d-af25e8710125 with identifier: YG63%20XMA
2026-03-30 06:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30dbcd4c-35e7-5018-980d-af25e8710125 with identifier: YG63%20XMA to the API
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:23 [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': 184,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG63%20XMA-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '30dbcd4c-35e7-5018-980d-af25e8710125',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG63 XMA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG63%20XMA&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'TRANSIT 280 FWD',
'odometer': 89835,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 280 FWD 2.2 TDCI 100 SWB M/R PanelVan',
'transmission': 'manual',
'trim': 'TDCI 100 SWB M/R',
'vin': 'WF0XXXTTFXDA09571',
'year': 2013}
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG63%2520XMA%27 HTTP/1.1" 200 None
2026-03-30 06:08:23 [bca.uk] INFO: Saving data for YG63%20XMA: {'auction_closing_time': 1775124000.0, 'created_time': 1774649209.965039, 'last_price_update_time': 1774850903.637378}
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG63%2520XMA') HTTP/1.1" 204 0
2026-03-30 06:08:23 [bca.uk] INFO: Found listing with ID: SX19%20UXH
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX19%2520UXH%27 HTTP/1.1" 200 None
2026-03-30 06:08:23 [bca.uk] INFO: Scrape type for SX19%20UXH: 2
2026-03-30 06:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09ee0fa2-07a2-5b88-b859-4a8a02e586a1 with identifier: SX19%20UXH
2026-03-30 06:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09ee0fa2-07a2-5b88-b859-4a8a02e586a1 with scrape type 2
2026-03-30 06:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09ee0fa2-07a2-5b88-b859-4a8a02e586a1 with scrape type 2
2026-03-30 06:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09ee0fa2-07a2-5b88-b859-4a8a02e586a1, identifier: SX19%20UXH
2026-03-30 06:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48cb11af-fad0-5ae5-9e25-cff52534ec9b with identifier: WU21%20EHW
2026-03-30 06:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48cb11af-fad0-5ae5-9e25-cff52534ec9b with identifier: WU21%20EHW
2026-03-30 06:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48cb11af-fad0-5ae5-9e25-cff52534ec9b with identifier: WU21%20EHW to the API
2026-03-30 06:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU21%20EHW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '48cb11af-fad0-5ae5-9e25-cff52534ec9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU21 EHW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU21%20EHW&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 52696,
'odometer_reading_unit': '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': 'SALZA2AT1MH140020',
'year': 2021}
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU21%2520EHW%27 HTTP/1.1" 200 None
2026-03-30 06:08:24 [bca.uk] INFO: Saving data for WU21%20EHW: {'auction_closing_time': 1774940400.0, 'created_time': 1774448879.911669, 'last_price_update_time': 1774850904.086554}
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU21%2520EHW') HTTP/1.1" 204 0
2026-03-30 06:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e08395c9-4e7d-59a5-8747-357bb0d5d128 with identifier: LN24%20RKU
2026-03-30 06:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e08395c9-4e7d-59a5-8747-357bb0d5d128 with identifier: LN24%20RKU
2026-03-30 06:08:24 [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-30 06:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN24%2520RKU%27 HTTP/1.1" 200 None
2026-03-30 06:08:24 [bca.uk] INFO: Saving data for LN24%20RKU: {'auction_closing_time': 1775170800.0, 'created_time': 1773842428.316607, 'last_price_update_time': 1774850904.376982}
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:24 [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-30 06:08:24 [bca.uk] INFO: Found listing with ID: LM19%20YBF
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM19%2520YBF%27 HTTP/1.1" 200 None
2026-03-30 06:08:24 [bca.uk] INFO: Scrape type for LM19%20YBF: 2
2026-03-30 06:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9493f768-06d5-5356-8447-588f12243fe3 with identifier: LM19%20YBF
2026-03-30 06:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9493f768-06d5-5356-8447-588f12243fe3 with scrape type 2
2026-03-30 06:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9493f768-06d5-5356-8447-588f12243fe3 with scrape type 2
2026-03-30 06:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9493f768-06d5-5356-8447-588f12243fe3, identifier: LM19%20YBF
2026-03-30 06:08:24 [bca.uk] INFO: Found listing with ID: WM64%20MZY
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM64%2520MZY%27 HTTP/1.1" 200 None
2026-03-30 06:08:24 [bca.uk] INFO: Scrape type for WM64%20MZY: 2
2026-03-30 06:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 779cde9f-2dfe-5394-b941-2f3982bcffc4 with identifier: WM64%20MZY
2026-03-30 06:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 779cde9f-2dfe-5394-b941-2f3982bcffc4 with scrape type 2
2026-03-30 06:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 779cde9f-2dfe-5394-b941-2f3982bcffc4 with scrape type 2
2026-03-30 06:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 779cde9f-2dfe-5394-b941-2f3982bcffc4, identifier: WM64%20MZY
2026-03-30 06:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09ee0fa2-07a2-5b88-b859-4a8a02e586a1 with identifier: SX19%20UXH
2026-03-30 06:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09ee0fa2-07a2-5b88-b859-4a8a02e586a1 with identifier: SX19%20UXH
2026-03-30 06:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09ee0fa2-07a2-5b88-b859-4a8a02e586a1 with identifier: SX19%20UXH to the API
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SX19%20UXH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '09ee0fa2-07a2-5b88-b859-4a8a02e586a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SX19 UXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SX19%20UXH&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A4',
'odometer': 27794,
'odometer_reading_unit': '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 S LINE S-T Saloon',
'transmission': 'automatic',
'trim': '35 TFSI S LINE S-T',
'vin': 'WAUZZZF42KN009510',
'year': 2019}
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX19%2520UXH%27 HTTP/1.1" 200 None
2026-03-30 06:08:24 [bca.uk] INFO: Saving data for SX19%20UXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774649019.833084, 'last_price_update_time': 1774850904.9146}
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SX19%2520UXH') HTTP/1.1" 204 0
2026-03-30 06:08:25 [bca.uk] INFO: Found listing with ID: WU68%20BGK
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU68%2520BGK%27 HTTP/1.1" 200 None
2026-03-30 06:08:25 [bca.uk] INFO: Scrape type for WU68%20BGK: 2
2026-03-30 06:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with identifier: WU68%20BGK
2026-03-30 06:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with scrape type 2
2026-03-30 06:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with scrape type 2
2026-03-30 06:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff, identifier: WU68%20BGK
2026-03-30 06:08:25 [bca.uk] INFO: Found listing with ID: LS24%20EMK
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS24%2520EMK%27 HTTP/1.1" 200 None
2026-03-30 06:08:25 [bca.uk] INFO: Scrape type for LS24%20EMK: 2
2026-03-30 06:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bdf73e4-a993-553b-b687-723092aa0d0d with identifier: LS24%20EMK
2026-03-30 06:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bdf73e4-a993-553b-b687-723092aa0d0d with scrape type 2
2026-03-30 06:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bdf73e4-a993-553b-b687-723092aa0d0d with scrape type 2
2026-03-30 06:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bdf73e4-a993-553b-b687-723092aa0d0d, identifier: LS24%20EMK
2026-03-30 06:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9493f768-06d5-5356-8447-588f12243fe3 with identifier: LM19%20YBF
2026-03-30 06:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9493f768-06d5-5356-8447-588f12243fe3 with identifier: LM19%20YBF
2026-03-30 06:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9493f768-06d5-5356-8447-588f12243fe3 with identifier: LM19%20YBF to the API
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM19%20YBF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9493f768-06d5-5356-8447-588f12243fe3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM19 YBF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM19%20YBF&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'A180',
'odometer': 50881,
'odometer_reading_unit': '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': 'WDD1770842J091750',
'year': 2019}
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM19%2520YBF%27 HTTP/1.1" 200 None
2026-03-30 06:08:25 [bca.uk] INFO: Saving data for LM19%20YBF: {'auction_closing_time': 1774864800.0, 'created_time': 1774390243.009338, 'last_price_update_time': 1774850905.539496}
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM19%2520YBF') HTTP/1.1" 204 0
2026-03-30 06:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 779cde9f-2dfe-5394-b941-2f3982bcffc4 with identifier: WM64%20MZY
2026-03-30 06:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 779cde9f-2dfe-5394-b941-2f3982bcffc4 with identifier: WM64%20MZY
2026-03-30 06:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 779cde9f-2dfe-5394-b941-2f3982bcffc4 with identifier: WM64%20MZY to the API
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:25 [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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM64%20MZY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '779cde9f-2dfe-5394-b941-2f3982bcffc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WM64 MZY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM64%20MZY&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 99049,
'odometer_reading_unit': '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': 'WF05XXGCC5EA38677',
'year': 2014}
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM64%2520MZY%27 HTTP/1.1" 200 None
2026-03-30 06:08:25 [bca.uk] INFO: Saving data for WM64%20MZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649192.345607, 'last_price_update_time': 1774850905.827544}
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM64%2520MZY') HTTP/1.1" 204 0
2026-03-30 06:08:25 [bca.uk] INFO: Found listing with ID: YS22%20UBT
2026-03-30 06:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS22%2520UBT%27 HTTP/1.1" 200 None
2026-03-30 06:08:25 [bca.uk] INFO: Scrape type for YS22%20UBT: 2
2026-03-30 06:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 814d766d-d044-5c9f-9aa2-1a16d6ce6369 with identifier: YS22%20UBT
2026-03-30 06:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 814d766d-d044-5c9f-9aa2-1a16d6ce6369 with scrape type 2
2026-03-30 06:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 814d766d-d044-5c9f-9aa2-1a16d6ce6369 with scrape type 2
2026-03-30 06:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 814d766d-d044-5c9f-9aa2-1a16d6ce6369, identifier: YS22%20UBT
2026-03-30 06:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with identifier: WU68%20BGK
2026-03-30 06:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78b5aa20-57bb-52ef-9a77-78d1ab2839ff with identifier: WU68%20BGK
2026-03-30 06:08:26 [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-30 06:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU68%2520BGK%27 HTTP/1.1" 200 None
2026-03-30 06:08:26 [bca.uk] INFO: Saving data for WU68%20BGK: {'auction_closing_time': 1774940400.0, 'created_time': 1774365494.802147, 'last_price_update_time': 1774850906.265524}
2026-03-30 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:26 [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-30 06:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bdf73e4-a993-553b-b687-723092aa0d0d with identifier: LS24%20EMK
2026-03-30 06:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bdf73e4-a993-553b-b687-723092aa0d0d with identifier: LS24%20EMK
2026-03-30 06:08:26 [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-30 06:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS24%2520EMK%27 HTTP/1.1" 200 None
2026-03-30 06:08:26 [bca.uk] INFO: Saving data for LS24%20EMK: {'auction_closing_time': 1775170800.0, 'created_time': 1773841920.748516, 'last_price_update_time': 1774850906.57643}
2026-03-30 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:26 [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-30 06:08:26 [bca.uk] INFO: Found listing with ID: MP19%20XWS
2026-03-30 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-30 06:08:26 [bca.uk] INFO: Scrape type for MP19%20XWS: 2
2026-03-30 06:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b2c129-060a-5f47-9c2d-7760fb95c87c with identifier: MP19%20XWS
2026-03-30 06:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b2c129-060a-5f47-9c2d-7760fb95c87c with scrape type 2
2026-03-30 06:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b2c129-060a-5f47-9c2d-7760fb95c87c with scrape type 2
2026-03-30 06:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41b2c129-060a-5f47-9c2d-7760fb95c87c, identifier: MP19%20XWS
2026-03-30 06:08:26 [bca.uk] INFO: Found listing with ID: PK67%20WXJ
2026-03-30 06:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK67%2520WXJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:26 [bca.uk] INFO: Scrape type for PK67%20WXJ: 2
2026-03-30 06:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3210733-9745-5006-8ccb-dde9bbd9cf36 with identifier: PK67%20WXJ
2026-03-30 06:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3210733-9745-5006-8ccb-dde9bbd9cf36 with scrape type 2
2026-03-30 06:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3210733-9745-5006-8ccb-dde9bbd9cf36 with scrape type 2
2026-03-30 06:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3210733-9745-5006-8ccb-dde9bbd9cf36, identifier: PK67%20WXJ
2026-03-30 06:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 814d766d-d044-5c9f-9aa2-1a16d6ce6369 with identifier: YS22%20UBT
2026-03-30 06:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 814d766d-d044-5c9f-9aa2-1a16d6ce6369 with identifier: YS22%20UBT
2026-03-30 06:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 814d766d-d044-5c9f-9aa2-1a16d6ce6369 with identifier: YS22%20UBT to the API
2026-03-30 06:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS22%20UBT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '814d766d-d044-5c9f-9aa2-1a16d6ce6369',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS22 UBT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS22%20UBT&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'ABARTH',
'model': '595',
'odometer': 17335,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'ABARTH 595 1.4 T-JET 165 TURISMO Hatchback',
'transmission': 'manual',
'trim': 'T-JET 165 TURISMO',
'vin': 'ZFABF12H0NJG35912',
'year': 2022}
2026-03-30 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS22%2520UBT%27 HTTP/1.1" 200 None
2026-03-30 06:08:27 [bca.uk] INFO: Saving data for YS22%20UBT: {'auction_closing_time': 1774864800.0, 'created_time': 1774649020.248661, 'last_price_update_time': 1774850907.112727}
2026-03-30 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS22%2520UBT') HTTP/1.1" 204 0
2026-03-30 06:08:27 [bca.uk] INFO: Found listing with ID: WX22%20ZVD
2026-03-30 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX22%2520ZVD%27 HTTP/1.1" 200 None
2026-03-30 06:08:27 [bca.uk] INFO: Scrape type for WX22%20ZVD: 0
2026-03-30 06:08:27 [bca.uk] INFO: Found listing with ID: WX73%20YZA
2026-03-30 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX73%2520YZA%27 HTTP/1.1" 200 None
2026-03-30 06:08:27 [bca.uk] INFO: Scrape type for WX73%20YZA: 2
2026-03-30 06:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with identifier: WX73%20YZA
2026-03-30 06:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with scrape type 2
2026-03-30 06:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with scrape type 2
2026-03-30 06:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a393acb-e9be-5ef7-8cea-dd428a5500e1, identifier: WX73%20YZA
2026-03-30 06:08:27 [bca.uk] INFO: Found listing with ID: LS24%20VUX
2026-03-30 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS24%2520VUX%27 HTTP/1.1" 200 None
2026-03-30 06:08:27 [bca.uk] INFO: Scrape type for LS24%20VUX: 2
2026-03-30 06:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e48e801-9604-5c7b-b88b-0d9ccd072195 with identifier: LS24%20VUX
2026-03-30 06:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e48e801-9604-5c7b-b88b-0d9ccd072195 with scrape type 2
2026-03-30 06:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e48e801-9604-5c7b-b88b-0d9ccd072195 with scrape type 2
2026-03-30 06:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e48e801-9604-5c7b-b88b-0d9ccd072195, identifier: LS24%20VUX
2026-03-30 06:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41b2c129-060a-5f47-9c2d-7760fb95c87c with identifier: MP19%20XWS
2026-03-30 06:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41b2c129-060a-5f47-9c2d-7760fb95c87c with identifier: MP19%20XWS
2026-03-30 06:08:27 [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-30 06:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-30 06:08:27 [bca.uk] INFO: Saving data for MP19%20XWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774651846.520007, 'last_price_update_time': 1774850907.744021}
2026-03-30 06:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:27 [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-30 06:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3210733-9745-5006-8ccb-dde9bbd9cf36 with identifier: PK67%20WXJ
2026-03-30 06:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3210733-9745-5006-8ccb-dde9bbd9cf36 with identifier: PK67%20WXJ
2026-03-30 06:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3210733-9745-5006-8ccb-dde9bbd9cf36 with identifier: PK67%20WXJ to the API
2026-03-30 06:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:28 [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': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK67%20WXJ-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b3210733-9745-5006-8ccb-dde9bbd9cf36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK67 WXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK67%20WXJ&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 58584,
'odometer_reading_unit': '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': 'VSKCTND23U0071653',
'year': 2017}
2026-03-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK67%2520WXJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:28 [bca.uk] INFO: Saving data for PK67%20WXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649188.597382, 'last_price_update_time': 1774850908.043922}
2026-03-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK67%2520WXJ') HTTP/1.1" 204 0
2026-03-30 06:08:28 [bca.uk] INFO: Found listing with ID: KJ19%20WBM
2026-03-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ19%2520WBM%27 HTTP/1.1" 200 None
2026-03-30 06:08:28 [bca.uk] INFO: Scrape type for KJ19%20WBM: 2
2026-03-30 06:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 149aa84a-8f35-55b2-baa2-dd2c88c8b064 with identifier: KJ19%20WBM
2026-03-30 06:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 149aa84a-8f35-55b2-baa2-dd2c88c8b064 with scrape type 2
2026-03-30 06:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 149aa84a-8f35-55b2-baa2-dd2c88c8b064 with scrape type 2
2026-03-30 06:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 149aa84a-8f35-55b2-baa2-dd2c88c8b064, identifier: KJ19%20WBM
2026-03-30 06:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with identifier: WX73%20YZA
2026-03-30 06:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a393acb-e9be-5ef7-8cea-dd428a5500e1 with identifier: WX73%20YZA
2026-03-30 06:08:28 [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-30 06:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX73%2520YZA%27 HTTP/1.1" 200 None
2026-03-30 06:08:28 [bca.uk] INFO: Saving data for WX73%20YZA: {'auction_closing_time': 1774940400.0, 'created_time': 1774276462.405879, 'last_price_update_time': 1774850908.464594}
2026-03-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:28 [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-30 06:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e48e801-9604-5c7b-b88b-0d9ccd072195 with identifier: LS24%20VUX
2026-03-30 06:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e48e801-9604-5c7b-b88b-0d9ccd072195 with identifier: LS24%20VUX
2026-03-30 06:08:28 [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-30 06:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS24%2520VUX%27 HTTP/1.1" 200 None
2026-03-30 06:08:28 [bca.uk] INFO: Saving data for LS24%20VUX: {'auction_closing_time': 1775170800.0, 'created_time': 1773841943.318919, 'last_price_update_time': 1774850908.750937}
2026-03-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:28 [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-30 06:08:28 [bca.uk] INFO: Found listing with ID: CK22%20BGY
2026-03-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK22%2520BGY%27 HTTP/1.1" 200 None
2026-03-30 06:08:28 [bca.uk] INFO: Scrape type for CK22%20BGY: 2
2026-03-30 06:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9179b419-d7b0-5062-9fe2-b84fe4f74797 with identifier: CK22%20BGY
2026-03-30 06:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9179b419-d7b0-5062-9fe2-b84fe4f74797 with scrape type 2
2026-03-30 06:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9179b419-d7b0-5062-9fe2-b84fe4f74797 with scrape type 2
2026-03-30 06:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9179b419-d7b0-5062-9fe2-b84fe4f74797, identifier: CK22%20BGY
2026-03-30 06:08:28 [bca.uk] INFO: Found listing with ID: BG68%20USB
2026-03-30 06:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG68%2520USB%27 HTTP/1.1" 200 None
2026-03-30 06:08:28 [bca.uk] INFO: Scrape type for BG68%20USB: 2
2026-03-30 06:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 882d1dd0-392b-5544-a2df-4943d8d077cf with identifier: BG68%20USB
2026-03-30 06:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 882d1dd0-392b-5544-a2df-4943d8d077cf with scrape type 2
2026-03-30 06:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 882d1dd0-392b-5544-a2df-4943d8d077cf with scrape type 2
2026-03-30 06:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 882d1dd0-392b-5544-a2df-4943d8d077cf, identifier: BG68%20USB
2026-03-30 06:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 149aa84a-8f35-55b2-baa2-dd2c88c8b064 with identifier: KJ19%20WBM
2026-03-30 06:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 149aa84a-8f35-55b2-baa2-dd2c88c8b064 with identifier: KJ19%20WBM
2026-03-30 06:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 149aa84a-8f35-55b2-baa2-dd2c88c8b064 with identifier: KJ19%20WBM to the API
2026-03-30 06:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 202,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ19%20WBM-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '149aa84a-8f35-55b2-baa2-dd2c88c8b064',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KJ19 WBM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ19%20WBM&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 98386,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 HSE LUXURY StationWagon',
'transmission': 'automatic',
'trim': 'SD6 306 HSE LUXURY',
'vin': 'SALRA2AK2K2403607',
'year': 2019}
2026-03-30 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ19%2520WBM%27 HTTP/1.1" 200 None
2026-03-30 06:08:29 [bca.uk] INFO: Saving data for KJ19%20WBM: {'auction_closing_time': 1774864800.0, 'created_time': 1773907411.52484, 'last_price_update_time': 1774850909.280703}
2026-03-30 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520WBM') HTTP/1.1" 204 0
2026-03-30 06:08:29 [bca.uk] INFO: Found listing with ID: YK21%20VRC
2026-03-30 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK21%2520VRC%27 HTTP/1.1" 200 None
2026-03-30 06:08:29 [bca.uk] INFO: Scrape type for YK21%20VRC: 2
2026-03-30 06:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a286ea77-9ef8-5670-b139-d2471b7fad7f with identifier: YK21%20VRC
2026-03-30 06:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a286ea77-9ef8-5670-b139-d2471b7fad7f with scrape type 2
2026-03-30 06:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a286ea77-9ef8-5670-b139-d2471b7fad7f with scrape type 2
2026-03-30 06:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a286ea77-9ef8-5670-b139-d2471b7fad7f, identifier: YK21%20VRC
2026-03-30 06:08:29 [bca.uk] INFO: Found listing with ID: MD74%20GXE
2026-03-30 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD74%2520GXE%27 HTTP/1.1" 200 None
2026-03-30 06:08:29 [bca.uk] INFO: Scrape type for MD74%20GXE: 2
2026-03-30 06:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb6413a9-c329-5444-9738-70f65fa1e631 with identifier: MD74%20GXE
2026-03-30 06:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb6413a9-c329-5444-9738-70f65fa1e631 with scrape type 2
2026-03-30 06:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb6413a9-c329-5444-9738-70f65fa1e631 with scrape type 2
2026-03-30 06:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb6413a9-c329-5444-9738-70f65fa1e631, identifier: MD74%20GXE
2026-03-30 06:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9179b419-d7b0-5062-9fe2-b84fe4f74797 with identifier: CK22%20BGY
2026-03-30 06:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9179b419-d7b0-5062-9fe2-b84fe4f74797 with identifier: CK22%20BGY
2026-03-30 06:08:29 [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-30 06:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:29 [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': 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-30 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK22%2520BGY%27 HTTP/1.1" 200 None
2026-03-30 06:08:29 [bca.uk] INFO: Saving data for CK22%20BGY: {'auction_closing_time': 1775124000.0, 'created_time': 1774651845.101379, 'last_price_update_time': 1774850909.933597}
2026-03-30 06:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:29 [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-30 06:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 882d1dd0-392b-5544-a2df-4943d8d077cf with identifier: BG68%20USB
2026-03-30 06:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 882d1dd0-392b-5544-a2df-4943d8d077cf with identifier: BG68%20USB
2026-03-30 06:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 882d1dd0-392b-5544-a2df-4943d8d077cf with identifier: BG68%20USB to the API
2026-03-30 06:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG68%20USB-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '882d1dd0-392b-5544-a2df-4943d8d077cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG68 USB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG68%20USB&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 66596,
'odometer_reading_unit': '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': 'VSKCTND23U0110482',
'year': 2018}
2026-03-30 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG68%2520USB%27 HTTP/1.1" 200 None
2026-03-30 06:08:30 [bca.uk] INFO: Saving data for BG68%20USB: {'auction_closing_time': 1774951200.0, 'created_time': 1774649194.968542, 'last_price_update_time': 1774850910.326007}
2026-03-30 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG68%2520USB') HTTP/1.1" 204 0
2026-03-30 06:08:30 [bca.uk] INFO: Found listing with ID: KV71%20AEO
2026-03-30 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV71%2520AEO%27 HTTP/1.1" 200 None
2026-03-30 06:08:30 [bca.uk] INFO: Scrape type for KV71%20AEO: 2
2026-03-30 06:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 539436b1-3fe1-5c53-9c28-763b0c83558f with identifier: KV71%20AEO
2026-03-30 06:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 539436b1-3fe1-5c53-9c28-763b0c83558f with scrape type 2
2026-03-30 06:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 539436b1-3fe1-5c53-9c28-763b0c83558f with scrape type 2
2026-03-30 06:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 539436b1-3fe1-5c53-9c28-763b0c83558f, identifier: KV71%20AEO
2026-03-30 06:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a286ea77-9ef8-5670-b139-d2471b7fad7f with identifier: YK21%20VRC
2026-03-30 06:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a286ea77-9ef8-5670-b139-d2471b7fad7f with identifier: YK21%20VRC
2026-03-30 06:08:30 [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-30 06:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:30 [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': 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-30 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK21%2520VRC%27 HTTP/1.1" 200 None
2026-03-30 06:08:30 [bca.uk] INFO: Saving data for YK21%20VRC: {'auction_closing_time': 1774940400.0, 'created_time': 1774365509.635486, 'last_price_update_time': 1774850910.727565}
2026-03-30 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:30 [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-30 06:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb6413a9-c329-5444-9738-70f65fa1e631 with identifier: MD74%20GXE
2026-03-30 06:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb6413a9-c329-5444-9738-70f65fa1e631 with identifier: MD74%20GXE
2026-03-30 06:08:30 [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-30 06:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD74%2520GXE%27 HTTP/1.1" 200 None
2026-03-30 06:08:31 [bca.uk] INFO: Saving data for MD74%20GXE: {'auction_closing_time': 1775170800.0, 'created_time': 1773841937.671346, 'last_price_update_time': 1774850911.001623}
2026-03-30 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:31 [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-30 06:08:31 [bca.uk] INFO: Found listing with ID: BM19%20KKC
2026-03-30 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-30 06:08:31 [bca.uk] INFO: Scrape type for BM19%20KKC: 2
2026-03-30 06:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with identifier: BM19%20KKC
2026-03-30 06:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with scrape type 2
2026-03-30 06:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with scrape type 2
2026-03-30 06:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac86ccfa-42bb-504e-9eaf-bbf7d2135916, identifier: BM19%20KKC
2026-03-30 06:08:31 [bca.uk] INFO: Found listing with ID: CF22%20XZJ
2026-03-30 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF22%2520XZJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:31 [bca.uk] INFO: Scrape type for CF22%20XZJ: 2
2026-03-30 06:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76cac2d4-fab8-5637-ba34-153f68e7e978 with identifier: CF22%20XZJ
2026-03-30 06:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76cac2d4-fab8-5637-ba34-153f68e7e978 with scrape type 2
2026-03-30 06:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76cac2d4-fab8-5637-ba34-153f68e7e978 with scrape type 2
2026-03-30 06:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76cac2d4-fab8-5637-ba34-153f68e7e978, identifier: CF22%20XZJ
2026-03-30 06:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 539436b1-3fe1-5c53-9c28-763b0c83558f with identifier: KV71%20AEO
2026-03-30 06:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 539436b1-3fe1-5c53-9c28-763b0c83558f with identifier: KV71%20AEO
2026-03-30 06:08:31 [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-30 06:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:31 [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': 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-30 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV71%2520AEO%27 HTTP/1.1" 200 None
2026-03-30 06:08:31 [bca.uk] INFO: Saving data for KV71%20AEO: {'auction_closing_time': 1774864800.0, 'created_time': 1774365741.268918, 'last_price_update_time': 1774850911.8233}
2026-03-30 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:31 [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-30 06:08:31 [bca.uk] INFO: Found listing with ID: YL70%20NVC
2026-03-30 06:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL70%2520NVC%27 HTTP/1.1" 200 None
2026-03-30 06:08:31 [bca.uk] INFO: Scrape type for YL70%20NVC: 2
2026-03-30 06:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c59cfa93-8621-5f77-a67a-e3d78457c210 with identifier: YL70%20NVC
2026-03-30 06:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59cfa93-8621-5f77-a67a-e3d78457c210 with scrape type 2
2026-03-30 06:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c59cfa93-8621-5f77-a67a-e3d78457c210 with scrape type 2
2026-03-30 06:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c59cfa93-8621-5f77-a67a-e3d78457c210, identifier: YL70%20NVC
2026-03-30 06:08:31 [bca.uk] INFO: Found listing with ID: MH24%20ZDS
2026-03-30 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH24%2520ZDS%27 HTTP/1.1" 200 None
2026-03-30 06:08:32 [bca.uk] INFO: Scrape type for MH24%20ZDS: 2
2026-03-30 06:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e981fb8-0b1b-579f-bff0-d884df093ee6 with identifier: MH24%20ZDS
2026-03-30 06:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e981fb8-0b1b-579f-bff0-d884df093ee6 with scrape type 2
2026-03-30 06:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e981fb8-0b1b-579f-bff0-d884df093ee6 with scrape type 2
2026-03-30 06:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e981fb8-0b1b-579f-bff0-d884df093ee6, identifier: MH24%20ZDS
2026-03-30 06:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with identifier: BM19%20KKC
2026-03-30 06:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac86ccfa-42bb-504e-9eaf-bbf7d2135916 with identifier: BM19%20KKC
2026-03-30 06:08:32 [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-30 06:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:32 [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': 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-30 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-30 06:08:32 [bca.uk] INFO: Saving data for BM19%20KKC: {'auction_closing_time': 1774864800.0, 'created_time': 1774651791.026578, 'last_price_update_time': 1774850912.413435}
2026-03-30 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:32 [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-30 06:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76cac2d4-fab8-5637-ba34-153f68e7e978 with identifier: CF22%20XZJ
2026-03-30 06:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76cac2d4-fab8-5637-ba34-153f68e7e978 with identifier: CF22%20XZJ
2026-03-30 06:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76cac2d4-fab8-5637-ba34-153f68e7e978 with identifier: CF22%20XZJ to the API
2026-03-30 06:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF22%20XZJ-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '76cac2d4-fab8-5637-ba34-153f68e7e978',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CF22 XZJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF22%20XZJ&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'CITROEN',
'model': 'DISPATCH 1000',
'odometer': 85710,
'odometer_reading_unit': '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': 'VF7VBYHRMN7038038',
'year': 2022}
2026-03-30 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF22%2520XZJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:32 [bca.uk] INFO: Saving data for CF22%20XZJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649166.448008, 'last_price_update_time': 1774850912.724001}
2026-03-30 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF22%2520XZJ') HTTP/1.1" 204 0
2026-03-30 06:08:32 [bca.uk] INFO: Found listing with ID: NV19%20UBR
2026-03-30 06:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV19%2520UBR%27 HTTP/1.1" 200 None
2026-03-30 06:08:32 [bca.uk] INFO: Scrape type for NV19%20UBR: 2
2026-03-30 06:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with identifier: NV19%20UBR
2026-03-30 06:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with scrape type 2
2026-03-30 06:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with scrape type 2
2026-03-30 06:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5cb5e62-e9ec-5ddd-a804-178d6e65f986, identifier: NV19%20UBR
2026-03-30 06:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c59cfa93-8621-5f77-a67a-e3d78457c210 with identifier: YL70%20NVC
2026-03-30 06:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c59cfa93-8621-5f77-a67a-e3d78457c210 with identifier: YL70%20NVC
2026-03-30 06:08:32 [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-30 06:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:33 [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': 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-30 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL70%2520NVC%27 HTTP/1.1" 200 None
2026-03-30 06:08:33 [bca.uk] INFO: Saving data for YL70%20NVC: {'auction_closing_time': 1774940400.0, 'created_time': 1774276450.343942, 'last_price_update_time': 1774850913.144727}
2026-03-30 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:33 [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-30 06:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e981fb8-0b1b-579f-bff0-d884df093ee6 with identifier: MH24%20ZDS
2026-03-30 06:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e981fb8-0b1b-579f-bff0-d884df093ee6 with identifier: MH24%20ZDS
2026-03-30 06:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e981fb8-0b1b-579f-bff0-d884df093ee6 with identifier: MH24%20ZDS to the API
2026-03-30 06:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH24%20ZDS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Electric',
'id': '1e981fb8-0b1b-579f-bff0-d884df093ee6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MH24 ZDS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH24%20ZDS&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 28187,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18300,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 150KW 77KWH MATCH PRO S Hatchback',
'transmission': 'automatic',
'trim': '150KW 77KWH MATCH PRO S',
'vin': 'WVWZZZE14RP037902',
'year': 2024}
2026-03-30 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH24%2520ZDS%27 HTTP/1.1" 200 None
2026-03-30 06:08:33 [bca.uk] INFO: Saving data for MH24%20ZDS: {'auction_closing_time': 1775170800.0, 'created_time': 1773841637.545618, 'last_price_update_time': 1774850913.455079}
2026-03-30 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH24%2520ZDS') HTTP/1.1" 204 0
2026-03-30 06:08:33 [bca.uk] INFO: Found listing with ID: CU19%20HWD
2026-03-30 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-30 06:08:33 [bca.uk] INFO: Scrape type for CU19%20HWD: 2
2026-03-30 06:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66e848e9-d238-5a82-a3a7-988ae87d8665 with identifier: CU19%20HWD
2026-03-30 06:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66e848e9-d238-5a82-a3a7-988ae87d8665 with scrape type 2
2026-03-30 06:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66e848e9-d238-5a82-a3a7-988ae87d8665 with scrape type 2
2026-03-30 06:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66e848e9-d238-5a82-a3a7-988ae87d8665, identifier: CU19%20HWD
2026-03-30 06:08:33 [bca.uk] INFO: Found listing with ID: YF64%20HNX
2026-03-30 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF64%2520HNX%27 HTTP/1.1" 200 None
2026-03-30 06:08:33 [bca.uk] INFO: Scrape type for YF64%20HNX: 2
2026-03-30 06:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77758e0a-91ad-5685-83f2-43f46678170e with identifier: YF64%20HNX
2026-03-30 06:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77758e0a-91ad-5685-83f2-43f46678170e with scrape type 2
2026-03-30 06:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77758e0a-91ad-5685-83f2-43f46678170e with scrape type 2
2026-03-30 06:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77758e0a-91ad-5685-83f2-43f46678170e, identifier: YF64%20HNX
2026-03-30 06:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with identifier: NV19%20UBR
2026-03-30 06:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5cb5e62-e9ec-5ddd-a804-178d6e65f986 with identifier: NV19%20UBR
2026-03-30 06:08:33 [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-30 06:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV19%2520UBR%27 HTTP/1.1" 200 None
2026-03-30 06:08:33 [bca.uk] INFO: Saving data for NV19%20UBR: {'auction_closing_time': 1774864800.0, 'created_time': 1774015856.006923, 'last_price_update_time': 1774850913.993698}
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:34 [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-30 06:08:34 [bca.uk] INFO: Found listing with ID: YN22%20WKM
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN22%2520WKM%27 HTTP/1.1" 200 None
2026-03-30 06:08:34 [bca.uk] INFO: Scrape type for YN22%20WKM: 2
2026-03-30 06:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with identifier: YN22%20WKM
2026-03-30 06:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with scrape type 2
2026-03-30 06:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with scrape type 2
2026-03-30 06:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf, identifier: YN22%20WKM
2026-03-30 06:08:34 [bca.uk] INFO: Found listing with ID: ML74%20XNN
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML74%2520XNN%27 HTTP/1.1" 200 None
2026-03-30 06:08:34 [bca.uk] INFO: Scrape type for ML74%20XNN: 2
2026-03-30 06:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with identifier: ML74%20XNN
2026-03-30 06:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with scrape type 2
2026-03-30 06:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with scrape type 2
2026-03-30 06:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1, identifier: ML74%20XNN
2026-03-30 06:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66e848e9-d238-5a82-a3a7-988ae87d8665 with identifier: CU19%20HWD
2026-03-30 06:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66e848e9-d238-5a82-a3a7-988ae87d8665 with identifier: CU19%20HWD
2026-03-30 06:08:34 [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-30 06:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:34 [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': 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-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-30 06:08:34 [bca.uk] INFO: Saving data for CU19%20HWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651789.912218, 'last_price_update_time': 1774850914.534516}
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:34 [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-30 06:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77758e0a-91ad-5685-83f2-43f46678170e with identifier: YF64%20HNX
2026-03-30 06:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77758e0a-91ad-5685-83f2-43f46678170e with identifier: YF64%20HNX
2026-03-30 06:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77758e0a-91ad-5685-83f2-43f46678170e with identifier: YF64%20HNX to the API
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:34 [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=YF64%20HNX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '77758e0a-91ad-5685-83f2-43f46678170e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF64 HNX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF64%20HNX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '116D',
'odometer': 105727,
'odometer_reading_unit': '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': 'WBA1C92090P878866',
'year': 2014}
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF64%2520HNX%27 HTTP/1.1" 200 None
2026-03-30 06:08:34 [bca.uk] INFO: Saving data for YF64%20HNX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649066.432402, 'last_price_update_time': 1774850914.941011}
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF64%2520HNX') HTTP/1.1" 204 0
2026-03-30 06:08:34 [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-30 06:08:34 [bca.uk] INFO: Found listing with ID: RV68%20LBX
2026-03-30 06:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV68%2520LBX%27 HTTP/1.1" 200 None
2026-03-30 06:08:34 [bca.uk] INFO: Scrape type for RV68%20LBX: 2
2026-03-30 06:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c8ea6dd-9cf7-5a96-911a-d905bf64bc22 with identifier: RV68%20LBX
2026-03-30 06:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c8ea6dd-9cf7-5a96-911a-d905bf64bc22 with scrape type 2
2026-03-30 06:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c8ea6dd-9cf7-5a96-911a-d905bf64bc22 with scrape type 2
2026-03-30 06:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c8ea6dd-9cf7-5a96-911a-d905bf64bc22, identifier: RV68%20LBX
2026-03-30 06:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with identifier: YN22%20WKM
2026-03-30 06:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e64a0164-57ec-5c30-8d76-c6bcaa5f2fcf with identifier: YN22%20WKM
2026-03-30 06:08:35 [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-30 06:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:35 [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': 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-30 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN22%2520WKM%27 HTTP/1.1" 200 None
2026-03-30 06:08:35 [bca.uk] INFO: Saving data for YN22%20WKM: {'auction_closing_time': 1774940400.0, 'created_time': 1774278181.01973, 'last_price_update_time': 1774850915.333752}
2026-03-30 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:35 [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-30 06:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with identifier: ML74%20XNN
2026-03-30 06:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b165f61-f5d3-5bb8-a2e2-c5bfe9d98fb1 with identifier: ML74%20XNN
2026-03-30 06:08:35 [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-30 06:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:35 [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': 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-30 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML74%2520XNN%27 HTTP/1.1" 200 None
2026-03-30 06:08:35 [bca.uk] INFO: Saving data for ML74%20XNN: {'auction_closing_time': 1775170800.0, 'created_time': 1773841924.453446, 'last_price_update_time': 1774850915.622225}
2026-03-30 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:35 [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-30 06:08:35 [bca.uk] INFO: Found listing with ID: DA19%20JWL
2026-03-30 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-30 06:08:35 [bca.uk] INFO: Scrape type for DA19%20JWL: 2
2026-03-30 06:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b947c743-48bc-5492-9fa1-8482d0ba8ab2 with identifier: DA19%20JWL
2026-03-30 06:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b947c743-48bc-5492-9fa1-8482d0ba8ab2 with scrape type 2
2026-03-30 06:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b947c743-48bc-5492-9fa1-8482d0ba8ab2 with scrape type 2
2026-03-30 06:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b947c743-48bc-5492-9fa1-8482d0ba8ab2, identifier: DA19%20JWL
2026-03-30 06:08:35 [bca.uk] INFO: Found listing with ID: MK20%20NXW
2026-03-30 06:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK20%2520NXW%27 HTTP/1.1" 200 None
2026-03-30 06:08:35 [bca.uk] INFO: Scrape type for MK20%20NXW: 2
2026-03-30 06:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4bfedf1-9309-512a-8ea1-5f6ba7b85ed7 with identifier: MK20%20NXW
2026-03-30 06:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4bfedf1-9309-512a-8ea1-5f6ba7b85ed7 with scrape type 2
2026-03-30 06:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4bfedf1-9309-512a-8ea1-5f6ba7b85ed7 with scrape type 2
2026-03-30 06:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4bfedf1-9309-512a-8ea1-5f6ba7b85ed7, identifier: MK20%20NXW
2026-03-30 06:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c8ea6dd-9cf7-5a96-911a-d905bf64bc22 with identifier: RV68%20LBX
2026-03-30 06:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c8ea6dd-9cf7-5a96-911a-d905bf64bc22 with identifier: RV68%20LBX
2026-03-30 06:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c8ea6dd-9cf7-5a96-911a-d905bf64bc22 with identifier: RV68%20LBX to the API
2026-03-30 06:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV68%20LBX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3c8ea6dd-9cf7-5a96-911a-d905bf64bc22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV68 LBX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV68%20LBX&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 60046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'HYUNDAI I10 1.2 PREMIUM SE Hatchback',
'transmission': 'manual',
'trim': 'PREMIUM SE',
'vin': 'NLHA851CLKZ474711',
'year': 2018}
2026-03-30 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV68%2520LBX%27 HTTP/1.1" 200 None
2026-03-30 06:08:36 [bca.uk] INFO: Saving data for RV68%20LBX: {'auction_closing_time': 1774864800.0, 'created_time': 1774649007.902208, 'last_price_update_time': 1774850916.180451}
2026-03-30 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV68%2520LBX') HTTP/1.1" 204 0
2026-03-30 06:08:36 [bca.uk] INFO: Found listing with ID: YN23%20WUP
2026-03-30 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN23%2520WUP%27 HTTP/1.1" 200 None
2026-03-30 06:08:36 [bca.uk] INFO: Scrape type for YN23%20WUP: 2
2026-03-30 06:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb634cb-c9c2-5da7-bd2f-435870143c79 with identifier: YN23%20WUP
2026-03-30 06:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb634cb-c9c2-5da7-bd2f-435870143c79 with scrape type 2
2026-03-30 06:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb634cb-c9c2-5da7-bd2f-435870143c79 with scrape type 2
2026-03-30 06:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcb634cb-c9c2-5da7-bd2f-435870143c79, identifier: YN23%20WUP
2026-03-30 06:08:36 [bca.uk] INFO: Found listing with ID: MW23%20BYZ
2026-03-30 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW23%2520BYZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:36 [bca.uk] INFO: Scrape type for MW23%20BYZ: 2
2026-03-30 06:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5867a36-5175-56c9-a8bb-c699616c0c7e with identifier: MW23%20BYZ
2026-03-30 06:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5867a36-5175-56c9-a8bb-c699616c0c7e with scrape type 2
2026-03-30 06:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5867a36-5175-56c9-a8bb-c699616c0c7e with scrape type 2
2026-03-30 06:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5867a36-5175-56c9-a8bb-c699616c0c7e, identifier: MW23%20BYZ
2026-03-30 06:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b947c743-48bc-5492-9fa1-8482d0ba8ab2 with identifier: DA19%20JWL
2026-03-30 06:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b947c743-48bc-5492-9fa1-8482d0ba8ab2 with identifier: DA19%20JWL
2026-03-30 06:08:36 [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-30 06:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:36 [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': 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-30 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-30 06:08:36 [bca.uk] INFO: Saving data for DA19%20JWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774651858.961828, 'last_price_update_time': 1774850916.699459}
2026-03-30 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:36 [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-30 06:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4bfedf1-9309-512a-8ea1-5f6ba7b85ed7 with identifier: MK20%20NXW
2026-03-30 06:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4bfedf1-9309-512a-8ea1-5f6ba7b85ed7 with identifier: MK20%20NXW
2026-03-30 06:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4bfedf1-9309-512a-8ea1-5f6ba7b85ed7 with identifier: MK20%20NXW to the API
2026-03-30 06:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:36 [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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK20%20NXW-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e4bfedf1-9309-512a-8ea1-5f6ba7b85ed7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK20 NXW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK20%20NXW&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 57493,
'odometer_reading_unit': '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': 'VR3EFYHYCLJ590400',
'year': 2020}
2026-03-30 06:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK20%2520NXW%27 HTTP/1.1" 200 None
2026-03-30 06:08:37 [bca.uk] INFO: Saving data for MK20%20NXW: {'auction_closing_time': 1775037600.0, 'created_time': 1774649166.88733, 'last_price_update_time': 1774850917.004402}
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK20%2520NXW') HTTP/1.1" 204 0
2026-03-30 06:08:37 [bca.uk] INFO: Found listing with ID: AO70%20ZYL
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO70%2520ZYL%27 HTTP/1.1" 200 None
2026-03-30 06:08:37 [bca.uk] INFO: Scrape type for AO70%20ZYL: 2
2026-03-30 06:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382704f6-f0d0-57e5-8765-555b02f09b61 with identifier: AO70%20ZYL
2026-03-30 06:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382704f6-f0d0-57e5-8765-555b02f09b61 with scrape type 2
2026-03-30 06:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 382704f6-f0d0-57e5-8765-555b02f09b61 with scrape type 2
2026-03-30 06:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 382704f6-f0d0-57e5-8765-555b02f09b61, identifier: AO70%20ZYL
2026-03-30 06:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcb634cb-c9c2-5da7-bd2f-435870143c79 with identifier: YN23%20WUP
2026-03-30 06:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcb634cb-c9c2-5da7-bd2f-435870143c79 with identifier: YN23%20WUP
2026-03-30 06:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcb634cb-c9c2-5da7-bd2f-435870143c79 with identifier: YN23%20WUP to the API
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:37 [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': 34,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN23%20WUP-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': 'fcb634cb-c9c2-5da7-bd2f-435870143c79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YN23 WUP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN23%20WUP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 28022,
'odometer_reading_unit': '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 EDITION Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD EDITION',
'vin': 'SALZA2AT3PH214137',
'year': 2023}
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN23%2520WUP%27 HTTP/1.1" 200 None
2026-03-30 06:08:37 [bca.uk] INFO: Saving data for YN23%20WUP: {'auction_closing_time': 1774940400.0, 'created_time': 1774448911.583029, 'last_price_update_time': 1774850917.499535}
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN23%2520WUP') HTTP/1.1" 204 0
2026-03-30 06:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5867a36-5175-56c9-a8bb-c699616c0c7e with identifier: MW23%20BYZ
2026-03-30 06:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5867a36-5175-56c9-a8bb-c699616c0c7e with identifier: MW23%20BYZ
2026-03-30 06:08:37 [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-30 06:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:37 [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': 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-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW23%2520BYZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:37 [bca.uk] INFO: Saving data for MW23%20BYZ: {'auction_closing_time': 1775170800.0, 'created_time': 1773834962.874974, 'last_price_update_time': 1774850917.809178}
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:37 [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-30 06:08:37 [bca.uk] INFO: Found listing with ID: WT19%20AXJ
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:37 [bca.uk] INFO: Scrape type for WT19%20AXJ: 2
2026-03-30 06:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with identifier: WT19%20AXJ
2026-03-30 06:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with scrape type 2
2026-03-30 06:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with scrape type 2
2026-03-30 06:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4, identifier: WT19%20AXJ
2026-03-30 06:08:37 [bca.uk] INFO: Found listing with ID: ND15%20ZTH
2026-03-30 06:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND15%2520ZTH%27 HTTP/1.1" 200 None
2026-03-30 06:08:37 [bca.uk] INFO: Scrape type for ND15%20ZTH: 2
2026-03-30 06:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a33a3f0-b5e1-543b-84b3-bdb9cd9b107a with identifier: ND15%20ZTH
2026-03-30 06:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a33a3f0-b5e1-543b-84b3-bdb9cd9b107a with scrape type 2
2026-03-30 06:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a33a3f0-b5e1-543b-84b3-bdb9cd9b107a with scrape type 2
2026-03-30 06:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a33a3f0-b5e1-543b-84b3-bdb9cd9b107a, identifier: ND15%20ZTH
2026-03-30 06:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 382704f6-f0d0-57e5-8765-555b02f09b61 with identifier: AO70%20ZYL
2026-03-30 06:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 382704f6-f0d0-57e5-8765-555b02f09b61 with identifier: AO70%20ZYL
2026-03-30 06:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 382704f6-f0d0-57e5-8765-555b02f09b61 with identifier: AO70%20ZYL to the API
2026-03-30 06:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO70%20ZYL-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': '382704f6-f0d0-57e5-8765-555b02f09b61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO70 ZYL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO70%20ZYL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'BMW',
'model': 'X3',
'odometer': 93543,
'odometer_reading_unit': '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 XDRIVE 30E SE STEP StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 30E SE STEP',
'vin': 'WBATS120X09E41561',
'year': 2020}
2026-03-30 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO70%2520ZYL%27 HTTP/1.1" 200 None
2026-03-30 06:08:38 [bca.uk] INFO: Saving data for AO70%20ZYL: {'auction_closing_time': 1774864800.0, 'created_time': 1774534239.461793, 'last_price_update_time': 1774850918.356515}
2026-03-30 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO70%2520ZYL') HTTP/1.1" 204 0
2026-03-30 06:08:38 [bca.uk] INFO: Found listing with ID: YR22%20XOF
2026-03-30 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR22%2520XOF%27 HTTP/1.1" 200 None
2026-03-30 06:08:38 [bca.uk] INFO: Scrape type for YR22%20XOF: 2
2026-03-30 06:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with identifier: YR22%20XOF
2026-03-30 06:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with scrape type 2
2026-03-30 06:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with scrape type 2
2026-03-30 06:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd974df7-eb4f-5d1c-a798-3c3a7484ed21, identifier: YR22%20XOF
2026-03-30 06:08:38 [bca.uk] INFO: Found listing with ID: MW23%20LSZ
2026-03-30 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW23%2520LSZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:38 [bca.uk] INFO: Scrape type for MW23%20LSZ: 2
2026-03-30 06:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 995ce446-f237-5402-a6a6-7fca9e4861e2 with identifier: MW23%20LSZ
2026-03-30 06:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 995ce446-f237-5402-a6a6-7fca9e4861e2 with scrape type 2
2026-03-30 06:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 995ce446-f237-5402-a6a6-7fca9e4861e2 with scrape type 2
2026-03-30 06:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 995ce446-f237-5402-a6a6-7fca9e4861e2, identifier: MW23%20LSZ
2026-03-30 06:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with identifier: WT19%20AXJ
2026-03-30 06:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cf2bfdd-82ec-5b4c-888f-4294e3b968c4 with identifier: WT19%20AXJ
2026-03-30 06:08:38 [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-30 06:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:38 [bca.uk] INFO: Saving data for WT19%20AXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774562658.257131, 'last_price_update_time': 1774850918.861518}
2026-03-30 06:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:38 [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-30 06:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a33a3f0-b5e1-543b-84b3-bdb9cd9b107a with identifier: ND15%20ZTH
2026-03-30 06:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a33a3f0-b5e1-543b-84b3-bdb9cd9b107a with identifier: ND15%20ZTH
2026-03-30 06:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a33a3f0-b5e1-543b-84b3-bdb9cd9b107a with identifier: ND15%20ZTH to the API
2026-03-30 06:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:39 [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': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND15%20ZTH-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4a33a3f0-b5e1-543b-84b3-bdb9cd9b107a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND15 ZTH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND15%20ZTH&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 158705,
'odometer_reading_unit': '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 155 290 SWB LIMITED L/R PanelVan',
'transmission': 'manual',
'trim': 'TDCI 155 290 SWB LIMITED L/R',
'vin': 'WF0YXXTTGYFY00975',
'year': 2015}
2026-03-30 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND15%2520ZTH%27 HTTP/1.1" 200 None
2026-03-30 06:08:39 [bca.uk] INFO: Saving data for ND15%20ZTH: {'auction_closing_time': 1775037600.0, 'created_time': 1774649141.007479, 'last_price_update_time': 1774850919.155591}
2026-03-30 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND15%2520ZTH') HTTP/1.1" 204 0
2026-03-30 06:08:39 [bca.uk] INFO: Total items found: 100
2026-03-30 06:08:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded
2026-03-30 06:08:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:08:39 [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-30 06:08:39 [bca.uk] INFO: Found listing with ID: AV72%20FBL
2026-03-30 06:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV72%2520FBL%27 HTTP/1.1" 200 None
2026-03-30 06:08:39 [bca.uk] INFO: Scrape type for AV72%20FBL: 2
2026-03-30 06:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bd2c469-080e-5aa3-b519-68e3d19554a6 with identifier: AV72%20FBL
2026-03-30 06:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bd2c469-080e-5aa3-b519-68e3d19554a6 with scrape type 2
2026-03-30 06:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bd2c469-080e-5aa3-b519-68e3d19554a6 with scrape type 2
2026-03-30 06:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bd2c469-080e-5aa3-b519-68e3d19554a6, identifier: AV72%20FBL
2026-03-30 06:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with identifier: YR22%20XOF
2026-03-30 06:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd974df7-eb4f-5d1c-a798-3c3a7484ed21 with identifier: YR22%20XOF
2026-03-30 06:08:39 [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-30 06:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:40 [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': 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-30 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR22%2520XOF%27 HTTP/1.1" 200 None
2026-03-30 06:08:40 [bca.uk] INFO: Saving data for YR22%20XOF: {'auction_closing_time': 1774940400.0, 'created_time': 1774276369.150591, 'last_price_update_time': 1774850920.134121}
2026-03-30 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:40 [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-30 06:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 995ce446-f237-5402-a6a6-7fca9e4861e2 with identifier: MW23%20LSZ
2026-03-30 06:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 995ce446-f237-5402-a6a6-7fca9e4861e2 with identifier: MW23%20LSZ
2026-03-30 06:08:40 [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-30 06:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:40 [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': 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-30 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW23%2520LSZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:40 [bca.uk] INFO: Saving data for MW23%20LSZ: {'auction_closing_time': 1775170800.0, 'created_time': 1773841993.619366, 'last_price_update_time': 1774850920.645262}
2026-03-30 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:40 [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-30 06:08:40 [bca.uk] INFO: Found listing with ID: LM22%20HEV
2026-03-30 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-30 06:08:40 [bca.uk] INFO: Scrape type for LM22%20HEV: 2
2026-03-30 06:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with identifier: LM22%20HEV
2026-03-30 06:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with scrape type 2
2026-03-30 06:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with scrape type 2
2026-03-30 06:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e, identifier: LM22%20HEV
2026-03-30 06:08:40 [bca.uk] INFO: Found listing with ID: BF65%20MXK
2026-03-30 06:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF65%2520MXK%27 HTTP/1.1" 200 None
2026-03-30 06:08:40 [bca.uk] INFO: Scrape type for BF65%20MXK: 2
2026-03-30 06:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2802ba5-2fba-51b4-a39e-bf9c32f43248 with identifier: BF65%20MXK
2026-03-30 06:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2802ba5-2fba-51b4-a39e-bf9c32f43248 with scrape type 2
2026-03-30 06:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2802ba5-2fba-51b4-a39e-bf9c32f43248 with scrape type 2
2026-03-30 06:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2802ba5-2fba-51b4-a39e-bf9c32f43248, identifier: BF65%20MXK
2026-03-30 06:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bd2c469-080e-5aa3-b519-68e3d19554a6 with identifier: AV72%20FBL
2026-03-30 06:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bd2c469-080e-5aa3-b519-68e3d19554a6 with identifier: AV72%20FBL
2026-03-30 06:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bd2c469-080e-5aa3-b519-68e3d19554a6 with identifier: AV72%20FBL to the API
2026-03-30 06:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV72%20FBL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7bd2c469-080e-5aa3-b519-68e3d19554a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV72 FBL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV72%20FBL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'DACIA',
'model': 'SANDERO STEPWAY',
'odometer': 31921,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'DACIA SANDERO STEPWAY 1.0 TCE COMFORT Hatchback',
'transmission': 'manual',
'trim': 'TCE COMFORT',
'vin': 'UU1DJF00X69693325',
'year': 2022}
2026-03-30 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV72%2520FBL%27 HTTP/1.1" 200 None
2026-03-30 06:08:41 [bca.uk] INFO: Saving data for AV72%20FBL: {'auction_closing_time': 1774864800.0, 'created_time': 1774649008.329201, 'last_price_update_time': 1774850921.148771}
2026-03-30 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV72%2520FBL') HTTP/1.1" 204 0
2026-03-30 06:08:41 [bca.uk] INFO: Found listing with ID: YR69%20ZVN
2026-03-30 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR69%2520ZVN%27 HTTP/1.1" 200 None
2026-03-30 06:08:41 [bca.uk] INFO: Scrape type for YR69%20ZVN: 2
2026-03-30 06:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5d2dcf8-94ca-55f3-824b-1e27501530d8 with identifier: YR69%20ZVN
2026-03-30 06:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5d2dcf8-94ca-55f3-824b-1e27501530d8 with scrape type 2
2026-03-30 06:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5d2dcf8-94ca-55f3-824b-1e27501530d8 with scrape type 2
2026-03-30 06:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5d2dcf8-94ca-55f3-824b-1e27501530d8, identifier: YR69%20ZVN
2026-03-30 06:08:41 [bca.uk] INFO: Found listing with ID: OU72%20LYV
2026-03-30 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU72%2520LYV%27 HTTP/1.1" 200 None
2026-03-30 06:08:41 [bca.uk] INFO: Scrape type for OU72%20LYV: 2
2026-03-30 06:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 782cde8f-90ca-5475-a362-5e2b37175fd7 with identifier: OU72%20LYV
2026-03-30 06:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 782cde8f-90ca-5475-a362-5e2b37175fd7 with scrape type 2
2026-03-30 06:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 782cde8f-90ca-5475-a362-5e2b37175fd7 with scrape type 2
2026-03-30 06:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 782cde8f-90ca-5475-a362-5e2b37175fd7, identifier: OU72%20LYV
2026-03-30 06:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with identifier: LM22%20HEV
2026-03-30 06:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1fa0e00-cfb3-57a5-b662-1023b16d1f1e with identifier: LM22%20HEV
2026-03-30 06:08:41 [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-30 06:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-30 06:08:41 [bca.uk] INFO: Saving data for LM22%20HEV: {'auction_closing_time': 1775124000.0, 'created_time': 1774651843.944171, 'last_price_update_time': 1774850921.669622}
2026-03-30 06:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:41 [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-30 06:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2802ba5-2fba-51b4-a39e-bf9c32f43248 with identifier: BF65%20MXK
2026-03-30 06:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2802ba5-2fba-51b4-a39e-bf9c32f43248 with identifier: BF65%20MXK
2026-03-30 06:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2802ba5-2fba-51b4-a39e-bf9c32f43248 with identifier: BF65%20MXK to the API
2026-03-30 06:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:42 [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': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF65%20MXK-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e2802ba5-2fba-51b4-a39e-bf9c32f43248',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF65 MXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF65%20MXK&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'RENAULT',
'model': 'TRAFIC 2.7T',
'odometer': 89260,
'odometer_reading_unit': '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.7T 1.6 SL27 DCI 115 BUSINESS Bus',
'transmission': 'manual',
'trim': 'SL27 DCI 115 BUSINESS',
'vin': 'VF13JL70053202871',
'year': 2015}
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF65%2520MXK%27 HTTP/1.1" 200 None
2026-03-30 06:08:42 [bca.uk] INFO: Saving data for BF65%20MXK: {'auction_closing_time': 1775037600.0, 'created_time': 1774649067.844641, 'last_price_update_time': 1774850922.057985}
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF65%2520MXK') HTTP/1.1" 204 0
2026-03-30 06:08:42 [bca.uk] INFO: Found listing with ID: GK24%20HMF
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK24%2520HMF%27 HTTP/1.1" 200 None
2026-03-30 06:08:42 [bca.uk] INFO: Scrape type for GK24%20HMF: 2
2026-03-30 06:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a346cdf0-632d-599d-a77c-e28f73b98cf0 with identifier: GK24%20HMF
2026-03-30 06:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a346cdf0-632d-599d-a77c-e28f73b98cf0 with scrape type 2
2026-03-30 06:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a346cdf0-632d-599d-a77c-e28f73b98cf0 with scrape type 2
2026-03-30 06:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a346cdf0-632d-599d-a77c-e28f73b98cf0, identifier: GK24%20HMF
2026-03-30 06:08:42 [bca.uk] INFO: Found listing with ID: AVI%205715
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AVI%25205715%27 HTTP/1.1" 200 None
2026-03-30 06:08:42 [bca.uk] INFO: Scrape type for AVI%205715: 2
2026-03-30 06:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5110d906-db99-5f61-ba66-611719b3b3a3 with identifier: AVI%205715
2026-03-30 06:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5110d906-db99-5f61-ba66-611719b3b3a3 with scrape type 2
2026-03-30 06:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5110d906-db99-5f61-ba66-611719b3b3a3 with scrape type 2
2026-03-30 06:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5110d906-db99-5f61-ba66-611719b3b3a3, identifier: AVI%205715
2026-03-30 06:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5d2dcf8-94ca-55f3-824b-1e27501530d8 with identifier: YR69%20ZVN
2026-03-30 06:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5d2dcf8-94ca-55f3-824b-1e27501530d8 with identifier: YR69%20ZVN
2026-03-30 06:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5d2dcf8-94ca-55f3-824b-1e27501530d8 with identifier: YR69%20ZVN to the API
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:42 [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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR69%20ZVN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'c5d2dcf8-94ca-55f3-824b-1e27501530d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR69 ZVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR69%20ZVN&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'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': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD FIRST ED. Hatchback',
'transmission': 'automatic',
'trim': 'D180 4WD FIRST ED.',
'vin': 'SALZA2AN5LH038199',
'year': 2019}
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR69%2520ZVN%27 HTTP/1.1" 200 None
2026-03-30 06:08:42 [bca.uk] INFO: Saving data for YR69%20ZVN: {'auction_closing_time': 1774940400.0, 'created_time': 1773823720.904313, 'last_price_update_time': 1774850922.589119}
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR69%2520ZVN') HTTP/1.1" 204 0
2026-03-30 06:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 782cde8f-90ca-5475-a362-5e2b37175fd7 with identifier: OU72%20LYV
2026-03-30 06:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 782cde8f-90ca-5475-a362-5e2b37175fd7 with identifier: OU72%20LYV
2026-03-30 06:08:42 [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-30 06:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:42 [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': 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-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU72%2520LYV%27 HTTP/1.1" 200 None
2026-03-30 06:08:42 [bca.uk] INFO: Saving data for OU72%20LYV: {'auction_closing_time': 1775170800.0, 'created_time': 1773834977.79419, 'last_price_update_time': 1774850922.89969}
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:42 [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-30 06:08:42 [bca.uk] INFO: Found listing with ID: GX10%20TFN
2026-03-30 06:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-30 06:08:42 [bca.uk] INFO: Scrape type for GX10%20TFN: 2
2026-03-30 06:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with identifier: GX10%20TFN
2026-03-30 06:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with scrape type 2
2026-03-30 06:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with scrape type 2
2026-03-30 06:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c54f1c6-2c88-5a50-8048-6e48dd86e898, identifier: GX10%20TFN
2026-03-30 06:08:43 [bca.uk] INFO: Found listing with ID: CJ21%20DMF
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJ21%2520DMF%27 HTTP/1.1" 200 None
2026-03-30 06:08:43 [bca.uk] INFO: Scrape type for CJ21%20DMF: 0
2026-03-30 06:08:43 [bca.uk] INFO: Found listing with ID: CX17%20HLC
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX17%2520HLC%27 HTTP/1.1" 200 None
2026-03-30 06:08:43 [bca.uk] INFO: Scrape type for CX17%20HLC: 2
2026-03-30 06:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 318afb72-a00d-5d5e-8ea9-1441a20469f7 with identifier: CX17%20HLC
2026-03-30 06:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318afb72-a00d-5d5e-8ea9-1441a20469f7 with scrape type 2
2026-03-30 06:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 318afb72-a00d-5d5e-8ea9-1441a20469f7 with scrape type 2
2026-03-30 06:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 318afb72-a00d-5d5e-8ea9-1441a20469f7, identifier: CX17%20HLC
2026-03-30 06:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a346cdf0-632d-599d-a77c-e28f73b98cf0 with identifier: GK24%20HMF
2026-03-30 06:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a346cdf0-632d-599d-a77c-e28f73b98cf0 with identifier: GK24%20HMF
2026-03-30 06:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a346cdf0-632d-599d-a77c-e28f73b98cf0 with identifier: GK24%20HMF to the API
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:43 [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': 87,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK24%20HMF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a346cdf0-632d-599d-a77c-e28f73b98cf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GK24 HMF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK24%20HMF&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'MAZDA',
'model': '2',
'odometer': 19265,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'MAZDA 2 1.5 HYBRID CENTRE LINE Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID CENTRE LINE',
'vin': 'JMZKBAC300A341839',
'year': 2024}
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK24%2520HMF%27 HTTP/1.1" 200 None
2026-03-30 06:08:43 [bca.uk] INFO: Saving data for GK24%20HMF: {'auction_closing_time': 1775037600.0, 'created_time': 1774649325.71576, 'last_price_update_time': 1774850923.457765}
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK24%2520HMF') HTTP/1.1" 204 0
2026-03-30 06:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5110d906-db99-5f61-ba66-611719b3b3a3 with identifier: AVI%205715
2026-03-30 06:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5110d906-db99-5f61-ba66-611719b3b3a3 with identifier: AVI%205715
2026-03-30 06:08:43 [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-30 06:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:43 [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': 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-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AVI%25205715%27 HTTP/1.1" 200 None
2026-03-30 06:08:43 [bca.uk] INFO: Saving data for AVI%205715: {'auction_closing_time': 1774864800.0, 'created_time': 1774080123.290158, 'last_price_update_time': 1774850923.758161}
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:43 [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-30 06:08:43 [bca.uk] INFO: Found listing with ID: AV18%20LLP
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV18%2520LLP%27 HTTP/1.1" 200 None
2026-03-30 06:08:43 [bca.uk] INFO: Scrape type for AV18%20LLP: 0
2026-03-30 06:08:43 [bca.uk] INFO: Found listing with ID: RO21%20VFW
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO21%2520VFW%27 HTTP/1.1" 200 None
2026-03-30 06:08:43 [bca.uk] INFO: Scrape type for RO21%20VFW: 0
2026-03-30 06:08:43 [bca.uk] INFO: Found listing with ID: SW69%20SCX
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW69%2520SCX%27 HTTP/1.1" 200 None
2026-03-30 06:08:43 [bca.uk] INFO: Scrape type for SW69%20SCX: 2
2026-03-30 06:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deffdf7f-3b77-50a6-b42a-b963f333a8bc with identifier: SW69%20SCX
2026-03-30 06:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deffdf7f-3b77-50a6-b42a-b963f333a8bc with scrape type 2
2026-03-30 06:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item deffdf7f-3b77-50a6-b42a-b963f333a8bc with scrape type 2
2026-03-30 06:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: deffdf7f-3b77-50a6-b42a-b963f333a8bc, identifier: SW69%20SCX
2026-03-30 06:08:43 [bca.uk] INFO: Found listing with ID: SA69%20XVY
2026-03-30 06:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA69%2520XVY%27 HTTP/1.1" 200 None
2026-03-30 06:08:43 [bca.uk] INFO: Scrape type for SA69%20XVY: 2
2026-03-30 06:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2497cdbd-0845-5969-8577-9486f04eff3e with identifier: SA69%20XVY
2026-03-30 06:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2497cdbd-0845-5969-8577-9486f04eff3e with scrape type 2
2026-03-30 06:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2497cdbd-0845-5969-8577-9486f04eff3e with scrape type 2
2026-03-30 06:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2497cdbd-0845-5969-8577-9486f04eff3e, identifier: SA69%20XVY
2026-03-30 06:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with identifier: GX10%20TFN
2026-03-30 06:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c54f1c6-2c88-5a50-8048-6e48dd86e898 with identifier: GX10%20TFN
2026-03-30 06:08:44 [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-30 06:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-30 06:08:44 [bca.uk] INFO: Saving data for GX10%20TFN: {'auction_closing_time': 1774951200.0, 'created_time': 1774651819.145831, 'last_price_update_time': 1774850924.317465}
2026-03-30 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:44 [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-30 06:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 318afb72-a00d-5d5e-8ea9-1441a20469f7 with identifier: CX17%20HLC
2026-03-30 06:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 318afb72-a00d-5d5e-8ea9-1441a20469f7 with identifier: CX17%20HLC
2026-03-30 06:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 318afb72-a00d-5d5e-8ea9-1441a20469f7 with identifier: CX17%20HLC to the API
2026-03-30 06:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:44 [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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX17%20HLC-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '318afb72-a00d-5d5e-8ea9-1441a20469f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX17 HLC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX17%20HLC&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'TRANSIT CONNECT',
'odometer': 135888,
'odometer_reading_unit': '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 100 200 L1 TREND L/R Van',
'transmission': 'manual',
'trim': 'TDCI 100 200 L1 TREND L/R',
'vin': 'WF0RXXWPGRGL46385',
'year': 2017}
2026-03-30 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX17%2520HLC%27 HTTP/1.1" 200 None
2026-03-30 06:08:44 [bca.uk] INFO: Saving data for CX17%20HLC: {'auction_closing_time': 1775037600.0, 'created_time': 1774649141.920948, 'last_price_update_time': 1774850924.712276}
2026-03-30 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX17%2520HLC') HTTP/1.1" 204 0
2026-03-30 06:08:44 [bca.uk] INFO: Found listing with ID: WN22%20TKD
2026-03-30 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-30 06:08:44 [bca.uk] INFO: Scrape type for WN22%20TKD: 2
2026-03-30 06:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87252364-d0ce-566c-b521-36d1cf6453bd with identifier: WN22%20TKD
2026-03-30 06:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87252364-d0ce-566c-b521-36d1cf6453bd with scrape type 2
2026-03-30 06:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87252364-d0ce-566c-b521-36d1cf6453bd with scrape type 2
2026-03-30 06:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87252364-d0ce-566c-b521-36d1cf6453bd, identifier: WN22%20TKD
2026-03-30 06:08:44 [bca.uk] INFO: Found listing with ID: DS21%20XOB
2026-03-30 06:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS21%2520XOB%27 HTTP/1.1" 200 None
2026-03-30 06:08:44 [bca.uk] INFO: Scrape type for DS21%20XOB: 2
2026-03-30 06:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0e21a30-ab1f-5958-a48e-c1595eb1f48f with identifier: DS21%20XOB
2026-03-30 06:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0e21a30-ab1f-5958-a48e-c1595eb1f48f with scrape type 2
2026-03-30 06:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0e21a30-ab1f-5958-a48e-c1595eb1f48f with scrape type 2
2026-03-30 06:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0e21a30-ab1f-5958-a48e-c1595eb1f48f, identifier: DS21%20XOB
2026-03-30 06:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: deffdf7f-3b77-50a6-b42a-b963f333a8bc with identifier: SW69%20SCX
2026-03-30 06:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: deffdf7f-3b77-50a6-b42a-b963f333a8bc with identifier: SW69%20SCX
2026-03-30 06:08:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: deffdf7f-3b77-50a6-b42a-b963f333a8bc with identifier: SW69%20SCX to the API
2026-03-30 06:08:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:45 [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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW69%20SCX-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'deffdf7f-3b77-50a6-b42a-b963f333a8bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW69 SCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW69%20SCX&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 50497,
'odometer_reading_unit': '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 CLASSIC Hatchback',
'transmission': 'manual',
'trim': 'COOPER CLASSIC',
'vin': 'WMWYW320703L20198',
'year': 2019}
2026-03-30 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520SCX%27 HTTP/1.1" 200 None
2026-03-30 06:08:45 [bca.uk] INFO: Saving data for SW69%20SCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774649012.236407, 'last_price_update_time': 1774850925.236251}
2026-03-30 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW69%2520SCX') HTTP/1.1" 204 0
2026-03-30 06:08:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2497cdbd-0845-5969-8577-9486f04eff3e with identifier: SA69%20XVY
2026-03-30 06:08:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2497cdbd-0845-5969-8577-9486f04eff3e with identifier: SA69%20XVY
2026-03-30 06:08:45 [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-30 06:08:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:45 [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': 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-30 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA69%2520XVY%27 HTTP/1.1" 200 None
2026-03-30 06:08:45 [bca.uk] INFO: Saving data for SA69%20XVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774651847.523063, 'last_price_update_time': 1774850925.524565}
2026-03-30 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:45 [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-30 06:08:45 [bca.uk] INFO: Found listing with ID: LR22%20POJ
2026-03-30 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:45 [bca.uk] INFO: Scrape type for LR22%20POJ: 2
2026-03-30 06:08:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e97127a6-867f-536a-8a59-8f4cd70d0017 with identifier: LR22%20POJ
2026-03-30 06:08:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e97127a6-867f-536a-8a59-8f4cd70d0017 with scrape type 2
2026-03-30 06:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e97127a6-867f-536a-8a59-8f4cd70d0017 with scrape type 2
2026-03-30 06:08:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e97127a6-867f-536a-8a59-8f4cd70d0017, identifier: LR22%20POJ
2026-03-30 06:08:45 [bca.uk] INFO: Found listing with ID: CU67%20WRO
2026-03-30 06:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU67%2520WRO%27 HTTP/1.1" 200 None
2026-03-30 06:08:45 [bca.uk] INFO: Scrape type for CU67%20WRO: 2
2026-03-30 06:08:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b00823db-524f-5f5d-8664-8d8835b7717e with identifier: CU67%20WRO
2026-03-30 06:08:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b00823db-524f-5f5d-8664-8d8835b7717e with scrape type 2
2026-03-30 06:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b00823db-524f-5f5d-8664-8d8835b7717e with scrape type 2
2026-03-30 06:08:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b00823db-524f-5f5d-8664-8d8835b7717e, identifier: CU67%20WRO
2026-03-30 06:08:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87252364-d0ce-566c-b521-36d1cf6453bd with identifier: WN22%20TKD
2026-03-30 06:08:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87252364-d0ce-566c-b521-36d1cf6453bd with identifier: WN22%20TKD
2026-03-30 06:08:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87252364-d0ce-566c-b521-36d1cf6453bd with identifier: WN22%20TKD to the API
2026-03-30 06:08:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:46 [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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20TKD-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '87252364-d0ce-566c-b521-36d1cf6453bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN22 TKD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20TKD&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'TRANSIT CONNECT',
'odometer': 62280,
'odometer_reading_unit': '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 CONNECT 1.5 EBL 120 240 L2 LTD.L/R Van',
'transmission': 'manual',
'trim': 'EBL 120 240 L2 LTD.L/R',
'vin': 'WF0SXXWPGSNL58190',
'year': 2022}
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-30 06:08:46 [bca.uk] INFO: Saving data for WN22%20TKD: {'auction_closing_time': 1775037600.0, 'created_time': 1774649324.971183, 'last_price_update_time': 1774850926.074053}
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520TKD') HTTP/1.1" 204 0
2026-03-30 06:08:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0e21a30-ab1f-5958-a48e-c1595eb1f48f with identifier: DS21%20XOB
2026-03-30 06:08:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0e21a30-ab1f-5958-a48e-c1595eb1f48f with identifier: DS21%20XOB
2026-03-30 06:08:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0e21a30-ab1f-5958-a48e-c1595eb1f48f with identifier: DS21%20XOB to the API
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:46 [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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS21%20XOB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a0e21a30-ab1f-5958-a48e-c1595eb1f48f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS21 XOB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS21%20XOB&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'CROSSLAND',
'odometer': 61491,
'odometer_reading_unit': '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 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'W0V7D9EE3M4191560',
'year': 2021}
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS21%2520XOB%27 HTTP/1.1" 200 None
2026-03-30 06:08:46 [bca.uk] INFO: Saving data for DS21%20XOB: {'auction_closing_time': 1774864800.0, 'created_time': 1774649009.152867, 'last_price_update_time': 1774850926.39175}
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS21%2520XOB') HTTP/1.1" 204 0
2026-03-30 06:08:46 [bca.uk] INFO: Found listing with ID: CP17%20DYG
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP17%2520DYG%27 HTTP/1.1" 200 None
2026-03-30 06:08:46 [bca.uk] INFO: Scrape type for CP17%20DYG: 2
2026-03-30 06:08:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 063da146-1671-5626-bbb5-0ddd51f255d5 with identifier: CP17%20DYG
2026-03-30 06:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 063da146-1671-5626-bbb5-0ddd51f255d5 with scrape type 2
2026-03-30 06:08:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 063da146-1671-5626-bbb5-0ddd51f255d5 with scrape type 2
2026-03-30 06:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 063da146-1671-5626-bbb5-0ddd51f255d5, identifier: CP17%20DYG
2026-03-30 06:08:46 [bca.uk] INFO: Found listing with ID: SC69%20XMR
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC69%2520XMR%27 HTTP/1.1" 200 None
2026-03-30 06:08:46 [bca.uk] INFO: Scrape type for SC69%20XMR: 2
2026-03-30 06:08:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with identifier: SC69%20XMR
2026-03-30 06:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with scrape type 2
2026-03-30 06:08:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with scrape type 2
2026-03-30 06:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e43bf9e-3e48-504b-8f26-88ff55d5c701, identifier: SC69%20XMR
2026-03-30 06:08:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e97127a6-867f-536a-8a59-8f4cd70d0017 with identifier: LR22%20POJ
2026-03-30 06:08:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e97127a6-867f-536a-8a59-8f4cd70d0017 with identifier: LR22%20POJ
2026-03-30 06:08:46 [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-30 06:08:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:46 [bca.uk] INFO: Saving data for LR22%20POJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774651818.796023, 'last_price_update_time': 1774850926.985763}
2026-03-30 06:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:47 [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-30 06:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b00823db-524f-5f5d-8664-8d8835b7717e with identifier: CU67%20WRO
2026-03-30 06:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b00823db-524f-5f5d-8664-8d8835b7717e with identifier: CU67%20WRO
2026-03-30 06:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b00823db-524f-5f5d-8664-8d8835b7717e with identifier: CU67%20WRO to the API
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU67%20WRO-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b00823db-524f-5f5d-8664-8d8835b7717e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CU67 WRO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU67%20WRO&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'VIVARO 2.9T',
'odometer': 92871,
'odometer_reading_unit': '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 VIVARO 2.9T 1.6 CDTI 125 E/F SWB COMBI CrewCab Van',
'transmission': 'manual',
'trim': 'CDTI 125 E/F SWB COMBI',
'vin': 'W0VJ7D606JV601342',
'year': 2017}
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU67%2520WRO%27 HTTP/1.1" 200 None
2026-03-30 06:08:47 [bca.uk] INFO: Saving data for CU67%20WRO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649198.931561, 'last_price_update_time': 1774850927.268002}
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU67%2520WRO') HTTP/1.1" 204 0
2026-03-30 06:08:47 [bca.uk] INFO: Found listing with ID: LO23%20GPU
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO23%2520GPU%27 HTTP/1.1" 200 None
2026-03-30 06:08:47 [bca.uk] INFO: Scrape type for LO23%20GPU: 2
2026-03-30 06:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbb056aa-beb3-57b9-97ed-d65bfc1bacdf with identifier: LO23%20GPU
2026-03-30 06:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbb056aa-beb3-57b9-97ed-d65bfc1bacdf with scrape type 2
2026-03-30 06:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbb056aa-beb3-57b9-97ed-d65bfc1bacdf with scrape type 2
2026-03-30 06:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbb056aa-beb3-57b9-97ed-d65bfc1bacdf, identifier: LO23%20GPU
2026-03-30 06:08:47 [bca.uk] INFO: Found listing with ID: GF22%20CZO
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF22%2520CZO%27 HTTP/1.1" 200 None
2026-03-30 06:08:47 [bca.uk] INFO: Scrape type for GF22%20CZO: 2
2026-03-30 06:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2ca0ea5-5505-59f9-ba55-9b2a83235be7 with identifier: GF22%20CZO
2026-03-30 06:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2ca0ea5-5505-59f9-ba55-9b2a83235be7 with scrape type 2
2026-03-30 06:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2ca0ea5-5505-59f9-ba55-9b2a83235be7 with scrape type 2
2026-03-30 06:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2ca0ea5-5505-59f9-ba55-9b2a83235be7, identifier: GF22%20CZO
2026-03-30 06:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 063da146-1671-5626-bbb5-0ddd51f255d5 with identifier: CP17%20DYG
2026-03-30 06:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 063da146-1671-5626-bbb5-0ddd51f255d5 with identifier: CP17%20DYG
2026-03-30 06:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 063da146-1671-5626-bbb5-0ddd51f255d5 with identifier: CP17%20DYG to the API
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:47 [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': 195,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP17%20DYG-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '063da146-1671-5626-bbb5-0ddd51f255d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CP17 DYG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP17%20DYG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 100775,
'odometer_reading_unit': '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 EBL 130 L2 Luton',
'transmission': 'manual',
'trim': 'EBL 130 L2',
'vin': 'WF0DXXTTGDGE35435',
'year': 2017}
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP17%2520DYG%27 HTTP/1.1" 200 None
2026-03-30 06:08:47 [bca.uk] INFO: Saving data for CP17%20DYG: {'auction_closing_time': 1774940400.0, 'created_time': 1774351807.487151, 'last_price_update_time': 1774850927.865658}
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP17%2520DYG') HTTP/1.1" 204 0
2026-03-30 06:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with identifier: SC69%20XMR
2026-03-30 06:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e43bf9e-3e48-504b-8f26-88ff55d5c701 with identifier: SC69%20XMR
2026-03-30 06:08:47 [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-30 06:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:48 [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': 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-30 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC69%2520XMR%27 HTTP/1.1" 200 None
2026-03-30 06:08:48 [bca.uk] INFO: Saving data for SC69%20XMR: {'auction_closing_time': 1774864800.0, 'created_time': 1774651843.604449, 'last_price_update_time': 1774850928.179547}
2026-03-30 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:48 [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-30 06:08:48 [bca.uk] INFO: Found listing with ID: MV19%20OZD
2026-03-30 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-30 06:08:48 [bca.uk] INFO: Scrape type for MV19%20OZD: 2
2026-03-30 06:08:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a310c26-062c-521f-a843-acb4a93e0f16 with identifier: MV19%20OZD
2026-03-30 06:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a310c26-062c-521f-a843-acb4a93e0f16 with scrape type 2
2026-03-30 06:08:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a310c26-062c-521f-a843-acb4a93e0f16 with scrape type 2
2026-03-30 06:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a310c26-062c-521f-a843-acb4a93e0f16, identifier: MV19%20OZD
2026-03-30 06:08:48 [bca.uk] INFO: Found listing with ID: NU20%20BYM
2026-03-30 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU20%2520BYM%27 HTTP/1.1" 200 None
2026-03-30 06:08:48 [bca.uk] INFO: Scrape type for NU20%20BYM: 2
2026-03-30 06:08:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 140cbc3c-bcdd-502d-aa0d-54d558927daf with identifier: NU20%20BYM
2026-03-30 06:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 140cbc3c-bcdd-502d-aa0d-54d558927daf with scrape type 2
2026-03-30 06:08:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 140cbc3c-bcdd-502d-aa0d-54d558927daf with scrape type 2
2026-03-30 06:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 140cbc3c-bcdd-502d-aa0d-54d558927daf, identifier: NU20%20BYM
2026-03-30 06:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbb056aa-beb3-57b9-97ed-d65bfc1bacdf with identifier: LO23%20GPU
2026-03-30 06:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbb056aa-beb3-57b9-97ed-d65bfc1bacdf with identifier: LO23%20GPU
2026-03-30 06:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbb056aa-beb3-57b9-97ed-d65bfc1bacdf with identifier: LO23%20GPU to the API
2026-03-30 06:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:48 [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': 41,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO23%20GPU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'dbb056aa-beb3-57b9-97ed-d65bfc1bacdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO23 GPU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO23%20GPU&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'AUDI',
'model': 'Q5 SPORTBACK',
'odometer': 62180,
'odometer_reading_unit': '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 SPORTBACK 2.0 50 TFSI E Q EDITION 1 S-T Coupe',
'transmission': 'automatic',
'trim': '50 TFSI E Q EDITION 1 S-T',
'vin': 'WAUZZZFY5P2123108',
'year': 2023}
2026-03-30 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO23%2520GPU%27 HTTP/1.1" 200 None
2026-03-30 06:08:48 [bca.uk] INFO: Saving data for LO23%20GPU: {'auction_closing_time': 1775124000.0, 'created_time': 1774649326.117218, 'last_price_update_time': 1774850928.75537}
2026-03-30 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO23%2520GPU') HTTP/1.1" 204 0
2026-03-30 06:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2ca0ea5-5505-59f9-ba55-9b2a83235be7 with identifier: GF22%20CZO
2026-03-30 06:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2ca0ea5-5505-59f9-ba55-9b2a83235be7 with identifier: GF22%20CZO
2026-03-30 06:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2ca0ea5-5505-59f9-ba55-9b2a83235be7 with identifier: GF22%20CZO to the API
2026-03-30 06:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:49 [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=GF22%20CZO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a2ca0ea5-5505-59f9-ba55-9b2a83235be7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF22 CZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF22%20CZO&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 33896,
'odometer_reading_unit': '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.0 T GDI EXCLUSIVE Hatchback',
'transmission': 'manual',
'trim': 'T GDI EXCLUSIVE',
'vin': 'LSJW74C97MZ240024',
'year': 2022}
2026-03-30 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF22%2520CZO%27 HTTP/1.1" 200 None
2026-03-30 06:08:49 [bca.uk] INFO: Saving data for GF22%20CZO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534237.51717, 'last_price_update_time': 1774850929.154382}
2026-03-30 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF22%2520CZO') HTTP/1.1" 204 0
2026-03-30 06:08:49 [bca.uk] INFO: Found listing with ID: EJ17%20HGU
2026-03-30 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ17%2520HGU%27 HTTP/1.1" 200 None
2026-03-30 06:08:49 [bca.uk] INFO: Scrape type for EJ17%20HGU: 2
2026-03-30 06:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5bde75e-a5ba-5102-907a-fcc256f13554 with identifier: EJ17%20HGU
2026-03-30 06:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5bde75e-a5ba-5102-907a-fcc256f13554 with scrape type 2
2026-03-30 06:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5bde75e-a5ba-5102-907a-fcc256f13554 with scrape type 2
2026-03-30 06:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5bde75e-a5ba-5102-907a-fcc256f13554, identifier: EJ17%20HGU
2026-03-30 06:08:49 [bca.uk] INFO: Found listing with ID: SD73%20CPU
2026-03-30 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD73%2520CPU%27 HTTP/1.1" 200 None
2026-03-30 06:08:49 [bca.uk] INFO: Scrape type for SD73%20CPU: 2
2026-03-30 06:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7170c633-0ed7-5f42-9145-308e9164591b with identifier: SD73%20CPU
2026-03-30 06:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7170c633-0ed7-5f42-9145-308e9164591b with scrape type 2
2026-03-30 06:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7170c633-0ed7-5f42-9145-308e9164591b with scrape type 2
2026-03-30 06:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7170c633-0ed7-5f42-9145-308e9164591b, identifier: SD73%20CPU
2026-03-30 06:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a310c26-062c-521f-a843-acb4a93e0f16 with identifier: MV19%20OZD
2026-03-30 06:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a310c26-062c-521f-a843-acb4a93e0f16 with identifier: MV19%20OZD
2026-03-30 06:08:49 [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-30 06:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:49 [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': 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-30 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-30 06:08:49 [bca.uk] INFO: Saving data for MV19%20OZD: {'auction_closing_time': 1775037600.0, 'created_time': 1774651839.105934, 'last_price_update_time': 1774850929.685461}
2026-03-30 06:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:49 [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-30 06:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 140cbc3c-bcdd-502d-aa0d-54d558927daf with identifier: NU20%20BYM
2026-03-30 06:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 140cbc3c-bcdd-502d-aa0d-54d558927daf with identifier: NU20%20BYM
2026-03-30 06:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 140cbc3c-bcdd-502d-aa0d-54d558927daf with identifier: NU20%20BYM to the API
2026-03-30 06:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 231,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU20%20BYM-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '140cbc3c-bcdd-502d-aa0d-54d558927daf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU20 BYM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU20%20BYM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLKSWAGEN',
'model': 'AMAROK A33',
'odometer': 45675,
'odometer_reading_unit': '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 HIGHLINE 4M CrewCab '
'Pick-up',
'transmission': 'manual',
'trim': 'V6 TDI 258 BMT HIGHLINE 4M',
'vin': 'WV1ZZZ2HZLH013843',
'year': 2020}
2026-03-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU20%2520BYM%27 HTTP/1.1" 200 None
2026-03-30 06:08:50 [bca.uk] INFO: Saving data for NU20%20BYM: {'auction_closing_time': 1774951200.0, 'created_time': 1774649140.569945, 'last_price_update_time': 1774850930.131196}
2026-03-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU20%2520BYM') HTTP/1.1" 204 0
2026-03-30 06:08:50 [bca.uk] INFO: Found listing with ID: YP68%20XHL
2026-03-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP68%2520XHL%27 HTTP/1.1" 200 None
2026-03-30 06:08:50 [bca.uk] INFO: Scrape type for YP68%20XHL: 2
2026-03-30 06:08:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1216d494-0b02-5de5-bb75-d28bab9fd5ba with identifier: YP68%20XHL
2026-03-30 06:08:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1216d494-0b02-5de5-bb75-d28bab9fd5ba with scrape type 2
2026-03-30 06:08:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1216d494-0b02-5de5-bb75-d28bab9fd5ba with scrape type 2
2026-03-30 06:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1216d494-0b02-5de5-bb75-d28bab9fd5ba, identifier: YP68%20XHL
2026-03-30 06:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5bde75e-a5ba-5102-907a-fcc256f13554 with identifier: EJ17%20HGU
2026-03-30 06:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5bde75e-a5ba-5102-907a-fcc256f13554 with identifier: EJ17%20HGU
2026-03-30 06:08:50 [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-30 06:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:50 [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': 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-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ17%2520HGU%27 HTTP/1.1" 200 None
2026-03-30 06:08:50 [bca.uk] INFO: Saving data for EJ17%20HGU: {'auction_closing_time': 1774940400.0, 'created_time': 1774390787.058911, 'last_price_update_time': 1774850930.570035}
2026-03-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:50 [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-30 06:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7170c633-0ed7-5f42-9145-308e9164591b with identifier: SD73%20CPU
2026-03-30 06:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7170c633-0ed7-5f42-9145-308e9164591b with identifier: SD73%20CPU
2026-03-30 06:08:50 [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-30 06:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:50 [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': 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-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD73%2520CPU%27 HTTP/1.1" 200 None
2026-03-30 06:08:50 [bca.uk] INFO: Saving data for SD73%20CPU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651829.652721, 'last_price_update_time': 1774850930.854032}
2026-03-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:50 [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-30 06:08:50 [bca.uk] INFO: Found listing with ID: OY68%20HXZ
2026-03-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:50 [bca.uk] INFO: Scrape type for OY68%20HXZ: 2
2026-03-30 06:08:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 341c1d71-ab67-5619-8678-81d034b28661 with identifier: OY68%20HXZ
2026-03-30 06:08:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 341c1d71-ab67-5619-8678-81d034b28661 with scrape type 2
2026-03-30 06:08:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 341c1d71-ab67-5619-8678-81d034b28661 with scrape type 2
2026-03-30 06:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 341c1d71-ab67-5619-8678-81d034b28661, identifier: OY68%20HXZ
2026-03-30 06:08:50 [bca.uk] INFO: Found listing with ID: SE23%20USB
2026-03-30 06:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE23%2520USB%27 HTTP/1.1" 200 None
2026-03-30 06:08:51 [bca.uk] INFO: Scrape type for SE23%20USB: 2
2026-03-30 06:08:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a07a50f-0860-5028-9225-48eab93dc363 with identifier: SE23%20USB
2026-03-30 06:08:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a07a50f-0860-5028-9225-48eab93dc363 with scrape type 2
2026-03-30 06:08:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a07a50f-0860-5028-9225-48eab93dc363 with scrape type 2
2026-03-30 06:08:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a07a50f-0860-5028-9225-48eab93dc363, identifier: SE23%20USB
2026-03-30 06:08:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1216d494-0b02-5de5-bb75-d28bab9fd5ba with identifier: YP68%20XHL
2026-03-30 06:08:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1216d494-0b02-5de5-bb75-d28bab9fd5ba with identifier: YP68%20XHL
2026-03-30 06:08:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1216d494-0b02-5de5-bb75-d28bab9fd5ba with identifier: YP68%20XHL to the API
2026-03-30 06:08:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP68%20XHL-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1216d494-0b02-5de5-bb75-d28bab9fd5ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP68 XHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP68%20XHL&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 27812,
'odometer_reading_unit': '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 112 TEKNA Hatchback',
'transmission': 'automatic',
'trim': '112 TEKNA',
'vin': 'SJNFBAF15U8044261',
'year': 2019}
2026-03-30 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP68%2520XHL%27 HTTP/1.1" 200 None
2026-03-30 06:08:51 [bca.uk] INFO: Saving data for YP68%20XHL: {'auction_closing_time': 1774864800.0, 'created_time': 1774350363.241892, 'last_price_update_time': 1774850931.425089}
2026-03-30 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP68%2520XHL') HTTP/1.1" 204 0
2026-03-30 06:08:51 [bca.uk] INFO: Found listing with ID: MT17%20UTS
2026-03-30 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT17%2520UTS%27 HTTP/1.1" 200 None
2026-03-30 06:08:51 [bca.uk] INFO: Scrape type for MT17%20UTS: 0
2026-03-30 06:08:51 [bca.uk] INFO: Found listing with ID: CX65%20XUD
2026-03-30 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX65%2520XUD%27 HTTP/1.1" 200 None
2026-03-30 06:08:51 [bca.uk] INFO: Scrape type for CX65%20XUD: 2
2026-03-30 06:08:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d435865d-eba4-5df1-b5a9-3552bd3c1051 with identifier: CX65%20XUD
2026-03-30 06:08:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d435865d-eba4-5df1-b5a9-3552bd3c1051 with scrape type 2
2026-03-30 06:08:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d435865d-eba4-5df1-b5a9-3552bd3c1051 with scrape type 2
2026-03-30 06:08:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d435865d-eba4-5df1-b5a9-3552bd3c1051, identifier: CX65%20XUD
2026-03-30 06:08:51 [bca.uk] INFO: Found listing with ID: SG69%20WDL
2026-03-30 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG69%2520WDL%27 HTTP/1.1" 200 None
2026-03-30 06:08:51 [bca.uk] INFO: Scrape type for SG69%20WDL: 2
2026-03-30 06:08:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 771d134a-1eb9-5819-b85e-ac11306fa8e9 with identifier: SG69%20WDL
2026-03-30 06:08:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 771d134a-1eb9-5819-b85e-ac11306fa8e9 with scrape type 2
2026-03-30 06:08:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 771d134a-1eb9-5819-b85e-ac11306fa8e9 with scrape type 2
2026-03-30 06:08:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 771d134a-1eb9-5819-b85e-ac11306fa8e9, identifier: SG69%20WDL
2026-03-30 06:08:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 341c1d71-ab67-5619-8678-81d034b28661 with identifier: OY68%20HXZ
2026-03-30 06:08:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 341c1d71-ab67-5619-8678-81d034b28661 with identifier: OY68%20HXZ
2026-03-30 06:08:51 [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-30 06:08:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:51 [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=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-30 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:51 [bca.uk] INFO: Saving data for OY68%20HXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651766.430837, 'last_price_update_time': 1774850931.974941}
2026-03-30 06:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:51 [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-30 06:08:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a07a50f-0860-5028-9225-48eab93dc363 with identifier: SE23%20USB
2026-03-30 06:08:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a07a50f-0860-5028-9225-48eab93dc363 with identifier: SE23%20USB
2026-03-30 06:08:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a07a50f-0860-5028-9225-48eab93dc363 with identifier: SE23%20USB to the API
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 227,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE23%20USB-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2a07a50f-0860-5028-9225-48eab93dc363',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE23 USB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE23%20USB&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'DEFENDER 90',
'odometer': 27354,
'odometer_reading_unit': '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 D200 AWD HARD TOP Van',
'transmission': 'automatic',
'trim': 'D200 AWD HARD TOP',
'vin': 'SALEACAW7P2228107',
'year': 2023}
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE23%2520USB%27 HTTP/1.1" 200 None
2026-03-30 06:08:52 [bca.uk] INFO: Saving data for SE23%20USB: {'auction_closing_time': 1775037600.0, 'created_time': 1774649183.793279, 'last_price_update_time': 1774850932.289849}
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE23%2520USB') HTTP/1.1" 204 0
2026-03-30 06:08:52 [bca.uk] INFO: Found listing with ID: YA23%20TZR
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA23%2520TZR%27 HTTP/1.1" 200 None
2026-03-30 06:08:52 [bca.uk] INFO: Scrape type for YA23%20TZR: 2
2026-03-30 06:08:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36305195-c10c-5eba-a274-ea2728513dcc with identifier: YA23%20TZR
2026-03-30 06:08:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36305195-c10c-5eba-a274-ea2728513dcc with scrape type 2
2026-03-30 06:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36305195-c10c-5eba-a274-ea2728513dcc with scrape type 2
2026-03-30 06:08:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36305195-c10c-5eba-a274-ea2728513dcc, identifier: YA23%20TZR
2026-03-30 06:08:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d435865d-eba4-5df1-b5a9-3552bd3c1051 with identifier: CX65%20XUD
2026-03-30 06:08:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d435865d-eba4-5df1-b5a9-3552bd3c1051 with identifier: CX65%20XUD
2026-03-30 06:08:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d435865d-eba4-5df1-b5a9-3552bd3c1051 with identifier: CX65%20XUD to the API
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:52 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX65%20XUD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd435865d-eba4-5df1-b5a9-3552bd3c1051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX65 XUD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX65%20XUD&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 117346,
'odometer_reading_unit': '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 ENERGY Hatchback',
'transmission': 'manual',
'trim': '90 ENERGY',
'vin': 'W0L0XEP08G6007091',
'year': 2015}
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX65%2520XUD%27 HTTP/1.1" 200 None
2026-03-30 06:08:52 [bca.uk] INFO: Saving data for CX65%20XUD: {'auction_closing_time': 1774951200.0, 'created_time': 1773931036.532798, 'last_price_update_time': 1774850932.732276}
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX65%2520XUD') HTTP/1.1" 204 0
2026-03-30 06:08:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 771d134a-1eb9-5819-b85e-ac11306fa8e9 with identifier: SG69%20WDL
2026-03-30 06:08:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 771d134a-1eb9-5819-b85e-ac11306fa8e9 with identifier: SG69%20WDL
2026-03-30 06:08:52 [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-30 06:08:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:53 [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': 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-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG69%2520WDL%27 HTTP/1.1" 200 None
2026-03-30 06:08:53 [bca.uk] INFO: Saving data for SG69%20WDL: {'auction_closing_time': 1774864800.0, 'created_time': 1774651845.766112, 'last_price_update_time': 1774850933.030353}
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:53 [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-30 06:08:53 [bca.uk] INFO: Found listing with ID: WK18%20TYG
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-30 06:08:53 [bca.uk] INFO: Scrape type for WK18%20TYG: 2
2026-03-30 06:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04645d48-bb96-5404-8148-6cb5364af92b with identifier: WK18%20TYG
2026-03-30 06:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04645d48-bb96-5404-8148-6cb5364af92b with scrape type 2
2026-03-30 06:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04645d48-bb96-5404-8148-6cb5364af92b with scrape type 2
2026-03-30 06:08:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04645d48-bb96-5404-8148-6cb5364af92b, identifier: WK18%20TYG
2026-03-30 06:08:53 [bca.uk] INFO: Found listing with ID: CX19%20CMZ
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX19%2520CMZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:53 [bca.uk] INFO: Scrape type for CX19%20CMZ: 2
2026-03-30 06:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d5af6f-33d5-57f3-8ca2-e55057d92786 with identifier: CX19%20CMZ
2026-03-30 06:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d5af6f-33d5-57f3-8ca2-e55057d92786 with scrape type 2
2026-03-30 06:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1d5af6f-33d5-57f3-8ca2-e55057d92786 with scrape type 2
2026-03-30 06:08:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1d5af6f-33d5-57f3-8ca2-e55057d92786, identifier: CX19%20CMZ
2026-03-30 06:08:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36305195-c10c-5eba-a274-ea2728513dcc with identifier: YA23%20TZR
2026-03-30 06:08:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36305195-c10c-5eba-a274-ea2728513dcc with identifier: YA23%20TZR
2026-03-30 06:08:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36305195-c10c-5eba-a274-ea2728513dcc with identifier: YA23%20TZR to the API
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA23%20TZR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '36305195-c10c-5eba-a274-ea2728513dcc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YA23 TZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA23%20TZR&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'SUZUKI',
'model': 'VITARA',
'odometer': 1193,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'SUZUKI VITARA 1.4 B-JET 48V HYBRID SZ5 ALLGRIP Hatchback',
'transmission': 'manual',
'trim': 'B-JET 48V HYBRID SZ5 ALLGRIP',
'vin': 'TSMLYED1S00C49756',
'year': 2023}
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA23%2520TZR%27 HTTP/1.1" 200 None
2026-03-30 06:08:53 [bca.uk] INFO: Saving data for YA23%20TZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774649336.864887, 'last_price_update_time': 1774850933.577812}
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA23%2520TZR') HTTP/1.1" 204 0
2026-03-30 06:08:53 [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-30 06:08:53 [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-30 06:08:53 [bca.uk] INFO: Found listing with ID: LN68%20FBD
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN68%2520FBD%27 HTTP/1.1" 200 None
2026-03-30 06:08:53 [bca.uk] INFO: Scrape type for LN68%20FBD: 2
2026-03-30 06:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bc74779-5f39-5d78-a0c0-4df2ec152d0a with identifier: LN68%20FBD
2026-03-30 06:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bc74779-5f39-5d78-a0c0-4df2ec152d0a with scrape type 2
2026-03-30 06:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bc74779-5f39-5d78-a0c0-4df2ec152d0a with scrape type 2
2026-03-30 06:08:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bc74779-5f39-5d78-a0c0-4df2ec152d0a, identifier: LN68%20FBD
2026-03-30 06:08:53 [bca.uk] INFO: Found listing with ID: SG71%20YGU
2026-03-30 06:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG71%2520YGU%27 HTTP/1.1" 200 None
2026-03-30 06:08:53 [bca.uk] INFO: Scrape type for SG71%20YGU: 2
2026-03-30 06:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd153cd9-5b0d-5406-85ab-a572809f9494 with identifier: SG71%20YGU
2026-03-30 06:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd153cd9-5b0d-5406-85ab-a572809f9494 with scrape type 2
2026-03-30 06:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd153cd9-5b0d-5406-85ab-a572809f9494 with scrape type 2
2026-03-30 06:08:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd153cd9-5b0d-5406-85ab-a572809f9494, identifier: SG71%20YGU
2026-03-30 06:08:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04645d48-bb96-5404-8148-6cb5364af92b with identifier: WK18%20TYG
2026-03-30 06:08:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04645d48-bb96-5404-8148-6cb5364af92b with identifier: WK18%20TYG
2026-03-30 06:08:53 [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-30 06:08:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:54 [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=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-30 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-30 06:08:54 [bca.uk] INFO: Saving data for WK18%20TYG: {'auction_closing_time': 1774864800.0, 'created_time': 1774651828.904492, 'last_price_update_time': 1774850934.201536}
2026-03-30 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:54 [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-30 06:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1d5af6f-33d5-57f3-8ca2-e55057d92786 with identifier: CX19%20CMZ
2026-03-30 06:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1d5af6f-33d5-57f3-8ca2-e55057d92786 with identifier: CX19%20CMZ
2026-03-30 06:08:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1d5af6f-33d5-57f3-8ca2-e55057d92786 with identifier: CX19%20CMZ to the API
2026-03-30 06:08:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX19%20CMZ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd1d5af6f-33d5-57f3-8ca2-e55057d92786',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX19 CMZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX19%20CMZ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 85718,
'odometer_reading_unit': '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 GRIP STD. Van',
'transmission': 'manual',
'trim': 'B/HDI 100 1000 GRIP STD.',
'vin': 'VR3EFBHYBJJ873149',
'year': 2019}
2026-03-30 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX19%2520CMZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:54 [bca.uk] INFO: Saving data for CX19%20CMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649170.848326, 'last_price_update_time': 1774850934.603712}
2026-03-30 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX19%2520CMZ') HTTP/1.1" 204 0
2026-03-30 06:08:54 [bca.uk] INFO: Found listing with ID: VN18%20WGJ
2026-03-30 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN18%2520WGJ%27 HTTP/1.1" 200 None
2026-03-30 06:08:54 [bca.uk] INFO: Scrape type for VN18%20WGJ: 0
2026-03-30 06:08:54 [bca.uk] INFO: Found listing with ID: BN16%20YCC
2026-03-30 06:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN16%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:08:54 [bca.uk] INFO: Scrape type for BN16%20YCC: 2
2026-03-30 06:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with identifier: BN16%20YCC
2026-03-30 06:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with scrape type 2
2026-03-30 06:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with scrape type 2
2026-03-30 06:08:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04aac878-e3b3-553b-9978-5fd7ed47b3d3, identifier: BN16%20YCC
2026-03-30 06:08:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bc74779-5f39-5d78-a0c0-4df2ec152d0a with identifier: LN68%20FBD
2026-03-30 06:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bc74779-5f39-5d78-a0c0-4df2ec152d0a with identifier: LN68%20FBD
2026-03-30 06:08:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bc74779-5f39-5d78-a0c0-4df2ec152d0a with identifier: LN68%20FBD to the API
2026-03-30 06:08:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:55 [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': 207,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN68%20FBD-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': '6bc74779-5f39-5d78-a0c0-4df2ec152d0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN68 FBD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN68%20FBD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'RENAULT TRUCKS',
'model': 'MASTER 3.5T FWD',
'odometer': 193204,
'odometer_reading_unit': '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 TRUCKS MASTER 3.5T FWD 2.3 DCI 130 3T5 L3 H2 (A&E) '
'Ambulance',
'transmission': 'manual',
'trim': 'DCI 130 3T5 L3 H2 (A&E)',
'vin': 'VF6MF000760736533',
'year': 2018}
2026-03-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN68%2520FBD%27 HTTP/1.1" 200 None
2026-03-30 06:08:55 [bca.uk] INFO: Saving data for LN68%20FBD: {'auction_closing_time': 1774940400.0, 'created_time': 1773827179.159782, 'last_price_update_time': 1774850935.022108}
2026-03-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN68%2520FBD') HTTP/1.1" 204 0
2026-03-30 06:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd153cd9-5b0d-5406-85ab-a572809f9494 with identifier: SG71%20YGU
2026-03-30 06:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd153cd9-5b0d-5406-85ab-a572809f9494 with identifier: SG71%20YGU
2026-03-30 06:08:55 [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-30 06:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:55 [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': 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-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG71%2520YGU%27 HTTP/1.1" 200 None
2026-03-30 06:08:55 [bca.uk] INFO: Saving data for SG71%20YGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774651833.200576, 'last_price_update_time': 1774850935.308555}
2026-03-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:55 [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-30 06:08:55 [bca.uk] INFO: Found listing with ID: PF21%20VOH
2026-03-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-30 06:08:55 [bca.uk] INFO: Scrape type for PF21%20VOH: 2
2026-03-30 06:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbf92591-729f-58a7-b2cd-648f08d02fd6 with identifier: PF21%20VOH
2026-03-30 06:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbf92591-729f-58a7-b2cd-648f08d02fd6 with scrape type 2
2026-03-30 06:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbf92591-729f-58a7-b2cd-648f08d02fd6 with scrape type 2
2026-03-30 06:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbf92591-729f-58a7-b2cd-648f08d02fd6, identifier: PF21%20VOH
2026-03-30 06:08:55 [bca.uk] INFO: Found listing with ID: SJ19%20TZN
2026-03-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ19%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:08:55 [bca.uk] INFO: Scrape type for SJ19%20TZN: 2
2026-03-30 06:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8937ae1e-05d0-5206-9499-647569fd822e with identifier: SJ19%20TZN
2026-03-30 06:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8937ae1e-05d0-5206-9499-647569fd822e with scrape type 2
2026-03-30 06:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8937ae1e-05d0-5206-9499-647569fd822e with scrape type 2
2026-03-30 06:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8937ae1e-05d0-5206-9499-647569fd822e, identifier: SJ19%20TZN
2026-03-30 06:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with identifier: BN16%20YCC
2026-03-30 06:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04aac878-e3b3-553b-9978-5fd7ed47b3d3 with identifier: BN16%20YCC
2026-03-30 06:08:55 [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-30 06:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 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-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN16%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:08:55 [bca.uk] INFO: Saving data for BN16%20YCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774564156.900607, 'last_price_update_time': 1774850935.872595}
2026-03-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:55 [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-30 06:08:55 [bca.uk] INFO: Found listing with ID: FV21%20VKU
2026-03-30 06:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV21%2520VKU%27 HTTP/1.1" 200 None
2026-03-30 06:08:55 [bca.uk] INFO: Scrape type for FV21%20VKU: 2
2026-03-30 06:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1642ed9c-ddf0-5b1a-9732-9dba3f00dac6 with identifier: FV21%20VKU
2026-03-30 06:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1642ed9c-ddf0-5b1a-9732-9dba3f00dac6 with scrape type 2
2026-03-30 06:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1642ed9c-ddf0-5b1a-9732-9dba3f00dac6 with scrape type 2
2026-03-30 06:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1642ed9c-ddf0-5b1a-9732-9dba3f00dac6, identifier: FV21%20VKU
2026-03-30 06:08:56 [bca.uk] INFO: Found listing with ID: VK24%20NBM
2026-03-30 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK24%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:08:56 [bca.uk] INFO: Scrape type for VK24%20NBM: 2
2026-03-30 06:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with identifier: VK24%20NBM
2026-03-30 06:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with scrape type 2
2026-03-30 06:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with scrape type 2
2026-03-30 06:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7b789c9-0b40-5cee-a9b6-c89a5e901e69, identifier: VK24%20NBM
2026-03-30 06:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbf92591-729f-58a7-b2cd-648f08d02fd6 with identifier: PF21%20VOH
2026-03-30 06:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbf92591-729f-58a7-b2cd-648f08d02fd6 with identifier: PF21%20VOH
2026-03-30 06:08:56 [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-30 06:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:56 [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': 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-30 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-30 06:08:56 [bca.uk] INFO: Saving data for PF21%20VOH: {'auction_closing_time': 1774864800.0, 'created_time': 1774651792.733842, 'last_price_update_time': 1774850936.398919}
2026-03-30 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:56 [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-30 06:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8937ae1e-05d0-5206-9499-647569fd822e with identifier: SJ19%20TZN
2026-03-30 06:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8937ae1e-05d0-5206-9499-647569fd822e with identifier: SJ19%20TZN
2026-03-30 06:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8937ae1e-05d0-5206-9499-647569fd822e with identifier: SJ19%20TZN to the API
2026-03-30 06:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ19%20TZN-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8937ae1e-05d0-5206-9499-647569fd822e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ19 TZN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ19%20TZN&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'RENAULT',
'model': 'TRAFIC 2.7T',
'odometer': 120021,
'odometer_reading_unit': '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 PREMIER ED. PanelVan',
'transmission': 'manual',
'trim': 'SL27 DCI 120 PREMIER ED.',
'vin': 'VF1FL000262043199',
'year': 2019}
2026-03-30 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ19%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:08:56 [bca.uk] INFO: Saving data for SJ19%20TZN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649178.193537, 'last_price_update_time': 1774850936.702461}
2026-03-30 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ19%2520TZN') HTTP/1.1" 204 0
2026-03-30 06:08:56 [bca.uk] INFO: Found listing with ID: EF15%20ECY
2026-03-30 06:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF15%2520ECY%27 HTTP/1.1" 200 None
2026-03-30 06:08:56 [bca.uk] INFO: Scrape type for EF15%20ECY: 2
2026-03-30 06:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b32037-367f-59e0-b96e-b9ceccabf403 with identifier: EF15%20ECY
2026-03-30 06:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b32037-367f-59e0-b96e-b9ceccabf403 with scrape type 2
2026-03-30 06:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53b32037-367f-59e0-b96e-b9ceccabf403 with scrape type 2
2026-03-30 06:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53b32037-367f-59e0-b96e-b9ceccabf403, identifier: EF15%20ECY
2026-03-30 06:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1642ed9c-ddf0-5b1a-9732-9dba3f00dac6 with identifier: FV21%20VKU
2026-03-30 06:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1642ed9c-ddf0-5b1a-9732-9dba3f00dac6 with identifier: FV21%20VKU
2026-03-30 06:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1642ed9c-ddf0-5b1a-9732-9dba3f00dac6 with identifier: FV21%20VKU to the API
2026-03-30 06:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:57 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV21%20VKU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': '1642ed9c-ddf0-5b1a-9732-9dba3f00dac6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV21 VKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV21%20VKU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'PEUGEOT',
'model': 'E-208',
'odometer': 29236,
'odometer_reading_unit': '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-208 100KW 50KWH GT Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH GT',
'vin': 'VR3UHZKXZMT002912',
'year': 2021}
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV21%2520VKU%27 HTTP/1.1" 200 None
2026-03-30 06:08:57 [bca.uk] INFO: Saving data for FV21%20VKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774648988.545732, 'last_price_update_time': 1774850937.122872}
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV21%2520VKU') HTTP/1.1" 204 0
2026-03-30 06:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with identifier: VK24%20NBM
2026-03-30 06:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7b789c9-0b40-5cee-a9b6-c89a5e901e69 with identifier: VK24%20NBM
2026-03-30 06:08:57 [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-30 06:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:57 [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=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-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK24%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:08:57 [bca.uk] INFO: Saving data for VK24%20NBM: {'auction_closing_time': 1775170800.0, 'created_time': 1773835070.550649, 'last_price_update_time': 1774850937.42653}
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:57 [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-30 06:08:57 [bca.uk] INFO: Found listing with ID: YG70%20JFZ
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG70%2520JFZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:57 [bca.uk] INFO: Scrape type for YG70%20JFZ: 2
2026-03-30 06:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed2a27f2-3818-5a59-b294-a872f5d13cc3 with identifier: YG70%20JFZ
2026-03-30 06:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed2a27f2-3818-5a59-b294-a872f5d13cc3 with scrape type 2
2026-03-30 06:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed2a27f2-3818-5a59-b294-a872f5d13cc3 with scrape type 2
2026-03-30 06:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed2a27f2-3818-5a59-b294-a872f5d13cc3, identifier: YG70%20JFZ
2026-03-30 06:08:57 [bca.uk] INFO: Found listing with ID: YT69%20XRC
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT69%2520XRC%27 HTTP/1.1" 200 None
2026-03-30 06:08:57 [bca.uk] INFO: Scrape type for YT69%20XRC: 2
2026-03-30 06:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dac6d57-b1d3-58ab-8722-aa23a17fa8c7 with identifier: YT69%20XRC
2026-03-30 06:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dac6d57-b1d3-58ab-8722-aa23a17fa8c7 with scrape type 2
2026-03-30 06:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dac6d57-b1d3-58ab-8722-aa23a17fa8c7 with scrape type 2
2026-03-30 06:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dac6d57-b1d3-58ab-8722-aa23a17fa8c7, identifier: YT69%20XRC
2026-03-30 06:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53b32037-367f-59e0-b96e-b9ceccabf403 with identifier: EF15%20ECY
2026-03-30 06:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53b32037-367f-59e0-b96e-b9ceccabf403 with identifier: EF15%20ECY
2026-03-30 06:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53b32037-367f-59e0-b96e-b9ceccabf403 with identifier: EF15%20ECY to the API
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF15%20ECY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '53b32037-367f-59e0-b96e-b9ceccabf403',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EF15 ECY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF15%20ECY&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 123285,
'odometer_reading_unit': '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 CDTI 110 E/F TECH LINE Hatchback',
'transmission': 'manual',
'trim': 'CDTI 110 E/F TECH LINE',
'vin': 'W0LPD6E67FG116345',
'year': 2015}
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF15%2520ECY%27 HTTP/1.1" 200 None
2026-03-30 06:08:57 [bca.uk] INFO: Saving data for EF15%20ECY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649448.739818, 'last_price_update_time': 1774850937.963538}
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF15%2520ECY') HTTP/1.1" 204 0
2026-03-30 06:08:57 [bca.uk] INFO: Found listing with ID: MF22%20KJU
2026-03-30 06:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF22%2520KJU%27 HTTP/1.1" 200 None
2026-03-30 06:08:57 [bca.uk] INFO: Scrape type for MF22%20KJU: 2
2026-03-30 06:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8713353d-f7fd-5d11-a22a-da1b329fafa0 with identifier: MF22%20KJU
2026-03-30 06:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8713353d-f7fd-5d11-a22a-da1b329fafa0 with scrape type 2
2026-03-30 06:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8713353d-f7fd-5d11-a22a-da1b329fafa0 with scrape type 2
2026-03-30 06:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8713353d-f7fd-5d11-a22a-da1b329fafa0, identifier: MF22%20KJU
2026-03-30 06:08:58 [bca.uk] INFO: Found listing with ID: WD74%20ECW
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD74%2520ECW%27 HTTP/1.1" 200 None
2026-03-30 06:08:58 [bca.uk] INFO: Scrape type for WD74%20ECW: 0
2026-03-30 06:08:58 [bca.uk] INFO: Found listing with ID: WN74%20JZX
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN74%2520JZX%27 HTTP/1.1" 200 None
2026-03-30 06:08:58 [bca.uk] INFO: Scrape type for WN74%20JZX: 0
2026-03-30 06:08:58 [bca.uk] INFO: Found listing with ID: WN74%20OBX
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN74%2520OBX%27 HTTP/1.1" 200 None
2026-03-30 06:08:58 [bca.uk] INFO: Scrape type for WN74%20OBX: 2
2026-03-30 06:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4b05708-2ff5-510c-a1fc-d55c8ca31970 with identifier: WN74%20OBX
2026-03-30 06:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4b05708-2ff5-510c-a1fc-d55c8ca31970 with scrape type 2
2026-03-30 06:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4b05708-2ff5-510c-a1fc-d55c8ca31970 with scrape type 2
2026-03-30 06:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4b05708-2ff5-510c-a1fc-d55c8ca31970, identifier: WN74%20OBX
2026-03-30 06:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed2a27f2-3818-5a59-b294-a872f5d13cc3 with identifier: YG70%20JFZ
2026-03-30 06:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed2a27f2-3818-5a59-b294-a872f5d13cc3 with identifier: YG70%20JFZ
2026-03-30 06:08:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed2a27f2-3818-5a59-b294-a872f5d13cc3 with identifier: YG70%20JFZ to the API
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:58 [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': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG70%20JFZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ed2a27f2-3818-5a59-b294-a872f5d13cc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG70 JFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG70%20JFZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MINI',
'model': 'CLUBMAN',
'odometer': 33571,
'odometer_reading_unit': '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': 'WMWLV720302N28055',
'year': 2020}
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG70%2520JFZ%27 HTTP/1.1" 200 None
2026-03-30 06:08:58 [bca.uk] INFO: Saving data for YG70%20JFZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774649052.687419, 'last_price_update_time': 1774850938.572598}
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG70%2520JFZ') HTTP/1.1" 204 0
2026-03-30 06:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dac6d57-b1d3-58ab-8722-aa23a17fa8c7 with identifier: YT69%20XRC
2026-03-30 06:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dac6d57-b1d3-58ab-8722-aa23a17fa8c7 with identifier: YT69%20XRC
2026-03-30 06:08:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dac6d57-b1d3-58ab-8722-aa23a17fa8c7 with identifier: YT69%20XRC to the API
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08: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': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT69%20XRC-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4dac6d57-b1d3-58ab-8722-aa23a17fa8c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT69 XRC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT69%20XRC&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 38906,
'odometer_reading_unit': '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': 'VSKCTND23U0129412',
'year': 2019}
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT69%2520XRC%27 HTTP/1.1" 200 None
2026-03-30 06:08:58 [bca.uk] INFO: Saving data for YT69%20XRC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649180.497847, 'last_price_update_time': 1774850938.97065}
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT69%2520XRC') HTTP/1.1" 204 0
2026-03-30 06:08:58 [bca.uk] INFO: Found listing with ID: BV64%20HHP
2026-03-30 06:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV64%2520HHP%27 HTTP/1.1" 200 None
2026-03-30 06:08:59 [bca.uk] INFO: Scrape type for BV64%20HHP: 2
2026-03-30 06:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30692425-75de-5fb1-9a4f-aa76bfed086b with identifier: BV64%20HHP
2026-03-30 06:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30692425-75de-5fb1-9a4f-aa76bfed086b with scrape type 2
2026-03-30 06:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30692425-75de-5fb1-9a4f-aa76bfed086b with scrape type 2
2026-03-30 06:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30692425-75de-5fb1-9a4f-aa76bfed086b, identifier: BV64%20HHP
2026-03-30 06:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8713353d-f7fd-5d11-a22a-da1b329fafa0 with identifier: MF22%20KJU
2026-03-30 06:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8713353d-f7fd-5d11-a22a-da1b329fafa0 with identifier: MF22%20KJU
2026-03-30 06:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8713353d-f7fd-5d11-a22a-da1b329fafa0 with identifier: MF22%20KJU to the API
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:59 [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': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF22%20KJU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8713353d-f7fd-5d11-a22a-da1b329fafa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF22 KJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF22%20KJU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 26538,
'odometer_reading_unit': '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': 'manual',
'trim': 'TURBO 100 ELITE ED.',
'vin': 'VXKUPHNEKN4144654',
'year': 2022}
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF22%2520KJU%27 HTTP/1.1" 200 None
2026-03-30 06:08:59 [bca.uk] INFO: Saving data for MF22%20KJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774447612.925339, 'last_price_update_time': 1774850939.400127}
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF22%2520KJU') HTTP/1.1" 204 0
2026-03-30 06:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4b05708-2ff5-510c-a1fc-d55c8ca31970 with identifier: WN74%20OBX
2026-03-30 06:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4b05708-2ff5-510c-a1fc-d55c8ca31970 with identifier: WN74%20OBX
2026-03-30 06:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4b05708-2ff5-510c-a1fc-d55c8ca31970 with identifier: WN74%20OBX to the API
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:08:59 [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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN74%20OBX-GB',
'category': 'Car',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'a4b05708-2ff5-510c-a1fc-d55c8ca31970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN74 OBX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN74%20OBX&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'JEEP',
'model': 'AVENGER',
'odometer': 11078,
'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': 'JEEP AVENGER 1.2 ALTITUDE Hatchback',
'transmission': 'manual',
'trim': 'ALTITUDE',
'vin': 'ZAC5JACL4RJL27491',
'year': 2024}
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN74%2520OBX%27 HTTP/1.1" 200 None
2026-03-30 06:08:59 [bca.uk] INFO: Saving data for WN74%20OBX: {'auction_closing_time': 1775170800.0, 'created_time': 1773833436.611581, 'last_price_update_time': 1774850939.732713}
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN74%2520OBX') HTTP/1.1" 204 0
2026-03-30 06:08:59 [bca.uk] INFO: Found listing with ID: KX19%20ZFM
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-30 06:08:59 [bca.uk] INFO: Scrape type for KX19%20ZFM: 2
2026-03-30 06:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf395704-1921-5879-88e2-2cd65b71f2ed with identifier: KX19%20ZFM
2026-03-30 06:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf395704-1921-5879-88e2-2cd65b71f2ed with scrape type 2
2026-03-30 06:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf395704-1921-5879-88e2-2cd65b71f2ed with scrape type 2
2026-03-30 06:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf395704-1921-5879-88e2-2cd65b71f2ed, identifier: KX19%20ZFM
2026-03-30 06:08:59 [bca.uk] INFO: Found listing with ID: SV63%20OHA
2026-03-30 06:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV63%2520OHA%27 HTTP/1.1" 200 None
2026-03-30 06:08:59 [bca.uk] INFO: Scrape type for SV63%20OHA: 2
2026-03-30 06:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3f6f652-62e8-58c1-bc6e-c8a77120f3aa with identifier: SV63%20OHA
2026-03-30 06:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3f6f652-62e8-58c1-bc6e-c8a77120f3aa with scrape type 2
2026-03-30 06:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3f6f652-62e8-58c1-bc6e-c8a77120f3aa with scrape type 2
2026-03-30 06:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3f6f652-62e8-58c1-bc6e-c8a77120f3aa, identifier: SV63%20OHA
2026-03-30 06:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30692425-75de-5fb1-9a4f-aa76bfed086b with identifier: BV64%20HHP
2026-03-30 06:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30692425-75de-5fb1-9a4f-aa76bfed086b with identifier: BV64%20HHP
2026-03-30 06:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30692425-75de-5fb1-9a4f-aa76bfed086b with identifier: BV64%20HHP to the API
2026-03-30 06:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV64%20HHP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '30692425-75de-5fb1-9a4f-aa76bfed086b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV64 HHP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV64%20HHP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 76715,
'odometer_reading_unit': '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 T 16V 140 SRI Hatchback',
'transmission': 'manual',
'trim': 'T 16V 140 SRI',
'vin': 'W0LPF6EC9FG017820',
'year': 2014}
2026-03-30 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV64%2520HHP%27 HTTP/1.1" 200 None
2026-03-30 06:09:00 [bca.uk] INFO: Saving data for BV64%20HHP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649448.358452, 'last_price_update_time': 1774850940.267829}
2026-03-30 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV64%2520HHP') HTTP/1.1" 204 0
2026-03-30 06:09:00 [bca.uk] INFO: Found listing with ID: RJ18%20ZHN
2026-03-30 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ18%2520ZHN%27 HTTP/1.1" 200 None
2026-03-30 06:09:00 [bca.uk] INFO: Scrape type for RJ18%20ZHN: 2
2026-03-30 06:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a73a6fe-e346-50c7-ab40-d92b285bd9c7 with identifier: RJ18%20ZHN
2026-03-30 06:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a73a6fe-e346-50c7-ab40-d92b285bd9c7 with scrape type 2
2026-03-30 06:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a73a6fe-e346-50c7-ab40-d92b285bd9c7 with scrape type 2
2026-03-30 06:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a73a6fe-e346-50c7-ab40-d92b285bd9c7, identifier: RJ18%20ZHN
2026-03-30 06:09:00 [bca.uk] INFO: Found listing with ID: WR74%20XCX
2026-03-30 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR74%2520XCX%27 HTTP/1.1" 200 None
2026-03-30 06:09:00 [bca.uk] INFO: Scrape type for WR74%20XCX: 2
2026-03-30 06:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 627564a6-157d-5e45-b73a-e69d8f26e1b9 with identifier: WR74%20XCX
2026-03-30 06:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627564a6-157d-5e45-b73a-e69d8f26e1b9 with scrape type 2
2026-03-30 06:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 627564a6-157d-5e45-b73a-e69d8f26e1b9 with scrape type 2
2026-03-30 06:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 627564a6-157d-5e45-b73a-e69d8f26e1b9, identifier: WR74%20XCX
2026-03-30 06:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf395704-1921-5879-88e2-2cd65b71f2ed with identifier: KX19%20ZFM
2026-03-30 06:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf395704-1921-5879-88e2-2cd65b71f2ed with identifier: KX19%20ZFM
2026-03-30 06:09:00 [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-30 06:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:00 [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=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-30 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-30 06:09:00 [bca.uk] INFO: Saving data for KX19%20ZFM: {'auction_closing_time': 1774864800.0, 'created_time': 1774651620.322287, 'last_price_update_time': 1774850940.838481}
2026-03-30 06:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:00 [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-30 06:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3f6f652-62e8-58c1-bc6e-c8a77120f3aa with identifier: SV63%20OHA
2026-03-30 06:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3f6f652-62e8-58c1-bc6e-c8a77120f3aa with identifier: SV63%20OHA
2026-03-30 06:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3f6f652-62e8-58c1-bc6e-c8a77120f3aa with identifier: SV63%20OHA to the API
2026-03-30 06:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV63%20OHA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd3f6f652-62e8-58c1-bc6e-c8a77120f3aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV63 OHA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV63%20OHA&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'CITROEN',
'model': 'C3',
'odometer': 103211,
'odometer_reading_unit': '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.4 HDI 70 VTR+ Hatchback',
'transmission': 'manual',
'trim': 'HDI 70 VTR+',
'vin': 'VF7SC8HR4DW613477',
'year': 2013}
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV63%2520OHA%27 HTTP/1.1" 200 None
2026-03-30 06:09:01 [bca.uk] INFO: Saving data for SV63%20OHA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649167.985636, 'last_price_update_time': 1774850941.144492}
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV63%2520OHA') HTTP/1.1" 204 0
2026-03-30 06:09:01 [bca.uk] INFO: Found listing with ID: WP22%20CZC
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP22%2520CZC%27 HTTP/1.1" 200 None
2026-03-30 06:09:01 [bca.uk] INFO: Scrape type for WP22%20CZC: 2
2026-03-30 06:09:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19bec3e5-0b43-5852-b3d4-b667f94463f9 with identifier: WP22%20CZC
2026-03-30 06:09:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19bec3e5-0b43-5852-b3d4-b667f94463f9 with scrape type 2
2026-03-30 06:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19bec3e5-0b43-5852-b3d4-b667f94463f9 with scrape type 2
2026-03-30 06:09:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19bec3e5-0b43-5852-b3d4-b667f94463f9, identifier: WP22%20CZC
2026-03-30 06:09:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a73a6fe-e346-50c7-ab40-d92b285bd9c7 with identifier: RJ18%20ZHN
2026-03-30 06:09:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a73a6fe-e346-50c7-ab40-d92b285bd9c7 with identifier: RJ18%20ZHN
2026-03-30 06:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a73a6fe-e346-50c7-ab40-d92b285bd9c7 with identifier: RJ18%20ZHN to the API
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:01 [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': 208,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ18%20ZHN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '4.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol',
'id': '2a73a6fe-e346-50c7-ab40-d92b285bd9c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ18 ZHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ18%20ZHN&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'MERCEDES-BENZ',
'model': 'C63 AMG',
'odometer': 19714,
'odometer_reading_unit': '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 C63 AMG 4.0 476 PREMIUM MCT-7 Convertible',
'transmission': 'automatic',
'trim': '476 PREMIUM MCT-7',
'vin': 'WDD2054862F741678',
'year': 2018}
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ18%2520ZHN%27 HTTP/1.1" 200 None
2026-03-30 06:09:01 [bca.uk] INFO: Saving data for RJ18%20ZHN: {'auction_closing_time': 1774940400.0, 'created_time': 1774351790.65564, 'last_price_update_time': 1774850941.650661}
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ18%2520ZHN') HTTP/1.1" 204 0
2026-03-30 06:09:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 627564a6-157d-5e45-b73a-e69d8f26e1b9 with identifier: WR74%20XCX
2026-03-30 06:09:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 627564a6-157d-5e45-b73a-e69d8f26e1b9 with identifier: WR74%20XCX
2026-03-30 06:09:01 [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-30 06:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:01 [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': 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-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR74%2520XCX%27 HTTP/1.1" 200 None
2026-03-30 06:09:01 [bca.uk] INFO: Saving data for WR74%20XCX: {'auction_closing_time': 1775170800.0, 'created_time': 1773823562.513979, 'last_price_update_time': 1774850941.950813}
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:01 [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-30 06:09:01 [bca.uk] INFO: Found listing with ID: RX73%20ZDN
2026-03-30 06:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX73%2520ZDN%27 HTTP/1.1" 200 None
2026-03-30 06:09:01 [bca.uk] INFO: Scrape type for RX73%20ZDN: 2
2026-03-30 06:09:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d435c2-8a86-5d31-8d4b-4cc096b27768 with identifier: RX73%20ZDN
2026-03-30 06:09:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d435c2-8a86-5d31-8d4b-4cc096b27768 with scrape type 2
2026-03-30 06:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69d435c2-8a86-5d31-8d4b-4cc096b27768 with scrape type 2
2026-03-30 06:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69d435c2-8a86-5d31-8d4b-4cc096b27768, identifier: RX73%20ZDN
2026-03-30 06:09:02 [bca.uk] INFO: Found listing with ID: WN11%20LZE
2026-03-30 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN11%2520LZE%27 HTTP/1.1" 200 None
2026-03-30 06:09:02 [bca.uk] INFO: Scrape type for WN11%20LZE: 2
2026-03-30 06:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fd8e8df-7926-59dc-ab0c-9af23e1a92d2 with identifier: WN11%20LZE
2026-03-30 06:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd8e8df-7926-59dc-ab0c-9af23e1a92d2 with scrape type 2
2026-03-30 06:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fd8e8df-7926-59dc-ab0c-9af23e1a92d2 with scrape type 2
2026-03-30 06:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fd8e8df-7926-59dc-ab0c-9af23e1a92d2, identifier: WN11%20LZE
2026-03-30 06:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19bec3e5-0b43-5852-b3d4-b667f94463f9 with identifier: WP22%20CZC
2026-03-30 06:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19bec3e5-0b43-5852-b3d4-b667f94463f9 with identifier: WP22%20CZC
2026-03-30 06:09:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19bec3e5-0b43-5852-b3d4-b667f94463f9 with identifier: WP22%20CZC to the API
2026-03-30 06:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 224,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP22%20CZC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '19bec3e5-0b43-5852-b3d4-b667f94463f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP22 CZC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP22%20CZC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 25001,
'odometer_reading_unit': '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 D250 HSE SILVER StationWagon',
'transmission': 'automatic',
'trim': 'D250 HSE SILVER',
'vin': 'SALWA2AW9NA241622',
'year': 2022}
2026-03-30 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP22%2520CZC%27 HTTP/1.1" 200 None
2026-03-30 06:09:02 [bca.uk] INFO: Saving data for WP22%20CZC: {'auction_closing_time': 1775037600.0, 'created_time': 1774649300.11265, 'last_price_update_time': 1774850942.498303}
2026-03-30 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP22%2520CZC') HTTP/1.1" 204 0
2026-03-30 06:09:02 [bca.uk] INFO: Found listing with ID: BT66%20ZFD
2026-03-30 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT66%2520ZFD%27 HTTP/1.1" 200 None
2026-03-30 06:09:02 [bca.uk] INFO: Scrape type for BT66%20ZFD: 2
2026-03-30 06:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af5495c0-6f41-5b24-a2d1-67b746a80a78 with identifier: BT66%20ZFD
2026-03-30 06:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af5495c0-6f41-5b24-a2d1-67b746a80a78 with scrape type 2
2026-03-30 06:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af5495c0-6f41-5b24-a2d1-67b746a80a78 with scrape type 2
2026-03-30 06:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af5495c0-6f41-5b24-a2d1-67b746a80a78, identifier: BT66%20ZFD
2026-03-30 06:09:02 [bca.uk] INFO: Found listing with ID: YF23%20UOG
2026-03-30 06:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF23%2520UOG%27 HTTP/1.1" 200 None
2026-03-30 06:09:02 [bca.uk] INFO: Scrape type for YF23%20UOG: 2
2026-03-30 06:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06bc9246-897b-5303-976a-806e9a804988 with identifier: YF23%20UOG
2026-03-30 06:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06bc9246-897b-5303-976a-806e9a804988 with scrape type 2
2026-03-30 06:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06bc9246-897b-5303-976a-806e9a804988 with scrape type 2
2026-03-30 06:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06bc9246-897b-5303-976a-806e9a804988, identifier: YF23%20UOG
2026-03-30 06:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69d435c2-8a86-5d31-8d4b-4cc096b27768 with identifier: RX73%20ZDN
2026-03-30 06:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69d435c2-8a86-5d31-8d4b-4cc096b27768 with identifier: RX73%20ZDN
2026-03-30 06:09:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69d435c2-8a86-5d31-8d4b-4cc096b27768 with identifier: RX73%20ZDN to the API
2026-03-30 06:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:03 [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': 221,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX73%20ZDN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '69d435c2-8a86-5d31-8d4b-4cc096b27768',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX73 ZDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX73%20ZDN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DEFENDER 90',
'odometer': 14809,
'odometer_reading_unit': '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 I6 D250 AWD X-DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'I6 D250 AWD X-DYNAMIC HSE',
'vin': 'SALEA6AW6R2263063',
'year': 2023}
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX73%2520ZDN%27 HTTP/1.1" 200 None
2026-03-30 06:09:03 [bca.uk] INFO: Saving data for RX73%20ZDN: {'auction_closing_time': 1775124000.0, 'created_time': 1774649222.312159, 'last_price_update_time': 1774850943.028459}
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX73%2520ZDN') HTTP/1.1" 204 0
2026-03-30 06:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fd8e8df-7926-59dc-ab0c-9af23e1a92d2 with identifier: WN11%20LZE
2026-03-30 06:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fd8e8df-7926-59dc-ab0c-9af23e1a92d2 with identifier: WN11%20LZE
2026-03-30 06:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fd8e8df-7926-59dc-ab0c-9af23e1a92d2 with identifier: WN11%20LZE to the API
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN11%20LZE-GB',
'category': 'LightCommercialVehicle',
'color': 'red',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8fd8e8df-7926-59dc-ab0c-9af23e1a92d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN11 LZE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN11%20LZE&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VAUXHALL',
'model': 'COMBO',
'odometer': 71744,
'odometer_reading_unit': '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 COMBO 1.3 CDTI 75 16V 1700 Van',
'transmission': 'manual',
'trim': 'CDTI 75 16V 1700',
'vin': 'W0LVXCF25B4215283',
'year': 2011}
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN11%2520LZE%27 HTTP/1.1" 200 None
2026-03-30 06:09:03 [bca.uk] INFO: Saving data for WN11%20LZE: {'auction_closing_time': 1775124000.0, 'created_time': 1774649181.736449, 'last_price_update_time': 1774850943.323793}
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN11%2520LZE') HTTP/1.1" 204 0
2026-03-30 06:09:03 [bca.uk] INFO: Found listing with ID: YH21%20NLM
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH21%2520NLM%27 HTTP/1.1" 200 None
2026-03-30 06:09:03 [bca.uk] INFO: Scrape type for YH21%20NLM: 2
2026-03-30 06:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a83ff7e-8ab9-523e-9fe3-022e8adad580 with identifier: YH21%20NLM
2026-03-30 06:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a83ff7e-8ab9-523e-9fe3-022e8adad580 with scrape type 2
2026-03-30 06:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a83ff7e-8ab9-523e-9fe3-022e8adad580 with scrape type 2
2026-03-30 06:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a83ff7e-8ab9-523e-9fe3-022e8adad580, identifier: YH21%20NLM
2026-03-30 06:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af5495c0-6f41-5b24-a2d1-67b746a80a78 with identifier: BT66%20ZFD
2026-03-30 06:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af5495c0-6f41-5b24-a2d1-67b746a80a78 with identifier: BT66%20ZFD
2026-03-30 06:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af5495c0-6f41-5b24-a2d1-67b746a80a78 with identifier: BT66%20ZFD to the API
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:03 [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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT66%20ZFD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'af5495c0-6f41-5b24-a2d1-67b746a80a78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT66 ZFD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT66%20ZFD&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'BMW',
'model': '218I',
'odometer': 25685,
'odometer_reading_unit': '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': 'WBA2F12040V798156',
'year': 2016}
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT66%2520ZFD%27 HTTP/1.1" 200 None
2026-03-30 06:09:03 [bca.uk] INFO: Saving data for BT66%20ZFD: {'auction_closing_time': 1774940400.0, 'created_time': 1774535110.533273, 'last_price_update_time': 1774850943.748126}
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT66%2520ZFD') HTTP/1.1" 204 0
2026-03-30 06:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06bc9246-897b-5303-976a-806e9a804988 with identifier: YF23%20UOG
2026-03-30 06:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06bc9246-897b-5303-976a-806e9a804988 with identifier: YF23%20UOG
2026-03-30 06:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06bc9246-897b-5303-976a-806e9a804988 with identifier: YF23%20UOG to the API
2026-03-30 06:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:04 [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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20UOG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '06bc9246-897b-5303-976a-806e9a804988',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF23 UOG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20UOG&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 15767,
'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': 'TOYOTA AYGO X 1.0 VVT-I EDGE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I EDGE',
'vin': 'JTDAGNACX00108583',
'year': 2023}
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF23%2520UOG%27 HTTP/1.1" 200 None
2026-03-30 06:09:04 [bca.uk] INFO: Saving data for YF23%20UOG: {'auction_closing_time': 1775170800.0, 'created_time': 1773841636.932098, 'last_price_update_time': 1774850944.12788}
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520UOG') HTTP/1.1" 204 0
2026-03-30 06:09:04 [bca.uk] INFO: Found listing with ID: GY25%20ONT
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-30 06:09:04 [bca.uk] INFO: Scrape type for GY25%20ONT: 2
2026-03-30 06:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5f3075d-ab2b-555c-916d-3bc66a5719d2 with identifier: GY25%20ONT
2026-03-30 06:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5f3075d-ab2b-555c-916d-3bc66a5719d2 with scrape type 2
2026-03-30 06:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5f3075d-ab2b-555c-916d-3bc66a5719d2 with scrape type 2
2026-03-30 06:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5f3075d-ab2b-555c-916d-3bc66a5719d2, identifier: GY25%20ONT
2026-03-30 06:09:04 [bca.uk] INFO: Found listing with ID: PE15%20VEP
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE15%2520VEP%27 HTTP/1.1" 200 None
2026-03-30 06:09:04 [bca.uk] INFO: Scrape type for PE15%20VEP: 2
2026-03-30 06:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8c1ce19-c58c-51b5-9260-0b76ee2d663f with identifier: PE15%20VEP
2026-03-30 06:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8c1ce19-c58c-51b5-9260-0b76ee2d663f with scrape type 2
2026-03-30 06:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8c1ce19-c58c-51b5-9260-0b76ee2d663f with scrape type 2
2026-03-30 06:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8c1ce19-c58c-51b5-9260-0b76ee2d663f, identifier: PE15%20VEP
2026-03-30 06:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a83ff7e-8ab9-523e-9fe3-022e8adad580 with identifier: YH21%20NLM
2026-03-30 06:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a83ff7e-8ab9-523e-9fe3-022e8adad580 with identifier: YH21%20NLM
2026-03-30 06:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a83ff7e-8ab9-523e-9fe3-022e8adad580 with identifier: YH21%20NLM to the API
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 75,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH21%20NLM-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': '2a83ff7e-8ab9-523e-9fe3-022e8adad580',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH21 NLM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH21%20NLM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 68033,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 2.0 P400E HSE SILVER StationWagon',
'transmission': 'automatic',
'trim': 'P400E HSE SILVER',
'vin': 'SALWA2AY5MA793148',
'year': 2021}
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH21%2520NLM%27 HTTP/1.1" 200 None
2026-03-30 06:09:04 [bca.uk] INFO: Saving data for YH21%20NLM: {'auction_closing_time': 1775037600.0, 'created_time': 1774649299.682457, 'last_price_update_time': 1774850944.666119}
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH21%2520NLM') HTTP/1.1" 204 0
2026-03-30 06:09:04 [bca.uk] INFO: Found listing with ID: BX20%20FKV
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX20%2520FKV%27 HTTP/1.1" 200 None
2026-03-30 06:09:04 [bca.uk] INFO: Scrape type for BX20%20FKV: 2
2026-03-30 06:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff29cf18-a8e9-5ce5-8c8d-7ab3be2e92e8 with identifier: BX20%20FKV
2026-03-30 06:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff29cf18-a8e9-5ce5-8c8d-7ab3be2e92e8 with scrape type 2
2026-03-30 06:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff29cf18-a8e9-5ce5-8c8d-7ab3be2e92e8 with scrape type 2
2026-03-30 06:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff29cf18-a8e9-5ce5-8c8d-7ab3be2e92e8, identifier: BX20%20FKV
2026-03-30 06:09:04 [bca.uk] INFO: Found listing with ID: YJ73%20WSK
2026-03-30 06:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ73%2520WSK%27 HTTP/1.1" 200 None
2026-03-30 06:09:04 [bca.uk] INFO: Scrape type for YJ73%20WSK: 2
2026-03-30 06:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with identifier: YJ73%20WSK
2026-03-30 06:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with scrape type 2
2026-03-30 06:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with scrape type 2
2026-03-30 06:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e, identifier: YJ73%20WSK
2026-03-30 06:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5f3075d-ab2b-555c-916d-3bc66a5719d2 with identifier: GY25%20ONT
2026-03-30 06:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5f3075d-ab2b-555c-916d-3bc66a5719d2 with identifier: GY25%20ONT
2026-03-30 06:09:05 [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-30 06:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:05 [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': 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-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-30 06:09:05 [bca.uk] INFO: Saving data for GY25%20ONT: {'auction_closing_time': 1774864800.0, 'created_time': 1774651787.205638, 'last_price_update_time': 1774850945.207906}
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:05 [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-30 06:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8c1ce19-c58c-51b5-9260-0b76ee2d663f with identifier: PE15%20VEP
2026-03-30 06:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8c1ce19-c58c-51b5-9260-0b76ee2d663f with identifier: PE15%20VEP
2026-03-30 06:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8c1ce19-c58c-51b5-9260-0b76ee2d663f with identifier: PE15%20VEP to the API
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE15%20VEP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e8c1ce19-c58c-51b5-9260-0b76ee2d663f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE15 VEP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE15%20VEP&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 138030,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO 1.0 VVT-I X-PLAY Hatchback',
'transmission': 'manual',
'trim': 'VVT-I X-PLAY',
'vin': 'JTDKGNEC10N067438',
'year': 2015}
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE15%2520VEP%27 HTTP/1.1" 200 None
2026-03-30 06:09:05 [bca.uk] INFO: Saving data for PE15%20VEP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649158.982321, 'last_price_update_time': 1774850945.486744}
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE15%2520VEP') HTTP/1.1" 204 0
2026-03-30 06:09:05 [bca.uk] INFO: Found listing with ID: CE69%20XSY
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE69%2520XSY%27 HTTP/1.1" 200 None
2026-03-30 06:09:05 [bca.uk] INFO: Scrape type for CE69%20XSY: 2
2026-03-30 06:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f07ebca9-9eda-599d-ac3c-7030a23222d7 with identifier: CE69%20XSY
2026-03-30 06:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f07ebca9-9eda-599d-ac3c-7030a23222d7 with scrape type 2
2026-03-30 06:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f07ebca9-9eda-599d-ac3c-7030a23222d7 with scrape type 2
2026-03-30 06:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f07ebca9-9eda-599d-ac3c-7030a23222d7, identifier: CE69%20XSY
2026-03-30 06:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff29cf18-a8e9-5ce5-8c8d-7ab3be2e92e8 with identifier: BX20%20FKV
2026-03-30 06:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff29cf18-a8e9-5ce5-8c8d-7ab3be2e92e8 with identifier: BX20%20FKV
2026-03-30 06:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff29cf18-a8e9-5ce5-8c8d-7ab3be2e92e8 with identifier: BX20%20FKV to the API
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX20%20FKV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff29cf18-a8e9-5ce5-8c8d-7ab3be2e92e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BX20 FKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX20%20FKV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '2 GRAN TOURER',
'odometer': 81088,
'odometer_reading_unit': '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 GRAN TOURER 1.5 218I T SE STEP MPV',
'transmission': 'automatic',
'trim': '218I T SE STEP',
'vin': 'WBA6V720405R38889',
'year': 2020}
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX20%2520FKV%27 HTTP/1.1" 200 None
2026-03-30 06:09:05 [bca.uk] INFO: Saving data for BX20%20FKV: {'auction_closing_time': 1774940400.0, 'created_time': 1773830906.127225, 'last_price_update_time': 1774850945.894503}
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX20%2520FKV') HTTP/1.1" 204 0
2026-03-30 06:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with identifier: YJ73%20WSK
2026-03-30 06:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3b4f745-0f8c-523a-a281-4d9f20c4ce5e with identifier: YJ73%20WSK
2026-03-30 06:09:06 [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-30 06:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:06 [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=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-30 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ73%2520WSK%27 HTTP/1.1" 200 None
2026-03-30 06:09:06 [bca.uk] INFO: Saving data for YJ73%20WSK: {'auction_closing_time': 1775170800.0, 'created_time': 1773823508.307705, 'last_price_update_time': 1774850946.212285}
2026-03-30 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:06 [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-30 06:09:06 [bca.uk] INFO: Found listing with ID: HX69%20ZKF
2026-03-30 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-30 06:09:06 [bca.uk] INFO: Scrape type for HX69%20ZKF: 2
2026-03-30 06:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with identifier: HX69%20ZKF
2026-03-30 06:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with scrape type 2
2026-03-30 06:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with scrape type 2
2026-03-30 06:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5, identifier: HX69%20ZKF
2026-03-30 06:09:06 [bca.uk] INFO: Found listing with ID: BF68%20XZH
2026-03-30 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF68%2520XZH%27 HTTP/1.1" 200 None
2026-03-30 06:09:06 [bca.uk] INFO: Scrape type for BF68%20XZH: 2
2026-03-30 06:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63af1192-e948-5d4c-a760-6c4f174cc3ab with identifier: BF68%20XZH
2026-03-30 06:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63af1192-e948-5d4c-a760-6c4f174cc3ab with scrape type 2
2026-03-30 06:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63af1192-e948-5d4c-a760-6c4f174cc3ab with scrape type 2
2026-03-30 06:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63af1192-e948-5d4c-a760-6c4f174cc3ab, identifier: BF68%20XZH
2026-03-30 06:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f07ebca9-9eda-599d-ac3c-7030a23222d7 with identifier: CE69%20XSY
2026-03-30 06:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f07ebca9-9eda-599d-ac3c-7030a23222d7 with identifier: CE69%20XSY
2026-03-30 06:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f07ebca9-9eda-599d-ac3c-7030a23222d7 with identifier: CE69%20XSY to the API
2026-03-30 06:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE69%20XSY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f07ebca9-9eda-599d-ac3c-7030a23222d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE69 XSY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE69%20XSY&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 49371,
'odometer_reading_unit': '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 ELITE Hatchback',
'transmission': 'manual',
'trim': 'TURBO D 130 ELITE',
'vin': 'W0VZCYHZ4KS354522',
'year': 2019}
2026-03-30 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE69%2520XSY%27 HTTP/1.1" 200 None
2026-03-30 06:09:06 [bca.uk] INFO: Saving data for CE69%20XSY: {'auction_closing_time': 1775124000.0, 'created_time': 1774649297.009827, 'last_price_update_time': 1774850946.888569}
2026-03-30 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE69%2520XSY') HTTP/1.1" 204 0
2026-03-30 06:09:06 [bca.uk] INFO: Found listing with ID: MT14%20TZF
2026-03-30 06:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT14%2520TZF%27 HTTP/1.1" 200 None
2026-03-30 06:09:06 [bca.uk] INFO: Scrape type for MT14%20TZF: 2
2026-03-30 06:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with identifier: MT14%20TZF
2026-03-30 06:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with scrape type 2
2026-03-30 06:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with scrape type 2
2026-03-30 06:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60b7f9c8-0d82-5178-b7c3-28a099f58d43, identifier: MT14%20TZF
2026-03-30 06:09:07 [bca.uk] INFO: Found listing with ID: YJ73%20WUU
2026-03-30 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ73%2520WUU%27 HTTP/1.1" 200 None
2026-03-30 06:09:07 [bca.uk] INFO: Scrape type for YJ73%20WUU: 2
2026-03-30 06:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d47f39c-7396-5f07-886e-a19d813395b2 with identifier: YJ73%20WUU
2026-03-30 06:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d47f39c-7396-5f07-886e-a19d813395b2 with scrape type 2
2026-03-30 06:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d47f39c-7396-5f07-886e-a19d813395b2 with scrape type 2
2026-03-30 06:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d47f39c-7396-5f07-886e-a19d813395b2, identifier: YJ73%20WUU
2026-03-30 06:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with identifier: HX69%20ZKF
2026-03-30 06:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c3ecd8f-6841-5d4e-8e6f-cca2995f8ea5 with identifier: HX69%20ZKF
2026-03-30 06:09:07 [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-30 06:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:07 [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': 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-30 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-30 06:09:07 [bca.uk] INFO: Saving data for HX69%20ZKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774651812.704193, 'last_price_update_time': 1774850947.424069}
2026-03-30 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:07 [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-30 06:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63af1192-e948-5d4c-a760-6c4f174cc3ab with identifier: BF68%20XZH
2026-03-30 06:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63af1192-e948-5d4c-a760-6c4f174cc3ab with identifier: BF68%20XZH
2026-03-30 06:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63af1192-e948-5d4c-a760-6c4f174cc3ab with identifier: BF68%20XZH to the API
2026-03-30 06:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF68%20XZH-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '63af1192-e948-5d4c-a760-6c4f174cc3ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF68 XZH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF68%20XZH&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'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': 'FORD TRANSIT CUSTOM 2.0 EBL 170 310 LWB SPORT L/R PanelVan',
'transmission': 'automatic',
'trim': 'EBL 170 310 LWB SPORT L/R',
'vin': 'WF0YXXTTGYJM74967',
'year': 2018}
2026-03-30 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF68%2520XZH%27 HTTP/1.1" 200 None
2026-03-30 06:09:07 [bca.uk] INFO: Saving data for BF68%20XZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774649162.341997, 'last_price_update_time': 1774850947.719738}
2026-03-30 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF68%2520XZH') HTTP/1.1" 204 0
2026-03-30 06:09:07 [bca.uk] INFO: Found listing with ID: AO62%20OXD
2026-03-30 06:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO62%2520OXD%27 HTTP/1.1" 200 None
2026-03-30 06:09:07 [bca.uk] INFO: Scrape type for AO62%20OXD: 2
2026-03-30 06:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d136dd6-e015-506b-aeb1-9d6788d52a2c with identifier: AO62%20OXD
2026-03-30 06:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d136dd6-e015-506b-aeb1-9d6788d52a2c with scrape type 2
2026-03-30 06:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d136dd6-e015-506b-aeb1-9d6788d52a2c with scrape type 2
2026-03-30 06:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d136dd6-e015-506b-aeb1-9d6788d52a2c, identifier: AO62%20OXD
2026-03-30 06:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with identifier: MT14%20TZF
2026-03-30 06:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60b7f9c8-0d82-5178-b7c3-28a099f58d43 with identifier: MT14%20TZF
2026-03-30 06:09:07 [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-30 06:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT14%2520TZF%27 HTTP/1.1" 200 None
2026-03-30 06:09:08 [bca.uk] INFO: Saving data for MT14%20TZF: {'auction_closing_time': 1774940400.0, 'created_time': 1774391915.777574, 'last_price_update_time': 1774850948.147463}
2026-03-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:08 [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-30 06:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d47f39c-7396-5f07-886e-a19d813395b2 with identifier: YJ73%20WUU
2026-03-30 06:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d47f39c-7396-5f07-886e-a19d813395b2 with identifier: YJ73%20WUU
2026-03-30 06:09:08 [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-30 06:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:08 [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': 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-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ73%2520WUU%27 HTTP/1.1" 200 None
2026-03-30 06:09:08 [bca.uk] INFO: Saving data for YJ73%20WUU: {'auction_closing_time': 1775170800.0, 'created_time': 1773835096.342081, 'last_price_update_time': 1774850948.454698}
2026-03-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:08 [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-30 06:09:08 [bca.uk] INFO: Found listing with ID: DV20%20VXP
2026-03-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV20%2520VXP%27 HTTP/1.1" 200 None
2026-03-30 06:09:08 [bca.uk] INFO: Scrape type for DV20%20VXP: 2
2026-03-30 06:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7de654-7933-5679-9cf2-63438563e61c with identifier: DV20%20VXP
2026-03-30 06:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7de654-7933-5679-9cf2-63438563e61c with scrape type 2
2026-03-30 06:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff7de654-7933-5679-9cf2-63438563e61c with scrape type 2
2026-03-30 06:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff7de654-7933-5679-9cf2-63438563e61c, identifier: DV20%20VXP
2026-03-30 06:09:08 [bca.uk] INFO: Found listing with ID: WH19%20KYM
2026-03-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH19%2520KYM%27 HTTP/1.1" 200 None
2026-03-30 06:09:08 [bca.uk] INFO: Scrape type for WH19%20KYM: 2
2026-03-30 06:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efddfead-29fa-5421-a0ee-19d5c46accfb with identifier: WH19%20KYM
2026-03-30 06:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efddfead-29fa-5421-a0ee-19d5c46accfb with scrape type 2
2026-03-30 06:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efddfead-29fa-5421-a0ee-19d5c46accfb with scrape type 2
2026-03-30 06:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efddfead-29fa-5421-a0ee-19d5c46accfb, identifier: WH19%20KYM
2026-03-30 06:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d136dd6-e015-506b-aeb1-9d6788d52a2c with identifier: AO62%20OXD
2026-03-30 06:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d136dd6-e015-506b-aeb1-9d6788d52a2c with identifier: AO62%20OXD
2026-03-30 06:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d136dd6-e015-506b-aeb1-9d6788d52a2c with identifier: AO62%20OXD to the API
2026-03-30 06:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO62%20OXD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2d136dd6-e015-506b-aeb1-9d6788d52a2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO62 OXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO62%20OXD&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'C-MAX',
'odometer': 153935,
'odometer_reading_unit': '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 C-MAX 1.6 TDCI 115 TITANIUM MPV',
'transmission': 'manual',
'trim': 'TDCI 115 TITANIUM',
'vin': 'WF0JXXWPBJCY41916',
'year': 2012}
2026-03-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO62%2520OXD%27 HTTP/1.1" 200 None
2026-03-30 06:09:08 [bca.uk] INFO: Saving data for AO62%20OXD: {'auction_closing_time': 1774951200.0, 'created_time': 1774649289.795331, 'last_price_update_time': 1774850948.947582}
2026-03-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO62%2520OXD') HTTP/1.1" 204 0
2026-03-30 06:09:09 [bca.uk] INFO: Found listing with ID: SM70%20ZWE
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM70%2520ZWE%27 HTTP/1.1" 200 None
2026-03-30 06:09:09 [bca.uk] INFO: Scrape type for SM70%20ZWE: 2
2026-03-30 06:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd955de1-3411-59b7-b317-01c2de6717bd with identifier: SM70%20ZWE
2026-03-30 06:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd955de1-3411-59b7-b317-01c2de6717bd with scrape type 2
2026-03-30 06:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd955de1-3411-59b7-b317-01c2de6717bd with scrape type 2
2026-03-30 06:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd955de1-3411-59b7-b317-01c2de6717bd, identifier: SM70%20ZWE
2026-03-30 06:09:09 [bca.uk] INFO: Found listing with ID: YM22%20GWY
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM22%2520GWY%27 HTTP/1.1" 200 None
2026-03-30 06:09:09 [bca.uk] INFO: Scrape type for YM22%20GWY: 2
2026-03-30 06:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04f4ed2c-1623-5a6e-906c-53cd53b89070 with identifier: YM22%20GWY
2026-03-30 06:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04f4ed2c-1623-5a6e-906c-53cd53b89070 with scrape type 2
2026-03-30 06:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04f4ed2c-1623-5a6e-906c-53cd53b89070 with scrape type 2
2026-03-30 06:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04f4ed2c-1623-5a6e-906c-53cd53b89070, identifier: YM22%20GWY
2026-03-30 06:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff7de654-7933-5679-9cf2-63438563e61c with identifier: DV20%20VXP
2026-03-30 06:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff7de654-7933-5679-9cf2-63438563e61c with identifier: DV20%20VXP
2026-03-30 06:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff7de654-7933-5679-9cf2-63438563e61c with identifier: DV20%20VXP to the API
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:09 [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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV20%20VXP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff7de654-7933-5679-9cf2-63438563e61c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV20 VXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV20%20VXP&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 95484,
'odometer_reading_unit': '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': 'VXKUPHMHDL4241543',
'year': 2020}
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV20%2520VXP%27 HTTP/1.1" 200 None
2026-03-30 06:09:09 [bca.uk] INFO: Saving data for DV20%20VXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774649054.237785, 'last_price_update_time': 1774850949.574849}
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV20%2520VXP') HTTP/1.1" 204 0
2026-03-30 06:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efddfead-29fa-5421-a0ee-19d5c46accfb with identifier: WH19%20KYM
2026-03-30 06:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efddfead-29fa-5421-a0ee-19d5c46accfb with identifier: WH19%20KYM
2026-03-30 06:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efddfead-29fa-5421-a0ee-19d5c46accfb with identifier: WH19%20KYM to the API
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 216,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH19%20KYM-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'efddfead-29fa-5421-a0ee-19d5c46accfb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WH19 KYM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH19%20KYM&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T30',
'odometer': 34726,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 150 SWB H/L KOMBI DSG CrewCab '
'Van',
'transmission': 'automatic',
'trim': 'TDI 150 SWB H/L KOMBI DSG',
'vin': 'WV1ZZZ7HZMH073644',
'year': 2021}
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH19%2520KYM%27 HTTP/1.1" 200 None
2026-03-30 06:09:09 [bca.uk] INFO: Saving data for WH19%20KYM: {'auction_closing_time': 1775037600.0, 'created_time': 1774649162.748046, 'last_price_update_time': 1774850949.871424}
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH19%2520KYM') HTTP/1.1" 204 0
2026-03-30 06:09:09 [bca.uk] INFO: Found listing with ID: PX56%20GKL
2026-03-30 06:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX56%2520GKL%27 HTTP/1.1" 200 None
2026-03-30 06:09:09 [bca.uk] INFO: Scrape type for PX56%20GKL: 2
2026-03-30 06:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fc60782-abc4-51ec-80e8-3e080553f711 with identifier: PX56%20GKL
2026-03-30 06:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fc60782-abc4-51ec-80e8-3e080553f711 with scrape type 2
2026-03-30 06:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fc60782-abc4-51ec-80e8-3e080553f711 with scrape type 2
2026-03-30 06:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fc60782-abc4-51ec-80e8-3e080553f711, identifier: PX56%20GKL
2026-03-30 06:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd955de1-3411-59b7-b317-01c2de6717bd with identifier: SM70%20ZWE
2026-03-30 06:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd955de1-3411-59b7-b317-01c2de6717bd with identifier: SM70%20ZWE
2026-03-30 06:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd955de1-3411-59b7-b317-01c2de6717bd with identifier: SM70%20ZWE to the API
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM70%20ZWE-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'bd955de1-3411-59b7-b317-01c2de6717bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM70 ZWE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM70%20ZWE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'RELAY 35',
'odometer': 41183,
'odometer_reading_unit': '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 L3 H2 ENTERPRISE PanelVan',
'transmission': 'manual',
'trim': 'BLUEHDI 140 L3 H2 ENTERPRISE',
'vin': 'VF7YCBNFC12S03988',
'year': 2021}
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM70%2520ZWE%27 HTTP/1.1" 200 None
2026-03-30 06:09:10 [bca.uk] INFO: Saving data for SM70%20ZWE: {'auction_closing_time': 1774940400.0, 'created_time': 1773828273.981606, 'last_price_update_time': 1774850950.270895}
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM70%2520ZWE') HTTP/1.1" 204 0
2026-03-30 06:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04f4ed2c-1623-5a6e-906c-53cd53b89070 with identifier: YM22%20GWY
2026-03-30 06:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04f4ed2c-1623-5a6e-906c-53cd53b89070 with identifier: YM22%20GWY
2026-03-30 06:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04f4ed2c-1623-5a6e-906c-53cd53b89070 with identifier: YM22%20GWY to the API
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM22%20GWY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '04f4ed2c-1623-5a6e-906c-53cd53b89070',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YM22 GWY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM22%20GWY&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'FIAT',
'model': '500C',
'odometer': 15418,
'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': 'FIAT 500C 1.0 M/H DOLCEVITA Convertible',
'transmission': 'manual',
'trim': 'M/H DOLCEVITA',
'vin': 'ZFABF1CJ9NJG48935',
'year': 2022}
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM22%2520GWY%27 HTTP/1.1" 200 None
2026-03-30 06:09:10 [bca.uk] INFO: Saving data for YM22%20GWY: {'auction_closing_time': 1775170800.0, 'created_time': 1773835052.022448, 'last_price_update_time': 1774850950.57807}
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM22%2520GWY') HTTP/1.1" 204 0
2026-03-30 06:09:10 [bca.uk] INFO: Found listing with ID: EF69%20NVG
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-30 06:09:10 [bca.uk] INFO: Scrape type for EF69%20NVG: 2
2026-03-30 06:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 678a4892-84c2-5500-981c-f3947331400f with identifier: EF69%20NVG
2026-03-30 06:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 678a4892-84c2-5500-981c-f3947331400f with scrape type 2
2026-03-30 06:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 678a4892-84c2-5500-981c-f3947331400f with scrape type 2
2026-03-30 06:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 678a4892-84c2-5500-981c-f3947331400f, identifier: EF69%20NVG
2026-03-30 06:09:10 [bca.uk] INFO: Found listing with ID: BD61%20LZS
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD61%2520LZS%27 HTTP/1.1" 200 None
2026-03-30 06:09:10 [bca.uk] INFO: Scrape type for BD61%20LZS: 2
2026-03-30 06:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe0ea120-e252-5ad5-90c1-9ad15f3088d6 with identifier: BD61%20LZS
2026-03-30 06:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe0ea120-e252-5ad5-90c1-9ad15f3088d6 with scrape type 2
2026-03-30 06:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe0ea120-e252-5ad5-90c1-9ad15f3088d6 with scrape type 2
2026-03-30 06:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe0ea120-e252-5ad5-90c1-9ad15f3088d6, identifier: BD61%20LZS
2026-03-30 06:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fc60782-abc4-51ec-80e8-3e080553f711 with identifier: PX56%20GKL
2026-03-30 06:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fc60782-abc4-51ec-80e8-3e080553f711 with identifier: PX56%20GKL
2026-03-30 06:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fc60782-abc4-51ec-80e8-3e080553f711 with identifier: PX56%20GKL to the API
2026-03-30 06:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:11 [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': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX56%20GKL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4fc60782-abc4-51ec-80e8-3e080553f711',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX56 GKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX56%20GKL&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'BMW',
'model': 'X3',
'odometer': 107301,
'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 X3 3.0 SD M SPORT STEP StationWagon',
'transmission': 'automatic',
'trim': 'SD M SPORT STEP',
'vin': 'WBAPD72020WD54236',
'year': 2006}
2026-03-30 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX56%2520GKL%27 HTTP/1.1" 200 None
2026-03-30 06:09:11 [bca.uk] INFO: Saving data for PX56%20GKL: {'auction_closing_time': 1774951200.0, 'created_time': 1774649289.408528, 'last_price_update_time': 1774850951.147024}
2026-03-30 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX56%2520GKL') HTTP/1.1" 204 0
2026-03-30 06:09:11 [bca.uk] INFO: Found listing with ID: FE20%20HHJ
2026-03-30 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE20%2520HHJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:11 [bca.uk] INFO: Scrape type for FE20%20HHJ: 2
2026-03-30 06:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cb041e9-1fad-59b0-8aac-dc9b8110486e with identifier: FE20%20HHJ
2026-03-30 06:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cb041e9-1fad-59b0-8aac-dc9b8110486e with scrape type 2
2026-03-30 06:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cb041e9-1fad-59b0-8aac-dc9b8110486e with scrape type 2
2026-03-30 06:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cb041e9-1fad-59b0-8aac-dc9b8110486e, identifier: FE20%20HHJ
2026-03-30 06:09:11 [bca.uk] INFO: Found listing with ID: YY73%20UHG
2026-03-30 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520UHG%27 HTTP/1.1" 200 None
2026-03-30 06:09:11 [bca.uk] INFO: Scrape type for YY73%20UHG: 2
2026-03-30 06:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdd66daf-2194-5ef1-8d52-6d82444d9aa0 with identifier: YY73%20UHG
2026-03-30 06:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdd66daf-2194-5ef1-8d52-6d82444d9aa0 with scrape type 2
2026-03-30 06:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdd66daf-2194-5ef1-8d52-6d82444d9aa0 with scrape type 2
2026-03-30 06:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdd66daf-2194-5ef1-8d52-6d82444d9aa0, identifier: YY73%20UHG
2026-03-30 06:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 678a4892-84c2-5500-981c-f3947331400f with identifier: EF69%20NVG
2026-03-30 06:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 678a4892-84c2-5500-981c-f3947331400f with identifier: EF69%20NVG
2026-03-30 06:09:11 [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-30 06:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:11 [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': 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-30 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-30 06:09:11 [bca.uk] INFO: Saving data for EF69%20NVG: {'auction_closing_time': 1774864800.0, 'created_time': 1774651779.669615, 'last_price_update_time': 1774850951.707339}
2026-03-30 06:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:11 [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-30 06:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe0ea120-e252-5ad5-90c1-9ad15f3088d6 with identifier: BD61%20LZS
2026-03-30 06:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe0ea120-e252-5ad5-90c1-9ad15f3088d6 with identifier: BD61%20LZS
2026-03-30 06:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe0ea120-e252-5ad5-90c1-9ad15f3088d6 with identifier: BD61%20LZS to the API
2026-03-30 06:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:12 [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=BD61%20LZS-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fe0ea120-e252-5ad5-90c1-9ad15f3088d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD61 LZS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD61%20LZS&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI C20',
'odometer': 73648,
'odometer_reading_unit': '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': 'WV1ZZZ2KZCX067284',
'year': 2011}
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD61%2520LZS%27 HTTP/1.1" 200 None
2026-03-30 06:09:12 [bca.uk] INFO: Saving data for BD61%20LZS: {'auction_closing_time': 1775037600.0, 'created_time': 1774649165.294844, 'last_price_update_time': 1774850952.027529}
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD61%2520LZS') HTTP/1.1" 204 0
2026-03-30 06:09:12 [bca.uk] INFO: Found listing with ID: MD19%20WYP
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD19%2520WYP%27 HTTP/1.1" 200 None
2026-03-30 06:09:12 [bca.uk] INFO: Scrape type for MD19%20WYP: 2
2026-03-30 06:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3657e6ec-6a26-58cf-b891-dc227d458f88 with identifier: MD19%20WYP
2026-03-30 06:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3657e6ec-6a26-58cf-b891-dc227d458f88 with scrape type 2
2026-03-30 06:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3657e6ec-6a26-58cf-b891-dc227d458f88 with scrape type 2
2026-03-30 06:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3657e6ec-6a26-58cf-b891-dc227d458f88, identifier: MD19%20WYP
2026-03-30 06:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cb041e9-1fad-59b0-8aac-dc9b8110486e with identifier: FE20%20HHJ
2026-03-30 06:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cb041e9-1fad-59b0-8aac-dc9b8110486e with identifier: FE20%20HHJ
2026-03-30 06:09:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cb041e9-1fad-59b0-8aac-dc9b8110486e with identifier: FE20%20HHJ to the API
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 256,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE20%20HHJ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': '3cb041e9-1fad-59b0-8aac-dc9b8110486e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE20 HHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE20%20HHJ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 FWD',
'odometer': 113360,
'odometer_reading_unit': '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 150 L3 H3 PanelVan',
'transmission': 'manual',
'trim': 'BITURBO 150 L3 H3',
'vin': 'W0VMR3607LB213543',
'year': 2020}
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE20%2520HHJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:12 [bca.uk] INFO: Saving data for FE20%20HHJ: {'auction_closing_time': 1775026800.0, 'created_time': 1774524359.432444, 'last_price_update_time': 1774850952.480462}
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE20%2520HHJ') HTTP/1.1" 204 0
2026-03-30 06:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdd66daf-2194-5ef1-8d52-6d82444d9aa0 with identifier: YY73%20UHG
2026-03-30 06:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdd66daf-2194-5ef1-8d52-6d82444d9aa0 with identifier: YY73%20UHG
2026-03-30 06:09:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdd66daf-2194-5ef1-8d52-6d82444d9aa0 with identifier: YY73%20UHG to the API
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:12 [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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20UHG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'cdd66daf-2194-5ef1-8d52-6d82444d9aa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YY73 UHG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20UHG&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 12422,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9300,
'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': 'ZFACF1BJ0RJJ32956',
'year': 2023}
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520UHG%27 HTTP/1.1" 200 None
2026-03-30 06:09:12 [bca.uk] INFO: Saving data for YY73%20UHG: {'auction_closing_time': 1775170800.0, 'created_time': 1773841641.473527, 'last_price_update_time': 1774850952.792186}
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520UHG') HTTP/1.1" 204 0
2026-03-30 06:09:12 [bca.uk] INFO: Found listing with ID: GD68%20RFO
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-30 06:09:12 [bca.uk] INFO: Scrape type for GD68%20RFO: 2
2026-03-30 06:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with identifier: GD68%20RFO
2026-03-30 06:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with scrape type 2
2026-03-30 06:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with scrape type 2
2026-03-30 06:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80, identifier: GD68%20RFO
2026-03-30 06:09:12 [bca.uk] INFO: Found listing with ID: GK70%20LKL
2026-03-30 06:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK70%2520LKL%27 HTTP/1.1" 200 None
2026-03-30 06:09:12 [bca.uk] INFO: Scrape type for GK70%20LKL: 2
2026-03-30 06:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b567b5a1-cc2c-53c5-baf9-c9fe644b852e with identifier: GK70%20LKL
2026-03-30 06:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b567b5a1-cc2c-53c5-baf9-c9fe644b852e with scrape type 2
2026-03-30 06:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b567b5a1-cc2c-53c5-baf9-c9fe644b852e with scrape type 2
2026-03-30 06:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b567b5a1-cc2c-53c5-baf9-c9fe644b852e, identifier: GK70%20LKL
2026-03-30 06:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3657e6ec-6a26-58cf-b891-dc227d458f88 with identifier: MD19%20WYP
2026-03-30 06:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3657e6ec-6a26-58cf-b891-dc227d458f88 with identifier: MD19%20WYP
2026-03-30 06:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3657e6ec-6a26-58cf-b891-dc227d458f88 with identifier: MD19%20WYP to the API
2026-03-30 06:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD19%20WYP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3657e6ec-6a26-58cf-b891-dc227d458f88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD19 WYP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD19%20WYP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'A4',
'odometer': 52141,
'odometer_reading_unit': '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 TDI S LINE S-T Saloon',
'transmission': 'automatic',
'trim': '35 TDI S LINE S-T',
'vin': 'WAUZZZF48KN010015',
'year': 2019}
2026-03-30 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD19%2520WYP%27 HTTP/1.1" 200 None
2026-03-30 06:09:13 [bca.uk] INFO: Saving data for MD19%20WYP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649291.074946, 'last_price_update_time': 1774850953.304332}
2026-03-30 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD19%2520WYP') HTTP/1.1" 204 0
2026-03-30 06:09:13 [bca.uk] INFO: Found listing with ID: DU20%20XWW
2026-03-30 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU20%2520XWW%27 HTTP/1.1" 200 None
2026-03-30 06:09:13 [bca.uk] INFO: Scrape type for DU20%20XWW: 2
2026-03-30 06:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with identifier: DU20%20XWW
2026-03-30 06:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with scrape type 2
2026-03-30 06:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with scrape type 2
2026-03-30 06:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8da16f5e-032e-59cb-b7b8-97b54953f6d5, identifier: DU20%20XWW
2026-03-30 06:09:13 [bca.uk] INFO: Found listing with ID: YY73%20UHP
2026-03-30 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520UHP%27 HTTP/1.1" 200 None
2026-03-30 06:09:13 [bca.uk] INFO: Scrape type for YY73%20UHP: 2
2026-03-30 06:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2b82d7a-f123-5a0d-9459-2101116a4e48 with identifier: YY73%20UHP
2026-03-30 06:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2b82d7a-f123-5a0d-9459-2101116a4e48 with scrape type 2
2026-03-30 06:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2b82d7a-f123-5a0d-9459-2101116a4e48 with scrape type 2
2026-03-30 06:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2b82d7a-f123-5a0d-9459-2101116a4e48, identifier: YY73%20UHP
2026-03-30 06:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with identifier: GD68%20RFO
2026-03-30 06:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3366b626-a3b6-502b-a2c5-b0c1d64c0a80 with identifier: GD68%20RFO
2026-03-30 06:09:13 [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-30 06:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:13 [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': 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-30 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-30 06:09:13 [bca.uk] INFO: Saving data for GD68%20RFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774651778.952659, 'last_price_update_time': 1774850953.814631}
2026-03-30 06:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:13 [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-30 06:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b567b5a1-cc2c-53c5-baf9-c9fe644b852e with identifier: GK70%20LKL
2026-03-30 06:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b567b5a1-cc2c-53c5-baf9-c9fe644b852e with identifier: GK70%20LKL
2026-03-30 06:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b567b5a1-cc2c-53c5-baf9-c9fe644b852e with identifier: GK70%20LKL to the API
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK70%20LKL-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b567b5a1-cc2c-53c5-baf9-c9fe644b852e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GK70 LKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK70%20LKL&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T28',
'odometer': 55389,
'odometer_reading_unit': '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 110 SWB H/L PanelVan',
'transmission': 'manual',
'trim': 'TDI 110 SWB H/L',
'vin': 'WV1ZZZ7HZLX009070',
'year': 2020}
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK70%2520LKL%27 HTTP/1.1" 200 None
2026-03-30 06:09:14 [bca.uk] INFO: Saving data for GK70%20LKL: {'auction_closing_time': 1775037600.0, 'created_time': 1774649148.126263, 'last_price_update_time': 1774850954.224929}
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK70%2520LKL') HTTP/1.1" 204 0
2026-03-30 06:09:14 [bca.uk] INFO: Found listing with ID: KE73%20AZL
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE73%2520AZL%27 HTTP/1.1" 200 None
2026-03-30 06:09:14 [bca.uk] INFO: Scrape type for KE73%20AZL: 2
2026-03-30 06:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1661a124-9356-5681-88d7-4f0a9d115c30 with identifier: KE73%20AZL
2026-03-30 06:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1661a124-9356-5681-88d7-4f0a9d115c30 with scrape type 2
2026-03-30 06:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1661a124-9356-5681-88d7-4f0a9d115c30 with scrape type 2
2026-03-30 06:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1661a124-9356-5681-88d7-4f0a9d115c30, identifier: KE73%20AZL
2026-03-30 06:09:14 [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-30 06:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with identifier: DU20%20XWW
2026-03-30 06:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8da16f5e-032e-59cb-b7b8-97b54953f6d5 with identifier: DU20%20XWW
2026-03-30 06:09:14 [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-30 06:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU20%2520XWW%27 HTTP/1.1" 200 None
2026-03-30 06:09:14 [bca.uk] INFO: Saving data for DU20%20XWW: {'auction_closing_time': 1775199600.0, 'created_time': 1773821057.880277, 'last_price_update_time': 1774850954.655401}
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:14 [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-30 06:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2b82d7a-f123-5a0d-9459-2101116a4e48 with identifier: YY73%20UHP
2026-03-30 06:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2b82d7a-f123-5a0d-9459-2101116a4e48 with identifier: YY73%20UHP
2026-03-30 06:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2b82d7a-f123-5a0d-9459-2101116a4e48 with identifier: YY73%20UHP to the API
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:14 [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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20UHP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'b2b82d7a-f123-5a0d-9459-2101116a4e48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YY73 UHP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20UHP&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 23696,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'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': 'ZFACF1BJ7PJJ11227',
'year': 2023}
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520UHP%27 HTTP/1.1" 200 None
2026-03-30 06:09:14 [bca.uk] INFO: Saving data for YY73%20UHP: {'auction_closing_time': 1775170800.0, 'created_time': 1773841773.142115, 'last_price_update_time': 1774850954.957672}
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520UHP') HTTP/1.1" 204 0
2026-03-30 06:09:14 [bca.uk] INFO: Found listing with ID: HF18%20LDC
2026-03-30 06:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-30 06:09:14 [bca.uk] INFO: Scrape type for HF18%20LDC: 2
2026-03-30 06:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with identifier: HF18%20LDC
2026-03-30 06:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with scrape type 2
2026-03-30 06:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with scrape type 2
2026-03-30 06:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a20b7cf1-a2b1-536b-81f2-901ca2c579b6, identifier: HF18%20LDC
2026-03-30 06:09:15 [bca.uk] INFO: Found listing with ID: MF15%20LOA
2026-03-30 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF15%2520LOA%27 HTTP/1.1" 200 None
2026-03-30 06:09:15 [bca.uk] INFO: Scrape type for MF15%20LOA: 2
2026-03-30 06:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 073f1cbf-f9bd-56c1-9886-90364cdab627 with identifier: MF15%20LOA
2026-03-30 06:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 073f1cbf-f9bd-56c1-9886-90364cdab627 with scrape type 2
2026-03-30 06:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 073f1cbf-f9bd-56c1-9886-90364cdab627 with scrape type 2
2026-03-30 06:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 073f1cbf-f9bd-56c1-9886-90364cdab627, identifier: MF15%20LOA
2026-03-30 06:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1661a124-9356-5681-88d7-4f0a9d115c30 with identifier: KE73%20AZL
2026-03-30 06:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1661a124-9356-5681-88d7-4f0a9d115c30 with identifier: KE73%20AZL
2026-03-30 06:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1661a124-9356-5681-88d7-4f0a9d115c30 with identifier: KE73%20AZL to the API
2026-03-30 06:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20AZL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1661a124-9356-5681-88d7-4f0a9d115c30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KE73 AZL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20AZL&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 21648,
'odometer_reading_unit': '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': 'VF3MRHNSUPS169862',
'year': 2024}
2026-03-30 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE73%2520AZL%27 HTTP/1.1" 200 None
2026-03-30 06:09:15 [bca.uk] INFO: Saving data for KE73%20AZL: {'auction_closing_time': 1775037600.0, 'created_time': 1773841207.094742, 'last_price_update_time': 1774850955.47137}
2026-03-30 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520AZL') HTTP/1.1" 204 0
2026-03-30 06:09:15 [bca.uk] INFO: Found listing with ID: GN70%20OTT
2026-03-30 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN70%2520OTT%27 HTTP/1.1" 200 None
2026-03-30 06:09:15 [bca.uk] INFO: Scrape type for GN70%20OTT: 0
2026-03-30 06:09:15 [bca.uk] INFO: Found listing with ID: YB19%20EOM
2026-03-30 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB19%2520EOM%27 HTTP/1.1" 200 None
2026-03-30 06:09:15 [bca.uk] INFO: Scrape type for YB19%20EOM: 2
2026-03-30 06:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47f84bb5-e7c4-5df4-94aa-8a07e3787640 with identifier: YB19%20EOM
2026-03-30 06:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47f84bb5-e7c4-5df4-94aa-8a07e3787640 with scrape type 2
2026-03-30 06:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47f84bb5-e7c4-5df4-94aa-8a07e3787640 with scrape type 2
2026-03-30 06:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47f84bb5-e7c4-5df4-94aa-8a07e3787640, identifier: YB19%20EOM
2026-03-30 06:09:15 [bca.uk] INFO: Found listing with ID: YY73%20XEX
2026-03-30 06:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XEX%27 HTTP/1.1" 200 None
2026-03-30 06:09:15 [bca.uk] INFO: Scrape type for YY73%20XEX: 2
2026-03-30 06:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2bef094-616f-54d3-b7c2-f1316260968d with identifier: YY73%20XEX
2026-03-30 06:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2bef094-616f-54d3-b7c2-f1316260968d with scrape type 2
2026-03-30 06:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2bef094-616f-54d3-b7c2-f1316260968d with scrape type 2
2026-03-30 06:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2bef094-616f-54d3-b7c2-f1316260968d, identifier: YY73%20XEX
2026-03-30 06:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with identifier: HF18%20LDC
2026-03-30 06:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a20b7cf1-a2b1-536b-81f2-901ca2c579b6 with identifier: HF18%20LDC
2026-03-30 06:09:15 [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-30 06:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:16 [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': 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-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-30 06:09:16 [bca.uk] INFO: Saving data for HF18%20LDC: {'auction_closing_time': 1774864800.0, 'created_time': 1774651770.434085, 'last_price_update_time': 1774850956.033354}
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:16 [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-30 06:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 073f1cbf-f9bd-56c1-9886-90364cdab627 with identifier: MF15%20LOA
2026-03-30 06:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 073f1cbf-f9bd-56c1-9886-90364cdab627 with identifier: MF15%20LOA
2026-03-30 06:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 073f1cbf-f9bd-56c1-9886-90364cdab627 with identifier: MF15%20LOA to the API
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:16 [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=MF15%20LOA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '073f1cbf-f9bd-56c1-9886-90364cdab627',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF15 LOA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF15%20LOA&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'DACIA',
'model': 'SANDERO',
'odometer': 78416,
'odometer_reading_unit': '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 AMBIANCE Hatchback',
'transmission': 'manual',
'trim': 'DCI 90 AMBIANCE',
'vin': 'UU15SDCL552568498',
'year': 2015}
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF15%2520LOA%27 HTTP/1.1" 200 None
2026-03-30 06:09:16 [bca.uk] INFO: Saving data for MF15%20LOA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649149.370836, 'last_price_update_time': 1774850956.336193}
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF15%2520LOA') HTTP/1.1" 204 0
2026-03-30 06:09:16 [bca.uk] INFO: Found listing with ID: LM72%20ZKZ
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM72%2520ZKZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:16 [bca.uk] INFO: Scrape type for LM72%20ZKZ: 2
2026-03-30 06:09:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a8e3ab1-9c51-5d30-bc86-9f7872b6bb5f with identifier: LM72%20ZKZ
2026-03-30 06:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a8e3ab1-9c51-5d30-bc86-9f7872b6bb5f with scrape type 2
2026-03-30 06:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a8e3ab1-9c51-5d30-bc86-9f7872b6bb5f with scrape type 2
2026-03-30 06:09:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a8e3ab1-9c51-5d30-bc86-9f7872b6bb5f, identifier: LM72%20ZKZ
2026-03-30 06:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47f84bb5-e7c4-5df4-94aa-8a07e3787640 with identifier: YB19%20EOM
2026-03-30 06:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47f84bb5-e7c4-5df4-94aa-8a07e3787640 with identifier: YB19%20EOM
2026-03-30 06:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47f84bb5-e7c4-5df4-94aa-8a07e3787640 with identifier: YB19%20EOM to the API
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB19%20EOM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '47f84bb5-e7c4-5df4-94aa-8a07e3787640',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB19 EOM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB19%20EOM&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 53037,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'automatic',
'trim': 'COOPER EXCLUSIVE',
'vin': 'WMWYW320103H71243',
'year': 2019}
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB19%2520EOM%27 HTTP/1.1" 200 None
2026-03-30 06:09:16 [bca.uk] INFO: Saving data for YB19%20EOM: {'auction_closing_time': 1774864800.0, 'created_time': 1774648995.873738, 'last_price_update_time': 1774850956.797707}
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB19%2520EOM') HTTP/1.1" 204 0
2026-03-30 06:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2bef094-616f-54d3-b7c2-f1316260968d with identifier: YY73%20XEX
2026-03-30 06:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2bef094-616f-54d3-b7c2-f1316260968d with identifier: YY73%20XEX
2026-03-30 06:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2bef094-616f-54d3-b7c2-f1316260968d with identifier: YY73%20XEX to the API
2026-03-30 06:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:17 [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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XEX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'd2bef094-616f-54d3-b7c2-f1316260968d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YY73 XEX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XEX&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 21844,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8900,
'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': 'ZFACF1BJ7RJJ32842',
'year': 2023}
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XEX%27 HTTP/1.1" 200 None
2026-03-30 06:09:17 [bca.uk] INFO: Saving data for YY73%20XEX: {'auction_closing_time': 1775170800.0, 'created_time': 1773835080.625661, 'last_price_update_time': 1774850957.107845}
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XEX') HTTP/1.1" 204 0
2026-03-30 06:09:17 [bca.uk] INFO: Found listing with ID: HY69%20RKF
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-30 06:09:17 [bca.uk] INFO: Scrape type for HY69%20RKF: 2
2026-03-30 06:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 511b90c7-d301-5c19-935e-e64100bccab1 with identifier: HY69%20RKF
2026-03-30 06:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511b90c7-d301-5c19-935e-e64100bccab1 with scrape type 2
2026-03-30 06:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 511b90c7-d301-5c19-935e-e64100bccab1 with scrape type 2
2026-03-30 06:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 511b90c7-d301-5c19-935e-e64100bccab1, identifier: HY69%20RKF
2026-03-30 06:09:17 [bca.uk] INFO: Found listing with ID: SB67%20ZDO
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB67%2520ZDO%27 HTTP/1.1" 200 None
2026-03-30 06:09:17 [bca.uk] INFO: Scrape type for SB67%20ZDO: 2
2026-03-30 06:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62dd1ad0-e1b9-5ce2-8909-28a8d16d69ae with identifier: SB67%20ZDO
2026-03-30 06:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62dd1ad0-e1b9-5ce2-8909-28a8d16d69ae with scrape type 2
2026-03-30 06:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62dd1ad0-e1b9-5ce2-8909-28a8d16d69ae with scrape type 2
2026-03-30 06:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62dd1ad0-e1b9-5ce2-8909-28a8d16d69ae, identifier: SB67%20ZDO
2026-03-30 06:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a8e3ab1-9c51-5d30-bc86-9f7872b6bb5f with identifier: LM72%20ZKZ
2026-03-30 06:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a8e3ab1-9c51-5d30-bc86-9f7872b6bb5f with identifier: LM72%20ZKZ
2026-03-30 06:09:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a8e3ab1-9c51-5d30-bc86-9f7872b6bb5f with identifier: LM72%20ZKZ to the API
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:17 [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': 26,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM72%20ZKZ-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': '5a8e3ab1-9c51-5d30-bc86-9f7872b6bb5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LM72 ZKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM72%20ZKZ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 63878,
'odometer_reading_unit': '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 308 SW 1.6 PHEV 180 GT PREMIUM E-EAT8 Estate',
'transmission': 'automatic',
'trim': 'PHEV 180 GT PREMIUM E-EAT8',
'vin': 'VR3F4DGYTNY600439',
'year': 2022}
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM72%2520ZKZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:17 [bca.uk] INFO: Saving data for LM72%20ZKZ: {'auction_closing_time': 1775037600.0, 'created_time': 1773841580.311175, 'last_price_update_time': 1774850957.652895}
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520ZKZ') HTTP/1.1" 204 0
2026-03-30 06:09:17 [scrapy.extensions.logstats] INFO: Crawled 42 pages (at 2 pages/min), scraped 764 items (at 139 items/min)
2026-03-30 06:09:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 206MiB
2026-03-30 06:09:17 [bca.uk] INFO: Found listing with ID: YG21%20HVH
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG21%2520HVH%27 HTTP/1.1" 200 None
2026-03-30 06:09:17 [bca.uk] INFO: Scrape type for YG21%20HVH: 2
2026-03-30 06:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5356663-f1b0-5d60-b277-361a82435d23 with identifier: YG21%20HVH
2026-03-30 06:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5356663-f1b0-5d60-b277-361a82435d23 with scrape type 2
2026-03-30 06:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5356663-f1b0-5d60-b277-361a82435d23 with scrape type 2
2026-03-30 06:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5356663-f1b0-5d60-b277-361a82435d23, identifier: YG21%20HVH
2026-03-30 06:09:17 [bca.uk] INFO: Found listing with ID: YY73%20XFS
2026-03-30 06:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XFS%27 HTTP/1.1" 200 None
2026-03-30 06:09:17 [bca.uk] INFO: Scrape type for YY73%20XFS: 2
2026-03-30 06:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21e89406-bfc1-586a-8def-186b6c846572 with identifier: YY73%20XFS
2026-03-30 06:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21e89406-bfc1-586a-8def-186b6c846572 with scrape type 2
2026-03-30 06:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21e89406-bfc1-586a-8def-186b6c846572 with scrape type 2
2026-03-30 06:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21e89406-bfc1-586a-8def-186b6c846572, identifier: YY73%20XFS
2026-03-30 06:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 511b90c7-d301-5c19-935e-e64100bccab1 with identifier: HY69%20RKF
2026-03-30 06:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 511b90c7-d301-5c19-935e-e64100bccab1 with identifier: HY69%20RKF
2026-03-30 06:09:17 [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-30 06:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:18 [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': 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-30 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-30 06:09:18 [bca.uk] INFO: Saving data for HY69%20RKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774651801.727433, 'last_price_update_time': 1774850958.167089}
2026-03-30 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:18 [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-30 06:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62dd1ad0-e1b9-5ce2-8909-28a8d16d69ae with identifier: SB67%20ZDO
2026-03-30 06:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62dd1ad0-e1b9-5ce2-8909-28a8d16d69ae with identifier: SB67%20ZDO
2026-03-30 06:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62dd1ad0-e1b9-5ce2-8909-28a8d16d69ae with identifier: SB67%20ZDO to the API
2026-03-30 06:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:18 [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=SB67%20ZDO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '62dd1ad0-e1b9-5ce2-8909-28a8d16d69ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB67 ZDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB67%20ZDO&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 92635,
'odometer_reading_unit': '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': 'W0V0XEP08J6017203',
'year': 2017}
2026-03-30 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB67%2520ZDO%27 HTTP/1.1" 200 None
2026-03-30 06:09:18 [bca.uk] INFO: Saving data for SB67%20ZDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649133.74975, 'last_price_update_time': 1774850958.570881}
2026-03-30 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB67%2520ZDO') HTTP/1.1" 204 0
2026-03-30 06:09:18 [bca.uk] INFO: Found listing with ID: VO24%20OZH
2026-03-30 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO24%2520OZH%27 HTTP/1.1" 200 None
2026-03-30 06:09:18 [bca.uk] INFO: Scrape type for VO24%20OZH: 0
2026-03-30 06:09:18 [bca.uk] INFO: Found listing with ID: DK14%20KWN
2026-03-30 06:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK14%2520KWN%27 HTTP/1.1" 200 None
2026-03-30 06:09:18 [bca.uk] INFO: Scrape type for DK14%20KWN: 2
2026-03-30 06:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c563c62-cb42-51fe-9e71-9ab66b185798 with identifier: DK14%20KWN
2026-03-30 06:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c563c62-cb42-51fe-9e71-9ab66b185798 with scrape type 2
2026-03-30 06:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c563c62-cb42-51fe-9e71-9ab66b185798 with scrape type 2
2026-03-30 06:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c563c62-cb42-51fe-9e71-9ab66b185798, identifier: DK14%20KWN
2026-03-30 06:09:18 [bca.uk] INFO: Total items found: 100
2026-03-30 06:09:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded
2026-03-30 06:09:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:09:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5356663-f1b0-5d60-b277-361a82435d23 with identifier: YG21%20HVH
2026-03-30 06:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5356663-f1b0-5d60-b277-361a82435d23 with identifier: YG21%20HVH
2026-03-30 06:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5356663-f1b0-5d60-b277-361a82435d23 with identifier: YG21%20HVH to the API
2026-03-30 06:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG21%20HVH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b5356663-f1b0-5d60-b277-361a82435d23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG21 HVH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG21%20HVH&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'CITROEN',
'model': 'C4',
'odometer': 34917,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 SHINE',
'vin': 'VR7BAHNSBME002576',
'year': 2021}
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG21%2520HVH%27 HTTP/1.1" 200 None
2026-03-30 06:09:19 [bca.uk] INFO: Saving data for YG21%20HVH: {'auction_closing_time': 1774864800.0, 'created_time': 1774648987.03729, 'last_price_update_time': 1774850959.039756}
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG21%2520HVH') HTTP/1.1" 204 0
2026-03-30 06:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21e89406-bfc1-586a-8def-186b6c846572 with identifier: YY73%20XFS
2026-03-30 06:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21e89406-bfc1-586a-8def-186b6c846572 with identifier: YY73%20XFS
2026-03-30 06:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21e89406-bfc1-586a-8def-186b6c846572 with identifier: YY73%20XFS to the API
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XFS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-02T23:00:00Z',
'fuel_type': 'Petrol',
'id': '21e89406-bfc1-586a-8def-186b6c846572',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YY73 XFS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XFS&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 19085,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'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': 'ZFACF1BJ6PJJ11929',
'year': 2023}
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XFS%27 HTTP/1.1" 200 None
2026-03-30 06:09:19 [bca.uk] INFO: Saving data for YY73%20XFS: {'auction_closing_time': 1775170800.0, 'created_time': 1773835019.889434, 'last_price_update_time': 1774850959.333636}
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XFS') HTTP/1.1" 204 0
2026-03-30 06:09:19 [bca.uk] INFO: Found listing with ID: RV19%20HHT
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-30 06:09:19 [bca.uk] INFO: Scrape type for RV19%20HHT: 2
2026-03-30 06:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd4aa969-b83f-57a4-a56d-750927b37a3e with identifier: RV19%20HHT
2026-03-30 06:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd4aa969-b83f-57a4-a56d-750927b37a3e with scrape type 2
2026-03-30 06:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd4aa969-b83f-57a4-a56d-750927b37a3e with scrape type 2
2026-03-30 06:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd4aa969-b83f-57a4-a56d-750927b37a3e, identifier: RV19%20HHT
2026-03-30 06:09:19 [bca.uk] INFO: Found listing with ID: YB23%20NJU
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB23%2520NJU%27 HTTP/1.1" 200 None
2026-03-30 06:09:19 [bca.uk] INFO: Scrape type for YB23%20NJU: 2
2026-03-30 06:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d658530e-e28f-5d36-a0a8-d4897b56d73b with identifier: YB23%20NJU
2026-03-30 06:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d658530e-e28f-5d36-a0a8-d4897b56d73b with scrape type 2
2026-03-30 06:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d658530e-e28f-5d36-a0a8-d4897b56d73b with scrape type 2
2026-03-30 06:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d658530e-e28f-5d36-a0a8-d4897b56d73b, identifier: YB23%20NJU
2026-03-30 06:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c563c62-cb42-51fe-9e71-9ab66b185798 with identifier: DK14%20KWN
2026-03-30 06:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c563c62-cb42-51fe-9e71-9ab66b185798 with identifier: DK14%20KWN
2026-03-30 06:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c563c62-cb42-51fe-9e71-9ab66b185798 with identifier: DK14%20KWN to the API
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK14%20KWN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8c563c62-cb42-51fe-9e71-9ab66b185798',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DK14 KWN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK14%20KWN&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 84348,
'odometer_reading_unit': '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': 'WF0KXXGCBKEY78674',
'year': 2014}
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK14%2520KWN%27 HTTP/1.1" 200 None
2026-03-30 06:09:19 [bca.uk] INFO: Saving data for DK14%20KWN: {'auction_closing_time': 1774951200.0, 'created_time': 1774649290.697103, 'last_price_update_time': 1774850959.848915}
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK14%2520KWN') HTTP/1.1" 204 0
2026-03-30 06:09:19 [bca.uk] INFO: Found listing with ID: BJ22%20OGX
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ22%2520OGX%27 HTTP/1.1" 200 None
2026-03-30 06:09:19 [bca.uk] INFO: Scrape type for BJ22%20OGX: 2
2026-03-30 06:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3641689-58a5-5a75-a611-17fb7828c618 with identifier: BJ22%20OGX
2026-03-30 06:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3641689-58a5-5a75-a611-17fb7828c618 with scrape type 2
2026-03-30 06:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3641689-58a5-5a75-a611-17fb7828c618 with scrape type 2
2026-03-30 06:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3641689-58a5-5a75-a611-17fb7828c618, identifier: BJ22%20OGX
2026-03-30 06:09:19 [bca.uk] INFO: Found listing with ID: YY73%20XHE
2026-03-30 06:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XHE%27 HTTP/1.1" 200 None
2026-03-30 06:09:20 [bca.uk] INFO: Scrape type for YY73%20XHE: 2
2026-03-30 06:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d0b0de4-a212-56ee-ac22-225c55c3da9d with identifier: YY73%20XHE
2026-03-30 06:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d0b0de4-a212-56ee-ac22-225c55c3da9d with scrape type 2
2026-03-30 06:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d0b0de4-a212-56ee-ac22-225c55c3da9d with scrape type 2
2026-03-30 06:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d0b0de4-a212-56ee-ac22-225c55c3da9d, identifier: YY73%20XHE
2026-03-30 06:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd4aa969-b83f-57a4-a56d-750927b37a3e with identifier: RV19%20HHT
2026-03-30 06:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd4aa969-b83f-57a4-a56d-750927b37a3e with identifier: RV19%20HHT
2026-03-30 06:09:20 [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-30 06:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:20 [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=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-30 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-30 06:09:20 [bca.uk] INFO: Saving data for RV19%20HHT: {'auction_closing_time': 1774864800.0, 'created_time': 1774651771.930695, 'last_price_update_time': 1774850960.37417}
2026-03-30 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:20 [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-30 06:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d658530e-e28f-5d36-a0a8-d4897b56d73b with identifier: YB23%20NJU
2026-03-30 06:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d658530e-e28f-5d36-a0a8-d4897b56d73b with identifier: YB23%20NJU
2026-03-30 06:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d658530e-e28f-5d36-a0a8-d4897b56d73b with identifier: YB23%20NJU to the API
2026-03-30 06:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:20 [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': 183,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB23%20NJU-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd658530e-e28f-5d36-a0a8-d4897b56d73b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB23 NJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB23%20NJU&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T28',
'odometer': 67751,
'odometer_reading_unit': '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': 'WV1ZZZ7HZPH082268',
'year': 2023}
2026-03-30 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB23%2520NJU%27 HTTP/1.1" 200 None
2026-03-30 06:09:20 [bca.uk] INFO: Saving data for YB23%20NJU: {'auction_closing_time': 1775037600.0, 'created_time': 1774649134.797973, 'last_price_update_time': 1774850960.695445}
2026-03-30 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB23%2520NJU') HTTP/1.1" 204 0
2026-03-30 06:09:20 [bca.uk] INFO: Found listing with ID: LR23%20ZDW
2026-03-30 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR23%2520ZDW%27 HTTP/1.1" 200 None
2026-03-30 06:09:20 [bca.uk] INFO: Scrape type for LR23%20ZDW: 2
2026-03-30 06:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6f276ad-7f6f-5e88-a322-ddc636c0b03d with identifier: LR23%20ZDW
2026-03-30 06:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6f276ad-7f6f-5e88-a322-ddc636c0b03d with scrape type 2
2026-03-30 06:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6f276ad-7f6f-5e88-a322-ddc636c0b03d with scrape type 2
2026-03-30 06:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6f276ad-7f6f-5e88-a322-ddc636c0b03d, identifier: LR23%20ZDW
2026-03-30 06:09:20 [bca.uk] INFO: Found listing with ID: NU14%20YFL
2026-03-30 06:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU14%2520YFL%27 HTTP/1.1" 200 None
2026-03-30 06:09:20 [bca.uk] INFO: Scrape type for NU14%20YFL: 2
2026-03-30 06:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2cfb0fc-d022-57ee-9c43-c01a663ec186 with identifier: NU14%20YFL
2026-03-30 06:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cfb0fc-d022-57ee-9c43-c01a663ec186 with scrape type 2
2026-03-30 06:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2cfb0fc-d022-57ee-9c43-c01a663ec186 with scrape type 2
2026-03-30 06:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2cfb0fc-d022-57ee-9c43-c01a663ec186, identifier: NU14%20YFL
2026-03-30 06:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3641689-58a5-5a75-a611-17fb7828c618 with identifier: BJ22%20OGX
2026-03-30 06:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3641689-58a5-5a75-a611-17fb7828c618 with identifier: BJ22%20OGX
2026-03-30 06:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3641689-58a5-5a75-a611-17fb7828c618 with identifier: BJ22%20OGX to the API
2026-03-30 06:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 217,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ22%20OGX-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'a3641689-58a5-5a75-a611-17fb7828c618',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ22 OGX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ22%20OGX&vehicleType=*',
'listing': 'directbuy',
'location': 'Wolverhampton',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 97083,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7900,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 FWD 2.0 EBL 185 L3 H2 TRAIL PanelVan',
'transmission': 'manual',
'trim': 'EBL 185 L3 H2 TRAIL',
'vin': 'WF0EXXTTREME79123',
'year': 2022}
2026-03-30 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ22%2520OGX%27 HTTP/1.1" 200 None
2026-03-30 06:09:21 [bca.uk] INFO: Saving data for BJ22%20OGX: {'auction_closing_time': 1775199600.0, 'created_time': 1773834661.082829, 'last_price_update_time': 1774850961.245894}
2026-03-30 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ22%2520OGX') HTTP/1.1" 204 0
2026-03-30 06:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d0b0de4-a212-56ee-ac22-225c55c3da9d with identifier: YY73%20XHE
2026-03-30 06:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d0b0de4-a212-56ee-ac22-225c55c3da9d with identifier: YY73%20XHE
2026-03-30 06:09:21 [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-30 06:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:21 [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': 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-30 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XHE%27 HTTP/1.1" 200 None
2026-03-30 06:09:21 [bca.uk] INFO: Saving data for YY73%20XHE: {'auction_closing_time': 1775170800.0, 'created_time': 1773841796.747175, 'last_price_update_time': 1774850961.564257}
2026-03-30 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:21 [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-30 06:09:21 [bca.uk] INFO: Found listing with ID: BU68%20VWW
2026-03-30 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-30 06:09:21 [bca.uk] INFO: Scrape type for BU68%20VWW: 2
2026-03-30 06:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with identifier: BU68%20VWW
2026-03-30 06:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with scrape type 2
2026-03-30 06:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with scrape type 2
2026-03-30 06:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74, identifier: BU68%20VWW
2026-03-30 06:09:21 [bca.uk] INFO: Found listing with ID: PF65%20MKM
2026-03-30 06:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF65%2520MKM%27 HTTP/1.1" 200 None
2026-03-30 06:09:21 [bca.uk] INFO: Scrape type for PF65%20MKM: 2
2026-03-30 06:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b65a32f-b7fa-5f9b-87e7-e222ae2d4e91 with identifier: PF65%20MKM
2026-03-30 06:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b65a32f-b7fa-5f9b-87e7-e222ae2d4e91 with scrape type 2
2026-03-30 06:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b65a32f-b7fa-5f9b-87e7-e222ae2d4e91 with scrape type 2
2026-03-30 06:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b65a32f-b7fa-5f9b-87e7-e222ae2d4e91, identifier: PF65%20MKM
2026-03-30 06:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6f276ad-7f6f-5e88-a322-ddc636c0b03d with identifier: LR23%20ZDW
2026-03-30 06:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6f276ad-7f6f-5e88-a322-ddc636c0b03d with identifier: LR23%20ZDW
2026-03-30 06:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6f276ad-7f6f-5e88-a322-ddc636c0b03d with identifier: LR23%20ZDW to the API
2026-03-30 06:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR23%20ZDW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c6f276ad-7f6f-5e88-a322-ddc636c0b03d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR23 ZDW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR23%20ZDW&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'AUDI',
'model': 'Q4 E-TRON',
'odometer': 17186,
'odometer_reading_unit': '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': 'WAUZZZFZ1PP014575',
'year': 2023}
2026-03-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR23%2520ZDW%27 HTTP/1.1" 200 None
2026-03-30 06:09:22 [bca.uk] INFO: Saving data for LR23%20ZDW: {'auction_closing_time': 1775037600.0, 'created_time': 1774649283.542575, 'last_price_update_time': 1774850962.110381}
2026-03-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR23%2520ZDW') HTTP/1.1" 204 0
2026-03-30 06:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2cfb0fc-d022-57ee-9c43-c01a663ec186 with identifier: NU14%20YFL
2026-03-30 06:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2cfb0fc-d022-57ee-9c43-c01a663ec186 with identifier: NU14%20YFL
2026-03-30 06:09:22 [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-30 06:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU14%2520YFL%27 HTTP/1.1" 200 None
2026-03-30 06:09:22 [bca.uk] INFO: Saving data for NU14%20YFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774476955.225554, 'last_price_update_time': 1774850962.416647}
2026-03-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:22 [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-30 06:09:22 [bca.uk] INFO: Found listing with ID: RA19%20XWL
2026-03-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA19%2520XWL%27 HTTP/1.1" 200 None
2026-03-30 06:09:22 [bca.uk] INFO: Scrape type for RA19%20XWL: 2
2026-03-30 06:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 065195d8-0e0b-55c8-878e-809503541166 with identifier: RA19%20XWL
2026-03-30 06:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 065195d8-0e0b-55c8-878e-809503541166 with scrape type 2
2026-03-30 06:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 065195d8-0e0b-55c8-878e-809503541166 with scrape type 2
2026-03-30 06:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 065195d8-0e0b-55c8-878e-809503541166, identifier: RA19%20XWL
2026-03-30 06:09:22 [bca.uk] INFO: Found listing with ID: EK73%20WBT
2026-03-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK73%2520WBT%27 HTTP/1.1" 200 None
2026-03-30 06:09:22 [bca.uk] INFO: Scrape type for EK73%20WBT: 2
2026-03-30 06:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b07f389-0c6c-56b1-9c72-97560766d55c with identifier: EK73%20WBT
2026-03-30 06:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b07f389-0c6c-56b1-9c72-97560766d55c with scrape type 2
2026-03-30 06:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b07f389-0c6c-56b1-9c72-97560766d55c with scrape type 2
2026-03-30 06:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b07f389-0c6c-56b1-9c72-97560766d55c, identifier: EK73%20WBT
2026-03-30 06:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with identifier: BU68%20VWW
2026-03-30 06:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7a88ae2-a4eb-5d11-add0-b1ee4ea97c74 with identifier: BU68%20VWW
2026-03-30 06:09:22 [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-30 06:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:22 [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': 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-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-30 06:09:22 [bca.uk] INFO: Saving data for BU68%20VWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774651769.64936, 'last_price_update_time': 1774850962.947573}
2026-03-30 06:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:22 [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-30 06:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b65a32f-b7fa-5f9b-87e7-e222ae2d4e91 with identifier: PF65%20MKM
2026-03-30 06:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b65a32f-b7fa-5f9b-87e7-e222ae2d4e91 with identifier: PF65%20MKM
2026-03-30 06:09:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b65a32f-b7fa-5f9b-87e7-e222ae2d4e91 with identifier: PF65%20MKM to the API
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:23 [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=PF65%20MKM-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9b65a32f-b7fa-5f9b-87e7-e222ae2d4e91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF65 MKM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF65%20MKM&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI C20',
'odometer': 123742,
'odometer_reading_unit': '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 CADDY MAXI C20 1.6 TDI 102 STARTLINE Van',
'transmission': 'manual',
'trim': 'TDI 102 STARTLINE',
'vin': 'WV1ZZZ2KZGX033494',
'year': 2016}
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF65%2520MKM%27 HTTP/1.1" 200 None
2026-03-30 06:09:23 [bca.uk] INFO: Saving data for PF65%20MKM: {'auction_closing_time': 1775037600.0, 'created_time': 1774649136.879986, 'last_price_update_time': 1774850963.36125}
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF65%2520MKM') HTTP/1.1" 204 0
2026-03-30 06:09:23 [bca.uk] INFO: Found listing with ID: GV74%20XLD
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV74%2520XLD%27 HTTP/1.1" 200 None
2026-03-30 06:09:23 [bca.uk] INFO: Scrape type for GV74%20XLD: 0
2026-03-30 06:09:23 [bca.uk] INFO: Found listing with ID: LM74%20XOF
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM74%2520XOF%27 HTTP/1.1" 200 None
2026-03-30 06:09:23 [bca.uk] INFO: Scrape type for LM74%20XOF: 0
2026-03-30 06:09:23 [bca.uk] INFO: Found listing with ID: LP72%20VEW
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP72%2520VEW%27 HTTP/1.1" 200 None
2026-03-30 06:09:23 [bca.uk] INFO: Scrape type for LP72%20VEW: 0
2026-03-30 06:09:23 [bca.uk] INFO: Found listing with ID: MD24%20WCJ
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD24%2520WCJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:23 [bca.uk] INFO: Scrape type for MD24%20WCJ: 0
2026-03-30 06:09:23 [bca.uk] INFO: Found listing with ID: BC74%20HAX
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC74%2520HAX%27 HTTP/1.1" 200 None
2026-03-30 06:09:23 [bca.uk] INFO: Scrape type for BC74%20HAX: 2
2026-03-30 06:09:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2f8c2a1-8f52-536a-b393-0d8c53589aa8 with identifier: BC74%20HAX
2026-03-30 06:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2f8c2a1-8f52-536a-b393-0d8c53589aa8 with scrape type 2
2026-03-30 06:09:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2f8c2a1-8f52-536a-b393-0d8c53589aa8 with scrape type 2
2026-03-30 06:09:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2f8c2a1-8f52-536a-b393-0d8c53589aa8, identifier: BC74%20HAX
2026-03-30 06:09:23 [bca.uk] INFO: Found listing with ID: SK12%20HUV
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK12%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:09:23 [bca.uk] INFO: Scrape type for SK12%20HUV: 2
2026-03-30 06:09:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efbc02f9-a68e-55d1-b627-226cb6d903d5 with identifier: SK12%20HUV
2026-03-30 06:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efbc02f9-a68e-55d1-b627-226cb6d903d5 with scrape type 2
2026-03-30 06:09:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efbc02f9-a68e-55d1-b627-226cb6d903d5 with scrape type 2
2026-03-30 06:09:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efbc02f9-a68e-55d1-b627-226cb6d903d5, identifier: SK12%20HUV
2026-03-30 06:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 065195d8-0e0b-55c8-878e-809503541166 with identifier: RA19%20XWL
2026-03-30 06:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 065195d8-0e0b-55c8-878e-809503541166 with identifier: RA19%20XWL
2026-03-30 06:09:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 065195d8-0e0b-55c8-878e-809503541166 with identifier: RA19%20XWL to the API
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:23 [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=RA19%20XWL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '065195d8-0e0b-55c8-878e-809503541166',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA19 XWL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA19%20XWL&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'KIA',
'model': 'CEED SW',
'odometer': 85944,
'odometer_reading_unit': '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 SW 1.6 CRDI 3 ISG Estate',
'transmission': 'manual',
'trim': 'CRDI 3 ISG',
'vin': 'U5YH5819LKL032816',
'year': 2019}
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA19%2520XWL%27 HTTP/1.1" 200 None
2026-03-30 06:09:23 [bca.uk] INFO: Saving data for RA19%20XWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774648998.440205, 'last_price_update_time': 1774850963.967119}
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA19%2520XWL') HTTP/1.1" 204 0
2026-03-30 06:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b07f389-0c6c-56b1-9c72-97560766d55c with identifier: EK73%20WBT
2026-03-30 06:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b07f389-0c6c-56b1-9c72-97560766d55c with identifier: EK73%20WBT
2026-03-30 06:09:24 [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-30 06:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK73%2520WBT%27 HTTP/1.1" 200 None
2026-03-30 06:09:24 [bca.uk] INFO: Saving data for EK73%20WBT: {'auction_closing_time': 1775199600.0, 'created_time': 1774477547.016843, 'last_price_update_time': 1774850964.271266}
2026-03-30 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:24 [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-30 06:09:24 [bca.uk] INFO: Found listing with ID: BV19%20GVW
2026-03-30 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-30 06:09:24 [bca.uk] INFO: Scrape type for BV19%20GVW: 2
2026-03-30 06:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23e882b1-a96d-5a7b-8029-24d5c1954084 with identifier: BV19%20GVW
2026-03-30 06:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23e882b1-a96d-5a7b-8029-24d5c1954084 with scrape type 2
2026-03-30 06:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23e882b1-a96d-5a7b-8029-24d5c1954084 with scrape type 2
2026-03-30 06:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23e882b1-a96d-5a7b-8029-24d5c1954084, identifier: BV19%20GVW
2026-03-30 06:09:24 [bca.uk] INFO: Found listing with ID: SY68%20MYK
2026-03-30 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY68%2520MYK%27 HTTP/1.1" 200 None
2026-03-30 06:09:24 [bca.uk] INFO: Scrape type for SY68%20MYK: 2
2026-03-30 06:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8b9765f-0196-53c8-9fe2-489ce9d41e5a with identifier: SY68%20MYK
2026-03-30 06:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b9765f-0196-53c8-9fe2-489ce9d41e5a with scrape type 2
2026-03-30 06:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8b9765f-0196-53c8-9fe2-489ce9d41e5a with scrape type 2
2026-03-30 06:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8b9765f-0196-53c8-9fe2-489ce9d41e5a, identifier: SY68%20MYK
2026-03-30 06:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2f8c2a1-8f52-536a-b393-0d8c53589aa8 with identifier: BC74%20HAX
2026-03-30 06:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2f8c2a1-8f52-536a-b393-0d8c53589aa8 with identifier: BC74%20HAX
2026-03-30 06:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2f8c2a1-8f52-536a-b393-0d8c53589aa8 with identifier: BC74%20HAX to the API
2026-03-30 06:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:24 [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': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC74%20HAX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd2f8c2a1-8f52-536a-b393-0d8c53589aa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BC74 HAX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC74%20HAX&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'PEUGEOT',
'model': '208',
'odometer': 13008,
'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': 'VR3UPHNE8R4338427',
'year': 2025}
2026-03-30 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC74%2520HAX%27 HTTP/1.1" 200 None
2026-03-30 06:09:24 [bca.uk] INFO: Saving data for BC74%20HAX: {'auction_closing_time': 1775124000.0, 'created_time': 1774016619.092361, 'last_price_update_time': 1774850964.816063}
2026-03-30 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC74%2520HAX') HTTP/1.1" 204 0
2026-03-30 06:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efbc02f9-a68e-55d1-b627-226cb6d903d5 with identifier: SK12%20HUV
2026-03-30 06:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efbc02f9-a68e-55d1-b627-226cb6d903d5 with identifier: SK12%20HUV
2026-03-30 06:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efbc02f9-a68e-55d1-b627-226cb6d903d5 with identifier: SK12%20HUV to the API
2026-03-30 06:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:25 [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': 177,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'efbc02f9-a68e-55d1-b627-226cb6d903d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK12 HUV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK12%20HUV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VOLVO',
'model': 'C30',
'odometer': 83064,
'odometer_reading_unit': '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 C30 2.0 R DESIGN Coupe',
'transmission': 'manual',
'trim': 'R DESIGN',
'vin': 'YV1MK4352C2280929',
'year': 2012}
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK12%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:09:25 [bca.uk] INFO: Saving data for SK12%20HUV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649276.82076, 'last_price_update_time': 1774850965.109688}
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK12%2520HUV') HTTP/1.1" 204 0
2026-03-30 06:09:25 [bca.uk] INFO: Found listing with ID: SY19%20CEJ
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY19%2520CEJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:25 [bca.uk] INFO: Scrape type for SY19%20CEJ: 2
2026-03-30 06:09:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff3f941-485b-5675-ac21-803e1677f022 with identifier: SY19%20CEJ
2026-03-30 06:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff3f941-485b-5675-ac21-803e1677f022 with scrape type 2
2026-03-30 06:09:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dff3f941-485b-5675-ac21-803e1677f022 with scrape type 2
2026-03-30 06:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dff3f941-485b-5675-ac21-803e1677f022, identifier: SY19%20CEJ
2026-03-30 06:09:25 [bca.uk] INFO: Found listing with ID: CV18%20ZGK
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV18%2520ZGK%27 HTTP/1.1" 200 None
2026-03-30 06:09:25 [bca.uk] INFO: Scrape type for CV18%20ZGK: 0
2026-03-30 06:09:25 [bca.uk] INFO: Found listing with ID: LM63%20VTK
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM63%2520VTK%27 HTTP/1.1" 200 None
2026-03-30 06:09:25 [bca.uk] INFO: Scrape type for LM63%20VTK: 2
2026-03-30 06:09:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef3c6075-257a-51b2-b9c7-9ac9f8bcc21e with identifier: LM63%20VTK
2026-03-30 06:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef3c6075-257a-51b2-b9c7-9ac9f8bcc21e with scrape type 2
2026-03-30 06:09:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef3c6075-257a-51b2-b9c7-9ac9f8bcc21e with scrape type 2
2026-03-30 06:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef3c6075-257a-51b2-b9c7-9ac9f8bcc21e, identifier: LM63%20VTK
2026-03-30 06:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23e882b1-a96d-5a7b-8029-24d5c1954084 with identifier: BV19%20GVW
2026-03-30 06:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23e882b1-a96d-5a7b-8029-24d5c1954084 with identifier: BV19%20GVW
2026-03-30 06:09:25 [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-30 06:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-30 06:09:25 [bca.uk] INFO: Saving data for BV19%20GVW: {'auction_closing_time': 1774864800.0, 'created_time': 1774651746.772996, 'last_price_update_time': 1774850965.621091}
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:25 [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-30 06:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8b9765f-0196-53c8-9fe2-489ce9d41e5a with identifier: SY68%20MYK
2026-03-30 06:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8b9765f-0196-53c8-9fe2-489ce9d41e5a with identifier: SY68%20MYK
2026-03-30 06:09:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8b9765f-0196-53c8-9fe2-489ce9d41e5a with identifier: SY68%20MYK to the API
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:25 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY68%20MYK-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd8b9765f-0196-53c8-9fe2-489ce9d41e5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY68 MYK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY68%20MYK&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'CITROEN',
'model': 'DISPATCH 1400',
'odometer': 136827,
'odometer_reading_unit': '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 DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S CrewCab Van',
'transmission': 'manual',
'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
'vin': 'VF7VFAHKHJZ075724',
'year': 2018}
2026-03-30 06:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY68%2520MYK%27 HTTP/1.1" 200 None
2026-03-30 06:09:26 [bca.uk] INFO: Saving data for SY68%20MYK: {'auction_closing_time': 1775037600.0, 'created_time': 1774649138.935136, 'last_price_update_time': 1774850966.013355}
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY68%2520MYK') HTTP/1.1" 204 0
2026-03-30 06:09:26 [bca.uk] INFO: Found listing with ID: EO23%20LML
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO23%2520LML%27 HTTP/1.1" 200 None
2026-03-30 06:09:26 [bca.uk] INFO: Scrape type for EO23%20LML: 0
2026-03-30 06:09:26 [bca.uk] INFO: Found listing with ID: EU16%20VPP
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU16%2520VPP%27 HTTP/1.1" 200 None
2026-03-30 06:09:26 [bca.uk] INFO: Scrape type for EU16%20VPP: 2
2026-03-30 06:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 613e170f-721e-54dd-9e7c-a6e9273f7af3 with identifier: EU16%20VPP
2026-03-30 06:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 613e170f-721e-54dd-9e7c-a6e9273f7af3 with scrape type 2
2026-03-30 06:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 613e170f-721e-54dd-9e7c-a6e9273f7af3 with scrape type 2
2026-03-30 06:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 613e170f-721e-54dd-9e7c-a6e9273f7af3, identifier: EU16%20VPP
2026-03-30 06:09:26 [bca.uk] INFO: Found listing with ID: NU68%20WCD
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU68%2520WCD%27 HTTP/1.1" 200 None
2026-03-30 06:09:26 [bca.uk] INFO: Scrape type for NU68%20WCD: 2
2026-03-30 06:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bd72226-6683-580b-a885-24897e8bd3c0 with identifier: NU68%20WCD
2026-03-30 06:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bd72226-6683-580b-a885-24897e8bd3c0 with scrape type 2
2026-03-30 06:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bd72226-6683-580b-a885-24897e8bd3c0 with scrape type 2
2026-03-30 06:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bd72226-6683-580b-a885-24897e8bd3c0, identifier: NU68%20WCD
2026-03-30 06:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dff3f941-485b-5675-ac21-803e1677f022 with identifier: SY19%20CEJ
2026-03-30 06:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dff3f941-485b-5675-ac21-803e1677f022 with identifier: SY19%20CEJ
2026-03-30 06:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dff3f941-485b-5675-ac21-803e1677f022 with identifier: SY19%20CEJ to the API
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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=SY19%20CEJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dff3f941-485b-5675-ac21-803e1677f022',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY19 CEJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY19%20CEJ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 79495,
'odometer_reading_unit': '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.5 EBL 95 ZETEC Estate',
'transmission': 'manual',
'trim': 'EBL 95 ZETEC',
'vin': 'WF0PXXGCHPKL30845',
'year': 2024}
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY19%2520CEJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:26 [bca.uk] INFO: Saving data for SY19%20CEJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774361864.280961, 'last_price_update_time': 1774850966.583817}
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY19%2520CEJ') HTTP/1.1" 204 0
2026-03-30 06:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef3c6075-257a-51b2-b9c7-9ac9f8bcc21e with identifier: LM63%20VTK
2026-03-30 06:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef3c6075-257a-51b2-b9c7-9ac9f8bcc21e with identifier: LM63%20VTK
2026-03-30 06:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef3c6075-257a-51b2-b9c7-9ac9f8bcc21e with identifier: LM63%20VTK to the API
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM63%20VTK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.8L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'ef3c6075-257a-51b2-b9c7-9ac9f8bcc21e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM63 VTK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM63%20VTK&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'AUDI',
'model': 'A3',
'odometer': 88205,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5700,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'AUDI A3 1.8 TFSI 180 QUATTRO S LINE S-T Hatchback',
'transmission': 'automatic',
'trim': 'TFSI 180 QUATTRO S LINE S-T',
'vin': 'WAUZZZ8V6EA100927',
'year': 2013}
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM63%2520VTK%27 HTTP/1.1" 200 None
2026-03-30 06:09:26 [bca.uk] INFO: Saving data for LM63%20VTK: {'auction_closing_time': 1775199600.0, 'created_time': 1774005037.309541, 'last_price_update_time': 1774850966.901609}
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM63%2520VTK') HTTP/1.1" 204 0
2026-03-30 06:09:26 [bca.uk] INFO: Found listing with ID: DG22%20CTE
2026-03-30 06:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-30 06:09:26 [bca.uk] INFO: Scrape type for DG22%20CTE: 2
2026-03-30 06:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a63ae8e5-00ce-577c-af59-0fe13e141812 with identifier: DG22%20CTE
2026-03-30 06:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a63ae8e5-00ce-577c-af59-0fe13e141812 with scrape type 2
2026-03-30 06:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a63ae8e5-00ce-577c-af59-0fe13e141812 with scrape type 2
2026-03-30 06:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a63ae8e5-00ce-577c-af59-0fe13e141812, identifier: DG22%20CTE
2026-03-30 06:09:27 [bca.uk] INFO: Found listing with ID: YB15%20YCN
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB15%2520YCN%27 HTTP/1.1" 200 None
2026-03-30 06:09:27 [bca.uk] INFO: Scrape type for YB15%20YCN: 2
2026-03-30 06:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b83ffeaf-b165-5763-9172-755c07ca4b87 with identifier: YB15%20YCN
2026-03-30 06:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b83ffeaf-b165-5763-9172-755c07ca4b87 with scrape type 2
2026-03-30 06:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b83ffeaf-b165-5763-9172-755c07ca4b87 with scrape type 2
2026-03-30 06:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b83ffeaf-b165-5763-9172-755c07ca4b87, identifier: YB15%20YCN
2026-03-30 06:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 613e170f-721e-54dd-9e7c-a6e9273f7af3 with identifier: EU16%20VPP
2026-03-30 06:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 613e170f-721e-54dd-9e7c-a6e9273f7af3 with identifier: EU16%20VPP
2026-03-30 06:09:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 613e170f-721e-54dd-9e7c-a6e9273f7af3 with identifier: EU16%20VPP to the API
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 142,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '613e170f-721e-54dd-9e7c-a6e9273f7af3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EU16 VPP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU16%20VPP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'GTC',
'odometer': 95679,
'odometer_reading_unit': '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 GTC 1.4 T 16V 140 SRI Coupe',
'transmission': 'manual',
'trim': 'T 16V 140 SRI',
'vin': 'W0LPF2EC2GG100094',
'year': 2016}
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU16%2520VPP%27 HTTP/1.1" 200 None
2026-03-30 06:09:27 [bca.uk] INFO: Saving data for EU16%20VPP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649284.155485, 'last_price_update_time': 1774850967.39836}
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU16%2520VPP') HTTP/1.1" 204 0
2026-03-30 06:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bd72226-6683-580b-a885-24897e8bd3c0 with identifier: NU68%20WCD
2026-03-30 06:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bd72226-6683-580b-a885-24897e8bd3c0 with identifier: NU68%20WCD
2026-03-30 06:09:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bd72226-6683-580b-a885-24897e8bd3c0 with identifier: NU68%20WCD to the API
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU68%20WCD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9bd72226-6683-580b-a885-24897e8bd3c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU68 WCD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU68%20WCD&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SEAT',
'model': 'LEON',
'odometer': 50863,
'odometer_reading_unit': '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 TSI 190 FR SPORT EZ DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 190 FR SPORT EZ DSG',
'vin': 'VSSZZZ5FZKR007542',
'year': 2018}
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU68%2520WCD%27 HTTP/1.1" 200 None
2026-03-30 06:09:27 [bca.uk] INFO: Saving data for NU68%20WCD: {'auction_closing_time': 1775037600.0, 'created_time': 1774303715.17334, 'last_price_update_time': 1774850967.684309}
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU68%2520WCD') HTTP/1.1" 204 0
2026-03-30 06:09:27 [bca.uk] INFO: Found listing with ID: DY64%20YTD
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY64%2520YTD%27 HTTP/1.1" 200 None
2026-03-30 06:09:27 [bca.uk] INFO: Scrape type for DY64%20YTD: 2
2026-03-30 06:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f005ca07-e51c-56f5-a99a-4c4dfa8f7fcb with identifier: DY64%20YTD
2026-03-30 06:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f005ca07-e51c-56f5-a99a-4c4dfa8f7fcb with scrape type 2
2026-03-30 06:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f005ca07-e51c-56f5-a99a-4c4dfa8f7fcb with scrape type 2
2026-03-30 06:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f005ca07-e51c-56f5-a99a-4c4dfa8f7fcb, identifier: DY64%20YTD
2026-03-30 06:09:27 [bca.uk] INFO: Found listing with ID: KP69%20EZC
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP69%2520EZC%27 HTTP/1.1" 200 None
2026-03-30 06:09:27 [bca.uk] INFO: Scrape type for KP69%20EZC: 0
2026-03-30 06:09:27 [bca.uk] INFO: Found listing with ID: LM58%20ZKW
2026-03-30 06:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM58%2520ZKW%27 HTTP/1.1" 200 None
2026-03-30 06:09:27 [bca.uk] INFO: Scrape type for LM58%20ZKW: 2
2026-03-30 06:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with identifier: LM58%20ZKW
2026-03-30 06:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with scrape type 2
2026-03-30 06:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with scrape type 2
2026-03-30 06:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe, identifier: LM58%20ZKW
2026-03-30 06:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a63ae8e5-00ce-577c-af59-0fe13e141812 with identifier: DG22%20CTE
2026-03-30 06:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a63ae8e5-00ce-577c-af59-0fe13e141812 with identifier: DG22%20CTE
2026-03-30 06:09:28 [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-30 06:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:28 [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': 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-30 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-30 06:09:28 [bca.uk] INFO: Saving data for DG22%20CTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774651622.803863, 'last_price_update_time': 1774850968.264735}
2026-03-30 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:28 [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-30 06:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b83ffeaf-b165-5763-9172-755c07ca4b87 with identifier: YB15%20YCN
2026-03-30 06:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b83ffeaf-b165-5763-9172-755c07ca4b87 with identifier: YB15%20YCN
2026-03-30 06:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b83ffeaf-b165-5763-9172-755c07ca4b87 with identifier: YB15%20YCN to the API
2026-03-30 06:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:28 [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=YB15%20YCN-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b83ffeaf-b165-5763-9172-755c07ca4b87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB15 YCN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB15%20YCN&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T30',
'odometer': 36734,
'odometer_reading_unit': '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 T30 2.0 TDI 140 T/L LWB PanelVan',
'transmission': 'manual',
'trim': 'TDI 140 T/L LWB',
'vin': 'WV1ZZZ7HZFH164098',
'year': 2015}
2026-03-30 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB15%2520YCN%27 HTTP/1.1" 200 None
2026-03-30 06:09:28 [bca.uk] INFO: Saving data for YB15%20YCN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649139.342488, 'last_price_update_time': 1774850968.547047}
2026-03-30 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB15%2520YCN') HTTP/1.1" 204 0
2026-03-30 06:09:28 [bca.uk] INFO: Found listing with ID: EO74%20OPL
2026-03-30 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO74%2520OPL%27 HTTP/1.1" 200 None
2026-03-30 06:09:28 [bca.uk] INFO: Scrape type for EO74%20OPL: 2
2026-03-30 06:09:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ba41d7-ff35-50e5-ac6f-e966bf2d587f with identifier: EO74%20OPL
2026-03-30 06:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ba41d7-ff35-50e5-ac6f-e966bf2d587f with scrape type 2
2026-03-30 06:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58ba41d7-ff35-50e5-ac6f-e966bf2d587f with scrape type 2
2026-03-30 06:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58ba41d7-ff35-50e5-ac6f-e966bf2d587f, identifier: EO74%20OPL
2026-03-30 06:09:28 [bca.uk] INFO: Found listing with ID: NV11%20BAO
2026-03-30 06:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV11%2520BAO%27 HTTP/1.1" 200 None
2026-03-30 06:09:28 [bca.uk] INFO: Scrape type for NV11%20BAO: 2
2026-03-30 06:09:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7bb7fd3-4054-514c-af12-71f22885d1f8 with identifier: NV11%20BAO
2026-03-30 06:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7bb7fd3-4054-514c-af12-71f22885d1f8 with scrape type 2
2026-03-30 06:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7bb7fd3-4054-514c-af12-71f22885d1f8 with scrape type 2
2026-03-30 06:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7bb7fd3-4054-514c-af12-71f22885d1f8, identifier: NV11%20BAO
2026-03-30 06:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f005ca07-e51c-56f5-a99a-4c4dfa8f7fcb with identifier: DY64%20YTD
2026-03-30 06:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f005ca07-e51c-56f5-a99a-4c4dfa8f7fcb with identifier: DY64%20YTD
2026-03-30 06:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f005ca07-e51c-56f5-a99a-4c4dfa8f7fcb with identifier: DY64%20YTD to the API
2026-03-30 06:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:29 [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': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY64%20YTD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'f005ca07-e51c-56f5-a99a-4c4dfa8f7fcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY64 YTD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY64%20YTD&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'PEUGEOT',
'model': '308',
'odometer': 87169,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1178,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 1.6 E-HDI 115 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'E-HDI 115 ACTIVE',
'vin': 'VF3LB9HCGDS228129',
'year': 2014}
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY64%2520YTD%27 HTTP/1.1" 200 None
2026-03-30 06:09:29 [bca.uk] INFO: Saving data for DY64%20YTD: {'auction_closing_time': 1775199600.0, 'created_time': 1774278134.931323, 'last_price_update_time': 1774850969.079194}
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY64%2520YTD') HTTP/1.1" 204 0
2026-03-30 06:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with identifier: LM58%20ZKW
2026-03-30 06:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e2d8fd3-e644-584e-a2fe-602b9a6988fe with identifier: LM58%20ZKW
2026-03-30 06:09:29 [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-30 06:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM58%2520ZKW%27 HTTP/1.1" 200 None
2026-03-30 06:09:29 [bca.uk] INFO: Saving data for LM58%20ZKW: {'auction_closing_time': 1775199600.0, 'created_time': 1773827357.515719, 'last_price_update_time': 1774850969.381902}
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:29 [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-30 06:09:29 [bca.uk] INFO: Found listing with ID: ML18%20XJB
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-30 06:09:29 [bca.uk] INFO: Scrape type for ML18%20XJB: 2
2026-03-30 06:09:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with identifier: ML18%20XJB
2026-03-30 06:09:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with scrape type 2
2026-03-30 06:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with scrape type 2
2026-03-30 06:09:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35, identifier: ML18%20XJB
2026-03-30 06:09:29 [bca.uk] INFO: Found listing with ID: YP70%20OYG
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP70%2520OYG%27 HTTP/1.1" 200 None
2026-03-30 06:09:29 [bca.uk] INFO: Scrape type for YP70%20OYG: 2
2026-03-30 06:09:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a687ae9-2c36-5a2f-86e8-bd4a0db5a47f with identifier: YP70%20OYG
2026-03-30 06:09:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a687ae9-2c36-5a2f-86e8-bd4a0db5a47f with scrape type 2
2026-03-30 06:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a687ae9-2c36-5a2f-86e8-bd4a0db5a47f with scrape type 2
2026-03-30 06:09:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a687ae9-2c36-5a2f-86e8-bd4a0db5a47f, identifier: YP70%20OYG
2026-03-30 06:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58ba41d7-ff35-50e5-ac6f-e966bf2d587f with identifier: EO74%20OPL
2026-03-30 06:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58ba41d7-ff35-50e5-ac6f-e966bf2d587f with identifier: EO74%20OPL
2026-03-30 06:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58ba41d7-ff35-50e5-ac6f-e966bf2d587f with identifier: EO74%20OPL to the API
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 23,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO74%20OPL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '58ba41d7-ff35-50e5-ac6f-e966bf2d587f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EO74 OPL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO74%20OPL&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'KUGA',
'odometer': 46886,
'odometer_reading_unit': '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 KUGA 2.5 E/B PHEV 2WD ST-LINE ED. StationWagon',
'transmission': 'automatic',
'trim': 'E/B PHEV 2WD ST-LINE ED.',
'vin': 'WF0FXXWPMHPU17183',
'year': 2024}
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO74%2520OPL%27 HTTP/1.1" 200 None
2026-03-30 06:09:29 [bca.uk] INFO: Saving data for EO74%20OPL: {'auction_closing_time': 1775124000.0, 'created_time': 1774649275.801092, 'last_price_update_time': 1774850969.921913}
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO74%2520OPL') HTTP/1.1" 204 0
2026-03-30 06:09:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7bb7fd3-4054-514c-af12-71f22885d1f8 with identifier: NV11%20BAO
2026-03-30 06:09:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7bb7fd3-4054-514c-af12-71f22885d1f8 with identifier: NV11%20BAO
2026-03-30 06:09:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7bb7fd3-4054-514c-af12-71f22885d1f8 with identifier: NV11%20BAO to the API
2026-03-30 06:09:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 127,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a7bb7fd3-4054-514c-af12-71f22885d1f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NV11 BAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV11%20BAO&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'MINI',
'model': 'ONE',
'odometer': 203228,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'MINI ONE 1.6 Hatchback',
'transmission': 'manual',
'trim': '',
'vin': 'WMWSR32090T028257',
'year': 2011}
2026-03-30 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV11%2520BAO%27 HTTP/1.1" 200 None
2026-03-30 06:09:30 [bca.uk] INFO: Saving data for NV11%20BAO: {'auction_closing_time': 1775037600.0, 'created_time': 1774562745.546552, 'last_price_update_time': 1774850970.352509}
2026-03-30 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV11%2520BAO') HTTP/1.1" 204 0
2026-03-30 06:09:30 [bca.uk] INFO: Found listing with ID: ML69%20KTJ
2026-03-30 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML69%2520KTJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:30 [bca.uk] INFO: Scrape type for ML69%20KTJ: 2
2026-03-30 06:09:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc829f1-b577-557f-a9d0-585302c84cba with identifier: ML69%20KTJ
2026-03-30 06:09:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc829f1-b577-557f-a9d0-585302c84cba with scrape type 2
2026-03-30 06:09:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc829f1-b577-557f-a9d0-585302c84cba with scrape type 2
2026-03-30 06:09:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cc829f1-b577-557f-a9d0-585302c84cba, identifier: ML69%20KTJ
2026-03-30 06:09:30 [bca.uk] INFO: Found listing with ID: ND66%20WXW
2026-03-30 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND66%2520WXW%27 HTTP/1.1" 200 None
2026-03-30 06:09:30 [bca.uk] INFO: Scrape type for ND66%20WXW: 2
2026-03-30 06:09:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7b1dafd-8a71-56ab-972b-7d745fda99c7 with identifier: ND66%20WXW
2026-03-30 06:09:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7b1dafd-8a71-56ab-972b-7d745fda99c7 with scrape type 2
2026-03-30 06:09:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7b1dafd-8a71-56ab-972b-7d745fda99c7 with scrape type 2
2026-03-30 06:09:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7b1dafd-8a71-56ab-972b-7d745fda99c7, identifier: ND66%20WXW
2026-03-30 06:09:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with identifier: ML18%20XJB
2026-03-30 06:09:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46c5b1fb-3464-55c9-93cb-793aa5ea1d35 with identifier: ML18%20XJB
2026-03-30 06:09:30 [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-30 06:09:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:30 [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': 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-30 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-30 06:09:30 [bca.uk] INFO: Saving data for ML18%20XJB: {'auction_closing_time': 1774864800.0, 'created_time': 1774651761.457097, 'last_price_update_time': 1774850970.900962}
2026-03-30 06:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:30 [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-30 06:09:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a687ae9-2c36-5a2f-86e8-bd4a0db5a47f with identifier: YP70%20OYG
2026-03-30 06:09:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a687ae9-2c36-5a2f-86e8-bd4a0db5a47f with identifier: YP70%20OYG
2026-03-30 06:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a687ae9-2c36-5a2f-86e8-bd4a0db5a47f with identifier: YP70%20OYG to the API
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:09: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-30 06:09:31 [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': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP70%20OYG-GB',
'category': 'LightCommercialVehicle',
'color': 'orange',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5a687ae9-2c36-5a2f-86e8-bd4a0db5a47f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP70 OYG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP70%20OYG&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 35404,
'odometer_reading_unit': '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': 'WF0YXXTTGYKY73750',
'year': 2020}
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP70%2520OYG%27 HTTP/1.1" 200 None
2026-03-30 06:09:31 [bca.uk] INFO: Saving data for YP70%20OYG: {'auction_closing_time': 1775037600.0, 'created_time': 1774649122.995272, 'last_price_update_time': 1774850971.364665}
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP70%2520OYG') HTTP/1.1" 204 0
2026-03-30 06:09:31 [bca.uk] INFO: Found listing with ID: DA15%20KME
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA15%2520KME%27 HTTP/1.1" 200 None
2026-03-30 06:09:31 [bca.uk] INFO: Scrape type for DA15%20KME: 2
2026-03-30 06:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5599af3d-6f3a-57e0-8314-cc8545a2c168 with identifier: DA15%20KME
2026-03-30 06:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5599af3d-6f3a-57e0-8314-cc8545a2c168 with scrape type 2
2026-03-30 06:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5599af3d-6f3a-57e0-8314-cc8545a2c168 with scrape type 2
2026-03-30 06:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5599af3d-6f3a-57e0-8314-cc8545a2c168, identifier: DA15%20KME
2026-03-30 06:09:31 [bca.uk] INFO: Found listing with ID: NX63%20OSO
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX63%2520OSO%27 HTTP/1.1" 200 None
2026-03-30 06:09:31 [bca.uk] INFO: Scrape type for NX63%20OSO: 2
2026-03-30 06:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f677e5f0-fd17-569f-a850-b11b75e0e3c1 with identifier: NX63%20OSO
2026-03-30 06:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f677e5f0-fd17-569f-a850-b11b75e0e3c1 with scrape type 2
2026-03-30 06:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f677e5f0-fd17-569f-a850-b11b75e0e3c1 with scrape type 2
2026-03-30 06:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f677e5f0-fd17-569f-a850-b11b75e0e3c1, identifier: NX63%20OSO
2026-03-30 06:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cc829f1-b577-557f-a9d0-585302c84cba with identifier: ML69%20KTJ
2026-03-30 06:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cc829f1-b577-557f-a9d0-585302c84cba with identifier: ML69%20KTJ
2026-03-30 06:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cc829f1-b577-557f-a9d0-585302c84cba with identifier: ML69%20KTJ to the API
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:09: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-30 06:09:31 [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': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML69%20KTJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8cc829f1-b577-557f-a9d0-585302c84cba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML69 KTJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML69%20KTJ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 29221,
'odometer_reading_unit': '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 ENERGY Hatchback',
'transmission': 'manual',
'trim': '90 ENERGY',
'vin': 'W0V0XEP68K4491636',
'year': 2019}
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML69%2520KTJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:31 [bca.uk] INFO: Saving data for ML69%20KTJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774648982.84157, 'last_price_update_time': 1774850971.878045}
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML69%2520KTJ') HTTP/1.1" 204 0
2026-03-30 06:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7b1dafd-8a71-56ab-972b-7d745fda99c7 with identifier: ND66%20WXW
2026-03-30 06:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7b1dafd-8a71-56ab-972b-7d745fda99c7 with identifier: ND66%20WXW
2026-03-30 06:09:31 [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-30 06:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND66%2520WXW%27 HTTP/1.1" 200 None
2026-03-30 06:09:32 [bca.uk] INFO: Saving data for ND66%20WXW: {'auction_closing_time': 1775199600.0, 'created_time': 1773829887.852889, 'last_price_update_time': 1774850972.177033}
2026-03-30 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:32 [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-30 06:09:32 [bca.uk] INFO: Found listing with ID: MW69%20HFC
2026-03-30 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-30 06:09:32 [bca.uk] INFO: Scrape type for MW69%20HFC: 2
2026-03-30 06:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7afb8284-a490-5ccf-bdac-11956d459b7c with identifier: MW69%20HFC
2026-03-30 06:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7afb8284-a490-5ccf-bdac-11956d459b7c with scrape type 2
2026-03-30 06:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7afb8284-a490-5ccf-bdac-11956d459b7c with scrape type 2
2026-03-30 06:09:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7afb8284-a490-5ccf-bdac-11956d459b7c, identifier: MW69%20HFC
2026-03-30 06:09:32 [bca.uk] INFO: Found listing with ID: P12%20TBE
2026-03-30 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P12%2520TBE%27 HTTP/1.1" 200 None
2026-03-30 06:09:32 [bca.uk] INFO: Scrape type for P12%20TBE: 2
2026-03-30 06:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aec71d07-4298-559d-a354-3e70da286917 with identifier: P12%20TBE
2026-03-30 06:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aec71d07-4298-559d-a354-3e70da286917 with scrape type 2
2026-03-30 06:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aec71d07-4298-559d-a354-3e70da286917 with scrape type 2
2026-03-30 06:09:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aec71d07-4298-559d-a354-3e70da286917, identifier: P12%20TBE
2026-03-30 06:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5599af3d-6f3a-57e0-8314-cc8545a2c168 with identifier: DA15%20KME
2026-03-30 06:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5599af3d-6f3a-57e0-8314-cc8545a2c168 with identifier: DA15%20KME
2026-03-30 06:09:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5599af3d-6f3a-57e0-8314-cc8545a2c168 with identifier: DA15%20KME to the API
2026-03-30 06:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA15%20KME-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5599af3d-6f3a-57e0-8314-cc8545a2c168',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA15 KME',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA15%20KME&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'ASTRA GTC',
'odometer': 108533,
'odometer_reading_unit': '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 GTC 2.0 CDTI 16V 165 SRI Coupe',
'transmission': 'manual',
'trim': 'CDTI 16V 165 SRI',
'vin': 'W0LPF2EN2EG087748',
'year': 2015}
2026-03-30 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA15%2520KME%27 HTTP/1.1" 200 None
2026-03-30 06:09:32 [bca.uk] INFO: Saving data for DA15%20KME: {'auction_closing_time': 1774951200.0, 'created_time': 1774649262.435009, 'last_price_update_time': 1774850972.721884}
2026-03-30 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA15%2520KME') HTTP/1.1" 204 0
2026-03-30 06:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f677e5f0-fd17-569f-a850-b11b75e0e3c1 with identifier: NX63%20OSO
2026-03-30 06:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f677e5f0-fd17-569f-a850-b11b75e0e3c1 with identifier: NX63%20OSO
2026-03-30 06:09:32 [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-30 06:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:33 [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': 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-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX63%2520OSO%27 HTTP/1.1" 200 None
2026-03-30 06:09:33 [bca.uk] INFO: Saving data for NX63%20OSO: {'auction_closing_time': 1775037600.0, 'created_time': 1774390362.193538, 'last_price_update_time': 1774850973.036735}
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:33 [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-30 06:09:33 [bca.uk] INFO: Found listing with ID: NU21%20PFD
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU21%2520PFD%27 HTTP/1.1" 200 None
2026-03-30 06:09:33 [bca.uk] INFO: Scrape type for NU21%20PFD: 0
2026-03-30 06:09:33 [bca.uk] INFO: Found listing with ID: OV69%20OAL
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV69%2520OAL%27 HTTP/1.1" 200 None
2026-03-30 06:09:33 [bca.uk] INFO: Scrape type for OV69%20OAL: 2
2026-03-30 06:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da90b8b8-10c1-54c4-b60e-7514d684c0fe with identifier: OV69%20OAL
2026-03-30 06:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da90b8b8-10c1-54c4-b60e-7514d684c0fe with scrape type 2
2026-03-30 06:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da90b8b8-10c1-54c4-b60e-7514d684c0fe with scrape type 2
2026-03-30 06:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da90b8b8-10c1-54c4-b60e-7514d684c0fe, identifier: OV69%20OAL
2026-03-30 06:09:33 [bca.uk] INFO: Found listing with ID: PE15%20XVX
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE15%2520XVX%27 HTTP/1.1" 200 None
2026-03-30 06:09:33 [bca.uk] INFO: Scrape type for PE15%20XVX: 2
2026-03-30 06:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a6d04df-78bd-551c-ae3e-75ad0380c00a with identifier: PE15%20XVX
2026-03-30 06:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a6d04df-78bd-551c-ae3e-75ad0380c00a with scrape type 2
2026-03-30 06:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a6d04df-78bd-551c-ae3e-75ad0380c00a with scrape type 2
2026-03-30 06:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a6d04df-78bd-551c-ae3e-75ad0380c00a, identifier: PE15%20XVX
2026-03-30 06:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7afb8284-a490-5ccf-bdac-11956d459b7c with identifier: MW69%20HFC
2026-03-30 06:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7afb8284-a490-5ccf-bdac-11956d459b7c with identifier: MW69%20HFC
2026-03-30 06:09:33 [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-30 06:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:33 [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': 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-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-30 06:09:33 [bca.uk] INFO: Saving data for MW69%20HFC: {'auction_closing_time': 1774864800.0, 'created_time': 1774651582.102446, 'last_price_update_time': 1774850973.599832}
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:33 [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-30 06:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aec71d07-4298-559d-a354-3e70da286917 with identifier: P12%20TBE
2026-03-30 06:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aec71d07-4298-559d-a354-3e70da286917 with identifier: P12%20TBE
2026-03-30 06:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aec71d07-4298-559d-a354-3e70da286917 with identifier: P12%20TBE to the API
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:33 [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': 256,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P12%20TBE-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'aec71d07-4298-559d-a354-3e70da286917',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'P12 TBE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=P12%20TBE&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'RANGER',
'odometer': 50053,
'odometer_reading_unit': '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': '6FPPXXMJ2PNM35617',
'year': 2022}
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P12%2520TBE%27 HTTP/1.1" 200 None
2026-03-30 06:09:33 [bca.uk] INFO: Saving data for P12%20TBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774649076.471418, 'last_price_update_time': 1774850973.90772}
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P12%2520TBE') HTTP/1.1" 204 0
2026-03-30 06:09:33 [bca.uk] INFO: Found listing with ID: DN17%20OTR
2026-03-30 06:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN17%2520OTR%27 HTTP/1.1" 200 None
2026-03-30 06:09:33 [bca.uk] INFO: Scrape type for DN17%20OTR: 2
2026-03-30 06:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 381a630f-8a6c-5d8f-8a4a-f481c8134a95 with identifier: DN17%20OTR
2026-03-30 06:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 381a630f-8a6c-5d8f-8a4a-f481c8134a95 with scrape type 2
2026-03-30 06:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 381a630f-8a6c-5d8f-8a4a-f481c8134a95 with scrape type 2
2026-03-30 06:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 381a630f-8a6c-5d8f-8a4a-f481c8134a95, identifier: DN17%20OTR
2026-03-30 06:09:34 [bca.uk] INFO: Found listing with ID: NU66%20UWF
2026-03-30 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU66%2520UWF%27 HTTP/1.1" 200 None
2026-03-30 06:09:34 [bca.uk] INFO: Scrape type for NU66%20UWF: 2
2026-03-30 06:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with identifier: NU66%20UWF
2026-03-30 06:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with scrape type 2
2026-03-30 06:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with scrape type 2
2026-03-30 06:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2, identifier: NU66%20UWF
2026-03-30 06:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da90b8b8-10c1-54c4-b60e-7514d684c0fe with identifier: OV69%20OAL
2026-03-30 06:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da90b8b8-10c1-54c4-b60e-7514d684c0fe with identifier: OV69%20OAL
2026-03-30 06:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da90b8b8-10c1-54c4-b60e-7514d684c0fe with identifier: OV69%20OAL to the API
2026-03-30 06:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:34 [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': 72,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV69%20OAL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'da90b8b8-10c1-54c4-b60e-7514d684c0fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV69 OAL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV69%20OAL&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 55084,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 25500,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER 2.0 P400E VOGUE SE StationWagon',
'transmission': 'automatic',
'trim': 'P400E VOGUE SE',
'vin': 'SALGA2AY7LA583315',
'year': 2019}
2026-03-30 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV69%2520OAL%27 HTTP/1.1" 200 None
2026-03-30 06:09:34 [bca.uk] INFO: Saving data for OV69%20OAL: {'auction_closing_time': 1775199600.0, 'created_time': 1773908443.695541, 'last_price_update_time': 1774850974.446613}
2026-03-30 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520OAL') HTTP/1.1" 204 0
2026-03-30 06:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a6d04df-78bd-551c-ae3e-75ad0380c00a with identifier: PE15%20XVX
2026-03-30 06:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a6d04df-78bd-551c-ae3e-75ad0380c00a with identifier: PE15%20XVX
2026-03-30 06:09:34 [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-30 06:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:34 [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': 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-30 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE15%2520XVX%27 HTTP/1.1" 200 None
2026-03-30 06:09:34 [bca.uk] INFO: Saving data for PE15%20XVX: {'auction_closing_time': 1775199600.0, 'created_time': 1773837749.691189, 'last_price_update_time': 1774850974.830288}
2026-03-30 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:34 [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-30 06:09:34 [bca.uk] INFO: Found listing with ID: SA69%20LHZ
2026-03-30 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:34 [bca.uk] INFO: Scrape type for SA69%20LHZ: 2
2026-03-30 06:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 207a5231-9381-5c01-bab4-187f9db89a89 with identifier: SA69%20LHZ
2026-03-30 06:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 207a5231-9381-5c01-bab4-187f9db89a89 with scrape type 2
2026-03-30 06:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 207a5231-9381-5c01-bab4-187f9db89a89 with scrape type 2
2026-03-30 06:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 207a5231-9381-5c01-bab4-187f9db89a89, identifier: SA69%20LHZ
2026-03-30 06:09:34 [bca.uk] INFO: Found listing with ID: SA72%20DPN
2026-03-30 06:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA72%2520DPN%27 HTTP/1.1" 200 None
2026-03-30 06:09:34 [bca.uk] INFO: Scrape type for SA72%20DPN: 2
2026-03-30 06:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f41e70-13b2-5205-a701-e1e10b9a14a0 with identifier: SA72%20DPN
2026-03-30 06:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f41e70-13b2-5205-a701-e1e10b9a14a0 with scrape type 2
2026-03-30 06:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f41e70-13b2-5205-a701-e1e10b9a14a0 with scrape type 2
2026-03-30 06:09:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41f41e70-13b2-5205-a701-e1e10b9a14a0, identifier: SA72%20DPN
2026-03-30 06:09:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 381a630f-8a6c-5d8f-8a4a-f481c8134a95 with identifier: DN17%20OTR
2026-03-30 06:09:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 381a630f-8a6c-5d8f-8a4a-f481c8134a95 with identifier: DN17%20OTR
2026-03-30 06:09:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 381a630f-8a6c-5d8f-8a4a-f481c8134a95 with identifier: DN17%20OTR to the API
2026-03-30 06:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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=DN17%20OTR-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '381a630f-8a6c-5d8f-8a4a-f481c8134a95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN17 OTR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN17%20OTR&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 93699,
'odometer_reading_unit': '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': 'WF0DXXGAKDHM74660',
'year': 2017}
2026-03-30 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN17%2520OTR%27 HTTP/1.1" 200 None
2026-03-30 06:09:35 [bca.uk] INFO: Saving data for DN17%20OTR: {'auction_closing_time': 1774951200.0, 'created_time': 1774649276.200049, 'last_price_update_time': 1774850975.344205}
2026-03-30 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN17%2520OTR') HTTP/1.1" 204 0
2026-03-30 06:09:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with identifier: NU66%20UWF
2026-03-30 06:09:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f676516-0a2e-5289-b4e3-c6bd6cf2ffd2 with identifier: NU66%20UWF
2026-03-30 06:09:35 [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-30 06:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU66%2520UWF%27 HTTP/1.1" 200 None
2026-03-30 06:09:35 [bca.uk] INFO: Saving data for NU66%20UWF: {'auction_closing_time': 1775037600.0, 'created_time': 1774476955.972322, 'last_price_update_time': 1774850975.642081}
2026-03-30 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:35 [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-30 06:09:35 [bca.uk] INFO: Found listing with ID: OW17%20RHY
2026-03-30 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW17%2520RHY%27 HTTP/1.1" 200 None
2026-03-30 06:09:35 [bca.uk] INFO: Scrape type for OW17%20RHY: 2
2026-03-30 06:09:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37b24aea-b0f9-50c8-8d00-fba9dd0b888e with identifier: OW17%20RHY
2026-03-30 06:09:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37b24aea-b0f9-50c8-8d00-fba9dd0b888e with scrape type 2
2026-03-30 06:09:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37b24aea-b0f9-50c8-8d00-fba9dd0b888e with scrape type 2
2026-03-30 06:09:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37b24aea-b0f9-50c8-8d00-fba9dd0b888e, identifier: OW17%20RHY
2026-03-30 06:09:35 [bca.uk] INFO: Found listing with ID: BJ68%20DAO
2026-03-30 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ68%2520DAO%27 HTTP/1.1" 200 None
2026-03-30 06:09:35 [bca.uk] INFO: Scrape type for BJ68%20DAO: 0
2026-03-30 06:09:35 [bca.uk] INFO: Found listing with ID: BN70%20UTW
2026-03-30 06:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN70%2520UTW%27 HTTP/1.1" 200 None
2026-03-30 06:09:35 [bca.uk] INFO: Scrape type for BN70%20UTW: 2
2026-03-30 06:09:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20a169ab-005b-5871-a5c2-bf36a640c1f9 with identifier: BN70%20UTW
2026-03-30 06:09:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20a169ab-005b-5871-a5c2-bf36a640c1f9 with scrape type 2
2026-03-30 06:09:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20a169ab-005b-5871-a5c2-bf36a640c1f9 with scrape type 2
2026-03-30 06:09:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20a169ab-005b-5871-a5c2-bf36a640c1f9, identifier: BN70%20UTW
2026-03-30 06:09:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 207a5231-9381-5c01-bab4-187f9db89a89 with identifier: SA69%20LHZ
2026-03-30 06:09:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 207a5231-9381-5c01-bab4-187f9db89a89 with identifier: SA69%20LHZ
2026-03-30 06:09:35 [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-30 06:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:36 [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': 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-30 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:36 [bca.uk] INFO: Saving data for SA69%20LHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651595.52918, 'last_price_update_time': 1774850976.164645}
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:36 [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-30 06:09:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41f41e70-13b2-5205-a701-e1e10b9a14a0 with identifier: SA72%20DPN
2026-03-30 06:09:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41f41e70-13b2-5205-a701-e1e10b9a14a0 with identifier: SA72%20DPN
2026-03-30 06:09:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41f41e70-13b2-5205-a701-e1e10b9a14a0 with identifier: SA72%20DPN to the API
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:36 [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': 196,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA72%20DPN-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '41f41e70-13b2-5205-a701-e1e10b9a14a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA72 DPN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA72%20DPN&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 57626,
'odometer_reading_unit': '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 SWB TRAIL L/R CrewCab Van',
'transmission': 'manual',
'trim': 'EBL 130 320 SWB TRAIL L/R',
'vin': 'WF0ZXXTTGZNB27665',
'year': 2023}
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA72%2520DPN%27 HTTP/1.1" 200 None
2026-03-30 06:09:36 [bca.uk] INFO: Saving data for SA72%20DPN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649113.353696, 'last_price_update_time': 1774850976.491098}
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA72%2520DPN') HTTP/1.1" 204 0
2026-03-30 06:09:36 [bca.uk] INFO: Found listing with ID: LL23%20KPF
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL23%2520KPF%27 HTTP/1.1" 200 None
2026-03-30 06:09:36 [bca.uk] INFO: Scrape type for LL23%20KPF: 2
2026-03-30 06:09:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3356aae7-86fa-57e1-bc30-da7842bc1fc3 with identifier: LL23%20KPF
2026-03-30 06:09:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3356aae7-86fa-57e1-bc30-da7842bc1fc3 with scrape type 2
2026-03-30 06:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3356aae7-86fa-57e1-bc30-da7842bc1fc3 with scrape type 2
2026-03-30 06:09:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3356aae7-86fa-57e1-bc30-da7842bc1fc3, identifier: LL23%20KPF
2026-03-30 06:09:36 [bca.uk] INFO: Found listing with ID: OV19%20NWU
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV19%2520NWU%27 HTTP/1.1" 200 None
2026-03-30 06:09:36 [bca.uk] INFO: Scrape type for OV19%20NWU: 2
2026-03-30 06:09:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26fed3dc-43d8-5177-ab6a-0f767f18d3eb with identifier: OV19%20NWU
2026-03-30 06:09:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26fed3dc-43d8-5177-ab6a-0f767f18d3eb with scrape type 2
2026-03-30 06:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26fed3dc-43d8-5177-ab6a-0f767f18d3eb with scrape type 2
2026-03-30 06:09:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26fed3dc-43d8-5177-ab6a-0f767f18d3eb, identifier: OV19%20NWU
2026-03-30 06:09:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37b24aea-b0f9-50c8-8d00-fba9dd0b888e with identifier: OW17%20RHY
2026-03-30 06:09:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37b24aea-b0f9-50c8-8d00-fba9dd0b888e with identifier: OW17%20RHY
2026-03-30 06:09:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37b24aea-b0f9-50c8-8d00-fba9dd0b888e with identifier: OW17%20RHY to the API
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:36 [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=OW17%20RHY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '37b24aea-b0f9-50c8-8d00-fba9dd0b888e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OW17 RHY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW17%20RHY&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 77038,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13000,
'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': 'SALRA2AN4HA025931',
'year': 2017}
2026-03-30 06:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW17%2520RHY%27 HTTP/1.1" 200 None
2026-03-30 06:09:36 [bca.uk] INFO: Saving data for OW17%20RHY: {'auction_closing_time': 1775199600.0, 'created_time': 1774535088.016322, 'last_price_update_time': 1774850976.998035}
2026-03-30 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW17%2520RHY') HTTP/1.1" 204 0
2026-03-30 06:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20a169ab-005b-5871-a5c2-bf36a640c1f9 with identifier: BN70%20UTW
2026-03-30 06:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20a169ab-005b-5871-a5c2-bf36a640c1f9 with identifier: BN70%20UTW
2026-03-30 06:09:37 [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-30 06:09:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:37 [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': 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-30 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN70%2520UTW%27 HTTP/1.1" 200 None
2026-03-30 06:09:37 [bca.uk] INFO: Saving data for BN70%20UTW: {'auction_closing_time': 1775199600.0, 'created_time': 1774391165.98301, 'last_price_update_time': 1774850977.686196}
2026-03-30 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:37 [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-30 06:09:37 [bca.uk] INFO: Found listing with ID: VX19%20FEH
2026-03-30 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX19%2520FEH%27 HTTP/1.1" 200 None
2026-03-30 06:09:37 [bca.uk] INFO: Scrape type for VX19%20FEH: 2
2026-03-30 06:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 918a9567-8197-5a98-9b61-33b463042e47 with identifier: VX19%20FEH
2026-03-30 06:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 918a9567-8197-5a98-9b61-33b463042e47 with scrape type 2
2026-03-30 06:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 918a9567-8197-5a98-9b61-33b463042e47 with scrape type 2
2026-03-30 06:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 918a9567-8197-5a98-9b61-33b463042e47, identifier: VX19%20FEH
2026-03-30 06:09:37 [bca.uk] INFO: Found listing with ID: BD64%20SVN
2026-03-30 06:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD64%2520SVN%27 HTTP/1.1" 200 None
2026-03-30 06:09:37 [bca.uk] INFO: Scrape type for BD64%20SVN: 2
2026-03-30 06:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b56363-9593-5f1e-aa30-16c1537d987b with identifier: BD64%20SVN
2026-03-30 06:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b56363-9593-5f1e-aa30-16c1537d987b with scrape type 2
2026-03-30 06:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b56363-9593-5f1e-aa30-16c1537d987b with scrape type 2
2026-03-30 06:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b56363-9593-5f1e-aa30-16c1537d987b, identifier: BD64%20SVN
2026-03-30 06:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3356aae7-86fa-57e1-bc30-da7842bc1fc3 with identifier: LL23%20KPF
2026-03-30 06:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3356aae7-86fa-57e1-bc30-da7842bc1fc3 with identifier: LL23%20KPF
2026-03-30 06:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3356aae7-86fa-57e1-bc30-da7842bc1fc3 with identifier: LL23%20KPF to the API
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 44,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3356aae7-86fa-57e1-bc30-da7842bc1fc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL23 KPF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL23%20KPF&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 17854,
'odometer_reading_unit': '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 SPORTBACK 1.4 45 TFSI E BLACK ED.S-T Coupe',
'transmission': 'automatic',
'trim': '45 TFSI E BLACK ED.S-T',
'vin': 'WAUZZZF3XP1116813',
'year': 2023}
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL23%2520KPF%27 HTTP/1.1" 200 None
2026-03-30 06:09:38 [bca.uk] INFO: Saving data for LL23%20KPF: {'auction_closing_time': 1775037600.0, 'created_time': 1774649281.639866, 'last_price_update_time': 1774850978.215992}
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL23%2520KPF') HTTP/1.1" 204 0
2026-03-30 06:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26fed3dc-43d8-5177-ab6a-0f767f18d3eb with identifier: OV19%20NWU
2026-03-30 06:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26fed3dc-43d8-5177-ab6a-0f767f18d3eb with identifier: OV19%20NWU
2026-03-30 06:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26fed3dc-43d8-5177-ab6a-0f767f18d3eb with identifier: OV19%20NWU to the API
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:38 [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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV19%20NWU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '26fed3dc-43d8-5177-ab6a-0f767f18d3eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV19 NWU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV19%20NWU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 289833,
'odometer_reading_unit': '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 2.0 TDI 190 4X4 EDITION (7S) DSG StationWagon',
'transmission': 'automatic',
'trim': 'TDI 190 4X4 EDITION (7S) DSG',
'vin': 'TMBMK7NS2K8067766',
'year': 2019}
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV19%2520NWU%27 HTTP/1.1" 200 None
2026-03-30 06:09:38 [bca.uk] INFO: Saving data for OV19%20NWU: {'auction_closing_time': 1775037600.0, 'created_time': 1774477066.406969, 'last_price_update_time': 1774850978.533799}
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV19%2520NWU') HTTP/1.1" 204 0
2026-03-30 06:09:38 [bca.uk] INFO: Found listing with ID: WF68%20WGC
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF68%2520WGC%27 HTTP/1.1" 200 None
2026-03-30 06:09:38 [bca.uk] INFO: Scrape type for WF68%20WGC: 0
2026-03-30 06:09:38 [bca.uk] INFO: Found listing with ID: YE67%20OPH
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE67%2520OPH%27 HTTP/1.1" 200 None
2026-03-30 06:09:38 [bca.uk] INFO: Scrape type for YE67%20OPH: 2
2026-03-30 06:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 976549a1-6fae-5121-a16e-a0a75f2f7abc with identifier: YE67%20OPH
2026-03-30 06:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 976549a1-6fae-5121-a16e-a0a75f2f7abc with scrape type 2
2026-03-30 06:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 976549a1-6fae-5121-a16e-a0a75f2f7abc with scrape type 2
2026-03-30 06:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 976549a1-6fae-5121-a16e-a0a75f2f7abc, identifier: YE67%20OPH
2026-03-30 06:09:38 [bca.uk] INFO: Found listing with ID: DF67%20WXX
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF67%2520WXX%27 HTTP/1.1" 200 None
2026-03-30 06:09:38 [bca.uk] INFO: Scrape type for DF67%20WXX: 2
2026-03-30 06:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79d46741-9141-59cc-8349-bde30cbdfca1 with identifier: DF67%20WXX
2026-03-30 06:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79d46741-9141-59cc-8349-bde30cbdfca1 with scrape type 2
2026-03-30 06:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79d46741-9141-59cc-8349-bde30cbdfca1 with scrape type 2
2026-03-30 06:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79d46741-9141-59cc-8349-bde30cbdfca1, identifier: DF67%20WXX
2026-03-30 06:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 918a9567-8197-5a98-9b61-33b463042e47 with identifier: VX19%20FEH
2026-03-30 06:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 918a9567-8197-5a98-9b61-33b463042e47 with identifier: VX19%20FEH
2026-03-30 06:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 918a9567-8197-5a98-9b61-33b463042e47 with identifier: VX19%20FEH to the API
2026-03-30 06:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX19%20FEH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '918a9567-8197-5a98-9b61-33b463042e47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VX19 FEH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX19%20FEH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 47276,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 GDI 2 ISG StationWagon',
'transmission': 'manual',
'trim': 'GDI 2 ISG',
'vin': 'U5YPH814LKL672692',
'year': 2019}
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX19%2520FEH%27 HTTP/1.1" 200 None
2026-03-30 06:09:39 [bca.uk] INFO: Saving data for VX19%20FEH: {'auction_closing_time': 1774864800.0, 'created_time': 1774649216.090321, 'last_price_update_time': 1774850979.084079}
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX19%2520FEH') HTTP/1.1" 204 0
2026-03-30 06:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b56363-9593-5f1e-aa30-16c1537d987b with identifier: BD64%20SVN
2026-03-30 06:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b56363-9593-5f1e-aa30-16c1537d987b with identifier: BD64%20SVN
2026-03-30 06:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71b56363-9593-5f1e-aa30-16c1537d987b with identifier: BD64%20SVN to the API
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:39 [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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD64%20SVN-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '71b56363-9593-5f1e-aa30-16c1537d987b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD64 SVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD64%20SVN&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'CITROEN',
'model': 'BERLINGO L1',
'odometer': 116200,
'odometer_reading_unit': '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 BERLINGO L1 1.6 HDI 90 625KG X Van',
'transmission': 'manual',
'trim': 'HDI 90 625KG X',
'vin': 'VF77C9HF0EJ809554',
'year': 2014}
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD64%2520SVN%27 HTTP/1.1" 200 None
2026-03-30 06:09:39 [bca.uk] INFO: Saving data for BD64%20SVN: {'auction_closing_time': 1775124000.0, 'created_time': 1774649112.93305, 'last_price_update_time': 1774850979.477413}
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD64%2520SVN') HTTP/1.1" 204 0
2026-03-30 06:09:39 [bca.uk] INFO: Found listing with ID: Y863%20PSL
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y863%2520PSL%27 HTTP/1.1" 200 None
2026-03-30 06:09:39 [bca.uk] INFO: Scrape type for Y863%20PSL: 0
2026-03-30 06:09:39 [bca.uk] INFO: Found listing with ID: FY72%20ATU
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY72%2520ATU%27 HTTP/1.1" 200 None
2026-03-30 06:09:39 [bca.uk] INFO: Scrape type for FY72%20ATU: 2
2026-03-30 06:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d76e90f-581b-5e2b-a331-880ba915a679 with identifier: FY72%20ATU
2026-03-30 06:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d76e90f-581b-5e2b-a331-880ba915a679 with scrape type 2
2026-03-30 06:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d76e90f-581b-5e2b-a331-880ba915a679 with scrape type 2
2026-03-30 06:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d76e90f-581b-5e2b-a331-880ba915a679, identifier: FY72%20ATU
2026-03-30 06:09:39 [bca.uk] INFO: Found listing with ID: DS65%20WCC
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS65%2520WCC%27 HTTP/1.1" 200 None
2026-03-30 06:09:39 [bca.uk] INFO: Scrape type for DS65%20WCC: 2
2026-03-30 06:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe3449d-760f-597a-9cdd-61b46ad1051c with identifier: DS65%20WCC
2026-03-30 06:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe3449d-760f-597a-9cdd-61b46ad1051c with scrape type 2
2026-03-30 06:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe3449d-760f-597a-9cdd-61b46ad1051c with scrape type 2
2026-03-30 06:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe3449d-760f-597a-9cdd-61b46ad1051c, identifier: DS65%20WCC
2026-03-30 06:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 976549a1-6fae-5121-a16e-a0a75f2f7abc with identifier: YE67%20OPH
2026-03-30 06:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 976549a1-6fae-5121-a16e-a0a75f2f7abc with identifier: YE67%20OPH
2026-03-30 06:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 976549a1-6fae-5121-a16e-a0a75f2f7abc with identifier: YE67%20OPH to the API
2026-03-30 06:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:40 [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': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE67%20OPH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '976549a1-6fae-5121-a16e-a0a75f2f7abc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE67 OPH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE67%20OPH&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 78261,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12500,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 D240 R-DYNAMIC SE StationWagon',
'transmission': 'automatic',
'trim': 'D240 R-DYNAMIC SE',
'vin': 'SALYA2AN3JA727529',
'year': 2017}
2026-03-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE67%2520OPH%27 HTTP/1.1" 200 None
2026-03-30 06:09:40 [bca.uk] INFO: Saving data for YE67%20OPH: {'auction_closing_time': 1775199600.0, 'created_time': 1773933840.734048, 'last_price_update_time': 1774850980.041167}
2026-03-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE67%2520OPH') HTTP/1.1" 204 0
2026-03-30 06:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79d46741-9141-59cc-8349-bde30cbdfca1 with identifier: DF67%20WXX
2026-03-30 06:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79d46741-9141-59cc-8349-bde30cbdfca1 with identifier: DF67%20WXX
2026-03-30 06:09:40 [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-30 06:09:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:40 [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': 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-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF67%2520WXX%27 HTTP/1.1" 200 None
2026-03-30 06:09:40 [bca.uk] INFO: Saving data for DF67%20WXX: {'auction_closing_time': 1775199600.0, 'created_time': 1774391079.123259, 'last_price_update_time': 1774850980.38582}
2026-03-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:40 [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-30 06:09:40 [bca.uk] INFO: Found listing with ID: DE70%20TSU
2026-03-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE70%2520TSU%27 HTTP/1.1" 200 None
2026-03-30 06:09:40 [bca.uk] INFO: Scrape type for DE70%20TSU: 2
2026-03-30 06:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1a9247a-b340-5fd5-956c-08301ed9f1fa with identifier: DE70%20TSU
2026-03-30 06:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1a9247a-b340-5fd5-956c-08301ed9f1fa with scrape type 2
2026-03-30 06:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1a9247a-b340-5fd5-956c-08301ed9f1fa with scrape type 2
2026-03-30 06:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1a9247a-b340-5fd5-956c-08301ed9f1fa, identifier: DE70%20TSU
2026-03-30 06:09:40 [bca.uk] INFO: Found listing with ID: SG16%20XEM
2026-03-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG16%2520XEM%27 HTTP/1.1" 200 None
2026-03-30 06:09:40 [bca.uk] INFO: Scrape type for SG16%20XEM: 2
2026-03-30 06:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33eb199c-b709-5c2c-8be0-ae19590e321a with identifier: SG16%20XEM
2026-03-30 06:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33eb199c-b709-5c2c-8be0-ae19590e321a with scrape type 2
2026-03-30 06:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33eb199c-b709-5c2c-8be0-ae19590e321a with scrape type 2
2026-03-30 06:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33eb199c-b709-5c2c-8be0-ae19590e321a, identifier: SG16%20XEM
2026-03-30 06:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d76e90f-581b-5e2b-a331-880ba915a679 with identifier: FY72%20ATU
2026-03-30 06:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d76e90f-581b-5e2b-a331-880ba915a679 with identifier: FY72%20ATU
2026-03-30 06:09:40 [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-30 06:09:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY72%2520ATU%27 HTTP/1.1" 200 None
2026-03-30 06:09:40 [bca.uk] INFO: Saving data for FY72%20ATU: {'auction_closing_time': 1775037600.0, 'created_time': 1774447829.976736, 'last_price_update_time': 1774850980.973038}
2026-03-30 06:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:40 [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-30 06:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe3449d-760f-597a-9cdd-61b46ad1051c with identifier: DS65%20WCC
2026-03-30 06:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe3449d-760f-597a-9cdd-61b46ad1051c with identifier: DS65%20WCC
2026-03-30 06:09:41 [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-30 06:09:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS65%2520WCC%27 HTTP/1.1" 200 None
2026-03-30 06:09:41 [bca.uk] INFO: Saving data for DS65%20WCC: {'auction_closing_time': 1775037600.0, 'created_time': 1774477033.877503, 'last_price_update_time': 1774850981.279768}
2026-03-30 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:41 [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-30 06:09:41 [bca.uk] INFO: Found listing with ID: LL18%20OTM
2026-03-30 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL18%2520OTM%27 HTTP/1.1" 200 None
2026-03-30 06:09:41 [bca.uk] INFO: Scrape type for LL18%20OTM: 2
2026-03-30 06:09:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2e055fd-439d-508f-bf9c-7040da4a8680 with identifier: LL18%20OTM
2026-03-30 06:09:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2e055fd-439d-508f-bf9c-7040da4a8680 with scrape type 2
2026-03-30 06:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2e055fd-439d-508f-bf9c-7040da4a8680 with scrape type 2
2026-03-30 06:09:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2e055fd-439d-508f-bf9c-7040da4a8680, identifier: LL18%20OTM
2026-03-30 06:09:41 [bca.uk] INFO: Found listing with ID: EO68%20OSM
2026-03-30 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO68%2520OSM%27 HTTP/1.1" 200 None
2026-03-30 06:09:41 [bca.uk] INFO: Scrape type for EO68%20OSM: 2
2026-03-30 06:09:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13d28788-b06c-53fb-8716-33625c17af08 with identifier: EO68%20OSM
2026-03-30 06:09:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13d28788-b06c-53fb-8716-33625c17af08 with scrape type 2
2026-03-30 06:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13d28788-b06c-53fb-8716-33625c17af08 with scrape type 2
2026-03-30 06:09:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13d28788-b06c-53fb-8716-33625c17af08, identifier: EO68%20OSM
2026-03-30 06:09:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1a9247a-b340-5fd5-956c-08301ed9f1fa with identifier: DE70%20TSU
2026-03-30 06:09:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1a9247a-b340-5fd5-956c-08301ed9f1fa with identifier: DE70%20TSU
2026-03-30 06:09:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1a9247a-b340-5fd5-956c-08301ed9f1fa with identifier: DE70%20TSU to the API
2026-03-30 06:09:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE70%20TSU-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b1a9247a-b340-5fd5-956c-08301ed9f1fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE70 TSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE70%20TSU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 25805,
'odometer_reading_unit': '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 COLOUR EDITION Hatchback',
'transmission': 'manual',
'trim': 'TSI 95 COLOUR EDITION',
'vin': 'TMBFP6NJ3MZ008914',
'year': 2020}
2026-03-30 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE70%2520TSU%27 HTTP/1.1" 200 None
2026-03-30 06:09:41 [bca.uk] INFO: Saving data for DE70%20TSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774649212.540733, 'last_price_update_time': 1774850981.835247}
2026-03-30 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE70%2520TSU') HTTP/1.1" 204 0
2026-03-30 06:09:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33eb199c-b709-5c2c-8be0-ae19590e321a with identifier: SG16%20XEM
2026-03-30 06:09:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33eb199c-b709-5c2c-8be0-ae19590e321a with identifier: SG16%20XEM
2026-03-30 06:09:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33eb199c-b709-5c2c-8be0-ae19590e321a with identifier: SG16%20XEM to the API
2026-03-30 06:09:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:42 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG16%20XEM-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '33eb199c-b709-5c2c-8be0-ae19590e321a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG16 XEM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG16%20XEM&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'CITROEN',
'model': 'BERLINGO L1',
'odometer': 87501,
'odometer_reading_unit': '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': 'VF77B9HN0GJ592406',
'year': 2016}
2026-03-30 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG16%2520XEM%27 HTTP/1.1" 200 None
2026-03-30 06:09:42 [bca.uk] INFO: Saving data for SG16%20XEM: {'auction_closing_time': 1775124000.0, 'created_time': 1774649104.6663, 'last_price_update_time': 1774850982.143393}
2026-03-30 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG16%2520XEM') HTTP/1.1" 204 0
2026-03-30 06:09:42 [bca.uk] INFO: Found listing with ID: SR19%20KRE
2026-03-30 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR19%2520KRE%27 HTTP/1.1" 200 None
2026-03-30 06:09:42 [bca.uk] INFO: Scrape type for SR19%20KRE: 0
2026-03-30 06:09:42 [bca.uk] INFO: Found listing with ID: AX72%20JJV
2026-03-30 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX72%2520JJV%27 HTTP/1.1" 200 None
2026-03-30 06:09:42 [bca.uk] INFO: Scrape type for AX72%20JJV: 2
2026-03-30 06:09:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dacbecd4-eaef-5243-b7b2-2d98f93bb903 with identifier: AX72%20JJV
2026-03-30 06:09:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dacbecd4-eaef-5243-b7b2-2d98f93bb903 with scrape type 2
2026-03-30 06:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dacbecd4-eaef-5243-b7b2-2d98f93bb903 with scrape type 2
2026-03-30 06:09:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dacbecd4-eaef-5243-b7b2-2d98f93bb903, identifier: AX72%20JJV
2026-03-30 06:09:42 [bca.uk] INFO: Found listing with ID: ND12%20FCP
2026-03-30 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND12%2520FCP%27 HTTP/1.1" 200 None
2026-03-30 06:09:42 [bca.uk] INFO: Scrape type for ND12%20FCP: 2
2026-03-30 06:09:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d103fb5d-3cf7-5de8-b59c-0fcfd26a7037 with identifier: ND12%20FCP
2026-03-30 06:09:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d103fb5d-3cf7-5de8-b59c-0fcfd26a7037 with scrape type 2
2026-03-30 06:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d103fb5d-3cf7-5de8-b59c-0fcfd26a7037 with scrape type 2
2026-03-30 06:09:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d103fb5d-3cf7-5de8-b59c-0fcfd26a7037, identifier: ND12%20FCP
2026-03-30 06:09:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2e055fd-439d-508f-bf9c-7040da4a8680 with identifier: LL18%20OTM
2026-03-30 06:09:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2e055fd-439d-508f-bf9c-7040da4a8680 with identifier: LL18%20OTM
2026-03-30 06:09:42 [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-30 06:09:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:42 [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': 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-30 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL18%2520OTM%27 HTTP/1.1" 200 None
2026-03-30 06:09:42 [bca.uk] INFO: Saving data for LL18%20OTM: {'auction_closing_time': 1775199600.0, 'created_time': 1773831278.141077, 'last_price_update_time': 1774850982.691994}
2026-03-30 06:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:42 [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-30 06:09:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13d28788-b06c-53fb-8716-33625c17af08 with identifier: EO68%20OSM
2026-03-30 06:09:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13d28788-b06c-53fb-8716-33625c17af08 with identifier: EO68%20OSM
2026-03-30 06:09:42 [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-30 06:09:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:42 [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': 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-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO68%2520OSM%27 HTTP/1.1" 200 None
2026-03-30 06:09:43 [bca.uk] INFO: Saving data for EO68%20OSM: {'auction_closing_time': 1775199600.0, 'created_time': 1774364814.620331, 'last_price_update_time': 1774850983.013971}
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:43 [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-30 06:09:43 [bca.uk] INFO: Found listing with ID: SA18%20CFY
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA18%2520CFY%27 HTTP/1.1" 200 None
2026-03-30 06:09:43 [bca.uk] INFO: Scrape type for SA18%20CFY: 0
2026-03-30 06:09:43 [bca.uk] INFO: Found listing with ID: YF71%20WVH
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF71%2520WVH%27 HTTP/1.1" 200 None
2026-03-30 06:09:43 [bca.uk] INFO: Scrape type for YF71%20WVH: 2
2026-03-30 06:09:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c1a9aec-46f9-59fe-9a1a-bca368676c96 with identifier: YF71%20WVH
2026-03-30 06:09:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c1a9aec-46f9-59fe-9a1a-bca368676c96 with scrape type 2
2026-03-30 06:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c1a9aec-46f9-59fe-9a1a-bca368676c96 with scrape type 2
2026-03-30 06:09:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c1a9aec-46f9-59fe-9a1a-bca368676c96, identifier: YF71%20WVH
2026-03-30 06:09:43 [bca.uk] INFO: Found listing with ID: BX64%20YVD
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX64%2520YVD%27 HTTP/1.1" 200 None
2026-03-30 06:09:43 [bca.uk] INFO: Scrape type for BX64%20YVD: 2
2026-03-30 06:09:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 222a3a9d-770a-5743-9ab0-1d5601284826 with identifier: BX64%20YVD
2026-03-30 06:09:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 222a3a9d-770a-5743-9ab0-1d5601284826 with scrape type 2
2026-03-30 06:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 222a3a9d-770a-5743-9ab0-1d5601284826 with scrape type 2
2026-03-30 06:09:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 222a3a9d-770a-5743-9ab0-1d5601284826, identifier: BX64%20YVD
2026-03-30 06:09:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dacbecd4-eaef-5243-b7b2-2d98f93bb903 with identifier: AX72%20JJV
2026-03-30 06:09:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dacbecd4-eaef-5243-b7b2-2d98f93bb903 with identifier: AX72%20JJV
2026-03-30 06:09:43 [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-30 06:09:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:43 [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=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-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX72%2520JJV%27 HTTP/1.1" 200 None
2026-03-30 06:09:43 [bca.uk] INFO: Saving data for AX72%20JJV: {'auction_closing_time': 1775037600.0, 'created_time': 1774353882.445618, 'last_price_update_time': 1774850983.556478}
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:43 [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-30 06:09:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d103fb5d-3cf7-5de8-b59c-0fcfd26a7037 with identifier: ND12%20FCP
2026-03-30 06:09:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d103fb5d-3cf7-5de8-b59c-0fcfd26a7037 with identifier: ND12%20FCP
2026-03-30 06:09:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d103fb5d-3cf7-5de8-b59c-0fcfd26a7037 with identifier: ND12%20FCP to the API
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 126,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd103fb5d-3cf7-5de8-b59c-0fcfd26a7037',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND12 FCP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND12%20FCP&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 99755,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'HONDA JAZZ 1.4 I-VTEC ES Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC ES',
'vin': 'JHMGE6760CS207328',
'year': 2012}
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND12%2520FCP%27 HTTP/1.1" 200 None
2026-03-30 06:09:43 [bca.uk] INFO: Saving data for ND12%20FCP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649274.693034, 'last_price_update_time': 1774850983.915587}
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND12%2520FCP') HTTP/1.1" 204 0
2026-03-30 06:09:43 [bca.uk] INFO: Found listing with ID: LX16%20CNU
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX16%2520CNU%27 HTTP/1.1" 200 None
2026-03-30 06:09:43 [bca.uk] INFO: Scrape type for LX16%20CNU: 0
2026-03-30 06:09:43 [bca.uk] INFO: Found listing with ID: OW17%20PUO
2026-03-30 06:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW17%2520PUO%27 HTTP/1.1" 200 None
2026-03-30 06:09:43 [bca.uk] INFO: Scrape type for OW17%20PUO: 2
2026-03-30 06:09:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a9153e-21d6-5261-890e-8e8602c23d06 with identifier: OW17%20PUO
2026-03-30 06:09:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a9153e-21d6-5261-890e-8e8602c23d06 with scrape type 2
2026-03-30 06:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a9153e-21d6-5261-890e-8e8602c23d06 with scrape type 2
2026-03-30 06:09:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5a9153e-21d6-5261-890e-8e8602c23d06, identifier: OW17%20PUO
2026-03-30 06:09:44 [bca.uk] INFO: Found listing with ID: GM17%20BGK
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM17%2520BGK%27 HTTP/1.1" 200 None
2026-03-30 06:09:44 [bca.uk] INFO: Scrape type for GM17%20BGK: 0
2026-03-30 06:09:44 [bca.uk] INFO: Found listing with ID: KO67%20BZU
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO67%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:09:44 [bca.uk] INFO: Scrape type for KO67%20BZU: 2
2026-03-30 06:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with identifier: KO67%20BZU
2026-03-30 06:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with scrape type 2
2026-03-30 06:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with scrape type 2
2026-03-30 06:09:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40, identifier: KO67%20BZU
2026-03-30 06:09:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c1a9aec-46f9-59fe-9a1a-bca368676c96 with identifier: YF71%20WVH
2026-03-30 06:09:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c1a9aec-46f9-59fe-9a1a-bca368676c96 with identifier: YF71%20WVH
2026-03-30 06:09:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c1a9aec-46f9-59fe-9a1a-bca368676c96 with identifier: YF71%20WVH to the API
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF71%20WVH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3c1a9aec-46f9-59fe-9a1a-bca368676c96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF71 WVH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF71%20WVH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'BMW',
'model': '318I',
'odometer': 34142,
'odometer_reading_unit': '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 318I 2.0 M SPORT STEP Saloon',
'transmission': 'automatic',
'trim': 'M SPORT STEP',
'vin': 'WBA70DY0708C35989',
'year': 2021}
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF71%2520WVH%27 HTTP/1.1" 200 None
2026-03-30 06:09:44 [bca.uk] INFO: Saving data for YF71%20WVH: {'auction_closing_time': 1774864800.0, 'created_time': 1774649211.695354, 'last_price_update_time': 1774850984.488187}
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520WVH') HTTP/1.1" 204 0
2026-03-30 06:09:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 222a3a9d-770a-5743-9ab0-1d5601284826 with identifier: BX64%20YVD
2026-03-30 06:09:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 222a3a9d-770a-5743-9ab0-1d5601284826 with identifier: BX64%20YVD
2026-03-30 06:09:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 222a3a9d-770a-5743-9ab0-1d5601284826 with identifier: BX64%20YVD to the API
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:44 [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': 214,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX64%20YVD-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '222a3a9d-770a-5743-9ab0-1d5601284826',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BX64 YVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX64%20YVD&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T30',
'odometer': 91386,
'odometer_reading_unit': '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 TRANSPORTER T30 2.0 BITDI 180 H/L SWB KOMBI DSG CrewCab '
'Van',
'transmission': 'automatic',
'trim': 'BITDI 180 H/L SWB KOMBI DSG',
'vin': 'WV1ZZZ7HZFH020645',
'year': 2014}
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX64%2520YVD%27 HTTP/1.1" 200 None
2026-03-30 06:09:44 [bca.uk] INFO: Saving data for BX64%20YVD: {'auction_closing_time': 1775037600.0, 'created_time': 1774649075.817356, 'last_price_update_time': 1774850984.839773}
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX64%2520YVD') HTTP/1.1" 204 0
2026-03-30 06:09:44 [bca.uk] INFO: Found listing with ID: AF21%20VSG
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF21%2520VSG%27 HTTP/1.1" 200 None
2026-03-30 06:09:44 [bca.uk] INFO: Scrape type for AF21%20VSG: 2
2026-03-30 06:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2299c491-41ee-533e-b66f-a126aca982cb with identifier: AF21%20VSG
2026-03-30 06:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2299c491-41ee-533e-b66f-a126aca982cb with scrape type 2
2026-03-30 06:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2299c491-41ee-533e-b66f-a126aca982cb with scrape type 2
2026-03-30 06:09:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2299c491-41ee-533e-b66f-a126aca982cb, identifier: AF21%20VSG
2026-03-30 06:09:44 [bca.uk] INFO: Found listing with ID: VO11%20WKT
2026-03-30 06:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO11%2520WKT%27 HTTP/1.1" 200 None
2026-03-30 06:09:44 [bca.uk] INFO: Scrape type for VO11%20WKT: 2
2026-03-30 06:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 283f8e7f-7c5b-5546-8332-3627a19937ab with identifier: VO11%20WKT
2026-03-30 06:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 283f8e7f-7c5b-5546-8332-3627a19937ab with scrape type 2
2026-03-30 06:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 283f8e7f-7c5b-5546-8332-3627a19937ab with scrape type 2
2026-03-30 06:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 283f8e7f-7c5b-5546-8332-3627a19937ab, identifier: VO11%20WKT
2026-03-30 06:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5a9153e-21d6-5261-890e-8e8602c23d06 with identifier: OW17%20PUO
2026-03-30 06:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5a9153e-21d6-5261-890e-8e8602c23d06 with identifier: OW17%20PUO
2026-03-30 06:09:45 [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-30 06:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:45 [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=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-30 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW17%2520PUO%27 HTTP/1.1" 200 None
2026-03-30 06:09:45 [bca.uk] INFO: Saving data for OW17%20PUO: {'auction_closing_time': 1775199600.0, 'created_time': 1773826668.755724, 'last_price_update_time': 1774850985.351196}
2026-03-30 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:45 [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-30 06:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with identifier: KO67%20BZU
2026-03-30 06:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 755f00c8-7b8a-5dc3-98db-d2260c7a9f40 with identifier: KO67%20BZU
2026-03-30 06:09:45 [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-30 06:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:45 [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': 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-30 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO67%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:09:45 [bca.uk] INFO: Saving data for KO67%20BZU: {'auction_closing_time': 1775199600.0, 'created_time': 1774364785.479888, 'last_price_update_time': 1774850985.634781}
2026-03-30 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:45 [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-30 06:09:45 [bca.uk] INFO: Found listing with ID: YL68%20ORJ
2026-03-30 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL68%2520ORJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:45 [bca.uk] INFO: Scrape type for YL68%20ORJ: 2
2026-03-30 06:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dddccd30-595f-5164-b89b-1f905488b5d7 with identifier: YL68%20ORJ
2026-03-30 06:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dddccd30-595f-5164-b89b-1f905488b5d7 with scrape type 2
2026-03-30 06:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dddccd30-595f-5164-b89b-1f905488b5d7 with scrape type 2
2026-03-30 06:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dddccd30-595f-5164-b89b-1f905488b5d7, identifier: YL68%20ORJ
2026-03-30 06:09:45 [bca.uk] INFO: Found listing with ID: EO60%20XFZ
2026-03-30 06:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO60%2520XFZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:45 [bca.uk] INFO: Scrape type for EO60%20XFZ: 2
2026-03-30 06:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6591bbe6-7a2c-5fef-bed5-002c6df079e2 with identifier: EO60%20XFZ
2026-03-30 06:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6591bbe6-7a2c-5fef-bed5-002c6df079e2 with scrape type 2
2026-03-30 06:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6591bbe6-7a2c-5fef-bed5-002c6df079e2 with scrape type 2
2026-03-30 06:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6591bbe6-7a2c-5fef-bed5-002c6df079e2, identifier: EO60%20XFZ
2026-03-30 06:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2299c491-41ee-533e-b66f-a126aca982cb with identifier: AF21%20VSG
2026-03-30 06:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2299c491-41ee-533e-b66f-a126aca982cb with identifier: AF21%20VSG
2026-03-30 06:09:45 [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-30 06:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:46 [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': 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-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF21%2520VSG%27 HTTP/1.1" 200 None
2026-03-30 06:09:46 [bca.uk] INFO: Saving data for AF21%20VSG: {'auction_closing_time': 1775469600.0, 'created_time': 1774677858.782412, 'last_price_update_time': 1774850986.213869}
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:46 [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-30 06:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 283f8e7f-7c5b-5546-8332-3627a19937ab with identifier: VO11%20WKT
2026-03-30 06:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 283f8e7f-7c5b-5546-8332-3627a19937ab with identifier: VO11%20WKT
2026-03-30 06:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 283f8e7f-7c5b-5546-8332-3627a19937ab with identifier: VO11%20WKT to the API
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 115,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '283f8e7f-7c5b-5546-8332-3627a19937ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO11 WKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO11%20WKT&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 101384,
'odometer_reading_unit': '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': 'MDHFBUK13U0029801',
'year': 2011}
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO11%2520WKT%27 HTTP/1.1" 200 None
2026-03-30 06:09:46 [bca.uk] INFO: Saving data for VO11%20WKT: {'auction_closing_time': 1775037600.0, 'created_time': 1774649275.064387, 'last_price_update_time': 1774850986.508524}
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO11%2520WKT') HTTP/1.1" 204 0
2026-03-30 06:09:46 [bca.uk] INFO: Found listing with ID: KS69%20AUH
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS69%2520AUH%27 HTTP/1.1" 200 None
2026-03-30 06:09:46 [bca.uk] INFO: Scrape type for KS69%20AUH: 2
2026-03-30 06:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8be4533-ade0-5465-85a5-1e284c9adc8f with identifier: KS69%20AUH
2026-03-30 06:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8be4533-ade0-5465-85a5-1e284c9adc8f with scrape type 2
2026-03-30 06:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8be4533-ade0-5465-85a5-1e284c9adc8f with scrape type 2
2026-03-30 06:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8be4533-ade0-5465-85a5-1e284c9adc8f, identifier: KS69%20AUH
2026-03-30 06:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dddccd30-595f-5164-b89b-1f905488b5d7 with identifier: YL68%20ORJ
2026-03-30 06:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dddccd30-595f-5164-b89b-1f905488b5d7 with identifier: YL68%20ORJ
2026-03-30 06:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dddccd30-595f-5164-b89b-1f905488b5d7 with identifier: YL68%20ORJ to the API
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 48,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL68%20ORJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dddccd30-595f-5164-b89b-1f905488b5d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL68 ORJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL68%20ORJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 95991,
'odometer_reading_unit': '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 SE TECH Hatchback',
'transmission': 'automatic',
'trim': 'TD4 180 4WD SE TECH',
'vin': 'SALVA2AN4KH354027',
'year': 2019}
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL68%2520ORJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:46 [bca.uk] INFO: Saving data for YL68%20ORJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535783.565449, 'last_price_update_time': 1774850986.921605}
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL68%2520ORJ') HTTP/1.1" 204 0
2026-03-30 06:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6591bbe6-7a2c-5fef-bed5-002c6df079e2 with identifier: EO60%20XFZ
2026-03-30 06:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6591bbe6-7a2c-5fef-bed5-002c6df079e2 with identifier: EO60%20XFZ
2026-03-30 06:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6591bbe6-7a2c-5fef-bed5-002c6df079e2 with identifier: EO60%20XFZ to the API
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 224,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO60%20XFZ-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6591bbe6-7a2c-5fef-bed5-002c6df079e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO60 XFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO60%20XFZ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 130597,
'odometer_reading_unit': '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': 'VSKCVND40U0402155',
'year': 2011}
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO60%2520XFZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:47 [bca.uk] INFO: Saving data for EO60%20XFZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649103.466796, 'last_price_update_time': 1774850987.211469}
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO60%2520XFZ') HTTP/1.1" 204 0
2026-03-30 06:09:47 [bca.uk] INFO: Found listing with ID: DX23%20TSO
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX23%2520TSO%27 HTTP/1.1" 200 None
2026-03-30 06:09:47 [bca.uk] INFO: Scrape type for DX23%20TSO: 2
2026-03-30 06:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df7eaae3-6605-5bff-a54b-e79c92726d57 with identifier: DX23%20TSO
2026-03-30 06:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df7eaae3-6605-5bff-a54b-e79c92726d57 with scrape type 2
2026-03-30 06:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df7eaae3-6605-5bff-a54b-e79c92726d57 with scrape type 2
2026-03-30 06:09:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df7eaae3-6605-5bff-a54b-e79c92726d57, identifier: DX23%20TSO
2026-03-30 06:09:47 [bca.uk] INFO: Found listing with ID: SJ15%20VEV
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ15%2520VEV%27 HTTP/1.1" 200 None
2026-03-30 06:09:47 [bca.uk] INFO: Scrape type for SJ15%20VEV: 0
2026-03-30 06:09:47 [bca.uk] INFO: Found listing with ID: ND13%20HSY
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND13%2520HSY%27 HTTP/1.1" 200 None
2026-03-30 06:09:47 [bca.uk] INFO: Scrape type for ND13%20HSY: 2
2026-03-30 06:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bf8e10f-f1f9-5245-8e9f-50c041310732 with identifier: ND13%20HSY
2026-03-30 06:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bf8e10f-f1f9-5245-8e9f-50c041310732 with scrape type 2
2026-03-30 06:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bf8e10f-f1f9-5245-8e9f-50c041310732 with scrape type 2
2026-03-30 06:09:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bf8e10f-f1f9-5245-8e9f-50c041310732, identifier: ND13%20HSY
2026-03-30 06:09:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8be4533-ade0-5465-85a5-1e284c9adc8f with identifier: KS69%20AUH
2026-03-30 06:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8be4533-ade0-5465-85a5-1e284c9adc8f with identifier: KS69%20AUH
2026-03-30 06:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8be4533-ade0-5465-85a5-1e284c9adc8f with identifier: KS69%20AUH to the API
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:47 [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': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS69%20AUH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'a8be4533-ade0-5465-85a5-1e284c9adc8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS69 AUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS69%20AUH&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 88269,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21400,
'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': 'SALRA2AK9L2419952',
'year': 2019}
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS69%2520AUH%27 HTTP/1.1" 200 None
2026-03-30 06:09:47 [bca.uk] INFO: Saving data for KS69%20AUH: {'auction_closing_time': 1775199600.0, 'created_time': 1773828319.992391, 'last_price_update_time': 1774850987.753324}
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS69%2520AUH') HTTP/1.1" 204 0
2026-03-30 06:09:47 [bca.uk] INFO: Found listing with ID: YS18%20FWH
2026-03-30 06:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS18%2520FWH%27 HTTP/1.1" 200 None
2026-03-30 06:09:47 [bca.uk] INFO: Scrape type for YS18%20FWH: 2
2026-03-30 06:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06ed315a-917b-506e-b762-f9e09fec4291 with identifier: YS18%20FWH
2026-03-30 06:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06ed315a-917b-506e-b762-f9e09fec4291 with scrape type 2
2026-03-30 06:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06ed315a-917b-506e-b762-f9e09fec4291 with scrape type 2
2026-03-30 06:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06ed315a-917b-506e-b762-f9e09fec4291, identifier: YS18%20FWH
2026-03-30 06:09:48 [bca.uk] INFO: Found listing with ID: DS65%20VAY
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS65%2520VAY%27 HTTP/1.1" 200 None
2026-03-30 06:09:48 [bca.uk] INFO: Scrape type for DS65%20VAY: 2
2026-03-30 06:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b2c7030-6dc1-596a-9e14-2840a98ba3f7 with identifier: DS65%20VAY
2026-03-30 06:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b2c7030-6dc1-596a-9e14-2840a98ba3f7 with scrape type 2
2026-03-30 06:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b2c7030-6dc1-596a-9e14-2840a98ba3f7 with scrape type 2
2026-03-30 06:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b2c7030-6dc1-596a-9e14-2840a98ba3f7, identifier: DS65%20VAY
2026-03-30 06:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df7eaae3-6605-5bff-a54b-e79c92726d57 with identifier: DX23%20TSO
2026-03-30 06:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df7eaae3-6605-5bff-a54b-e79c92726d57 with identifier: DX23%20TSO
2026-03-30 06:09:48 [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-30 06:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:48 [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=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-30 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX23%2520TSO%27 HTTP/1.1" 200 None
2026-03-30 06:09:48 [bca.uk] INFO: Saving data for DX23%20TSO: {'auction_closing_time': 1775469600.0, 'created_time': 1774677864.69845, 'last_price_update_time': 1774850988.396855}
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:48 [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-30 06:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bf8e10f-f1f9-5245-8e9f-50c041310732 with identifier: ND13%20HSY
2026-03-30 06:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bf8e10f-f1f9-5245-8e9f-50c041310732 with identifier: ND13%20HSY
2026-03-30 06:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bf8e10f-f1f9-5245-8e9f-50c041310732 with identifier: ND13%20HSY to the API
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:48 [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': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3bf8e10f-f1f9-5245-8e9f-50c041310732',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND13 HSY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND13%20HSY&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'KIA',
'model': 'CEED',
'odometer': 142276,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'KIA CEED 1.6 CRDI 126 E/D 2 Hatchback',
'transmission': 'manual',
'trim': 'CRDI 126 E/D 2',
'vin': 'U5YHN516LEL082290',
'year': 2013}
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND13%2520HSY%27 HTTP/1.1" 200 None
2026-03-30 06:09:48 [bca.uk] INFO: Saving data for ND13%20HSY: {'auction_closing_time': 1775037600.0, 'created_time': 1774649274.30549, 'last_price_update_time': 1774850988.685807}
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND13%2520HSY') HTTP/1.1" 204 0
2026-03-30 06:09:48 [bca.uk] INFO: Found listing with ID: LO66%20AAU
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO66%2520AAU%27 HTTP/1.1" 200 None
2026-03-30 06:09:48 [bca.uk] INFO: Scrape type for LO66%20AAU: 0
2026-03-30 06:09:48 [bca.uk] INFO: Found listing with ID: MF71%20ZHD
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF71%2520ZHD%27 HTTP/1.1" 200 None
2026-03-30 06:09:48 [bca.uk] INFO: Scrape type for MF71%20ZHD: 2
2026-03-30 06:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77c08635-2993-5d6b-9c93-a17d89cf5455 with identifier: MF71%20ZHD
2026-03-30 06:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77c08635-2993-5d6b-9c93-a17d89cf5455 with scrape type 2
2026-03-30 06:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77c08635-2993-5d6b-9c93-a17d89cf5455 with scrape type 2
2026-03-30 06:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77c08635-2993-5d6b-9c93-a17d89cf5455, identifier: MF71%20ZHD
2026-03-30 06:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06ed315a-917b-506e-b762-f9e09fec4291 with identifier: YS18%20FWH
2026-03-30 06:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06ed315a-917b-506e-b762-f9e09fec4291 with identifier: YS18%20FWH
2026-03-30 06:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06ed315a-917b-506e-b762-f9e09fec4291 with identifier: YS18%20FWH to the API
2026-03-30 06:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:49 [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=YS18%20FWH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '06ed315a-917b-506e-b762-f9e09fec4291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS18 FWH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS18%20FWH&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FIAT',
'model': '500X',
'odometer': 35799,
'odometer_reading_unit': '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 500X 1.6 E-TORQ MIRROR Hatchback',
'transmission': 'manual',
'trim': 'E-TORQ MIRROR',
'vin': 'ZFA3340000P654537',
'year': 2018}
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS18%2520FWH%27 HTTP/1.1" 200 None
2026-03-30 06:09:49 [bca.uk] INFO: Saving data for YS18%20FWH: {'auction_closing_time': 1774864800.0, 'created_time': 1774649171.666582, 'last_price_update_time': 1774850989.111918}
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520FWH') HTTP/1.1" 204 0
2026-03-30 06:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b2c7030-6dc1-596a-9e14-2840a98ba3f7 with identifier: DS65%20VAY
2026-03-30 06:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b2c7030-6dc1-596a-9e14-2840a98ba3f7 with identifier: DS65%20VAY
2026-03-30 06:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b2c7030-6dc1-596a-9e14-2840a98ba3f7 with identifier: DS65%20VAY to the API
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS65%20VAY-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0b2c7030-6dc1-596a-9e14-2840a98ba3f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS65 VAY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS65%20VAY&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VAUXHALL',
'model': 'ZAFIRA TOURER',
'odometer': 90507,
'odometer_reading_unit': '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 ZAFIRA TOURER 1.4 T 140 SE MPV',
'transmission': 'manual',
'trim': 'T 140 SE',
'vin': 'W0LPE9EC9G1027756',
'year': 2015}
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS65%2520VAY%27 HTTP/1.1" 200 None
2026-03-30 06:09:49 [bca.uk] INFO: Saving data for DS65%20VAY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649115.699402, 'last_price_update_time': 1774850989.415258}
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS65%2520VAY') HTTP/1.1" 204 0
2026-03-30 06:09:49 [bca.uk] INFO: Found listing with ID: KN69%20NPV
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN69%2520NPV%27 HTTP/1.1" 200 None
2026-03-30 06:09:49 [bca.uk] INFO: Scrape type for KN69%20NPV: 2
2026-03-30 06:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93080d71-f87e-5c38-b63c-e29d03e02cd6 with identifier: KN69%20NPV
2026-03-30 06:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93080d71-f87e-5c38-b63c-e29d03e02cd6 with scrape type 2
2026-03-30 06:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93080d71-f87e-5c38-b63c-e29d03e02cd6 with scrape type 2
2026-03-30 06:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93080d71-f87e-5c38-b63c-e29d03e02cd6, identifier: KN69%20NPV
2026-03-30 06:09:49 [bca.uk] INFO: Found listing with ID: ND15%20SFU
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND15%2520SFU%27 HTTP/1.1" 200 None
2026-03-30 06:09:49 [bca.uk] INFO: Scrape type for ND15%20SFU: 2
2026-03-30 06:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b33daf6-0e2f-5681-8e13-b8fd14e1b49d with identifier: ND15%20SFU
2026-03-30 06:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b33daf6-0e2f-5681-8e13-b8fd14e1b49d with scrape type 2
2026-03-30 06:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b33daf6-0e2f-5681-8e13-b8fd14e1b49d with scrape type 2
2026-03-30 06:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b33daf6-0e2f-5681-8e13-b8fd14e1b49d, identifier: ND15%20SFU
2026-03-30 06:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77c08635-2993-5d6b-9c93-a17d89cf5455 with identifier: MF71%20ZHD
2026-03-30 06:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77c08635-2993-5d6b-9c93-a17d89cf5455 with identifier: MF71%20ZHD
2026-03-30 06:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77c08635-2993-5d6b-9c93-a17d89cf5455 with identifier: MF71%20ZHD to the API
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:49 [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': 331,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF71%20ZHD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '5.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '77c08635-2993-5d6b-9c93-a17d89cf5455',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF71 ZHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF71%20ZHD&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 26770,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 51000,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 5.0 P575 S/C SVR CARBON ED. StationWagon',
'transmission': 'automatic',
'trim': 'P575 S/C SVR CARBON ED.',
'vin': 'SALWA2AE0NA212114',
'year': 2021}
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF71%2520ZHD%27 HTTP/1.1" 200 None
2026-03-30 06:09:49 [bca.uk] INFO: Saving data for MF71%20ZHD: {'auction_closing_time': 1775199600.0, 'created_time': 1773959972.903196, 'last_price_update_time': 1774850989.929942}
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF71%2520ZHD') HTTP/1.1" 204 0
2026-03-30 06:09:49 [bca.uk] INFO: Found listing with ID: BP69%20OJJ
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP69%2520OJJ%27 HTTP/1.1" 200 None
2026-03-30 06:09:49 [bca.uk] INFO: Scrape type for BP69%20OJJ: 0
2026-03-30 06:09:49 [bca.uk] INFO: Found listing with ID: CK70%20YMM
2026-03-30 06:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK70%2520YMM%27 HTTP/1.1" 200 None
2026-03-30 06:09:50 [bca.uk] INFO: Scrape type for CK70%20YMM: 2
2026-03-30 06:09:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dc4ca0a-f3bb-5c25-b00e-9fb7742299c3 with identifier: CK70%20YMM
2026-03-30 06:09:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dc4ca0a-f3bb-5c25-b00e-9fb7742299c3 with scrape type 2
2026-03-30 06:09:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dc4ca0a-f3bb-5c25-b00e-9fb7742299c3 with scrape type 2
2026-03-30 06:09:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1dc4ca0a-f3bb-5c25-b00e-9fb7742299c3, identifier: CK70%20YMM
2026-03-30 06:09:50 [bca.uk] INFO: Found listing with ID: YA72%20EKD
2026-03-30 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA72%2520EKD%27 HTTP/1.1" 200 None
2026-03-30 06:09:50 [bca.uk] INFO: Scrape type for YA72%20EKD: 2
2026-03-30 06:09:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f052ca61-d5fa-5be2-8cb2-6805732b31bc with identifier: YA72%20EKD
2026-03-30 06:09:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f052ca61-d5fa-5be2-8cb2-6805732b31bc with scrape type 2
2026-03-30 06:09:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f052ca61-d5fa-5be2-8cb2-6805732b31bc with scrape type 2
2026-03-30 06:09:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f052ca61-d5fa-5be2-8cb2-6805732b31bc, identifier: YA72%20EKD
2026-03-30 06:09:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93080d71-f87e-5c38-b63c-e29d03e02cd6 with identifier: KN69%20NPV
2026-03-30 06:09:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93080d71-f87e-5c38-b63c-e29d03e02cd6 with identifier: KN69%20NPV
2026-03-30 06:09:50 [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-30 06:09:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:50 [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=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-30 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN69%2520NPV%27 HTTP/1.1" 200 None
2026-03-30 06:09:50 [bca.uk] INFO: Saving data for KN69%20NPV: {'auction_closing_time': 1775037600.0, 'created_time': 1774677861.215275, 'last_price_update_time': 1774850990.510396}
2026-03-30 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:50 [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-30 06:09:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b33daf6-0e2f-5681-8e13-b8fd14e1b49d with identifier: ND15%20SFU
2026-03-30 06:09:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b33daf6-0e2f-5681-8e13-b8fd14e1b49d with identifier: ND15%20SFU
2026-03-30 06:09:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b33daf6-0e2f-5681-8e13-b8fd14e1b49d with identifier: ND15%20SFU to the API
2026-03-30 06:09:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:50 [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': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3b33daf6-0e2f-5681-8e13-b8fd14e1b49d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND15 SFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND15%20SFU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 59216,
'odometer_reading_unit': '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 JAZZ 1.4 I-VTEC ES PLUS Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC ES PLUS',
'vin': 'SHHGG6760FU020646',
'year': 2015}
2026-03-30 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND15%2520SFU%27 HTTP/1.1" 200 None
2026-03-30 06:09:50 [bca.uk] INFO: Saving data for ND15%20SFU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562746.987752, 'last_price_update_time': 1774850990.807719}
2026-03-30 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND15%2520SFU') HTTP/1.1" 204 0
2026-03-30 06:09:50 [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-30 06:09:50 [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-30 06:09:50 [bca.uk] INFO: Found listing with ID: MW70%20BVB
2026-03-30 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW70%2520BVB%27 HTTP/1.1" 200 None
2026-03-30 06:09:50 [bca.uk] INFO: Scrape type for MW70%20BVB: 0
2026-03-30 06:09:50 [bca.uk] INFO: Found listing with ID: OY17%20KRU
2026-03-30 06:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY17%2520KRU%27 HTTP/1.1" 200 None
2026-03-30 06:09:50 [bca.uk] INFO: Scrape type for OY17%20KRU: 2
2026-03-30 06:09:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a870309-9e76-534a-bc1b-7859e60eb9b9 with identifier: OY17%20KRU
2026-03-30 06:09:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a870309-9e76-534a-bc1b-7859e60eb9b9 with scrape type 2
2026-03-30 06:09:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a870309-9e76-534a-bc1b-7859e60eb9b9 with scrape type 2
2026-03-30 06:09:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a870309-9e76-534a-bc1b-7859e60eb9b9, identifier: OY17%20KRU
2026-03-30 06:09:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1dc4ca0a-f3bb-5c25-b00e-9fb7742299c3 with identifier: CK70%20YMM
2026-03-30 06:09:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1dc4ca0a-f3bb-5c25-b00e-9fb7742299c3 with identifier: CK70%20YMM
2026-03-30 06:09:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1dc4ca0a-f3bb-5c25-b00e-9fb7742299c3 with identifier: CK70%20YMM to the API
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:51 [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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK70%20YMM-GB',
'category': 'Car',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1dc4ca0a-f3bb-5c25-b00e-9fb7742299c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK70 YMM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK70%20YMM&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 73721,
'odometer_reading_unit': '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': 'WVWZZZCDZLW806168',
'year': 2020}
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK70%2520YMM%27 HTTP/1.1" 200 None
2026-03-30 06:09:51 [bca.uk] INFO: Saving data for CK70%20YMM: {'auction_closing_time': 1774864800.0, 'created_time': 1774649206.930099, 'last_price_update_time': 1774850991.253401}
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK70%2520YMM') HTTP/1.1" 204 0
2026-03-30 06:09:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f052ca61-d5fa-5be2-8cb2-6805732b31bc with identifier: YA72%20EKD
2026-03-30 06:09:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f052ca61-d5fa-5be2-8cb2-6805732b31bc with identifier: YA72%20EKD
2026-03-30 06:09:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f052ca61-d5fa-5be2-8cb2-6805732b31bc with identifier: YA72%20EKD to the API
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA72%20EKD-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f052ca61-d5fa-5be2-8cb2-6805732b31bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YA72 EKD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA72%20EKD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'RENAULT',
'model': 'TRAFIC 30',
'odometer': 58399,
'odometer_reading_unit': '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 SPORT PanelVan',
'transmission': 'manual',
'trim': 'B/DCI 130 LL SPORT',
'vin': 'VF1FL000370057609',
'year': 2023}
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA72%2520EKD%27 HTTP/1.1" 200 None
2026-03-30 06:09:51 [bca.uk] INFO: Saving data for YA72%20EKD: {'auction_closing_time': 1775037600.0, 'created_time': 1774649124.165479, 'last_price_update_time': 1774850991.629504}
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520EKD') HTTP/1.1" 204 0
2026-03-30 06:09:51 [bca.uk] INFO: Found listing with ID: YF72%20VKM
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF72%2520VKM%27 HTTP/1.1" 200 None
2026-03-30 06:09:51 [bca.uk] INFO: Scrape type for YF72%20VKM: 2
2026-03-30 06:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3927fd08-2ba0-5bbb-83bf-7579c382330b with identifier: YF72%20VKM
2026-03-30 06:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3927fd08-2ba0-5bbb-83bf-7579c382330b with scrape type 2
2026-03-30 06:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3927fd08-2ba0-5bbb-83bf-7579c382330b with scrape type 2
2026-03-30 06:09:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3927fd08-2ba0-5bbb-83bf-7579c382330b, identifier: YF72%20VKM
2026-03-30 06:09:51 [bca.uk] INFO: Found listing with ID: ND53%20EJZ
2026-03-30 06:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND53%2520EJZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:51 [bca.uk] INFO: Scrape type for ND53%20EJZ: 2
2026-03-30 06:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 706d1609-d882-5c44-85e0-f5622acf9283 with identifier: ND53%20EJZ
2026-03-30 06:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 706d1609-d882-5c44-85e0-f5622acf9283 with scrape type 2
2026-03-30 06:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 706d1609-d882-5c44-85e0-f5622acf9283 with scrape type 2
2026-03-30 06:09:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 706d1609-d882-5c44-85e0-f5622acf9283, identifier: ND53%20EJZ
2026-03-30 06:09:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:09:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a870309-9e76-534a-bc1b-7859e60eb9b9 with identifier: OY17%20KRU
2026-03-30 06:09:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a870309-9e76-534a-bc1b-7859e60eb9b9 with identifier: OY17%20KRU
2026-03-30 06:09:51 [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-30 06:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:52 [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': 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-30 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY17%2520KRU%27 HTTP/1.1" 200 None
2026-03-30 06:09:52 [bca.uk] INFO: Saving data for OY17%20KRU: {'auction_closing_time': 1775199600.0, 'created_time': 1774364840.608255, 'last_price_update_time': 1774850992.1775}
2026-03-30 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:52 [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-30 06:09:52 [bca.uk] INFO: Found listing with ID: CX20%20KFW
2026-03-30 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX20%2520KFW%27 HTTP/1.1" 200 None
2026-03-30 06:09:52 [bca.uk] INFO: Scrape type for CX20%20KFW: 2
2026-03-30 06:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43e1babb-6a58-5648-a2d0-c66a05a44951 with identifier: CX20%20KFW
2026-03-30 06:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43e1babb-6a58-5648-a2d0-c66a05a44951 with scrape type 2
2026-03-30 06:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43e1babb-6a58-5648-a2d0-c66a05a44951 with scrape type 2
2026-03-30 06:09:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43e1babb-6a58-5648-a2d0-c66a05a44951, identifier: CX20%20KFW
2026-03-30 06:09:52 [bca.uk] INFO: Found listing with ID: SG17%20XAA
2026-03-30 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG17%2520XAA%27 HTTP/1.1" 200 None
2026-03-30 06:09:52 [bca.uk] INFO: Scrape type for SG17%20XAA: 2
2026-03-30 06:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a637d2d9-c1ff-5dc1-a588-05bfa38a3532 with identifier: SG17%20XAA
2026-03-30 06:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a637d2d9-c1ff-5dc1-a588-05bfa38a3532 with scrape type 2
2026-03-30 06:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a637d2d9-c1ff-5dc1-a588-05bfa38a3532 with scrape type 2
2026-03-30 06:09:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a637d2d9-c1ff-5dc1-a588-05bfa38a3532, identifier: SG17%20XAA
2026-03-30 06:09:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3927fd08-2ba0-5bbb-83bf-7579c382330b with identifier: YF72%20VKM
2026-03-30 06:09:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3927fd08-2ba0-5bbb-83bf-7579c382330b with identifier: YF72%20VKM
2026-03-30 06:09:52 [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-30 06:09:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:52 [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': 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-30 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF72%2520VKM%27 HTTP/1.1" 200 None
2026-03-30 06:09:52 [bca.uk] INFO: Saving data for YF72%20VKM: {'auction_closing_time': 1775469600.0, 'created_time': 1774677855.083159, 'last_price_update_time': 1774850992.717225}
2026-03-30 06:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:52 [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-30 06:09:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 706d1609-d882-5c44-85e0-f5622acf9283 with identifier: ND53%20EJZ
2026-03-30 06:09:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 706d1609-d882-5c44-85e0-f5622acf9283 with identifier: ND53%20EJZ
2026-03-30 06:09:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 706d1609-d882-5c44-85e0-f5622acf9283 with identifier: ND53%20EJZ to the API
2026-03-30 06:09:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 292,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '706d1609-d882-5c44-85e0-f5622acf9283',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND53 EJZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND53%20EJZ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'TOYOTA',
'model': 'L/C AMAZON',
'odometer': 72993,
'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 L/C AMAZON 4.2 TD StationWagon',
'transmission': 'manual',
'trim': 'TD',
'vin': 'JTEHC05J604020592',
'year': 2003}
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND53%2520EJZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:53 [bca.uk] INFO: Saving data for ND53%20EJZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649272.067737, 'last_price_update_time': 1774850993.033466}
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND53%2520EJZ') HTTP/1.1" 204 0
2026-03-30 06:09:53 [bca.uk] INFO: Found listing with ID: OY17%20SPZ
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY17%2520SPZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:53 [bca.uk] INFO: Scrape type for OY17%20SPZ: 2
2026-03-30 06:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94acaf4-f451-5063-89ad-5aa588a07666 with identifier: OY17%20SPZ
2026-03-30 06:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94acaf4-f451-5063-89ad-5aa588a07666 with scrape type 2
2026-03-30 06:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c94acaf4-f451-5063-89ad-5aa588a07666 with scrape type 2
2026-03-30 06:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c94acaf4-f451-5063-89ad-5aa588a07666, identifier: OY17%20SPZ
2026-03-30 06:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43e1babb-6a58-5648-a2d0-c66a05a44951 with identifier: CX20%20KFW
2026-03-30 06:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43e1babb-6a58-5648-a2d0-c66a05a44951 with identifier: CX20%20KFW
2026-03-30 06:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43e1babb-6a58-5648-a2d0-c66a05a44951 with identifier: CX20%20KFW to the API
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:53 [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=CX20%20KFW-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '43e1babb-6a58-5648-a2d0-c66a05a44951',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX20 KFW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX20%20KFW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MINI',
'model': 'COOPER',
'odometer': 33715,
'odometer_reading_unit': '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': 'WMWXU720002M75335',
'year': 2020}
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX20%2520KFW%27 HTTP/1.1" 200 None
2026-03-30 06:09:53 [bca.uk] INFO: Saving data for CX20%20KFW: {'auction_closing_time': 1774864800.0, 'created_time': 1774649210.58136, 'last_price_update_time': 1774850993.454607}
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX20%2520KFW') HTTP/1.1" 204 0
2026-03-30 06:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a637d2d9-c1ff-5dc1-a588-05bfa38a3532 with identifier: SG17%20XAA
2026-03-30 06:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a637d2d9-c1ff-5dc1-a588-05bfa38a3532 with identifier: SG17%20XAA
2026-03-30 06:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a637d2d9-c1ff-5dc1-a588-05bfa38a3532 with identifier: SG17%20XAA to the API
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG17%20XAA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a637d2d9-c1ff-5dc1-a588-05bfa38a3532',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG17 XAA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG17%20XAA&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 91821,
'odometer_reading_unit': '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': 'WF0CXXGAKCHJ01820',
'year': 2017}
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG17%2520XAA%27 HTTP/1.1" 200 None
2026-03-30 06:09:53 [bca.uk] INFO: Saving data for SG17%20XAA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649087.617176, 'last_price_update_time': 1774850993.746744}
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG17%2520XAA') HTTP/1.1" 204 0
2026-03-30 06:09:53 [bca.uk] INFO: Found listing with ID: DY72%20BZT
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY72%2520BZT%27 HTTP/1.1" 200 None
2026-03-30 06:09:53 [bca.uk] INFO: Scrape type for DY72%20BZT: 2
2026-03-30 06:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with identifier: DY72%20BZT
2026-03-30 06:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with scrape type 2
2026-03-30 06:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with scrape type 2
2026-03-30 06:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8, identifier: DY72%20BZT
2026-03-30 06:09:53 [bca.uk] INFO: Found listing with ID: SL10%20HRP
2026-03-30 06:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL10%2520HRP%27 HTTP/1.1" 200 None
2026-03-30 06:09:53 [bca.uk] INFO: Scrape type for SL10%20HRP: 2
2026-03-30 06:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b98b90-1ada-5323-a0eb-d0d088c64c41 with identifier: SL10%20HRP
2026-03-30 06:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b98b90-1ada-5323-a0eb-d0d088c64c41 with scrape type 2
2026-03-30 06:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b98b90-1ada-5323-a0eb-d0d088c64c41 with scrape type 2
2026-03-30 06:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b98b90-1ada-5323-a0eb-d0d088c64c41, identifier: SL10%20HRP
2026-03-30 06:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c94acaf4-f451-5063-89ad-5aa588a07666 with identifier: OY17%20SPZ
2026-03-30 06:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c94acaf4-f451-5063-89ad-5aa588a07666 with identifier: OY17%20SPZ
2026-03-30 06:09:54 [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-30 06:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:54 [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': 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-30 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY17%2520SPZ%27 HTTP/1.1" 200 None
2026-03-30 06:09:54 [bca.uk] INFO: Saving data for OY17%20SPZ: {'auction_closing_time': 1775199600.0, 'created_time': 1774364822.940193, 'last_price_update_time': 1774850994.289436}
2026-03-30 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:54 [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-30 06:09:54 [bca.uk] INFO: Found listing with ID: KW70%20FHN
2026-03-30 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-30 06:09:54 [bca.uk] INFO: Scrape type for KW70%20FHN: 2
2026-03-30 06:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a605b32-9a9b-5317-ba07-ee6274a3fda5 with identifier: KW70%20FHN
2026-03-30 06:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a605b32-9a9b-5317-ba07-ee6274a3fda5 with scrape type 2
2026-03-30 06:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a605b32-9a9b-5317-ba07-ee6274a3fda5 with scrape type 2
2026-03-30 06:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a605b32-9a9b-5317-ba07-ee6274a3fda5, identifier: KW70%20FHN
2026-03-30 06:09:54 [bca.uk] INFO: Found listing with ID: WA16%20TJO
2026-03-30 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA16%2520TJO%27 HTTP/1.1" 200 None
2026-03-30 06:09:54 [bca.uk] INFO: Scrape type for WA16%20TJO: 2
2026-03-30 06:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf21546-9384-5dfa-ac4e-6c32450f0f30 with identifier: WA16%20TJO
2026-03-30 06:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf21546-9384-5dfa-ac4e-6c32450f0f30 with scrape type 2
2026-03-30 06:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf21546-9384-5dfa-ac4e-6c32450f0f30 with scrape type 2
2026-03-30 06:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bf21546-9384-5dfa-ac4e-6c32450f0f30, identifier: WA16%20TJO
2026-03-30 06:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with identifier: DY72%20BZT
2026-03-30 06:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29017f52-c1c0-5f94-9e9b-a30dfa8824a8 with identifier: DY72%20BZT
2026-03-30 06:09:54 [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-30 06:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:54 [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': '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-30 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY72%2520BZT%27 HTTP/1.1" 200 None
2026-03-30 06:09:54 [bca.uk] INFO: Saving data for DY72%20BZT: {'auction_closing_time': 1775469600.0, 'created_time': 1774677860.510967, 'last_price_update_time': 1774850994.816908}
2026-03-30 06:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:54 [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-30 06:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b98b90-1ada-5323-a0eb-d0d088c64c41 with identifier: SL10%20HRP
2026-03-30 06:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b98b90-1ada-5323-a0eb-d0d088c64c41 with identifier: SL10%20HRP
2026-03-30 06:09:54 [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-30 06:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL10%2520HRP%27 HTTP/1.1" 200 None
2026-03-30 06:09:55 [bca.uk] INFO: Saving data for SL10%20HRP: {'auction_closing_time': 1775037600.0, 'created_time': 1774390381.204135, 'last_price_update_time': 1774850995.113627}
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:55 [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-30 06:09:55 [bca.uk] INFO: Found listing with ID: OY66%20YSS
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY66%2520YSS%27 HTTP/1.1" 200 None
2026-03-30 06:09:55 [bca.uk] INFO: Scrape type for OY66%20YSS: 2
2026-03-30 06:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da44f7da-73f2-5269-b81c-497872e801b5 with identifier: OY66%20YSS
2026-03-30 06:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da44f7da-73f2-5269-b81c-497872e801b5 with scrape type 2
2026-03-30 06:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da44f7da-73f2-5269-b81c-497872e801b5 with scrape type 2
2026-03-30 06:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da44f7da-73f2-5269-b81c-497872e801b5, identifier: OY66%20YSS
2026-03-30 06:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a605b32-9a9b-5317-ba07-ee6274a3fda5 with identifier: KW70%20FHN
2026-03-30 06:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a605b32-9a9b-5317-ba07-ee6274a3fda5 with identifier: KW70%20FHN
2026-03-30 06:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a605b32-9a9b-5317-ba07-ee6274a3fda5 with identifier: KW70%20FHN to the API
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:55 [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': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW70%20FHN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4a605b32-9a9b-5317-ba07-ee6274a3fda5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW70 FHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW70%20FHN&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 35702,
'odometer_reading_unit': '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 D240 4WD R-DYNAMIC HSE Hatchback',
'transmission': 'automatic',
'trim': 'D240 4WD R-DYNAMIC HSE',
'vin': 'SALZA2AN1LH120298',
'year': 2020}
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-30 06:09:55 [bca.uk] INFO: Saving data for KW70%20FHN: {'auction_closing_time': 1774864800.0, 'created_time': 1774447617.666647, 'last_price_update_time': 1774850995.512704}
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520FHN') HTTP/1.1" 204 0
2026-03-30 06:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bf21546-9384-5dfa-ac4e-6c32450f0f30 with identifier: WA16%20TJO
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey%2Fblack HTTP/1.1" 200 None
2026-03-30 06:09:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bf21546-9384-5dfa-ac4e-6c32450f0f30 with identifier: WA16%20TJO
2026-03-30 06:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bf21546-9384-5dfa-ac4e-6c32450f0f30 with identifier: WA16%20TJO to the API
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA16%20TJO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0bf21546-9384-5dfa-ac4e-6c32450f0f30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA16 TJO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA16%20TJO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 55295,
'odometer_reading_unit': '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 S EDC Hatchback',
'transmission': 'automatic',
'trim': 'DCI 90 DYNAMIQUE S EDC',
'vin': 'VF12RAJ1D54484457',
'year': 2016}
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA16%2520TJO%27 HTTP/1.1" 200 None
2026-03-30 06:09:55 [bca.uk] INFO: Saving data for WA16%20TJO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649125.278207, 'last_price_update_time': 1774850995.966943}
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA16%2520TJO') HTTP/1.1" 204 0
2026-03-30 06:09:55 [bca.uk] INFO: Found listing with ID: P123%20PJG
2026-03-30 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P123%2520PJG%27 HTTP/1.1" 200 None
2026-03-30 06:09:56 [bca.uk] INFO: Scrape type for P123%20PJG: 2
2026-03-30 06:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with identifier: P123%20PJG
2026-03-30 06:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with scrape type 2
2026-03-30 06:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with scrape type 2
2026-03-30 06:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22, identifier: P123%20PJG
2026-03-30 06:09:56 [bca.uk] INFO: Found listing with ID: FE64%20FGV
2026-03-30 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE64%2520FGV%27 HTTP/1.1" 200 None
2026-03-30 06:09:56 [bca.uk] INFO: Scrape type for FE64%20FGV: 2
2026-03-30 06:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13663586-2a5a-5794-ae86-2ad1a042758c with identifier: FE64%20FGV
2026-03-30 06:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13663586-2a5a-5794-ae86-2ad1a042758c with scrape type 2
2026-03-30 06:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13663586-2a5a-5794-ae86-2ad1a042758c with scrape type 2
2026-03-30 06:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13663586-2a5a-5794-ae86-2ad1a042758c, identifier: FE64%20FGV
2026-03-30 06:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da44f7da-73f2-5269-b81c-497872e801b5 with identifier: OY66%20YSS
2026-03-30 06:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da44f7da-73f2-5269-b81c-497872e801b5 with identifier: OY66%20YSS
2026-03-30 06:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da44f7da-73f2-5269-b81c-497872e801b5 with identifier: OY66%20YSS to the API
2026-03-30 06:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:56 [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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY66%20YSS-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'da44f7da-73f2-5269-b81c-497872e801b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY66 YSS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY66%20YSS&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 45656,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'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': 'SALVA2AN7HH181709',
'year': 2016}
2026-03-30 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY66%2520YSS%27 HTTP/1.1" 200 None
2026-03-30 06:09:56 [bca.uk] INFO: Saving data for OY66%20YSS: {'auction_closing_time': 1775199600.0, 'created_time': 1773844063.718035, 'last_price_update_time': 1774850996.508425}
2026-03-30 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY66%2520YSS') HTTP/1.1" 204 0
2026-03-30 06:09:56 [bca.uk] INFO: Found listing with ID: WJ22%20BOV
2026-03-30 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ22%2520BOV%27 HTTP/1.1" 200 None
2026-03-30 06:09:56 [bca.uk] INFO: Scrape type for WJ22%20BOV: 2
2026-03-30 06:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b665e596-a237-5f95-b216-676b183b5e07 with identifier: WJ22%20BOV
2026-03-30 06:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b665e596-a237-5f95-b216-676b183b5e07 with scrape type 2
2026-03-30 06:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b665e596-a237-5f95-b216-676b183b5e07 with scrape type 2
2026-03-30 06:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b665e596-a237-5f95-b216-676b183b5e07, identifier: WJ22%20BOV
2026-03-30 06:09:56 [bca.uk] INFO: Found listing with ID: EK13%20NDL
2026-03-30 06:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK13%2520NDL%27 HTTP/1.1" 200 None
2026-03-30 06:09:56 [bca.uk] INFO: Scrape type for EK13%20NDL: 2
2026-03-30 06:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21c4d935-c115-556e-9054-e08a320193b9 with identifier: EK13%20NDL
2026-03-30 06:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c4d935-c115-556e-9054-e08a320193b9 with scrape type 2
2026-03-30 06:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21c4d935-c115-556e-9054-e08a320193b9 with scrape type 2
2026-03-30 06:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21c4d935-c115-556e-9054-e08a320193b9, identifier: EK13%20NDL
2026-03-30 06:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with identifier: P123%20PJG
2026-03-30 06:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54af7ae0-9ba6-5904-9f29-ce78eb5e5b22 with identifier: P123%20PJG
2026-03-30 06:09:56 [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-30 06:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27P123%2520PJG%27 HTTP/1.1" 200 None
2026-03-30 06:09:57 [bca.uk] INFO: Saving data for P123%20PJG: {'auction_closing_time': 1775037600.0, 'created_time': 1774047196.38548, 'last_price_update_time': 1774850997.177363}
2026-03-30 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:57 [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-30 06:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13663586-2a5a-5794-ae86-2ad1a042758c with identifier: FE64%20FGV
2026-03-30 06:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13663586-2a5a-5794-ae86-2ad1a042758c with identifier: FE64%20FGV
2026-03-30 06:09:57 [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-30 06:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE64%2520FGV%27 HTTP/1.1" 200 None
2026-03-30 06:09:57 [bca.uk] INFO: Saving data for FE64%20FGV: {'auction_closing_time': 1775037600.0, 'created_time': 1774476948.78519, 'last_price_update_time': 1774850997.473333}
2026-03-30 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:57 [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-30 06:09:57 [bca.uk] INFO: Found listing with ID: RO72%20MAE
2026-03-30 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO72%2520MAE%27 HTTP/1.1" 200 None
2026-03-30 06:09:57 [bca.uk] INFO: Scrape type for RO72%20MAE: 2
2026-03-30 06:09:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with identifier: RO72%20MAE
2026-03-30 06:09: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-30 06:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with scrape type 2
2026-03-30 06:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0097e2cf-a0a4-58de-9eac-a82ce4ee4605, identifier: RO72%20MAE
2026-03-30 06:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b665e596-a237-5f95-b216-676b183b5e07 with identifier: WJ22%20BOV
2026-03-30 06:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b665e596-a237-5f95-b216-676b183b5e07 with identifier: WJ22%20BOV
2026-03-30 06:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b665e596-a237-5f95-b216-676b183b5e07 with identifier: WJ22%20BOV to the API
2026-03-30 06:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:57 [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': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ22%20BOV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b665e596-a237-5f95-b216-676b183b5e07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ22 BOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ22%20BOV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 84750,
'odometer_reading_unit': '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.(5ST) StationWagon',
'transmission': 'automatic',
'trim': 'D200 URBAN ED.(5ST)',
'vin': 'SALCA2AN1PH916240',
'year': 2022}
2026-03-30 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ22%2520BOV%27 HTTP/1.1" 200 None
2026-03-30 06:09:57 [bca.uk] INFO: Saving data for WJ22%20BOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774303391.305541, 'last_price_update_time': 1774850997.886042}
2026-03-30 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ22%2520BOV') HTTP/1.1" 204 0
2026-03-30 06:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21c4d935-c115-556e-9054-e08a320193b9 with identifier: EK13%20NDL
2026-03-30 06:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21c4d935-c115-556e-9054-e08a320193b9 with identifier: EK13%20NDL
2026-03-30 06:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21c4d935-c115-556e-9054-e08a320193b9 with identifier: EK13%20NDL to the API
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 87,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK13%20NDL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '21c4d935-c115-556e-9054-e08a320193b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK13 NDL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK13%20NDL&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 263437,
'odometer_reading_unit': '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 ECONETIC Van',
'transmission': 'manual',
'trim': 'TDCI ECONETIC',
'vin': 'WF0RXXGAKRDU45861',
'year': 2013}
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK13%2520NDL%27 HTTP/1.1" 200 None
2026-03-30 06:09:58 [bca.uk] INFO: Saving data for EK13%20NDL: {'auction_closing_time': 1775124000.0, 'created_time': 1774649116.363354, 'last_price_update_time': 1774850998.193932}
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK13%2520NDL') HTTP/1.1" 204 0
2026-03-30 06:09:58 [bca.uk] INFO: Found listing with ID: AO22%20TKN
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO22%2520TKN%27 HTTP/1.1" 200 None
2026-03-30 06:09:58 [bca.uk] INFO: Scrape type for AO22%20TKN: 2
2026-03-30 06:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 569d1582-9a22-5df8-9920-2e8e62b3e778 with identifier: AO22%20TKN
2026-03-30 06:09: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-30 06:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 569d1582-9a22-5df8-9920-2e8e62b3e778 with scrape type 2
2026-03-30 06:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 569d1582-9a22-5df8-9920-2e8e62b3e778, identifier: AO22%20TKN
2026-03-30 06:09:58 [bca.uk] INFO: Found listing with ID: A13%20MVN
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27A13%2520MVN%27 HTTP/1.1" 200 None
2026-03-30 06:09:58 [bca.uk] INFO: Scrape type for A13%20MVN: 2
2026-03-30 06:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f21ddb4-da78-513f-8d7a-dc163f37a3e6 with identifier: A13%20MVN
2026-03-30 06:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f21ddb4-da78-513f-8d7a-dc163f37a3e6 with scrape type 2
2026-03-30 06:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f21ddb4-da78-513f-8d7a-dc163f37a3e6 with scrape type 2
2026-03-30 06:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f21ddb4-da78-513f-8d7a-dc163f37a3e6, identifier: A13%20MVN
2026-03-30 06:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0097e2cf-a0a4-58de-9eac-a82ce4ee4605 with identifier: RO72%20MAE
2026-03-30 06:09: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-30 06:09: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-30 06:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:58 [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': 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-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO72%2520MAE%27 HTTP/1.1" 200 None
2026-03-30 06:09:58 [bca.uk] INFO: Saving data for RO72%20MAE: {'auction_closing_time': 1775124000.0, 'created_time': 1774651861.858028, 'last_price_update_time': 1774850998.691441}
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09: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-30 06:09:58 [bca.uk] INFO: Found listing with ID: WN18%20XLF
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-30 06:09:58 [bca.uk] INFO: Scrape type for WN18%20XLF: 2
2026-03-30 06:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fb3ac67-291c-5cc5-9edc-7072b04dae92 with identifier: WN18%20XLF
2026-03-30 06:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fb3ac67-291c-5cc5-9edc-7072b04dae92 with scrape type 2
2026-03-30 06:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fb3ac67-291c-5cc5-9edc-7072b04dae92 with scrape type 2
2026-03-30 06:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fb3ac67-291c-5cc5-9edc-7072b04dae92, identifier: WN18%20XLF
2026-03-30 06:09:58 [bca.uk] INFO: Found listing with ID: AY66%20EOR
2026-03-30 06:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY66%2520EOR%27 HTTP/1.1" 200 None
2026-03-30 06:09:58 [bca.uk] INFO: Scrape type for AY66%20EOR: 2
2026-03-30 06:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc5a8e48-1175-54c6-8494-30f0e177119c with identifier: AY66%20EOR
2026-03-30 06:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc5a8e48-1175-54c6-8494-30f0e177119c with scrape type 2
2026-03-30 06:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc5a8e48-1175-54c6-8494-30f0e177119c with scrape type 2
2026-03-30 06:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc5a8e48-1175-54c6-8494-30f0e177119c, identifier: AY66%20EOR
2026-03-30 06:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 569d1582-9a22-5df8-9920-2e8e62b3e778 with identifier: AO22%20TKN
2026-03-30 06:09: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-30 06:09:59 [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-30 06:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 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-30 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO22%2520TKN%27 HTTP/1.1" 200 None
2026-03-30 06:09:59 [bca.uk] INFO: Saving data for AO22%20TKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774390707.454852, 'last_price_update_time': 1774850999.233297}
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09: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-30 06:09:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f21ddb4-da78-513f-8d7a-dc163f37a3e6 with identifier: A13%20MVN
2026-03-30 06:09:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f21ddb4-da78-513f-8d7a-dc163f37a3e6 with identifier: A13%20MVN
2026-03-30 06:09:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f21ddb4-da78-513f-8d7a-dc163f37a3e6 with identifier: A13%20MVN to the API
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09: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': 113,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0f21ddb4-da78-513f-8d7a-dc163f37a3e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'A13 MVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=A13%20MVN&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 74113,
'odometer_reading_unit': '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 ED4 150 2WD SE TECH Hatchback',
'transmission': 'manual',
'trim': 'ED4 150 2WD SE TECH',
'vin': 'SALVB2CN8HH183690',
'year': 2016}
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27A13%2520MVN%27 HTTP/1.1" 200 None
2026-03-30 06:09:59 [bca.uk] INFO: Saving data for A13%20MVN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649253.748757, 'last_price_update_time': 1774850999.532985}
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A13%2520MVN') HTTP/1.1" 204 0
2026-03-30 06:09:59 [bca.uk] INFO: Found listing with ID: DS65%20OCU
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS65%2520OCU%27 HTTP/1.1" 200 None
2026-03-30 06:09:59 [bca.uk] INFO: Scrape type for DS65%20OCU: 0
2026-03-30 06:09:59 [bca.uk] INFO: Found listing with ID: FE67%20JCX
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE67%2520JCX%27 HTTP/1.1" 200 None
2026-03-30 06:09:59 [bca.uk] INFO: Scrape type for FE67%20JCX: 2
2026-03-30 06:09:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with identifier: FE67%20JCX
2026-03-30 06:09:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with scrape type 2
2026-03-30 06:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with scrape type 2
2026-03-30 06:09:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b, identifier: FE67%20JCX
2026-03-30 06:09:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fb3ac67-291c-5cc5-9edc-7072b04dae92 with identifier: WN18%20XLF
2026-03-30 06:09:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fb3ac67-291c-5cc5-9edc-7072b04dae92 with identifier: WN18%20XLF
2026-03-30 06:09:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fb3ac67-291c-5cc5-9edc-7072b04dae92 with identifier: WN18%20XLF to the API
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:09:59 [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': 41,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN18%20XLF-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': '3fb3ac67-291c-5cc5-9edc-7072b04dae92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN18 XLF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN18%20XLF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MITSUBISHI',
'model': 'OUTLANDER',
'odometer': 86541,
'odometer_reading_unit': '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 4H 4WD StationWagon',
'transmission': 'automatic',
'trim': 'PHEV 4H 4WD',
'vin': 'JMAXDGG2WJZ000310',
'year': 2018}
2026-03-30 06:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-30 06:09:59 [bca.uk] INFO: Saving data for WN18%20XLF: {'auction_closing_time': 1774864800.0, 'created_time': 1774649194.152991, 'last_price_update_time': 1774850999.986894}
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN18%2520XLF') HTTP/1.1" 204 0
2026-03-30 06:10:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc5a8e48-1175-54c6-8494-30f0e177119c with identifier: AY66%20EOR
2026-03-30 06:10:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc5a8e48-1175-54c6-8494-30f0e177119c with identifier: AY66%20EOR
2026-03-30 06:10:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc5a8e48-1175-54c6-8494-30f0e177119c with identifier: AY66%20EOR to the API
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY66%20EOR-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc5a8e48-1175-54c6-8494-30f0e177119c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AY66 EOR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY66%20EOR&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'TOURNEO CUSTOM',
'odometer': 115844,
'odometer_reading_unit': '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 TOURNEO CUSTOM 2.0 TDCI 170 310 LWB TITANIUM L/R Bus',
'transmission': 'manual',
'trim': 'TDCI 170 310 LWB TITANIUM L/R',
'vin': 'WF03XXTTG3GL53763',
'year': 2016}
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY66%2520EOR%27 HTTP/1.1" 200 None
2026-03-30 06:10:00 [bca.uk] INFO: Saving data for AY66%20EOR: {'auction_closing_time': 1775037600.0, 'created_time': 1774649079.475335, 'last_price_update_time': 1774851000.309286}
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY66%2520EOR') HTTP/1.1" 204 0
2026-03-30 06:10:00 [bca.uk] INFO: Found listing with ID: AX72%20KAU
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX72%2520KAU%27 HTTP/1.1" 200 None
2026-03-30 06:10:00 [bca.uk] INFO: Scrape type for AX72%20KAU: 2
2026-03-30 06:10:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 436d6e4f-73ae-5302-9882-73fdd75968ad with identifier: AX72%20KAU
2026-03-30 06:10:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 436d6e4f-73ae-5302-9882-73fdd75968ad with scrape type 2
2026-03-30 06:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 436d6e4f-73ae-5302-9882-73fdd75968ad with scrape type 2
2026-03-30 06:10:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 436d6e4f-73ae-5302-9882-73fdd75968ad, identifier: AX72%20KAU
2026-03-30 06:10:00 [bca.uk] INFO: Found listing with ID: AK17%20GUU
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK17%2520GUU%27 HTTP/1.1" 200 None
2026-03-30 06:10:00 [bca.uk] INFO: Scrape type for AK17%20GUU: 2
2026-03-30 06:10:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e81083ae-1901-5bb5-9f63-dc82fe03de3d with identifier: AK17%20GUU
2026-03-30 06:10:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e81083ae-1901-5bb5-9f63-dc82fe03de3d with scrape type 2
2026-03-30 06:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e81083ae-1901-5bb5-9f63-dc82fe03de3d with scrape type 2
2026-03-30 06:10:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e81083ae-1901-5bb5-9f63-dc82fe03de3d, identifier: AK17%20GUU
2026-03-30 06:10:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with identifier: FE67%20JCX
2026-03-30 06:10:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fdcc2cb-6b74-561e-8511-f04a07e6bf5b with identifier: FE67%20JCX
2026-03-30 06:10:00 [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-30 06:10:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:00 [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': 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-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE67%2520JCX%27 HTTP/1.1" 200 None
2026-03-30 06:10:00 [bca.uk] INFO: Saving data for FE67%20JCX: {'auction_closing_time': 1774940400.0, 'created_time': 1774265001.891431, 'last_price_update_time': 1774851000.843842}
2026-03-30 06:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:00 [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-30 06:10:01 [bca.uk] INFO: Found listing with ID: KN21%20ZVO
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN21%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:10:01 [bca.uk] INFO: Scrape type for KN21%20ZVO: 2
2026-03-30 06:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af183fbb-64d8-57cf-84e7-8eec3408d624 with identifier: KN21%20ZVO
2026-03-30 06:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af183fbb-64d8-57cf-84e7-8eec3408d624 with scrape type 2
2026-03-30 06:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af183fbb-64d8-57cf-84e7-8eec3408d624 with scrape type 2
2026-03-30 06:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af183fbb-64d8-57cf-84e7-8eec3408d624, identifier: KN21%20ZVO
2026-03-30 06:10:01 [bca.uk] INFO: Found listing with ID: FL70%20WDY
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL70%2520WDY%27 HTTP/1.1" 200 None
2026-03-30 06:10:01 [bca.uk] INFO: Scrape type for FL70%20WDY: 2
2026-03-30 06:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbdd64be-bb94-517a-bbca-fffe6aaa3a7d with identifier: FL70%20WDY
2026-03-30 06:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbdd64be-bb94-517a-bbca-fffe6aaa3a7d with scrape type 2
2026-03-30 06:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbdd64be-bb94-517a-bbca-fffe6aaa3a7d with scrape type 2
2026-03-30 06:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbdd64be-bb94-517a-bbca-fffe6aaa3a7d, identifier: FL70%20WDY
2026-03-30 06:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 436d6e4f-73ae-5302-9882-73fdd75968ad with identifier: AX72%20KAU
2026-03-30 06:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 436d6e4f-73ae-5302-9882-73fdd75968ad with identifier: AX72%20KAU
2026-03-30 06:10:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 436d6e4f-73ae-5302-9882-73fdd75968ad with identifier: AX72%20KAU to the API
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20KAU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '436d6e4f-73ae-5302-9882-73fdd75968ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AX72 KAU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20KAU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 19107,
'odometer_reading_unit': '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': 'ZFACF1CJ3NJH14755',
'year': 2023}
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX72%2520KAU%27 HTTP/1.1" 200 None
2026-03-30 06:10:01 [bca.uk] INFO: Saving data for AX72%20KAU: {'auction_closing_time': 1775037600.0, 'created_time': 1773826509.594439, 'last_price_update_time': 1774851001.584559}
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520KAU') HTTP/1.1" 204 0
2026-03-30 06:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e81083ae-1901-5bb5-9f63-dc82fe03de3d with identifier: AK17%20GUU
2026-03-30 06:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e81083ae-1901-5bb5-9f63-dc82fe03de3d with identifier: AK17%20GUU
2026-03-30 06:10:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e81083ae-1901-5bb5-9f63-dc82fe03de3d with identifier: AK17%20GUU to the API
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 125,
'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': 'e81083ae-1901-5bb5-9f63-dc82fe03de3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK17 GUU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK17%20GUU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'ECOSPORT',
'odometer': 75867,
'odometer_reading_unit': '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.0 E/B 140 TITANIUM S StationWagon',
'transmission': 'manual',
'trim': 'E/B 140 TITANIUM S',
'vin': 'WF0BXXMRKBHM33953',
'year': 2017}
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK17%2520GUU%27 HTTP/1.1" 200 None
2026-03-30 06:10:01 [bca.uk] INFO: Saving data for AK17%20GUU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562750.004234, 'last_price_update_time': 1774851001.909485}
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK17%2520GUU') HTTP/1.1" 204 0
2026-03-30 06:10:01 [bca.uk] INFO: Found listing with ID: HT68%20ERK
2026-03-30 06:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT68%2520ERK%27 HTTP/1.1" 200 None
2026-03-30 06:10:01 [bca.uk] INFO: Scrape type for HT68%20ERK: 2
2026-03-30 06:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 637e9a0b-c69e-51fe-af6c-eb91674bc54f with identifier: HT68%20ERK
2026-03-30 06:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 637e9a0b-c69e-51fe-af6c-eb91674bc54f with scrape type 2
2026-03-30 06:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 637e9a0b-c69e-51fe-af6c-eb91674bc54f with scrape type 2
2026-03-30 06:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 637e9a0b-c69e-51fe-af6c-eb91674bc54f, identifier: HT68%20ERK
2026-03-30 06:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af183fbb-64d8-57cf-84e7-8eec3408d624 with identifier: KN21%20ZVO
2026-03-30 06:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af183fbb-64d8-57cf-84e7-8eec3408d624 with identifier: KN21%20ZVO
2026-03-30 06:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af183fbb-64d8-57cf-84e7-8eec3408d624 with identifier: KN21%20ZVO to the API
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:02 [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=KN21%20ZVO-GB',
'category': 'Car',
'color': 'orange',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'af183fbb-64d8-57cf-84e7-8eec3408d624',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN21 ZVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN21%20ZVO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CROSSLAND',
'odometer': 89630,
'odometer_reading_unit': '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.5 TURBO D 110 ELITE Hatchback',
'transmission': 'manual',
'trim': 'TURBO D 110 ELITE',
'vin': 'W0V7H9EN5M4104391',
'year': 2021}
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN21%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:10:02 [bca.uk] INFO: Saving data for KN21%20ZVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774649184.935998, 'last_price_update_time': 1774851002.363744}
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN21%2520ZVO') HTTP/1.1" 204 0
2026-03-30 06:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbdd64be-bb94-517a-bbca-fffe6aaa3a7d with identifier: FL70%20WDY
2026-03-30 06:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbdd64be-bb94-517a-bbca-fffe6aaa3a7d with identifier: FL70%20WDY
2026-03-30 06:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbdd64be-bb94-517a-bbca-fffe6aaa3a7d with identifier: FL70%20WDY to the API
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 255,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL70%20WDY-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bbdd64be-bb94-517a-bbca-fffe6aaa3a7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL70 WDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL70%20WDY&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 FWD',
'odometer': 42159,
'odometer_reading_unit': '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 T D 135 L2 H2 PanelVan',
'transmission': 'manual',
'trim': 'T D 135 L2 H2',
'vin': 'W0VMR860XLB202100',
'year': 2020}
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL70%2520WDY%27 HTTP/1.1" 200 None
2026-03-30 06:10:02 [bca.uk] INFO: Saving data for FL70%20WDY: {'auction_closing_time': 1775037600.0, 'created_time': 1774649079.057081, 'last_price_update_time': 1774851002.714835}
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL70%2520WDY') HTTP/1.1" 204 0
2026-03-30 06:10:02 [bca.uk] INFO: Found listing with ID: GY21%20ECT
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY21%2520ECT%27 HTTP/1.1" 200 None
2026-03-30 06:10:02 [bca.uk] INFO: Scrape type for GY21%20ECT: 2
2026-03-30 06:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278d4c8d-d213-54d4-83b7-def6739d3d12 with identifier: GY21%20ECT
2026-03-30 06:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278d4c8d-d213-54d4-83b7-def6739d3d12 with scrape type 2
2026-03-30 06:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 278d4c8d-d213-54d4-83b7-def6739d3d12 with scrape type 2
2026-03-30 06:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 278d4c8d-d213-54d4-83b7-def6739d3d12, identifier: GY21%20ECT
2026-03-30 06:10:02 [bca.uk] INFO: Found listing with ID: NG15%20FSV
2026-03-30 06:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG15%2520FSV%27 HTTP/1.1" 200 None
2026-03-30 06:10:02 [bca.uk] INFO: Scrape type for NG15%20FSV: 2
2026-03-30 06:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d5424fc-a8b8-57c8-9319-5913cf310965 with identifier: NG15%20FSV
2026-03-30 06:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d5424fc-a8b8-57c8-9319-5913cf310965 with scrape type 2
2026-03-30 06:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d5424fc-a8b8-57c8-9319-5913cf310965 with scrape type 2
2026-03-30 06:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d5424fc-a8b8-57c8-9319-5913cf310965, identifier: NG15%20FSV
2026-03-30 06:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 637e9a0b-c69e-51fe-af6c-eb91674bc54f with identifier: HT68%20ERK
2026-03-30 06:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 637e9a0b-c69e-51fe-af6c-eb91674bc54f with identifier: HT68%20ERK
2026-03-30 06:10:03 [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-30 06:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:03 [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': 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-30 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT68%2520ERK%27 HTTP/1.1" 200 None
2026-03-30 06:10:03 [bca.uk] INFO: Saving data for HT68%20ERK: {'auction_closing_time': 1774940400.0, 'created_time': 1774477799.038961, 'last_price_update_time': 1774851003.298254}
2026-03-30 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:03 [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-30 06:10:03 [bca.uk] INFO: Found listing with ID: VK69%20CTV
2026-03-30 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK69%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:10:03 [bca.uk] INFO: Scrape type for VK69%20CTV: 2
2026-03-30 06:10:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16798db3-d413-5d70-a4ab-9007baa02c12 with identifier: VK69%20CTV
2026-03-30 06:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16798db3-d413-5d70-a4ab-9007baa02c12 with scrape type 2
2026-03-30 06:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16798db3-d413-5d70-a4ab-9007baa02c12 with scrape type 2
2026-03-30 06:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16798db3-d413-5d70-a4ab-9007baa02c12, identifier: VK69%20CTV
2026-03-30 06:10:03 [bca.uk] INFO: Found listing with ID: HK71%20UCC
2026-03-30 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK71%2520UCC%27 HTTP/1.1" 200 None
2026-03-30 06:10:03 [bca.uk] INFO: Scrape type for HK71%20UCC: 2
2026-03-30 06:10:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c365ac3f-240b-56c7-83d9-c94be3dc33be with identifier: HK71%20UCC
2026-03-30 06:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c365ac3f-240b-56c7-83d9-c94be3dc33be with scrape type 2
2026-03-30 06:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c365ac3f-240b-56c7-83d9-c94be3dc33be with scrape type 2
2026-03-30 06:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c365ac3f-240b-56c7-83d9-c94be3dc33be, identifier: HK71%20UCC
2026-03-30 06:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 278d4c8d-d213-54d4-83b7-def6739d3d12 with identifier: GY21%20ECT
2026-03-30 06:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:10:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=turquoise HTTP/1.1" 200 None
2026-03-30 06:10:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 278d4c8d-d213-54d4-83b7-def6739d3d12 with identifier: GY21%20ECT
2026-03-30 06:10:03 [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-30 06:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY21%2520ECT%27 HTTP/1.1" 200 None
2026-03-30 06:10:04 [bca.uk] INFO: Saving data for GY21%20ECT: {'auction_closing_time': 1775037600.0, 'created_time': 1774677854.385056, 'last_price_update_time': 1774851004.005468}
2026-03-30 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:04 [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-30 06:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d5424fc-a8b8-57c8-9319-5913cf310965 with identifier: NG15%20FSV
2026-03-30 06:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d5424fc-a8b8-57c8-9319-5913cf310965 with identifier: NG15%20FSV
2026-03-30 06:10:04 [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-30 06:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG15%2520FSV%27 HTTP/1.1" 200 None
2026-03-30 06:10:04 [bca.uk] INFO: Saving data for NG15%20FSV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562970.49802, 'last_price_update_time': 1774851004.339458}
2026-03-30 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:04 [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-30 06:10:04 [bca.uk] INFO: Found listing with ID: KU65%20DZH
2026-03-30 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU65%2520DZH%27 HTTP/1.1" 200 None
2026-03-30 06:10:04 [bca.uk] INFO: Scrape type for KU65%20DZH: 2
2026-03-30 06:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4556d179-319f-5d82-a1ee-8b3a9513841b with identifier: KU65%20DZH
2026-03-30 06:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4556d179-319f-5d82-a1ee-8b3a9513841b with scrape type 2
2026-03-30 06:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4556d179-319f-5d82-a1ee-8b3a9513841b with scrape type 2
2026-03-30 06:10:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4556d179-319f-5d82-a1ee-8b3a9513841b, identifier: KU65%20DZH
2026-03-30 06:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16798db3-d413-5d70-a4ab-9007baa02c12 with identifier: VK69%20CTV
2026-03-30 06:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16798db3-d413-5d70-a4ab-9007baa02c12 with identifier: VK69%20CTV
2026-03-30 06:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16798db3-d413-5d70-a4ab-9007baa02c12 with identifier: VK69%20CTV to the API
2026-03-30 06:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:04 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK69%20CTV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '16798db3-d413-5d70-a4ab-9007baa02c12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK69 CTV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK69%20CTV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MINI',
'model': 'COOPER',
'odometer': 48117,
'odometer_reading_unit': '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': 'WMWXU720702M08747',
'year': 2019}
2026-03-30 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK69%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:10:04 [bca.uk] INFO: Saving data for VK69%20CTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774649066.772918, 'last_price_update_time': 1774851004.909987}
2026-03-30 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK69%2520CTV') HTTP/1.1" 204 0
2026-03-30 06:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c365ac3f-240b-56c7-83d9-c94be3dc33be with identifier: HK71%20UCC
2026-03-30 06:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c365ac3f-240b-56c7-83d9-c94be3dc33be with identifier: HK71%20UCC
2026-03-30 06:10:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c365ac3f-240b-56c7-83d9-c94be3dc33be with identifier: HK71%20UCC to the API
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 215,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK71%20UCC-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c365ac3f-240b-56c7-83d9-c94be3dc33be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK71 UCC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK71%20UCC&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 34261,
'odometer_reading_unit': '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 H2 LEADER PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 L3 H2 LEADER',
'vin': 'WF0EXXTTREMK19783',
'year': 2021}
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK71%2520UCC%27 HTTP/1.1" 200 None
2026-03-30 06:10:05 [bca.uk] INFO: Saving data for HK71%20UCC: {'auction_closing_time': 1775037600.0, 'created_time': 1774649088.453446, 'last_price_update_time': 1774851005.266805}
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK71%2520UCC') HTTP/1.1" 204 0
2026-03-30 06:10:05 [bca.uk] INFO: Found listing with ID: GC23%20CTV
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC23%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:10:05 [bca.uk] INFO: Scrape type for GC23%20CTV: 2
2026-03-30 06:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67010743-11a3-5054-9d25-5b229316ec82 with identifier: GC23%20CTV
2026-03-30 06:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67010743-11a3-5054-9d25-5b229316ec82 with scrape type 2
2026-03-30 06:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67010743-11a3-5054-9d25-5b229316ec82 with scrape type 2
2026-03-30 06:10:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67010743-11a3-5054-9d25-5b229316ec82, identifier: GC23%20CTV
2026-03-30 06:10:05 [bca.uk] INFO: Found listing with ID: NX64%20XJU
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX64%2520XJU%27 HTTP/1.1" 200 None
2026-03-30 06:10:05 [bca.uk] INFO: Scrape type for NX64%20XJU: 2
2026-03-30 06:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f187c03f-c570-5bc7-9a8f-d755ae8a6eca with identifier: NX64%20XJU
2026-03-30 06:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f187c03f-c570-5bc7-9a8f-d755ae8a6eca with scrape type 2
2026-03-30 06:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f187c03f-c570-5bc7-9a8f-d755ae8a6eca with scrape type 2
2026-03-30 06:10:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f187c03f-c570-5bc7-9a8f-d755ae8a6eca, identifier: NX64%20XJU
2026-03-30 06:10:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4556d179-319f-5d82-a1ee-8b3a9513841b with identifier: KU65%20DZH
2026-03-30 06:10:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4556d179-319f-5d82-a1ee-8b3a9513841b with identifier: KU65%20DZH
2026-03-30 06:10:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4556d179-319f-5d82-a1ee-8b3a9513841b with identifier: KU65%20DZH to the API
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:05 [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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU65%20DZH-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol',
'id': '4556d179-319f-5d82-a1ee-8b3a9513841b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU65 DZH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU65%20DZH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 95001,
'odometer_reading_unit': '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 T 100 LIMITED ED. Hatchback',
'transmission': 'manual',
'trim': 'T 100 LIMITED ED.',
'vin': 'W0L0XEP08F6076845',
'year': 2015}
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU65%2520DZH%27 HTTP/1.1" 200 None
2026-03-30 06:10:05 [bca.uk] INFO: Saving data for KU65%20DZH: {'auction_closing_time': 1774940400.0, 'created_time': 1773839867.795258, 'last_price_update_time': 1774851005.992892}
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU65%2520DZH') HTTP/1.1" 204 0
2026-03-30 06:10:06 [bca.uk] INFO: Found listing with ID: EJ22%20VBB
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ22%2520VBB%27 HTTP/1.1" 200 None
2026-03-30 06:10:06 [bca.uk] INFO: Scrape type for EJ22%20VBB: 2
2026-03-30 06:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98a35e1f-3f69-594e-9b37-4f817c710e17 with identifier: EJ22%20VBB
2026-03-30 06:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98a35e1f-3f69-594e-9b37-4f817c710e17 with scrape type 2
2026-03-30 06:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98a35e1f-3f69-594e-9b37-4f817c710e17 with scrape type 2
2026-03-30 06:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98a35e1f-3f69-594e-9b37-4f817c710e17, identifier: EJ22%20VBB
2026-03-30 06:10:06 [bca.uk] INFO: Found listing with ID: HN67%20XHO
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN67%2520XHO%27 HTTP/1.1" 200 None
2026-03-30 06:10:06 [bca.uk] INFO: Scrape type for HN67%20XHO: 2
2026-03-30 06:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dbd8f76-43ef-58a7-80a6-062b083b17fa with identifier: HN67%20XHO
2026-03-30 06:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dbd8f76-43ef-58a7-80a6-062b083b17fa with scrape type 2
2026-03-30 06:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dbd8f76-43ef-58a7-80a6-062b083b17fa with scrape type 2
2026-03-30 06:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dbd8f76-43ef-58a7-80a6-062b083b17fa, identifier: HN67%20XHO
2026-03-30 06:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67010743-11a3-5054-9d25-5b229316ec82 with identifier: GC23%20CTV
2026-03-30 06:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67010743-11a3-5054-9d25-5b229316ec82 with identifier: GC23%20CTV
2026-03-30 06:10:06 [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-30 06:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC23%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:10:06 [bca.uk] INFO: Saving data for GC23%20CTV: {'auction_closing_time': 1775037600.0, 'created_time': 1774363835.416461, 'last_price_update_time': 1774851006.526812}
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:06 [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-30 06:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f187c03f-c570-5bc7-9a8f-d755ae8a6eca with identifier: NX64%20XJU
2026-03-30 06:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f187c03f-c570-5bc7-9a8f-d755ae8a6eca with identifier: NX64%20XJU
2026-03-30 06:10:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f187c03f-c570-5bc7-9a8f-d755ae8a6eca with identifier: NX64%20XJU to the API
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 99,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f187c03f-c570-5bc7-9a8f-d755ae8a6eca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX64 XJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX64%20XJU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 77988,
'odometer_reading_unit': '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': 'WF0DXXGAKDEP55472',
'year': 2014}
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX64%2520XJU%27 HTTP/1.1" 200 None
2026-03-30 06:10:06 [bca.uk] INFO: Saving data for NX64%20XJU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562751.092955, 'last_price_update_time': 1774851006.975184}
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX64%2520XJU') HTTP/1.1" 204 0
2026-03-30 06:10:06 [bca.uk] INFO: Found listing with ID: SB12%20AFZ
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB12%2520AFZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:07 [bca.uk] INFO: Scrape type for SB12%20AFZ: 2
2026-03-30 06:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad0c6309-fe7a-543a-8f78-89b91961a73b with identifier: SB12%20AFZ
2026-03-30 06:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad0c6309-fe7a-543a-8f78-89b91961a73b with scrape type 2
2026-03-30 06:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad0c6309-fe7a-543a-8f78-89b91961a73b with scrape type 2
2026-03-30 06:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad0c6309-fe7a-543a-8f78-89b91961a73b, identifier: SB12%20AFZ
2026-03-30 06:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98a35e1f-3f69-594e-9b37-4f817c710e17 with identifier: EJ22%20VBB
2026-03-30 06:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98a35e1f-3f69-594e-9b37-4f817c710e17 with identifier: EJ22%20VBB
2026-03-30 06:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98a35e1f-3f69-594e-9b37-4f817c710e17 with identifier: EJ22%20VBB to the API
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:07 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ22%20VBB-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': '98a35e1f-3f69-594e-9b37-4f817c710e17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ22 VBB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ22%20VBB&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 19964,
'odometer_reading_unit': '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 ARKANA 1.6 E-TECH HEV 145 S EDITION Coupe',
'transmission': 'automatic',
'trim': 'E-TECH HEV 145 S EDITION',
'vin': 'VF1RJL00XUC329166',
'year': 2022}
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ22%2520VBB%27 HTTP/1.1" 200 None
2026-03-30 06:10:07 [bca.uk] INFO: Saving data for EJ22%20VBB: {'auction_closing_time': 1774864800.0, 'created_time': 1774649182.913417, 'last_price_update_time': 1774851007.423484}
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ22%2520VBB') HTTP/1.1" 204 0
2026-03-30 06:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dbd8f76-43ef-58a7-80a6-062b083b17fa with identifier: HN67%20XHO
2026-03-30 06:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dbd8f76-43ef-58a7-80a6-062b083b17fa with identifier: HN67%20XHO
2026-03-30 06:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dbd8f76-43ef-58a7-80a6-062b083b17fa with identifier: HN67%20XHO to the API
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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=HN67%20XHO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '9dbd8f76-43ef-58a7-80a6-062b083b17fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN67 XHO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN67%20XHO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'RENAULT',
'model': 'KANGOO E-TECH',
'odometer': 25322,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'RENAULT KANGOO E-TECH 44KW 33KWH LL21 MAXI BUS.I-VAN Van',
'transmission': 'automatic',
'trim': '44KW 33KWH LL21 MAXI BUS.I-VAN',
'vin': 'VF1FW0ZHC51737172',
'year': 2018}
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HN67%2520XHO%27 HTTP/1.1" 200 None
2026-03-30 06:10:07 [bca.uk] INFO: Saving data for HN67%20XHO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649088.025896, 'last_price_update_time': 1774851007.706065}
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN67%2520XHO') HTTP/1.1" 204 0
2026-03-30 06:10:07 [bca.uk] INFO: Found listing with ID: YF68%20ZTR
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF68%2520ZTR%27 HTTP/1.1" 200 None
2026-03-30 06:10:07 [bca.uk] INFO: Scrape type for YF68%20ZTR: 2
2026-03-30 06:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a61e2b-eae0-513c-9965-5ae96425f805 with identifier: YF68%20ZTR
2026-03-30 06:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a61e2b-eae0-513c-9965-5ae96425f805 with scrape type 2
2026-03-30 06:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a61e2b-eae0-513c-9965-5ae96425f805 with scrape type 2
2026-03-30 06:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89a61e2b-eae0-513c-9965-5ae96425f805, identifier: YF68%20ZTR
2026-03-30 06:10:07 [bca.uk] INFO: Found listing with ID: PX17%20KLK
2026-03-30 06:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX17%2520KLK%27 HTTP/1.1" 200 None
2026-03-30 06:10:07 [bca.uk] INFO: Scrape type for PX17%20KLK: 2
2026-03-30 06:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84df2f88-fc7b-5788-ab4e-1b97ad873249 with identifier: PX17%20KLK
2026-03-30 06:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84df2f88-fc7b-5788-ab4e-1b97ad873249 with scrape type 2
2026-03-30 06:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84df2f88-fc7b-5788-ab4e-1b97ad873249 with scrape type 2
2026-03-30 06:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84df2f88-fc7b-5788-ab4e-1b97ad873249, identifier: PX17%20KLK
2026-03-30 06:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad0c6309-fe7a-543a-8f78-89b91961a73b with identifier: SB12%20AFZ
2026-03-30 06:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad0c6309-fe7a-543a-8f78-89b91961a73b with identifier: SB12%20AFZ
2026-03-30 06:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad0c6309-fe7a-543a-8f78-89b91961a73b with identifier: SB12%20AFZ to the API
2026-03-30 06:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB12%20AFZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'ad0c6309-fe7a-543a-8f78-89b91961a73b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB12 AFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB12%20AFZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 117153,
'odometer_reading_unit': '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 S Hatchback',
'transmission': 'manual',
'trim': 'TDCI 115 ZETEC S',
'vin': 'WF0KXXGCBKCB74452',
'year': 2012}
2026-03-30 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB12%2520AFZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:08 [bca.uk] INFO: Saving data for SB12%20AFZ: {'auction_closing_time': 1774940400.0, 'created_time': 1773832615.143467, 'last_price_update_time': 1774851008.244663}
2026-03-30 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB12%2520AFZ') HTTP/1.1" 204 0
2026-03-30 06:10:08 [bca.uk] INFO: Found listing with ID: GP68%20URE
2026-03-30 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP68%2520URE%27 HTTP/1.1" 200 None
2026-03-30 06:10:08 [bca.uk] INFO: Scrape type for GP68%20URE: 2
2026-03-30 06:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1df31c-a663-5b8d-bb2c-0cc5b770c5ff with identifier: GP68%20URE
2026-03-30 06:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1df31c-a663-5b8d-bb2c-0cc5b770c5ff with scrape type 2
2026-03-30 06:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1df31c-a663-5b8d-bb2c-0cc5b770c5ff with scrape type 2
2026-03-30 06:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f1df31c-a663-5b8d-bb2c-0cc5b770c5ff, identifier: GP68%20URE
2026-03-30 06:10:08 [bca.uk] INFO: Found listing with ID: HK22%20RGO
2026-03-30 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK22%2520RGO%27 HTTP/1.1" 200 None
2026-03-30 06:10:08 [bca.uk] INFO: Scrape type for HK22%20RGO: 2
2026-03-30 06:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36bcb874-85cb-56f5-8e47-5bfa710fcde0 with identifier: HK22%20RGO
2026-03-30 06:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36bcb874-85cb-56f5-8e47-5bfa710fcde0 with scrape type 2
2026-03-30 06:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36bcb874-85cb-56f5-8e47-5bfa710fcde0 with scrape type 2
2026-03-30 06:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36bcb874-85cb-56f5-8e47-5bfa710fcde0, identifier: HK22%20RGO
2026-03-30 06:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89a61e2b-eae0-513c-9965-5ae96425f805 with identifier: YF68%20ZTR
2026-03-30 06:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89a61e2b-eae0-513c-9965-5ae96425f805 with identifier: YF68%20ZTR
2026-03-30 06:10:08 [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-30 06:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF68%2520ZTR%27 HTTP/1.1" 200 None
2026-03-30 06:10:08 [bca.uk] INFO: Saving data for YF68%20ZTR: {'auction_closing_time': 1775037600.0, 'created_time': 1774677846.443879, 'last_price_update_time': 1774851008.875133}
2026-03-30 06:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:08 [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-30 06:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84df2f88-fc7b-5788-ab4e-1b97ad873249 with identifier: PX17%20KLK
2026-03-30 06:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84df2f88-fc7b-5788-ab4e-1b97ad873249 with identifier: PX17%20KLK
2026-03-30 06:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84df2f88-fc7b-5788-ab4e-1b97ad873249 with identifier: PX17%20KLK to the API
2026-03-30 06:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX17%20KLK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '84df2f88-fc7b-5788-ab4e-1b97ad873249',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX17 KLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX17%20KLK&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'MAZDA',
'model': '6 TOURER',
'odometer': 86762,
'odometer_reading_unit': '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 TOURER 2.2 D 150 SE-L Estate',
'transmission': 'manual',
'trim': 'D 150 SE-L',
'vin': 'JMZGL691691514770',
'year': 2017}
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX17%2520KLK%27 HTTP/1.1" 200 None
2026-03-30 06:10:09 [bca.uk] INFO: Saving data for PX17%20KLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774303712.953996, 'last_price_update_time': 1774851009.211834}
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX17%2520KLK') HTTP/1.1" 204 0
2026-03-30 06:10:09 [bca.uk] INFO: Found listing with ID: SB64%20HJV
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB64%2520HJV%27 HTTP/1.1" 200 None
2026-03-30 06:10:09 [bca.uk] INFO: Scrape type for SB64%20HJV: 2
2026-03-30 06:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bedf03e0-ec29-51d9-84c1-95c60dda0230 with identifier: SB64%20HJV
2026-03-30 06:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bedf03e0-ec29-51d9-84c1-95c60dda0230 with scrape type 2
2026-03-30 06:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bedf03e0-ec29-51d9-84c1-95c60dda0230 with scrape type 2
2026-03-30 06:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bedf03e0-ec29-51d9-84c1-95c60dda0230, identifier: SB64%20HJV
2026-03-30 06:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f1df31c-a663-5b8d-bb2c-0cc5b770c5ff with identifier: GP68%20URE
2026-03-30 06:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f1df31c-a663-5b8d-bb2c-0cc5b770c5ff with identifier: GP68%20URE
2026-03-30 06:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f1df31c-a663-5b8d-bb2c-0cc5b770c5ff with identifier: GP68%20URE to the API
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:09 [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': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP68%20URE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8f1df31c-a663-5b8d-bb2c-0cc5b770c5ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GP68 URE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP68%20URE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 63083,
'odometer_reading_unit': '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': 'WDD1770032V008666',
'year': 2019}
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP68%2520URE%27 HTTP/1.1" 200 None
2026-03-30 06:10:09 [bca.uk] INFO: Saving data for GP68%20URE: {'auction_closing_time': 1774864800.0, 'created_time': 1774649067.459325, 'last_price_update_time': 1774851009.643203}
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP68%2520URE') HTTP/1.1" 204 0
2026-03-30 06:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36bcb874-85cb-56f5-8e47-5bfa710fcde0 with identifier: HK22%20RGO
2026-03-30 06:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36bcb874-85cb-56f5-8e47-5bfa710fcde0 with identifier: HK22%20RGO
2026-03-30 06:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36bcb874-85cb-56f5-8e47-5bfa710fcde0 with identifier: HK22%20RGO to the API
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 182,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK22%20RGO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '36bcb874-85cb-56f5-8e47-5bfa710fcde0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK22 RGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK22%20RGO&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'RENAULT',
'model': 'TRAFIC 28',
'odometer': 64412,
'odometer_reading_unit': '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': 'VF1FL000069548455',
'year': 2022}
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK22%2520RGO%27 HTTP/1.1" 200 None
2026-03-30 06:10:09 [bca.uk] INFO: Saving data for HK22%20RGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649116.78557, 'last_price_update_time': 1774851009.958338}
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK22%2520RGO') HTTP/1.1" 204 0
2026-03-30 06:10:09 [bca.uk] INFO: Found listing with ID: GV24%20ECT
2026-03-30 06:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV24%2520ECT%27 HTTP/1.1" 200 None
2026-03-30 06:10:09 [bca.uk] INFO: Scrape type for GV24%20ECT: 2
2026-03-30 06:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8fe9ada-ab5e-5c79-b388-02320d47b7ee with identifier: GV24%20ECT
2026-03-30 06:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8fe9ada-ab5e-5c79-b388-02320d47b7ee with scrape type 2
2026-03-30 06:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8fe9ada-ab5e-5c79-b388-02320d47b7ee with scrape type 2
2026-03-30 06:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8fe9ada-ab5e-5c79-b388-02320d47b7ee, identifier: GV24%20ECT
2026-03-30 06:10:10 [bca.uk] INFO: Found listing with ID: XJZ%202720
2026-03-30 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XJZ%25202720%27 HTTP/1.1" 200 None
2026-03-30 06:10:10 [bca.uk] INFO: Scrape type for XJZ%202720: 2
2026-03-30 06:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92b8d460-bc0f-5db2-ae05-1d5e5bf2a8d9 with identifier: XJZ%202720
2026-03-30 06:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92b8d460-bc0f-5db2-ae05-1d5e5bf2a8d9 with scrape type 2
2026-03-30 06:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92b8d460-bc0f-5db2-ae05-1d5e5bf2a8d9 with scrape type 2
2026-03-30 06:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92b8d460-bc0f-5db2-ae05-1d5e5bf2a8d9, identifier: XJZ%202720
2026-03-30 06:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bedf03e0-ec29-51d9-84c1-95c60dda0230 with identifier: SB64%20HJV
2026-03-30 06:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bedf03e0-ec29-51d9-84c1-95c60dda0230 with identifier: SB64%20HJV
2026-03-30 06:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bedf03e0-ec29-51d9-84c1-95c60dda0230 with identifier: SB64%20HJV to the API
2026-03-30 06:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:10 [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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB64%20HJV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'bedf03e0-ec29-51d9-84c1-95c60dda0230',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB64 HJV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB64%20HJV&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'SEAT',
'model': 'MII',
'odometer': 49726,
'odometer_reading_unit': '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 MII 1.0 TOCA Hatchback',
'transmission': 'manual',
'trim': 'TOCA',
'vin': 'VSSZZZAAZED324626',
'year': 2014}
2026-03-30 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB64%2520HJV%27 HTTP/1.1" 200 None
2026-03-30 06:10:10 [bca.uk] INFO: Saving data for SB64%20HJV: {'auction_closing_time': 1774940400.0, 'created_time': 1773826252.715727, 'last_price_update_time': 1774851010.712787}
2026-03-30 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB64%2520HJV') HTTP/1.1" 204 0
2026-03-30 06:10:10 [bca.uk] INFO: Found listing with ID: MJ16%20FXK
2026-03-30 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ16%2520FXK%27 HTTP/1.1" 200 None
2026-03-30 06:10:10 [bca.uk] INFO: Scrape type for MJ16%20FXK: 2
2026-03-30 06:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a630c9f0-07ce-5579-adab-cfcc648717ee with identifier: MJ16%20FXK
2026-03-30 06:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a630c9f0-07ce-5579-adab-cfcc648717ee with scrape type 2
2026-03-30 06:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a630c9f0-07ce-5579-adab-cfcc648717ee with scrape type 2
2026-03-30 06:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a630c9f0-07ce-5579-adab-cfcc648717ee, identifier: MJ16%20FXK
2026-03-30 06:10:10 [bca.uk] INFO: Found listing with ID: DS67%20KWK
2026-03-30 06:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS67%2520KWK%27 HTTP/1.1" 200 None
2026-03-30 06:10:10 [bca.uk] INFO: Scrape type for DS67%20KWK: 2
2026-03-30 06:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b08f29db-3d2a-5468-b906-ccee87b08f1c with identifier: DS67%20KWK
2026-03-30 06:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b08f29db-3d2a-5468-b906-ccee87b08f1c with scrape type 2
2026-03-30 06:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b08f29db-3d2a-5468-b906-ccee87b08f1c with scrape type 2
2026-03-30 06:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b08f29db-3d2a-5468-b906-ccee87b08f1c, identifier: DS67%20KWK
2026-03-30 06:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8fe9ada-ab5e-5c79-b388-02320d47b7ee with identifier: GV24%20ECT
2026-03-30 06:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8fe9ada-ab5e-5c79-b388-02320d47b7ee with identifier: GV24%20ECT
2026-03-30 06:10:11 [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-30 06:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:11 [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': 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-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV24%2520ECT%27 HTTP/1.1" 200 None
2026-03-30 06:10:11 [bca.uk] INFO: Saving data for GV24%20ECT: {'auction_closing_time': 1775037600.0, 'created_time': 1774390712.386973, 'last_price_update_time': 1774851011.270743}
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:11 [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-30 06:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92b8d460-bc0f-5db2-ae05-1d5e5bf2a8d9 with identifier: XJZ%202720
2026-03-30 06:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92b8d460-bc0f-5db2-ae05-1d5e5bf2a8d9 with identifier: XJZ%202720
2026-03-30 06:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92b8d460-bc0f-5db2-ae05-1d5e5bf2a8d9 with identifier: XJZ%202720 to the API
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 127,
'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': '92b8d460-bc0f-5db2-ae05-1d5e5bf2a8d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XJZ 2720',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=XJZ%202720&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 59779,
'odometer_reading_unit': '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': 'VF15R0G0H52930731',
'year': 2015}
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XJZ%25202720%27 HTTP/1.1" 200 None
2026-03-30 06:10:11 [bca.uk] INFO: Saving data for XJZ%202720: {'auction_closing_time': 1775037600.0, 'created_time': 1774649259.085943, 'last_price_update_time': 1774851011.554753}
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='XJZ%25202720') HTTP/1.1" 204 0
2026-03-30 06:10:11 [bca.uk] INFO: Found listing with ID: CJ19%20GAA
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJ19%2520GAA%27 HTTP/1.1" 200 None
2026-03-30 06:10:11 [bca.uk] INFO: Scrape type for CJ19%20GAA: 2
2026-03-30 06:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b65b73ce-a079-52d9-8772-e7b42c78bc2d with identifier: CJ19%20GAA
2026-03-30 06:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b65b73ce-a079-52d9-8772-e7b42c78bc2d with scrape type 2
2026-03-30 06:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b65b73ce-a079-52d9-8772-e7b42c78bc2d with scrape type 2
2026-03-30 06:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b65b73ce-a079-52d9-8772-e7b42c78bc2d, identifier: CJ19%20GAA
2026-03-30 06:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a630c9f0-07ce-5579-adab-cfcc648717ee with identifier: MJ16%20FXK
2026-03-30 06:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a630c9f0-07ce-5579-adab-cfcc648717ee with identifier: MJ16%20FXK
2026-03-30 06:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a630c9f0-07ce-5579-adab-cfcc648717ee with identifier: MJ16%20FXK to the API
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:11 [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=MJ16%20FXK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.9L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a630c9f0-07ce-5579-adab-cfcc648717ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ16 FXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ16%20FXK&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'ALFA ROMEO',
'model': 'MITO',
'odometer': 50029,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'ALFA ROMEO MITO 0.9 TB T/AIR 105 DISTINCTIVE Hatchback',
'transmission': 'manual',
'trim': 'TB T/AIR 105 DISTINCTIVE',
'vin': 'ZAR9550000X052246',
'year': 2016}
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ16%2520FXK%27 HTTP/1.1" 200 None
2026-03-30 06:10:11 [bca.uk] INFO: Saving data for MJ16%20FXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649197.663775, 'last_price_update_time': 1774851011.959293}
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ16%2520FXK') HTTP/1.1" 204 0
2026-03-30 06:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b08f29db-3d2a-5468-b906-ccee87b08f1c with identifier: DS67%20KWK
2026-03-30 06:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b08f29db-3d2a-5468-b906-ccee87b08f1c with identifier: DS67%20KWK
2026-03-30 06:10:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b08f29db-3d2a-5468-b906-ccee87b08f1c with identifier: DS67%20KWK to the API
2026-03-30 06:10:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:12 [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=DS67%20KWK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b08f29db-3d2a-5468-b906-ccee87b08f1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS67 KWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS67%20KWK&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 119384,
'odometer_reading_unit': '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 N-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DCI N-CONNECTA',
'vin': 'SJNFCAF15U7402809',
'year': 2017}
2026-03-30 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS67%2520KWK%27 HTTP/1.1" 200 None
2026-03-30 06:10:12 [bca.uk] INFO: Saving data for DS67%20KWK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649126.54869, 'last_price_update_time': 1774851012.371605}
2026-03-30 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS67%2520KWK') HTTP/1.1" 204 0
2026-03-30 06:10:12 [bca.uk] INFO: Found listing with ID: GY23%20TYF
2026-03-30 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY23%2520TYF%27 HTTP/1.1" 200 None
2026-03-30 06:10:12 [bca.uk] INFO: Scrape type for GY23%20TYF: 2
2026-03-30 06:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with identifier: GY23%20TYF
2026-03-30 06:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with scrape type 2
2026-03-30 06:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with scrape type 2
2026-03-30 06:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209, identifier: GY23%20TYF
2026-03-30 06:10:12 [bca.uk] INFO: Found listing with ID: YB66%20XOJ
2026-03-30 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB66%2520XOJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:12 [bca.uk] INFO: Scrape type for YB66%20XOJ: 2
2026-03-30 06:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with identifier: YB66%20XOJ
2026-03-30 06:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with scrape type 2
2026-03-30 06:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with scrape type 2
2026-03-30 06:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf, identifier: YB66%20XOJ
2026-03-30 06:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b65b73ce-a079-52d9-8772-e7b42c78bc2d with identifier: CJ19%20GAA
2026-03-30 06:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b65b73ce-a079-52d9-8772-e7b42c78bc2d with identifier: CJ19%20GAA
2026-03-30 06:10:12 [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-30 06:10:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:12 [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': 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-30 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJ19%2520GAA%27 HTTP/1.1" 200 None
2026-03-30 06:10:12 [bca.uk] INFO: Saving data for CJ19%20GAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774651824.010328, 'last_price_update_time': 1774851012.899261}
2026-03-30 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:12 [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-30 06:10:12 [bca.uk] INFO: Found listing with ID: DY09%20AUK
2026-03-30 06:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY09%2520AUK%27 HTTP/1.1" 200 None
2026-03-30 06:10:13 [bca.uk] INFO: Scrape type for DY09%20AUK: 2
2026-03-30 06:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f30bb73d-197a-506d-aa9f-47d4c0fe2d6d with identifier: DY09%20AUK
2026-03-30 06:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f30bb73d-197a-506d-aa9f-47d4c0fe2d6d with scrape type 2
2026-03-30 06:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f30bb73d-197a-506d-aa9f-47d4c0fe2d6d with scrape type 2
2026-03-30 06:10:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f30bb73d-197a-506d-aa9f-47d4c0fe2d6d, identifier: DY09%20AUK
2026-03-30 06:10:13 [bca.uk] INFO: Found listing with ID: CX15%20ULU
2026-03-30 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX15%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:10:13 [bca.uk] INFO: Scrape type for CX15%20ULU: 2
2026-03-30 06:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 733bd358-71f7-5255-8228-5a90b2de66e5 with identifier: CX15%20ULU
2026-03-30 06:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 733bd358-71f7-5255-8228-5a90b2de66e5 with scrape type 2
2026-03-30 06:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 733bd358-71f7-5255-8228-5a90b2de66e5 with scrape type 2
2026-03-30 06:10:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 733bd358-71f7-5255-8228-5a90b2de66e5, identifier: CX15%20ULU
2026-03-30 06:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with identifier: GY23%20TYF
2026-03-30 06:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd6b6ac8-dd78-5cbb-8c85-eb8b30f44209 with identifier: GY23%20TYF
2026-03-30 06:10:13 [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-30 06:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY23%2520TYF%27 HTTP/1.1" 200 None
2026-03-30 06:10:13 [bca.uk] INFO: Saving data for GY23%20TYF: {'auction_closing_time': 1775037600.0, 'created_time': 1774677907.867775, 'last_price_update_time': 1774851013.467645}
2026-03-30 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:13 [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-30 06:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with identifier: YB66%20XOJ
2026-03-30 06:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: addfa3d8-50dc-5ae7-afb4-c091b9dea7cf with identifier: YB66%20XOJ
2026-03-30 06:10:13 [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-30 06:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB66%2520XOJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:13 [bca.uk] INFO: Saving data for YB66%20XOJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562967.257382, 'last_price_update_time': 1774851013.763665}
2026-03-30 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:13 [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-30 06:10:13 [bca.uk] INFO: Found listing with ID: SB19%20OJD
2026-03-30 06:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB19%2520OJD%27 HTTP/1.1" 200 None
2026-03-30 06:10:13 [bca.uk] INFO: Scrape type for SB19%20OJD: 2
2026-03-30 06:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b23b5e26-115f-5551-a0ce-dcd3a51936f8 with identifier: SB19%20OJD
2026-03-30 06:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b23b5e26-115f-5551-a0ce-dcd3a51936f8 with scrape type 2
2026-03-30 06:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b23b5e26-115f-5551-a0ce-dcd3a51936f8 with scrape type 2
2026-03-30 06:10:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b23b5e26-115f-5551-a0ce-dcd3a51936f8, identifier: SB19%20OJD
2026-03-30 06:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f30bb73d-197a-506d-aa9f-47d4c0fe2d6d with identifier: DY09%20AUK
2026-03-30 06:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f30bb73d-197a-506d-aa9f-47d4c0fe2d6d with identifier: DY09%20AUK
2026-03-30 06:10:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f30bb73d-197a-506d-aa9f-47d4c0fe2d6d with identifier: DY09%20AUK to the API
2026-03-30 06:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:14 [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': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY09%20AUK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f30bb73d-197a-506d-aa9f-47d4c0fe2d6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY09 AUK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY09%20AUK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 110969,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.4 DESIGN 16V Hatchback',
'transmission': 'manual',
'trim': 'DESIGN 16V',
'vin': 'W0L0SDL6894132663',
'year': 2009}
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY09%2520AUK%27 HTTP/1.1" 200 None
2026-03-30 06:10:14 [bca.uk] INFO: Saving data for DY09%20AUK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649199.342325, 'last_price_update_time': 1774851014.175466}
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY09%2520AUK') HTTP/1.1" 204 0
2026-03-30 06:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 733bd358-71f7-5255-8228-5a90b2de66e5 with identifier: CX15%20ULU
2026-03-30 06:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 733bd358-71f7-5255-8228-5a90b2de66e5 with identifier: CX15%20ULU
2026-03-30 06:10:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 733bd358-71f7-5255-8228-5a90b2de66e5 with identifier: CX15%20ULU to the API
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX15%20ULU-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '733bd358-71f7-5255-8228-5a90b2de66e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX15 ULU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX15%20ULU&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 100558,
'odometer_reading_unit': '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.6 TDCI SPORT Van',
'transmission': 'manual',
'trim': 'TDCI SPORT',
'vin': 'WF0RXXGAKRFD03982',
'year': 2015}
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX15%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:10:14 [bca.uk] INFO: Saving data for CX15%20ULU: {'auction_closing_time': 1775124000.0, 'created_time': 1774649084.69245, 'last_price_update_time': 1774851014.48474}
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX15%2520ULU') HTTP/1.1" 204 0
2026-03-30 06:10:14 [bca.uk] INFO: Found listing with ID: WU18%20RYO
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU18%2520RYO%27 HTTP/1.1" 200 None
2026-03-30 06:10:14 [bca.uk] INFO: Scrape type for WU18%20RYO: 0
2026-03-30 06:10:14 [bca.uk] INFO: Found listing with ID: OV71%20KBY
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV71%2520KBY%27 HTTP/1.1" 200 None
2026-03-30 06:10:14 [bca.uk] INFO: Scrape type for OV71%20KBY: 2
2026-03-30 06:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9201da0-6b1d-5b68-88ba-6b323e19e302 with identifier: OV71%20KBY
2026-03-30 06:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9201da0-6b1d-5b68-88ba-6b323e19e302 with scrape type 2
2026-03-30 06:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9201da0-6b1d-5b68-88ba-6b323e19e302 with scrape type 2
2026-03-30 06:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9201da0-6b1d-5b68-88ba-6b323e19e302, identifier: OV71%20KBY
2026-03-30 06:10:14 [bca.uk] INFO: Found listing with ID: SB63%20LBV
2026-03-30 06:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB63%2520LBV%27 HTTP/1.1" 200 None
2026-03-30 06:10:14 [bca.uk] INFO: Scrape type for SB63%20LBV: 2
2026-03-30 06:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with identifier: SB63%20LBV
2026-03-30 06:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with scrape type 2
2026-03-30 06:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with scrape type 2
2026-03-30 06:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 070dbdf1-8f1f-51b9-a88e-df08e032cba6, identifier: SB63%20LBV
2026-03-30 06:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b23b5e26-115f-5551-a0ce-dcd3a51936f8 with identifier: SB19%20OJD
2026-03-30 06:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b23b5e26-115f-5551-a0ce-dcd3a51936f8 with identifier: SB19%20OJD
2026-03-30 06:10:14 [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-30 06:10:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:14 [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': 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-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB19%2520OJD%27 HTTP/1.1" 200 None
2026-03-30 06:10:15 [bca.uk] INFO: Saving data for SB19%20OJD: {'auction_closing_time': 1774864800.0, 'created_time': 1774651819.813071, 'last_price_update_time': 1774851015.014678}
2026-03-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:15 [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-30 06:10:15 [bca.uk] INFO: Found listing with ID: SD13%20NWC
2026-03-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD13%2520NWC%27 HTTP/1.1" 200 None
2026-03-30 06:10:15 [bca.uk] INFO: Scrape type for SD13%20NWC: 2
2026-03-30 06:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16e8f9a7-0761-5933-9a18-d252d328788e with identifier: SD13%20NWC
2026-03-30 06:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16e8f9a7-0761-5933-9a18-d252d328788e with scrape type 2
2026-03-30 06:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16e8f9a7-0761-5933-9a18-d252d328788e with scrape type 2
2026-03-30 06:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16e8f9a7-0761-5933-9a18-d252d328788e, identifier: SD13%20NWC
2026-03-30 06:10:15 [bca.uk] INFO: Found listing with ID: RO14%20MMV
2026-03-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO14%2520MMV%27 HTTP/1.1" 200 None
2026-03-30 06:10:15 [bca.uk] INFO: Scrape type for RO14%20MMV: 2
2026-03-30 06:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61af6e8c-480a-5af7-89a2-e0c864b8daaf with identifier: RO14%20MMV
2026-03-30 06:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61af6e8c-480a-5af7-89a2-e0c864b8daaf with scrape type 2
2026-03-30 06:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61af6e8c-480a-5af7-89a2-e0c864b8daaf with scrape type 2
2026-03-30 06:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61af6e8c-480a-5af7-89a2-e0c864b8daaf, identifier: RO14%20MMV
2026-03-30 06:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9201da0-6b1d-5b68-88ba-6b323e19e302 with identifier: OV71%20KBY
2026-03-30 06:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9201da0-6b1d-5b68-88ba-6b323e19e302 with identifier: OV71%20KBY
2026-03-30 06:10:15 [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-30 06:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV71%2520KBY%27 HTTP/1.1" 200 None
2026-03-30 06:10:15 [bca.uk] INFO: Saving data for OV71%20KBY: {'auction_closing_time': 1775469600.0, 'created_time': 1774677909.825594, 'last_price_update_time': 1774851015.560833}
2026-03-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:15 [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-30 06:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with identifier: SB63%20LBV
2026-03-30 06:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 070dbdf1-8f1f-51b9-a88e-df08e032cba6 with identifier: SB63%20LBV
2026-03-30 06:10:15 [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-30 06:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB63%2520LBV%27 HTTP/1.1" 200 None
2026-03-30 06:10:15 [bca.uk] INFO: Saving data for SB63%20LBV: {'auction_closing_time': 1775037600.0, 'created_time': 1774477061.17796, 'last_price_update_time': 1774851015.845829}
2026-03-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:15 [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-30 06:10:15 [bca.uk] INFO: Found listing with ID: EK22%20EKC
2026-03-30 06:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK22%2520EKC%27 HTTP/1.1" 200 None
2026-03-30 06:10:15 [bca.uk] INFO: Scrape type for EK22%20EKC: 2
2026-03-30 06:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 716225ed-6cb5-54e0-a364-3567ba6d05ac with identifier: EK22%20EKC
2026-03-30 06:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 716225ed-6cb5-54e0-a364-3567ba6d05ac with scrape type 2
2026-03-30 06:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 716225ed-6cb5-54e0-a364-3567ba6d05ac with scrape type 2
2026-03-30 06:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 716225ed-6cb5-54e0-a364-3567ba6d05ac, identifier: EK22%20EKC
2026-03-30 06:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16e8f9a7-0761-5933-9a18-d252d328788e with identifier: SD13%20NWC
2026-03-30 06:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16e8f9a7-0761-5933-9a18-d252d328788e with identifier: SD13%20NWC
2026-03-30 06:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16e8f9a7-0761-5933-9a18-d252d328788e with identifier: SD13%20NWC to the API
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:16 [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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD13%20NWC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '16e8f9a7-0761-5933-9a18-d252d328788e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SD13 NWC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD13%20NWC&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 103672,
'odometer_reading_unit': '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.6 GDI 1 StationWagon',
'transmission': 'manual',
'trim': 'GDI 1',
'vin': 'U5YPB814LDL336121',
'year': 2013}
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD13%2520NWC%27 HTTP/1.1" 200 None
2026-03-30 06:10:16 [bca.uk] INFO: Saving data for SD13%20NWC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649183.32226, 'last_price_update_time': 1774851016.272043}
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD13%2520NWC') HTTP/1.1" 204 0
2026-03-30 06:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61af6e8c-480a-5af7-89a2-e0c864b8daaf with identifier: RO14%20MMV
2026-03-30 06:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61af6e8c-480a-5af7-89a2-e0c864b8daaf with identifier: RO14%20MMV
2026-03-30 06:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61af6e8c-480a-5af7-89a2-e0c864b8daaf with identifier: RO14%20MMV to the API
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:16 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO14%20MMV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '61af6e8c-480a-5af7-89a2-e0c864b8daaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO14 MMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO14%20MMV&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 121316,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TDCI 115 ZETEC',
'vin': 'WF0KXXGCBKET42997',
'year': 2014}
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO14%2520MMV%27 HTTP/1.1" 200 None
2026-03-30 06:10:16 [bca.uk] INFO: Saving data for RO14%20MMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649078.671557, 'last_price_update_time': 1774851016.657436}
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO14%2520MMV') HTTP/1.1" 204 0
2026-03-30 06:10:16 [bca.uk] INFO: Found listing with ID: KV72%20VJL
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV72%2520VJL%27 HTTP/1.1" 200 None
2026-03-30 06:10:16 [bca.uk] INFO: Scrape type for KV72%20VJL: 2
2026-03-30 06:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3aab615-af82-5170-989b-3b26a927f69d with identifier: KV72%20VJL
2026-03-30 06:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3aab615-af82-5170-989b-3b26a927f69d with scrape type 2
2026-03-30 06:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3aab615-af82-5170-989b-3b26a927f69d with scrape type 2
2026-03-30 06:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3aab615-af82-5170-989b-3b26a927f69d, identifier: KV72%20VJL
2026-03-30 06:10:16 [bca.uk] INFO: Found listing with ID: NG09%20OHE
2026-03-30 06:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG09%2520OHE%27 HTTP/1.1" 200 None
2026-03-30 06:10:16 [bca.uk] INFO: Scrape type for NG09%20OHE: 2
2026-03-30 06:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7556edd2-dd48-5c99-a498-06536a5e881a with identifier: NG09%20OHE
2026-03-30 06:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7556edd2-dd48-5c99-a498-06536a5e881a with scrape type 2
2026-03-30 06:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7556edd2-dd48-5c99-a498-06536a5e881a with scrape type 2
2026-03-30 06:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7556edd2-dd48-5c99-a498-06536a5e881a, identifier: NG09%20OHE
2026-03-30 06:10:16 [scrapy.extensions.logstats] INFO: Crawled 43 pages (at 1 pages/min), scraped 896 items (at 132 items/min)
2026-03-30 06:10:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 206MiB
2026-03-30 06:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 716225ed-6cb5-54e0-a364-3567ba6d05ac with identifier: EK22%20EKC
2026-03-30 06:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 716225ed-6cb5-54e0-a364-3567ba6d05ac with identifier: EK22%20EKC
2026-03-30 06:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 716225ed-6cb5-54e0-a364-3567ba6d05ac with identifier: EK22%20EKC to the API
2026-03-30 06:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:17 [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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK22%20EKC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '716225ed-6cb5-54e0-a364-3567ba6d05ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK22 EKC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK22%20EKC&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 30418,
'odometer_reading_unit': '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.0 TCE 90 SE ED. Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 SE ED.',
'vin': 'VF1RJB00769127704',
'year': 2022}
2026-03-30 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK22%2520EKC%27 HTTP/1.1" 200 None
2026-03-30 06:10:17 [bca.uk] INFO: Saving data for EK22%20EKC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535652.194059, 'last_price_update_time': 1774851017.169991}
2026-03-30 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK22%2520EKC') HTTP/1.1" 204 0
2026-03-30 06:10:17 [bca.uk] INFO: Found listing with ID: YK62%20XBF
2026-03-30 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK62%2520XBF%27 HTTP/1.1" 200 None
2026-03-30 06:10:17 [bca.uk] INFO: Scrape type for YK62%20XBF: 2
2026-03-30 06:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c786ea0-518d-5bbc-adbc-b8569da3251b with identifier: YK62%20XBF
2026-03-30 06:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c786ea0-518d-5bbc-adbc-b8569da3251b with scrape type 2
2026-03-30 06:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c786ea0-518d-5bbc-adbc-b8569da3251b with scrape type 2
2026-03-30 06:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c786ea0-518d-5bbc-adbc-b8569da3251b, identifier: YK62%20XBF
2026-03-30 06:10:17 [bca.uk] INFO: Found listing with ID: MA13%20FHH
2026-03-30 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA13%2520FHH%27 HTTP/1.1" 200 None
2026-03-30 06:10:17 [bca.uk] INFO: Scrape type for MA13%20FHH: 2
2026-03-30 06:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e66914d-6cb6-5b1f-9f95-9bcf5058d428 with identifier: MA13%20FHH
2026-03-30 06:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e66914d-6cb6-5b1f-9f95-9bcf5058d428 with scrape type 2
2026-03-30 06:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e66914d-6cb6-5b1f-9f95-9bcf5058d428 with scrape type 2
2026-03-30 06:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e66914d-6cb6-5b1f-9f95-9bcf5058d428, identifier: MA13%20FHH
2026-03-30 06:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3aab615-af82-5170-989b-3b26a927f69d with identifier: KV72%20VJL
2026-03-30 06:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3aab615-af82-5170-989b-3b26a927f69d with identifier: KV72%20VJL
2026-03-30 06:10:17 [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-30 06:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:17 [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=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-30 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV72%2520VJL%27 HTTP/1.1" 200 None
2026-03-30 06:10:17 [bca.uk] INFO: Saving data for KV72%20VJL: {'auction_closing_time': 1775469600.0, 'created_time': 1774677827.767961, 'last_price_update_time': 1774851017.705694}
2026-03-30 06:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:17 [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-30 06:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7556edd2-dd48-5c99-a498-06536a5e881a with identifier: NG09%20OHE
2026-03-30 06:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7556edd2-dd48-5c99-a498-06536a5e881a with identifier: NG09%20OHE
2026-03-30 06:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7556edd2-dd48-5c99-a498-06536a5e881a with identifier: NG09%20OHE to the API
2026-03-30 06:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 119,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.1L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7556edd2-dd48-5c99-a498-06536a5e881a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG09 OHE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG09%20OHE&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FIAT',
'model': 'PANDA',
'odometer': 61589,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FIAT PANDA 1.1 ACTIVE ECO Hatchback',
'transmission': 'manual',
'trim': 'ACTIVE ECO',
'vin': 'ZFA16900001451960',
'year': 2009}
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG09%2520OHE%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [bca.uk] INFO: Saving data for NG09%20OHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649257.847237, 'last_price_update_time': 1774851018.009843}
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG09%2520OHE') HTTP/1.1" 204 0
2026-03-30 06:10:18 [bca.uk] INFO: Found listing with ID: GD69%20YNC
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD69%2520YNC%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [bca.uk] INFO: Scrape type for GD69%20YNC: 2
2026-03-30 06:10:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfe038a5-451b-53d5-bd50-7155ed05ff4c with identifier: GD69%20YNC
2026-03-30 06:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfe038a5-451b-53d5-bd50-7155ed05ff4c with scrape type 2
2026-03-30 06:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfe038a5-451b-53d5-bd50-7155ed05ff4c with scrape type 2
2026-03-30 06:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfe038a5-451b-53d5-bd50-7155ed05ff4c, identifier: GD69%20YNC
2026-03-30 06:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c786ea0-518d-5bbc-adbc-b8569da3251b with identifier: YK62%20XBF
2026-03-30 06:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c786ea0-518d-5bbc-adbc-b8569da3251b with identifier: YK62%20XBF
2026-03-30 06:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c786ea0-518d-5bbc-adbc-b8569da3251b with identifier: YK62%20XBF to the API
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:18 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK62%20XBF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3c786ea0-518d-5bbc-adbc-b8569da3251b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK62 XBF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK62%20XBF&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'BMW',
'model': '320D',
'odometer': 115233,
'odometer_reading_unit': '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 320D 2.0 EFFICIENTDYNAMICS Saloon',
'transmission': 'manual',
'trim': 'EFFICIENTDYNAMICS',
'vin': 'WBA3E12090J700026',
'year': 2012}
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK62%2520XBF%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [bca.uk] INFO: Saving data for YK62%20XBF: {'auction_closing_time': 1774951200.0, 'created_time': 1774649176.024553, 'last_price_update_time': 1774851018.449984}
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK62%2520XBF') HTTP/1.1" 204 0
2026-03-30 06:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e66914d-6cb6-5b1f-9f95-9bcf5058d428 with identifier: MA13%20FHH
2026-03-30 06:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e66914d-6cb6-5b1f-9f95-9bcf5058d428 with identifier: MA13%20FHH
2026-03-30 06:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e66914d-6cb6-5b1f-9f95-9bcf5058d428 with identifier: MA13%20FHH to the API
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:18 [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': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA13%20FHH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8e66914d-6cb6-5b1f-9f95-9bcf5058d428',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA13 FHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA13%20FHH&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'ANTARA',
'odometer': 119815,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VAUXHALL ANTARA 2.2 CDTI 163 DIAMOND 4WD S/S StationWagon',
'transmission': 'manual',
'trim': 'CDTI 163 DIAMOND 4WD S/S',
'vin': 'W0LLH6EH6CB096523',
'year': 2013}
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA13%2520FHH%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [bca.uk] INFO: Saving data for MA13%20FHH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649086.048233, 'last_price_update_time': 1774851018.783628}
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA13%2520FHH') HTTP/1.1" 204 0
2026-03-30 06:10:18 [bca.uk] INFO: Found listing with ID: VO17%20JDK
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO17%2520JDK%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [bca.uk] INFO: Scrape type for VO17%20JDK: 2
2026-03-30 06:10:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cab20341-87be-59c2-bd6a-8f17fe211af4 with identifier: VO17%20JDK
2026-03-30 06:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cab20341-87be-59c2-bd6a-8f17fe211af4 with scrape type 2
2026-03-30 06:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cab20341-87be-59c2-bd6a-8f17fe211af4 with scrape type 2
2026-03-30 06:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cab20341-87be-59c2-bd6a-8f17fe211af4, identifier: VO17%20JDK
2026-03-30 06:10:18 [bca.uk] INFO: Found listing with ID: NL14%20EJE
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL14%2520EJE%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [bca.uk] INFO: Scrape type for NL14%20EJE: 2
2026-03-30 06:10:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c883683-de38-56b2-9ed3-53b47bb6b877 with identifier: NL14%20EJE
2026-03-30 06:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c883683-de38-56b2-9ed3-53b47bb6b877 with scrape type 2
2026-03-30 06:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c883683-de38-56b2-9ed3-53b47bb6b877 with scrape type 2
2026-03-30 06:10:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c883683-de38-56b2-9ed3-53b47bb6b877, identifier: NL14%20EJE
2026-03-30 06:10:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfe038a5-451b-53d5-bd50-7155ed05ff4c with identifier: GD69%20YNC
2026-03-30 06:10:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfe038a5-451b-53d5-bd50-7155ed05ff4c with identifier: GD69%20YNC
2026-03-30 06:10:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfe038a5-451b-53d5-bd50-7155ed05ff4c with identifier: GD69%20YNC to the API
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD69%20YNC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bfe038a5-451b-53d5-bd50-7155ed05ff4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD69 YNC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD69%20YNC&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': '118D',
'odometer': 82667,
'odometer_reading_unit': '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 118D 2.0 M SPORT Hatchback',
'transmission': 'manual',
'trim': 'M SPORT',
'vin': 'WBA7M920707F14956',
'year': 2020}
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD69%2520YNC%27 HTTP/1.1" 200 None
2026-03-30 06:10:20 [bca.uk] INFO: Saving data for GD69%20YNC: {'auction_closing_time': 1774864800.0, 'created_time': 1773958805.103558, 'last_price_update_time': 1774851020.159917}
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD69%2520YNC') HTTP/1.1" 204 0
2026-03-30 06:10:20 [bca.uk] INFO: Found listing with ID: YX17%20UZK
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX17%2520UZK%27 HTTP/1.1" 200 None
2026-03-30 06:10:20 [bca.uk] INFO: Scrape type for YX17%20UZK: 2
2026-03-30 06:10:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 404cf380-ef90-5edd-889d-cd51a6b575fa with identifier: YX17%20UZK
2026-03-30 06:10:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 404cf380-ef90-5edd-889d-cd51a6b575fa with scrape type 2
2026-03-30 06:10:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 404cf380-ef90-5edd-889d-cd51a6b575fa with scrape type 2
2026-03-30 06:10:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 404cf380-ef90-5edd-889d-cd51a6b575fa, identifier: YX17%20UZK
2026-03-30 06:10:20 [bca.uk] INFO: Found listing with ID: MK17%20JHJ
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK17%2520JHJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:20 [bca.uk] INFO: Scrape type for MK17%20JHJ: 2
2026-03-30 06:10:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90473e3d-4dd7-568d-ba07-e5eeef8eb1ef with identifier: MK17%20JHJ
2026-03-30 06:10:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90473e3d-4dd7-568d-ba07-e5eeef8eb1ef with scrape type 2
2026-03-30 06:10:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90473e3d-4dd7-568d-ba07-e5eeef8eb1ef with scrape type 2
2026-03-30 06:10:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90473e3d-4dd7-568d-ba07-e5eeef8eb1ef, identifier: MK17%20JHJ
2026-03-30 06:10:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cab20341-87be-59c2-bd6a-8f17fe211af4 with identifier: VO17%20JDK
2026-03-30 06:10:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cab20341-87be-59c2-bd6a-8f17fe211af4 with identifier: VO17%20JDK
2026-03-30 06:10:20 [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-30 06:10:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO17%2520JDK%27 HTTP/1.1" 200 None
2026-03-30 06:10:20 [bca.uk] INFO: Saving data for VO17%20JDK: {'auction_closing_time': 1775037600.0, 'created_time': 1774677832.065669, 'last_price_update_time': 1774851020.660683}
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:20 [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-30 06:10:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c883683-de38-56b2-9ed3-53b47bb6b877 with identifier: NL14%20EJE
2026-03-30 06:10:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c883683-de38-56b2-9ed3-53b47bb6b877 with identifier: NL14%20EJE
2026-03-30 06:10:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c883683-de38-56b2-9ed3-53b47bb6b877 with identifier: NL14%20EJE to the API
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 123,
'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': '0c883683-de38-56b2-9ed3-53b47bb6b877',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL14 EJE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL14%20EJE&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 74797,
'odometer_reading_unit': '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.7 CDTI 110 E/F LIMITED EDITION Hatchback',
'transmission': 'manual',
'trim': 'CDTI 110 E/F LIMITED EDITION',
'vin': 'W0LPC6EKXEG038500',
'year': 2014}
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL14%2520EJE%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [bca.uk] INFO: Saving data for NL14%20EJE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649257.465246, 'last_price_update_time': 1774851021.001419}
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL14%2520EJE') HTTP/1.1" 204 0
2026-03-30 06:10:21 [bca.uk] INFO: Found listing with ID: GSZ%206855
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GSZ%25206855%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [bca.uk] INFO: Scrape type for GSZ%206855: 0
2026-03-30 06:10:21 [bca.uk] INFO: Found listing with ID: LL69%20HKX
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL69%2520HKX%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [bca.uk] INFO: Scrape type for LL69%20HKX: 0
2026-03-30 06:10:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 404cf380-ef90-5edd-889d-cd51a6b575fa with identifier: YX17%20UZK
2026-03-30 06:10:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 404cf380-ef90-5edd-889d-cd51a6b575fa with identifier: YX17%20UZK
2026-03-30 06:10:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 404cf380-ef90-5edd-889d-cd51a6b575fa with identifier: YX17%20UZK to the API
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX17%20UZK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '404cf380-ef90-5edd-889d-cd51a6b575fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX17 UZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX17%20UZK&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'MG MOTOR UK',
'model': 'GS',
'odometer': 142733,
'odometer_reading_unit': '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 GS 1.5 TGI 166 EXCLUSIVE Hatchback',
'transmission': 'manual',
'trim': 'TGI 166 EXCLUSIVE',
'vin': 'SDPA2CBFBGS088987',
'year': 2017}
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX17%2520UZK%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [bca.uk] INFO: Saving data for YX17%20UZK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649181.15566, 'last_price_update_time': 1774851021.677561}
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX17%2520UZK') HTTP/1.1" 204 0
2026-03-30 06:10:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90473e3d-4dd7-568d-ba07-e5eeef8eb1ef with identifier: MK17%20JHJ
2026-03-30 06:10:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90473e3d-4dd7-568d-ba07-e5eeef8eb1ef with identifier: MK17%20JHJ
2026-03-30 06:10:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90473e3d-4dd7-568d-ba07-e5eeef8eb1ef with identifier: MK17%20JHJ to the API
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:22 [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=MK17%20JHJ-GB',
'category': 'LightCommercialVehicle',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '90473e3d-4dd7-568d-ba07-e5eeef8eb1ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK17 JHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK17%20JHJ&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'VIVARO 2.7T',
'odometer': 173669,
'odometer_reading_unit': '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 VIVARO 2.7T 1.6 CDTI 120 E/F SWB SPORTIVE PanelVan',
'transmission': 'manual',
'trim': 'CDTI 120 E/F SWB SPORTIVE',
'vin': 'W0L2F7102GV632644',
'year': 2017}
2026-03-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK17%2520JHJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:22 [bca.uk] INFO: Saving data for MK17%20JHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649126.943763, 'last_price_update_time': 1774851022.110003}
2026-03-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK17%2520JHJ') HTTP/1.1" 204 0
2026-03-30 06:10:22 [bca.uk] INFO: Found listing with ID: OV21%20JZF
2026-03-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV21%2520JZF%27 HTTP/1.1" 200 None
2026-03-30 06:10:22 [bca.uk] INFO: Scrape type for OV21%20JZF: 2
2026-03-30 06:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42e00ac1-2349-5e13-a830-7a54ebc68c7b with identifier: OV21%20JZF
2026-03-30 06:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42e00ac1-2349-5e13-a830-7a54ebc68c7b with scrape type 2
2026-03-30 06:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42e00ac1-2349-5e13-a830-7a54ebc68c7b with scrape type 2
2026-03-30 06:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42e00ac1-2349-5e13-a830-7a54ebc68c7b, identifier: OV21%20JZF
2026-03-30 06:10:22 [bca.uk] INFO: Found listing with ID: NL64%20FPJ
2026-03-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL64%2520FPJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:22 [bca.uk] INFO: Scrape type for NL64%20FPJ: 2
2026-03-30 06:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 257ad774-595c-527a-9331-e2502314226b with identifier: NL64%20FPJ
2026-03-30 06:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 257ad774-595c-527a-9331-e2502314226b with scrape type 2
2026-03-30 06:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 257ad774-595c-527a-9331-e2502314226b with scrape type 2
2026-03-30 06:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 257ad774-595c-527a-9331-e2502314226b, identifier: NL64%20FPJ
2026-03-30 06:10:22 [bca.uk] INFO: Total items found: 100
2026-03-30 06:10:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded
2026-03-30 06:10:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:10:22 [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-30 06:10:22 [bca.uk] INFO: Found listing with ID: ND64%20XVK
2026-03-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND64%2520XVK%27 HTTP/1.1" 200 None
2026-03-30 06:10:22 [bca.uk] INFO: Scrape type for ND64%20XVK: 2
2026-03-30 06:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff359aed-30fc-5df4-b67d-e734be70b9fe with identifier: ND64%20XVK
2026-03-30 06:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff359aed-30fc-5df4-b67d-e734be70b9fe with scrape type 2
2026-03-30 06:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff359aed-30fc-5df4-b67d-e734be70b9fe with scrape type 2
2026-03-30 06:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff359aed-30fc-5df4-b67d-e734be70b9fe, identifier: ND64%20XVK
2026-03-30 06:10:22 [bca.uk] INFO: Found listing with ID: SG16%20EAC
2026-03-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG16%2520EAC%27 HTTP/1.1" 200 None
2026-03-30 06:10:22 [bca.uk] INFO: Scrape type for SG16%20EAC: 2
2026-03-30 06:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75366f23-929e-5fba-9584-29f9f7c80597 with identifier: SG16%20EAC
2026-03-30 06:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75366f23-929e-5fba-9584-29f9f7c80597 with scrape type 2
2026-03-30 06:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75366f23-929e-5fba-9584-29f9f7c80597 with scrape type 2
2026-03-30 06:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75366f23-929e-5fba-9584-29f9f7c80597, identifier: SG16%20EAC
2026-03-30 06:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42e00ac1-2349-5e13-a830-7a54ebc68c7b with identifier: OV21%20JZF
2026-03-30 06:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42e00ac1-2349-5e13-a830-7a54ebc68c7b with identifier: OV21%20JZF
2026-03-30 06:10:22 [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-30 06:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV21%2520JZF%27 HTTP/1.1" 200 None
2026-03-30 06:10:22 [bca.uk] INFO: Saving data for OV21%20JZF: {'auction_closing_time': 1775037600.0, 'created_time': 1774677835.54891, 'last_price_update_time': 1774851022.880969}
2026-03-30 06:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:22 [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-30 06:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 257ad774-595c-527a-9331-e2502314226b with identifier: NL64%20FPJ
2026-03-30 06:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 257ad774-595c-527a-9331-e2502314226b with identifier: NL64%20FPJ
2026-03-30 06:10:22 [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-30 06:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL64%2520FPJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:23 [bca.uk] INFO: Saving data for NL64%20FPJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774476954.861487, 'last_price_update_time': 1774851023.284659}
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:23 [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-30 06:10:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff359aed-30fc-5df4-b67d-e734be70b9fe with identifier: ND64%20XVK
2026-03-30 06:10:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff359aed-30fc-5df4-b67d-e734be70b9fe with identifier: ND64%20XVK
2026-03-30 06:10:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff359aed-30fc-5df4-b67d-e734be70b9fe with identifier: ND64%20XVK to the API
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 89,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND64%20XVK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ff359aed-30fc-5df4-b67d-e734be70b9fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND64 XVK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND64%20XVK&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MINI',
'model': 'ONE',
'odometer': 49563,
'odometer_reading_unit': '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.5 D 95 Hatchback',
'transmission': 'manual',
'trim': 'D 95',
'vin': 'WMWXN120602A24679',
'year': 2014}
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND64%2520XVK%27 HTTP/1.1" 200 None
2026-03-30 06:10:23 [bca.uk] INFO: Saving data for ND64%20XVK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649160.7453, 'last_price_update_time': 1774851023.630934}
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND64%2520XVK') HTTP/1.1" 204 0
2026-03-30 06:10:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75366f23-929e-5fba-9584-29f9f7c80597 with identifier: SG16%20EAC
2026-03-30 06:10:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75366f23-929e-5fba-9584-29f9f7c80597 with identifier: SG16%20EAC
2026-03-30 06:10:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75366f23-929e-5fba-9584-29f9f7c80597 with identifier: SG16%20EAC to the API
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:23 [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=SG16%20EAC-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '75366f23-929e-5fba-9584-29f9f7c80597',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG16 EAC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG16%20EAC&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'VIVARO 2.7T',
'odometer': 146480,
'odometer_reading_unit': '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 120 E/F SWB SPORTIVE PanelVan',
'transmission': 'manual',
'trim': 'CDTI 120 E/F SWB SPORTIVE',
'vin': 'W0L2F7102GV619916',
'year': 2016}
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG16%2520EAC%27 HTTP/1.1" 200 None
2026-03-30 06:10:23 [bca.uk] INFO: Saving data for SG16%20EAC: {'auction_closing_time': 1775037600.0, 'created_time': 1774649127.473711, 'last_price_update_time': 1774851023.919538}
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG16%2520EAC') HTTP/1.1" 204 0
2026-03-30 06:10:23 [bca.uk] INFO: Found listing with ID: DU20%20NZO
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU20%2520NZO%27 HTTP/1.1" 200 None
2026-03-30 06:10:23 [bca.uk] INFO: Scrape type for DU20%20NZO: 0
2026-03-30 06:10:23 [bca.uk] INFO: Found listing with ID: VK72%20WFR
2026-03-30 06:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK72%2520WFR%27 HTTP/1.1" 200 None
2026-03-30 06:10:23 [bca.uk] INFO: Scrape type for VK72%20WFR: 2
2026-03-30 06:10:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 639e8626-ef9e-5c46-bea8-61dfccf2460c with identifier: VK72%20WFR
2026-03-30 06:10:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639e8626-ef9e-5c46-bea8-61dfccf2460c with scrape type 2
2026-03-30 06:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 639e8626-ef9e-5c46-bea8-61dfccf2460c with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 639e8626-ef9e-5c46-bea8-61dfccf2460c, identifier: VK72%20WFR
2026-03-30 06:10:24 [bca.uk] INFO: Found listing with ID: SN13%20ZFP
2026-03-30 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN13%2520ZFP%27 HTTP/1.1" 200 None
2026-03-30 06:10:24 [bca.uk] INFO: Scrape type for SN13%20ZFP: 2
2026-03-30 06:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52052efb-0394-5b3d-b0eb-b580a5b7500d with identifier: SN13%20ZFP
2026-03-30 06:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52052efb-0394-5b3d-b0eb-b580a5b7500d with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52052efb-0394-5b3d-b0eb-b580a5b7500d with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52052efb-0394-5b3d-b0eb-b580a5b7500d, identifier: SN13%20ZFP
2026-03-30 06:10:24 [bca.uk] INFO: Found listing with ID: MW74%20DCV
2026-03-30 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DCV%27 HTTP/1.1" 200 None
2026-03-30 06:10:24 [bca.uk] INFO: Scrape type for MW74%20DCV: 2
2026-03-30 06:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcce6794-bab5-59b2-89da-cc8bb58149bf with identifier: MW74%20DCV
2026-03-30 06:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcce6794-bab5-59b2-89da-cc8bb58149bf with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcce6794-bab5-59b2-89da-cc8bb58149bf with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcce6794-bab5-59b2-89da-cc8bb58149bf, identifier: MW74%20DCV
2026-03-30 06:10:24 [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-30 06:10:24 [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-30 06:10:24 [bca.uk] INFO: Found listing with ID: WN08%20EJO
2026-03-30 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN08%2520EJO%27 HTTP/1.1" 200 None
2026-03-30 06:10:24 [bca.uk] INFO: Scrape type for WN08%20EJO: 2
2026-03-30 06:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb6222fc-144c-597d-9fb8-dca80cf89e54 with identifier: WN08%20EJO
2026-03-30 06:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb6222fc-144c-597d-9fb8-dca80cf89e54 with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb6222fc-144c-597d-9fb8-dca80cf89e54 with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb6222fc-144c-597d-9fb8-dca80cf89e54, identifier: WN08%20EJO
2026-03-30 06:10:24 [bca.uk] INFO: Found listing with ID: YS65%20LZV
2026-03-30 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS65%2520LZV%27 HTTP/1.1" 200 None
2026-03-30 06:10:24 [bca.uk] INFO: Scrape type for YS65%20LZV: 2
2026-03-30 06:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03fb5e89-4763-5c13-a4c0-9314d67d722c with identifier: YS65%20LZV
2026-03-30 06:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03fb5e89-4763-5c13-a4c0-9314d67d722c with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03fb5e89-4763-5c13-a4c0-9314d67d722c with scrape type 2
2026-03-30 06:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03fb5e89-4763-5c13-a4c0-9314d67d722c, identifier: YS65%20LZV
2026-03-30 06:10:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 639e8626-ef9e-5c46-bea8-61dfccf2460c with identifier: VK72%20WFR
2026-03-30 06:10:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 639e8626-ef9e-5c46-bea8-61dfccf2460c with identifier: VK72%20WFR
2026-03-30 06:10:24 [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-30 06:10:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:24 [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=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-30 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK72%2520WFR%27 HTTP/1.1" 200 None
2026-03-30 06:10:24 [bca.uk] INFO: Saving data for VK72%20WFR: {'auction_closing_time': 1775037600.0, 'created_time': 1774677841.314666, 'last_price_update_time': 1774851024.817578}
2026-03-30 06:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:24 [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-30 06:10:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52052efb-0394-5b3d-b0eb-b580a5b7500d with identifier: SN13%20ZFP
2026-03-30 06:10:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52052efb-0394-5b3d-b0eb-b580a5b7500d with identifier: SN13%20ZFP
2026-03-30 06:10:24 [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-30 06:10:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:25 [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': 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-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN13%2520ZFP%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [bca.uk] INFO: Saving data for SN13%20ZFP: {'auction_closing_time': 1775037600.0, 'created_time': 1774477057.759812, 'last_price_update_time': 1774851025.105631}
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [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-30 06:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcce6794-bab5-59b2-89da-cc8bb58149bf with identifier: MW74%20DCV
2026-03-30 06:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcce6794-bab5-59b2-89da-cc8bb58149bf with identifier: MW74%20DCV
2026-03-30 06:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcce6794-bab5-59b2-89da-cc8bb58149bf with identifier: MW74%20DCV to the API
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DCV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dcce6794-bab5-59b2-89da-cc8bb58149bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW74 DCV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DCV&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '208',
'odometer': 7258,
'odometer_reading_unit': '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': 'VR3UPHNE2R4285918',
'year': 2024}
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DCV%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [bca.uk] INFO: Saving data for MW74%20DCV: {'auction_closing_time': 1775124000.0, 'created_time': 1773908312.88178, 'last_price_update_time': 1774851025.413908}
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DCV') HTTP/1.1" 204 0
2026-03-30 06:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb6222fc-144c-597d-9fb8-dca80cf89e54 with identifier: WN08%20EJO
2026-03-30 06:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb6222fc-144c-597d-9fb8-dca80cf89e54 with identifier: WN08%20EJO
2026-03-30 06:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb6222fc-144c-597d-9fb8-dca80cf89e54 with identifier: WN08%20EJO to the API
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN08%20EJO-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': 'cb6222fc-144c-597d-9fb8-dca80cf89e54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN08 EJO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN08%20EJO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'TOYOTA',
'model': 'PRIUS',
'odometer': 161944,
'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 PRIUS 1.5 VVTI T-SPIRIT HYBRID Hatchback',
'transmission': 'automatic',
'trim': 'VVTI T-SPIRIT HYBRID',
'vin': 'JTDKB20U403384719',
'year': 2008}
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN08%2520EJO%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [bca.uk] INFO: Saving data for WN08%20EJO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649163.990527, 'last_price_update_time': 1774851025.709836}
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN08%2520EJO') HTTP/1.1" 204 0
2026-03-30 06:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03fb5e89-4763-5c13-a4c0-9314d67d722c with identifier: YS65%20LZV
2026-03-30 06:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03fb5e89-4763-5c13-a4c0-9314d67d722c with identifier: YS65%20LZV
2026-03-30 06:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03fb5e89-4763-5c13-a4c0-9314d67d722c with identifier: YS65%20LZV to the API
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:25 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS65%20LZV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '03fb5e89-4763-5c13-a4c0-9314d67d722c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS65 LZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS65%20LZV&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 77875,
'odometer_reading_unit': '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': 'W0LJD7EC0GB531359',
'year': 2015}
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS65%2520LZV%27 HTTP/1.1" 200 None
2026-03-30 06:10:26 [bca.uk] INFO: Saving data for YS65%20LZV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649109.504705, 'last_price_update_time': 1774851026.004322}
2026-03-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS65%2520LZV') HTTP/1.1" 204 0
2026-03-30 06:10:26 [bca.uk] INFO: Found listing with ID: GD20%20BRZ
2026-03-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD20%2520BRZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:26 [bca.uk] INFO: Scrape type for GD20%20BRZ: 2
2026-03-30 06:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with identifier: GD20%20BRZ
2026-03-30 06:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9, identifier: GD20%20BRZ
2026-03-30 06:10:26 [bca.uk] INFO: Found listing with ID: SD20%20GGV
2026-03-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD20%2520GGV%27 HTTP/1.1" 200 None
2026-03-30 06:10:26 [bca.uk] INFO: Scrape type for SD20%20GGV: 2
2026-03-30 06:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59a00bda-7689-5eb2-b2a6-7bc4151f3777 with identifier: SD20%20GGV
2026-03-30 06:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59a00bda-7689-5eb2-b2a6-7bc4151f3777 with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59a00bda-7689-5eb2-b2a6-7bc4151f3777 with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59a00bda-7689-5eb2-b2a6-7bc4151f3777, identifier: SD20%20GGV
2026-03-30 06:10:26 [bca.uk] INFO: Found listing with ID: GB07%20RWC
2026-03-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GB07%2520RWC%27 HTTP/1.1" 200 None
2026-03-30 06:10:26 [bca.uk] INFO: Scrape type for GB07%20RWC: 2
2026-03-30 06:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6f4f01f-2506-5763-bc84-67b01cb2b3f3 with identifier: GB07%20RWC
2026-03-30 06:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6f4f01f-2506-5763-bc84-67b01cb2b3f3 with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6f4f01f-2506-5763-bc84-67b01cb2b3f3 with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6f4f01f-2506-5763-bc84-67b01cb2b3f3, identifier: GB07%20RWC
2026-03-30 06:10:26 [bca.uk] INFO: Found listing with ID: WM18%20TOV
2026-03-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM18%2520TOV%27 HTTP/1.1" 200 None
2026-03-30 06:10:26 [bca.uk] INFO: Scrape type for WM18%20TOV: 2
2026-03-30 06:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33049f3f-2d59-5f6a-adc4-541ff0f6583c with identifier: WM18%20TOV
2026-03-30 06:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33049f3f-2d59-5f6a-adc4-541ff0f6583c with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33049f3f-2d59-5f6a-adc4-541ff0f6583c with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33049f3f-2d59-5f6a-adc4-541ff0f6583c, identifier: WM18%20TOV
2026-03-30 06:10:26 [bca.uk] INFO: Found listing with ID: KO18%20CWM
2026-03-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO18%2520CWM%27 HTTP/1.1" 200 None
2026-03-30 06:10:26 [bca.uk] INFO: Scrape type for KO18%20CWM: 2
2026-03-30 06:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acb6b122-4c36-517a-9a96-def5444f3532 with identifier: KO18%20CWM
2026-03-30 06:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acb6b122-4c36-517a-9a96-def5444f3532 with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acb6b122-4c36-517a-9a96-def5444f3532 with scrape type 2
2026-03-30 06:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acb6b122-4c36-517a-9a96-def5444f3532, identifier: KO18%20CWM
2026-03-30 06:10:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with identifier: GD20%20BRZ
2026-03-30 06:10:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f259db9-5d6d-5e24-8be2-50072ba1f5c9 with identifier: GD20%20BRZ
2026-03-30 06:10:26 [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-30 06:10:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD20%2520BRZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:26 [bca.uk] INFO: Saving data for GD20%20BRZ: {'auction_closing_time': 1775469600.0, 'created_time': 1774677839.652937, 'last_price_update_time': 1774851026.867764}
2026-03-30 06:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:26 [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-30 06:10:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59a00bda-7689-5eb2-b2a6-7bc4151f3777 with identifier: SD20%20GGV
2026-03-30 06:10:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59a00bda-7689-5eb2-b2a6-7bc4151f3777 with identifier: SD20%20GGV
2026-03-30 06:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59a00bda-7689-5eb2-b2a6-7bc4151f3777 with identifier: SD20%20GGV to the API
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD20%20GGV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '59a00bda-7689-5eb2-b2a6-7bc4151f3777',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SD20 GGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD20%20GGV&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': 'X2',
'odometer': 73862,
'odometer_reading_unit': '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 X2 1.5 SDRIVE 18I SPORT Hatchback',
'transmission': 'manual',
'trim': 'SDRIVE 18I SPORT',
'vin': 'WBAYH120805R62433',
'year': 2020}
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD20%2520GGV%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [bca.uk] INFO: Saving data for SD20%20GGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649273.926546, 'last_price_update_time': 1774851027.26759}
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD20%2520GGV') HTTP/1.1" 204 0
2026-03-30 06:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6f4f01f-2506-5763-bc84-67b01cb2b3f3 with identifier: GB07%20RWC
2026-03-30 06:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6f4f01f-2506-5763-bc84-67b01cb2b3f3 with identifier: GB07%20RWC
2026-03-30 06:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6f4f01f-2506-5763-bc84-67b01cb2b3f3 with identifier: GB07%20RWC to the API
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 358,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GB07%20RWC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '4.7L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd6f4f01f-2506-5763-bc84-67b01cb2b3f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GB07 RWC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GB07%20RWC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MASERATI',
'model': 'GRANCABRIO',
'odometer': 43102,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'MASERATI GRANCABRIO 4.7 V8 Convertible',
'transmission': 'automatic',
'trim': 'V8',
'vin': 'ZAMKM45C000055381',
'year': 2013}
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GB07%2520RWC%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [bca.uk] INFO: Saving data for GB07%20RWC: {'auction_closing_time': 1775037600.0, 'created_time': 1774390637.761898, 'last_price_update_time': 1774851027.57321}
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GB07%2520RWC') HTTP/1.1" 204 0
2026-03-30 06:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33049f3f-2d59-5f6a-adc4-541ff0f6583c with identifier: WM18%20TOV
2026-03-30 06:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33049f3f-2d59-5f6a-adc4-541ff0f6583c with identifier: WM18%20TOV
2026-03-30 06:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33049f3f-2d59-5f6a-adc4-541ff0f6583c with identifier: WM18%20TOV to the API
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 195,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM18%20TOV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '33049f3f-2d59-5f6a-adc4-541ff0f6583c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WM18 TOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM18%20TOV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 70267,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 RWD 2.0 TDCI 130 MWB ChassisCab',
'transmission': 'manual',
'trim': 'TDCI 130 MWB',
'vin': 'WF0DXXTTGDJS38974',
'year': 2018}
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM18%2520TOV%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [bca.uk] INFO: Saving data for WM18%20TOV: {'auction_closing_time': 1775210400.0, 'created_time': 1774045109.016096, 'last_price_update_time': 1774851027.880627}
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM18%2520TOV') HTTP/1.1" 204 0
2026-03-30 06:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acb6b122-4c36-517a-9a96-def5444f3532 with identifier: KO18%20CWM
2026-03-30 06:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acb6b122-4c36-517a-9a96-def5444f3532 with identifier: KO18%20CWM
2026-03-30 06:10:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acb6b122-4c36-517a-9a96-def5444f3532 with identifier: KO18%20CWM to the API
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO18%20CWM-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'acb6b122-4c36-517a-9a96-def5444f3532',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KO18 CWM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO18%20CWM&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 96173,
'odometer_reading_unit': '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': 'VSKCTND23U0075565',
'year': 2018}
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO18%2520CWM%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [bca.uk] INFO: Saving data for KO18%20CWM: {'auction_closing_time': 1774951200.0, 'created_time': 1774649110.548975, 'last_price_update_time': 1774851028.215615}
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO18%2520CWM') HTTP/1.1" 204 0
2026-03-30 06:10:28 [bca.uk] INFO: Found listing with ID: FM19%20TZB
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM19%2520TZB%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [bca.uk] INFO: Scrape type for FM19%20TZB: 2
2026-03-30 06:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa195cc-638d-589f-9fd4-926d4bd70e7c with identifier: FM19%20TZB
2026-03-30 06:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa195cc-638d-589f-9fd4-926d4bd70e7c with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aa195cc-638d-589f-9fd4-926d4bd70e7c with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aa195cc-638d-589f-9fd4-926d4bd70e7c, identifier: FM19%20TZB
2026-03-30 06:10:28 [bca.uk] INFO: Found listing with ID: DT70%20EYC
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT70%2520EYC%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [bca.uk] INFO: Scrape type for DT70%20EYC: 2
2026-03-30 06:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b0a26a6-519a-504d-b558-4c8dde2e038b with identifier: DT70%20EYC
2026-03-30 06:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b0a26a6-519a-504d-b558-4c8dde2e038b with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b0a26a6-519a-504d-b558-4c8dde2e038b with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b0a26a6-519a-504d-b558-4c8dde2e038b, identifier: DT70%20EYC
2026-03-30 06:10:28 [bca.uk] INFO: Found listing with ID: BJ15%20TGX
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ15%2520TGX%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [bca.uk] INFO: Scrape type for BJ15%20TGX: 2
2026-03-30 06:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2749917-5e6a-5010-a701-2b68a0901b6e with identifier: BJ15%20TGX
2026-03-30 06:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2749917-5e6a-5010-a701-2b68a0901b6e with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2749917-5e6a-5010-a701-2b68a0901b6e with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2749917-5e6a-5010-a701-2b68a0901b6e, identifier: BJ15%20TGX
2026-03-30 06:10:28 [bca.uk] INFO: Found listing with ID: DL65%20RZM
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL65%2520RZM%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [bca.uk] INFO: Scrape type for DL65%20RZM: 2
2026-03-30 06:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17eecae4-e594-5099-942f-23ef8d4890ea with identifier: DL65%20RZM
2026-03-30 06:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17eecae4-e594-5099-942f-23ef8d4890ea with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17eecae4-e594-5099-942f-23ef8d4890ea with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17eecae4-e594-5099-942f-23ef8d4890ea, identifier: DL65%20RZM
2026-03-30 06:10:28 [bca.uk] INFO: Found listing with ID: KP61%20JVR
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP61%2520JVR%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [bca.uk] INFO: Scrape type for KP61%20JVR: 2
2026-03-30 06:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67f7b7d3-7c90-5a7e-89d6-c06a86b52520 with identifier: KP61%20JVR
2026-03-30 06:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67f7b7d3-7c90-5a7e-89d6-c06a86b52520 with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67f7b7d3-7c90-5a7e-89d6-c06a86b52520 with scrape type 2
2026-03-30 06:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67f7b7d3-7c90-5a7e-89d6-c06a86b52520, identifier: KP61%20JVR
2026-03-30 06:10:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aa195cc-638d-589f-9fd4-926d4bd70e7c with identifier: FM19%20TZB
2026-03-30 06:10:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aa195cc-638d-589f-9fd4-926d4bd70e7c with identifier: FM19%20TZB
2026-03-30 06:10:28 [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-30 06:10:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM19%2520TZB%27 HTTP/1.1" 200 None
2026-03-30 06:10:29 [bca.uk] INFO: Saving data for FM19%20TZB: {'auction_closing_time': 1775469600.0, 'created_time': 1774363850.143744, 'last_price_update_time': 1774851029.093209}
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:29 [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-30 06:10:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b0a26a6-519a-504d-b558-4c8dde2e038b with identifier: DT70%20EYC
2026-03-30 06:10:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b0a26a6-519a-504d-b558-4c8dde2e038b with identifier: DT70%20EYC
2026-03-30 06:10:29 [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-30 06:10:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT70%2520EYC%27 HTTP/1.1" 200 None
2026-03-30 06:10:29 [bca.uk] INFO: Saving data for DT70%20EYC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562967.771828, 'last_price_update_time': 1774851029.396127}
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:29 [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-30 06:10:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2749917-5e6a-5010-a701-2b68a0901b6e with identifier: BJ15%20TGX
2026-03-30 06:10:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2749917-5e6a-5010-a701-2b68a0901b6e with identifier: BJ15%20TGX
2026-03-30 06:10:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2749917-5e6a-5010-a701-2b68a0901b6e with identifier: BJ15%20TGX to the API
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:29 [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': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ15%20TGX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f2749917-5e6a-5010-a701-2b68a0901b6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ15 TGX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ15%20TGX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 95385,
'odometer_reading_unit': '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.6 GDI S 2WD StationWagon',
'transmission': 'manual',
'trim': 'GDI S 2WD',
'vin': 'TMAJT81ALFJ727746',
'year': 2015}
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ15%2520TGX%27 HTTP/1.1" 200 None
2026-03-30 06:10:29 [bca.uk] INFO: Saving data for BJ15%20TGX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390640.214667, 'last_price_update_time': 1774851029.718997}
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ15%2520TGX') HTTP/1.1" 204 0
2026-03-30 06:10:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17eecae4-e594-5099-942f-23ef8d4890ea with identifier: DL65%20RZM
2026-03-30 06:10:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17eecae4-e594-5099-942f-23ef8d4890ea with identifier: DL65%20RZM
2026-03-30 06:10:29 [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-30 06:10:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL65%2520RZM%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [bca.uk] INFO: Saving data for DL65%20RZM: {'auction_closing_time': 1774951200.0, 'created_time': 1774651814.179425, 'last_price_update_time': 1774851030.017295}
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:30 [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-30 06:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67f7b7d3-7c90-5a7e-89d6-c06a86b52520 with identifier: KP61%20JVR
2026-03-30 06:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67f7b7d3-7c90-5a7e-89d6-c06a86b52520 with identifier: KP61%20JVR
2026-03-30 06:10:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67f7b7d3-7c90-5a7e-89d6-c06a86b52520 with identifier: KP61%20JVR to the API
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP61%20JVR-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.8L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '67f7b7d3-7c90-5a7e-89d6-c06a86b52520',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP61 JVR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP61%20JVR&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'TRANSIT CONNECT',
'odometer': 110115,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CONNECT 1.8 TDCI 110 230 LWB TREND CrewCab Van',
'transmission': 'manual',
'trim': 'TDCI 110 230 LWB TREND',
'vin': 'WF0KXXTTPKBM80755',
'year': 2012}
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP61%2520JVR%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [bca.uk] INFO: Saving data for KP61%20JVR: {'auction_closing_time': 1775124000.0, 'created_time': 1774649109.919816, 'last_price_update_time': 1774851030.323243}
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP61%2520JVR') HTTP/1.1" 204 0
2026-03-30 06:10:30 [bca.uk] INFO: Found listing with ID: HJ23%20YHS
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ23%2520YHS%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [bca.uk] INFO: Scrape type for HJ23%20YHS: 2
2026-03-30 06:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a262980-7993-549b-9f6d-f6fb6aed0d8f with identifier: HJ23%20YHS
2026-03-30 06:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a262980-7993-549b-9f6d-f6fb6aed0d8f with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a262980-7993-549b-9f6d-f6fb6aed0d8f with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a262980-7993-549b-9f6d-f6fb6aed0d8f, identifier: HJ23%20YHS
2026-03-30 06:10:30 [bca.uk] INFO: Found listing with ID: NG17%20OYT
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG17%2520OYT%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [bca.uk] INFO: Scrape type for NG17%20OYT: 2
2026-03-30 06:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055328ae-6190-5633-be41-6abec11be0d5 with identifier: NG17%20OYT
2026-03-30 06:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055328ae-6190-5633-be41-6abec11be0d5 with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 055328ae-6190-5633-be41-6abec11be0d5 with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 055328ae-6190-5633-be41-6abec11be0d5, identifier: NG17%20OYT
2026-03-30 06:10:30 [bca.uk] INFO: Found listing with ID: MD74%20GVX
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD74%2520GVX%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [bca.uk] INFO: Scrape type for MD74%20GVX: 2
2026-03-30 06:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af9387b8-6596-5bf3-95c3-361aec87b219 with identifier: MD74%20GVX
2026-03-30 06:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af9387b8-6596-5bf3-95c3-361aec87b219 with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af9387b8-6596-5bf3-95c3-361aec87b219 with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af9387b8-6596-5bf3-95c3-361aec87b219, identifier: MD74%20GVX
2026-03-30 06:10:30 [bca.uk] INFO: Found listing with ID: ML21%20PXH
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML21%2520PXH%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [bca.uk] INFO: Scrape type for ML21%20PXH: 2
2026-03-30 06:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb8dc750-6c40-57f4-b292-5fcf3da72125 with identifier: ML21%20PXH
2026-03-30 06:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb8dc750-6c40-57f4-b292-5fcf3da72125 with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb8dc750-6c40-57f4-b292-5fcf3da72125 with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb8dc750-6c40-57f4-b292-5fcf3da72125, identifier: ML21%20PXH
2026-03-30 06:10:30 [bca.uk] INFO: Found listing with ID: WK15%20WKR
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK15%2520WKR%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [bca.uk] INFO: Scrape type for WK15%20WKR: 0
2026-03-30 06:10:30 [bca.uk] INFO: Found listing with ID: WX60%20CFO
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX60%2520CFO%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [bca.uk] INFO: Scrape type for WX60%20CFO: 2
2026-03-30 06:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77537f66-1b60-5356-84ae-28526d659875 with identifier: WX60%20CFO
2026-03-30 06:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77537f66-1b60-5356-84ae-28526d659875 with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77537f66-1b60-5356-84ae-28526d659875 with scrape type 2
2026-03-30 06:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77537f66-1b60-5356-84ae-28526d659875, identifier: WX60%20CFO
2026-03-30 06:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a262980-7993-549b-9f6d-f6fb6aed0d8f with identifier: HJ23%20YHS
2026-03-30 06:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a262980-7993-549b-9f6d-f6fb6aed0d8f with identifier: HJ23%20YHS
2026-03-30 06:10:31 [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-30 06:10:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:31 [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=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-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ23%2520YHS%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [bca.uk] INFO: Saving data for HJ23%20YHS: {'auction_closing_time': 1775037600.0, 'created_time': 1774677833.609808, 'last_price_update_time': 1774851031.436845}
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [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-30 06:10:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 055328ae-6190-5633-be41-6abec11be0d5 with identifier: NG17%20OYT
2026-03-30 06:10:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 055328ae-6190-5633-be41-6abec11be0d5 with identifier: NG17%20OYT
2026-03-30 06:10:31 [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-30 06:10:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:31 [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': 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-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG17%2520OYT%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [bca.uk] INFO: Saving data for NG17%20OYT: {'auction_closing_time': 1775037600.0, 'created_time': 1774562964.919856, 'last_price_update_time': 1774851031.818009}
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [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-30 06:10:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af9387b8-6596-5bf3-95c3-361aec87b219 with identifier: MD74%20GVX
2026-03-30 06:10:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af9387b8-6596-5bf3-95c3-361aec87b219 with identifier: MD74%20GVX
2026-03-30 06:10:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af9387b8-6596-5bf3-95c3-361aec87b219 with identifier: MD74%20GVX to the API
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD74%20GVX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'af9387b8-6596-5bf3-95c3-361aec87b219',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD74 GVX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD74%20GVX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 8842,
'odometer_reading_unit': '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 ALLURE E-DSC6 Hatchback',
'transmission': 'automatic',
'trim': 'MHEV 136 ALLURE E-DSC6',
'vin': 'VR3KAHPY5RS143378',
'year': 2024}
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD74%2520GVX%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [bca.uk] INFO: Saving data for MD74%20GVX: {'auction_closing_time': 1775037600.0, 'created_time': 1773929552.349014, 'last_price_update_time': 1774851032.222699}
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD74%2520GVX') HTTP/1.1" 204 0
2026-03-30 06:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb8dc750-6c40-57f4-b292-5fcf3da72125 with identifier: ML21%20PXH
2026-03-30 06:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb8dc750-6c40-57f4-b292-5fcf3da72125 with identifier: ML21%20PXH
2026-03-30 06:10:32 [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-30 06:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:32 [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': 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-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML21%2520PXH%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [bca.uk] INFO: Saving data for ML21%20PXH: {'auction_closing_time': 1775037600.0, 'created_time': 1774651681.974169, 'last_price_update_time': 1774851032.539599}
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:32 [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-30 06:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77537f66-1b60-5356-84ae-28526d659875 with identifier: WX60%20CFO
2026-03-30 06:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77537f66-1b60-5356-84ae-28526d659875 with identifier: WX60%20CFO
2026-03-30 06:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77537f66-1b60-5356-84ae-28526d659875 with identifier: WX60%20CFO to the API
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX60%20CFO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '77537f66-1b60-5356-84ae-28526d659875',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WX60 CFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX60%20CFO&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'IVECO',
'model': 'DAILY 35S13',
'odometer': 242115,
'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': 'IVECO DAILY 35S13 2.3 SWB (3000) PanelVan',
'transmission': 'manual',
'trim': 'SWB (3000)',
'vin': 'ZCFC359300D419893',
'year': 2010}
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX60%2520CFO%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [bca.uk] INFO: Saving data for WX60%20CFO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649112.526822, 'last_price_update_time': 1774851032.865908}
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX60%2520CFO') HTTP/1.1" 204 0
2026-03-30 06:10:32 [bca.uk] INFO: Found listing with ID: KT68%20ENX
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT68%2520ENX%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [bca.uk] INFO: Scrape type for KT68%20ENX: 2
2026-03-30 06:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with identifier: KT68%20ENX
2026-03-30 06:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with scrape type 2
2026-03-30 06:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00e31fbe-87b4-55ec-a4ec-a661a30a8774, identifier: KT68%20ENX
2026-03-30 06:10:33 [bca.uk] INFO: Found listing with ID: RV12%20YXK
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV12%2520YXK%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [bca.uk] INFO: Scrape type for RV12%20YXK: 2
2026-03-30 06:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2733f337-5965-5465-aebb-f3634665ac5e with identifier: RV12%20YXK
2026-03-30 06:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2733f337-5965-5465-aebb-f3634665ac5e with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2733f337-5965-5465-aebb-f3634665ac5e with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2733f337-5965-5465-aebb-f3634665ac5e, identifier: RV12%20YXK
2026-03-30 06:10:33 [bca.uk] INFO: Found listing with ID: MW74%20DWK
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [bca.uk] INFO: Scrape type for MW74%20DWK: 2
2026-03-30 06:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6f748e0-577d-5a4a-ae02-6abaae6c15f5 with identifier: MW74%20DWK
2026-03-30 06:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6f748e0-577d-5a4a-ae02-6abaae6c15f5 with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6f748e0-577d-5a4a-ae02-6abaae6c15f5 with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6f748e0-577d-5a4a-ae02-6abaae6c15f5, identifier: MW74%20DWK
2026-03-30 06:10:33 [bca.uk] INFO: Found listing with ID: NX63%20LFL
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX63%2520LFL%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [bca.uk] INFO: Scrape type for NX63%20LFL: 2
2026-03-30 06:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05244692-3c92-5b23-843b-3610ec7ef034 with identifier: NX63%20LFL
2026-03-30 06:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05244692-3c92-5b23-843b-3610ec7ef034 with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05244692-3c92-5b23-843b-3610ec7ef034 with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05244692-3c92-5b23-843b-3610ec7ef034, identifier: NX63%20LFL
2026-03-30 06:10:33 [bca.uk] INFO: Found listing with ID: VK66%20PZX
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK66%2520PZX%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [bca.uk] INFO: Scrape type for VK66%20PZX: 2
2026-03-30 06:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04cc1ea-0adf-53c4-9af0-0c4341692287 with identifier: VK66%20PZX
2026-03-30 06:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04cc1ea-0adf-53c4-9af0-0c4341692287 with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04cc1ea-0adf-53c4-9af0-0c4341692287 with scrape type 2
2026-03-30 06:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b04cc1ea-0adf-53c4-9af0-0c4341692287, identifier: VK66%20PZX
2026-03-30 06:10:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with identifier: KT68%20ENX
2026-03-30 06:10:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00e31fbe-87b4-55ec-a4ec-a661a30a8774 with identifier: KT68%20ENX
2026-03-30 06:10:33 [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-30 06:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT68%2520ENX%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [bca.uk] INFO: Saving data for KT68%20ENX: {'auction_closing_time': 1775037600.0, 'created_time': 1774677898.140038, 'last_price_update_time': 1774851033.776956}
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:33 [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-30 06:10:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2733f337-5965-5465-aebb-f3634665ac5e with identifier: RV12%20YXK
2026-03-30 06:10:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2733f337-5965-5465-aebb-f3634665ac5e with identifier: RV12%20YXK
2026-03-30 06:10:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2733f337-5965-5465-aebb-f3634665ac5e with identifier: RV12%20YXK to the API
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 126,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2733f337-5965-5465-aebb-f3634665ac5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV12 YXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV12%20YXK&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 97224,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'HONDA JAZZ 1.4 I-VTEC ES Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC ES',
'vin': 'SHHGG6760CU016722',
'year': 2012}
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV12%2520YXK%27 HTTP/1.1" 200 None
2026-03-30 06:10:34 [bca.uk] INFO: Saving data for RV12%20YXK: {'auction_closing_time': 1775037600.0, 'created_time': 1774649256.462713, 'last_price_update_time': 1774851034.107676}
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV12%2520YXK') HTTP/1.1" 204 0
2026-03-30 06:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6f748e0-577d-5a4a-ae02-6abaae6c15f5 with identifier: MW74%20DWK
2026-03-30 06:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6f748e0-577d-5a4a-ae02-6abaae6c15f5 with identifier: MW74%20DWK
2026-03-30 06:10:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6f748e0-577d-5a4a-ae02-6abaae6c15f5 with identifier: MW74%20DWK to the API
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DWK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b6f748e0-577d-5a4a-ae02-6abaae6c15f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW74 DWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DWK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '208',
'odometer': 9341,
'odometer_reading_unit': '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': 'VR3UPHNE8R4305444',
'year': 2024}
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-30 06:10:34 [bca.uk] INFO: Saving data for MW74%20DWK: {'auction_closing_time': 1775037600.0, 'created_time': 1773908378.733288, 'last_price_update_time': 1774851034.452272}
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DWK') HTTP/1.1" 204 0
2026-03-30 06:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05244692-3c92-5b23-843b-3610ec7ef034 with identifier: NX63%20LFL
2026-03-30 06:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05244692-3c92-5b23-843b-3610ec7ef034 with identifier: NX63%20LFL
2026-03-30 06:10:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05244692-3c92-5b23-843b-3610ec7ef034 with identifier: NX63%20LFL to the API
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:34 [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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX63%20LFL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '05244692-3c92-5b23-843b-3610ec7ef034',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX63 LFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX63%20LFL&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 103083,
'odometer_reading_unit': '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': 'W0LJC7EL4DB206342',
'year': 2013}
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX63%2520LFL%27 HTTP/1.1" 200 None
2026-03-30 06:10:34 [bca.uk] INFO: Saving data for NX63%20LFL: {'auction_closing_time': 1774951200.0, 'created_time': 1774649054.827147, 'last_price_update_time': 1774851034.754967}
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX63%2520LFL') HTTP/1.1" 204 0
2026-03-30 06:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b04cc1ea-0adf-53c4-9af0-0c4341692287 with identifier: VK66%20PZX
2026-03-30 06:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b04cc1ea-0adf-53c4-9af0-0c4341692287 with identifier: VK66%20PZX
2026-03-30 06:10:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b04cc1ea-0adf-53c4-9af0-0c4341692287 with identifier: VK66%20PZX to the API
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:35 [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=VK66%20PZX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b04cc1ea-0adf-53c4-9af0-0c4341692287',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK66 PZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK66%20PZX&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 122578,
'odometer_reading_unit': '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-CONNECTA Hatchback',
'transmission': 'manual',
'trim': 'DCI N-CONNECTA',
'vin': 'SJNFCAF15U7268192',
'year': 2016}
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK66%2520PZX%27 HTTP/1.1" 200 None
2026-03-30 06:10:35 [bca.uk] INFO: Saving data for VK66%20PZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649112.147637, 'last_price_update_time': 1774851035.053294}
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK66%2520PZX') HTTP/1.1" 204 0
2026-03-30 06:10:35 [bca.uk] INFO: Found listing with ID: FV18%20YDD
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV18%2520YDD%27 HTTP/1.1" 200 None
2026-03-30 06:10:35 [bca.uk] INFO: Scrape type for FV18%20YDD: 2
2026-03-30 06:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 811f8003-70c0-56c0-af5c-ea44c45ade37 with identifier: FV18%20YDD
2026-03-30 06:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 811f8003-70c0-56c0-af5c-ea44c45ade37 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 811f8003-70c0-56c0-af5c-ea44c45ade37 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 811f8003-70c0-56c0-af5c-ea44c45ade37, identifier: FV18%20YDD
2026-03-30 06:10:35 [bca.uk] INFO: Found listing with ID: SG16%20NZO
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG16%2520NZO%27 HTTP/1.1" 200 None
2026-03-30 06:10:35 [bca.uk] INFO: Scrape type for SG16%20NZO: 2
2026-03-30 06:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80f66003-b429-5f8d-bc6a-1c131af6245c with identifier: SG16%20NZO
2026-03-30 06:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80f66003-b429-5f8d-bc6a-1c131af6245c with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80f66003-b429-5f8d-bc6a-1c131af6245c with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80f66003-b429-5f8d-bc6a-1c131af6245c, identifier: SG16%20NZO
2026-03-30 06:10:35 [bca.uk] INFO: Found listing with ID: VK24%20OHL
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK24%2520OHL%27 HTTP/1.1" 200 None
2026-03-30 06:10:35 [bca.uk] INFO: Scrape type for VK24%20OHL: 0
2026-03-30 06:10:35 [bca.uk] INFO: Found listing with ID: WU66%20YYE
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU66%2520YYE%27 HTTP/1.1" 200 None
2026-03-30 06:10:35 [bca.uk] INFO: Scrape type for WU66%20YYE: 2
2026-03-30 06:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 065bbbef-5c1a-5d69-9d96-a08f62496732 with identifier: WU66%20YYE
2026-03-30 06:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 065bbbef-5c1a-5d69-9d96-a08f62496732 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 065bbbef-5c1a-5d69-9d96-a08f62496732 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 065bbbef-5c1a-5d69-9d96-a08f62496732, identifier: WU66%20YYE
2026-03-30 06:10:35 [bca.uk] INFO: Found listing with ID: YN64%20OSM
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN64%2520OSM%27 HTTP/1.1" 200 None
2026-03-30 06:10:35 [bca.uk] INFO: Scrape type for YN64%20OSM: 2
2026-03-30 06:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 893423e4-ca90-5261-a641-c79f87b3ff74 with identifier: YN64%20OSM
2026-03-30 06:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 893423e4-ca90-5261-a641-c79f87b3ff74 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 893423e4-ca90-5261-a641-c79f87b3ff74 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 893423e4-ca90-5261-a641-c79f87b3ff74, identifier: YN64%20OSM
2026-03-30 06:10:35 [bca.uk] INFO: Found listing with ID: SJ64%20WFB
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ64%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:10:35 [bca.uk] INFO: Scrape type for SJ64%20WFB: 2
2026-03-30 06:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 527b97db-1699-5a0b-8d08-8b1e79413af9 with identifier: SJ64%20WFB
2026-03-30 06:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 527b97db-1699-5a0b-8d08-8b1e79413af9 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 527b97db-1699-5a0b-8d08-8b1e79413af9 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 527b97db-1699-5a0b-8d08-8b1e79413af9, identifier: SJ64%20WFB
2026-03-30 06:10:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 811f8003-70c0-56c0-af5c-ea44c45ade37 with identifier: FV18%20YDD
2026-03-30 06:10:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 811f8003-70c0-56c0-af5c-ea44c45ade37 with identifier: FV18%20YDD
2026-03-30 06:10:35 [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-30 06:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV18%2520YDD%27 HTTP/1.1" 200 None
2026-03-30 06:10:35 [bca.uk] INFO: Saving data for FV18%20YDD: {'auction_closing_time': 1775037600.0, 'created_time': 1774390365.388014, 'last_price_update_time': 1774851035.978557}
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:35 [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-30 06:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80f66003-b429-5f8d-bc6a-1c131af6245c with identifier: SG16%20NZO
2026-03-30 06:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80f66003-b429-5f8d-bc6a-1c131af6245c with identifier: SG16%20NZO
2026-03-30 06:10:36 [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-30 06:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG16%2520NZO%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [bca.uk] INFO: Saving data for SG16%20NZO: {'auction_closing_time': 1775037600.0, 'created_time': 1774303640.09257, 'last_price_update_time': 1774851036.410214}
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [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-30 06:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 065bbbef-5c1a-5d69-9d96-a08f62496732 with identifier: WU66%20YYE
2026-03-30 06:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 065bbbef-5c1a-5d69-9d96-a08f62496732 with identifier: WU66%20YYE
2026-03-30 06:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 065bbbef-5c1a-5d69-9d96-a08f62496732 with identifier: WU66%20YYE to the API
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 97,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU66%20YYE-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '065bbbef-5c1a-5d69-9d96-a08f62496732',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU66 YYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU66%20YYE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 15853,
'odometer_reading_unit': '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-PRESSION MMT Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I X-PRESSION MMT',
'vin': 'JTDKGNECX0N200391',
'year': 2016}
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU66%2520YYE%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [bca.uk] INFO: Saving data for WU66%20YYE: {'auction_closing_time': 1775037600.0, 'created_time': 1774390621.629965, 'last_price_update_time': 1774851036.723686}
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU66%2520YYE') HTTP/1.1" 204 0
2026-03-30 06:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 893423e4-ca90-5261-a641-c79f87b3ff74 with identifier: YN64%20OSM
2026-03-30 06:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 893423e4-ca90-5261-a641-c79f87b3ff74 with identifier: YN64%20OSM
2026-03-30 06:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 893423e4-ca90-5261-a641-c79f87b3ff74 with identifier: YN64%20OSM to the API
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:36 [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=YN64%20OSM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '893423e4-ca90-5261-a641-c79f87b3ff74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YN64 OSM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN64%20OSM&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 107651,
'odometer_reading_unit': '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 2.0 CRDI SE 4WD StationWagon',
'transmission': 'manual',
'trim': 'CRDI SE 4WD',
'vin': 'TMAJU81VNEJ529350',
'year': 2014}
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN64%2520OSM%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [bca.uk] INFO: Saving data for YN64%20OSM: {'auction_closing_time': 1774951200.0, 'created_time': 1774649223.442455, 'last_price_update_time': 1774851037.014338}
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN64%2520OSM') HTTP/1.1" 204 0
2026-03-30 06:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 527b97db-1699-5a0b-8d08-8b1e79413af9 with identifier: SJ64%20WFB
2026-03-30 06:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 527b97db-1699-5a0b-8d08-8b1e79413af9 with identifier: SJ64%20WFB
2026-03-30 06:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 527b97db-1699-5a0b-8d08-8b1e79413af9 with identifier: SJ64%20WFB to the API
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:37 [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=SJ64%20WFB-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.1L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '527b97db-1699-5a0b-8d08-8b1e79413af9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ64 WFB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ64%20WFB&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'VITO 113',
'odometer': 143722,
'odometer_reading_unit': '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 VITO 113 2.1 CDI LONG PanelVan',
'transmission': 'manual',
'trim': 'CDI LONG',
'vin': 'WDF63960123910403',
'year': 2014}
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ64%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [bca.uk] INFO: Saving data for SJ64%20WFB: {'auction_closing_time': 1775037600.0, 'created_time': 1774649114.068484, 'last_price_update_time': 1774851037.321588}
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ64%2520WFB') HTTP/1.1" 204 0
2026-03-30 06:10:37 [bca.uk] INFO: Found listing with ID: KD16%20EZL
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD16%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [bca.uk] INFO: Scrape type for KD16%20EZL: 2
2026-03-30 06:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with identifier: KD16%20EZL
2026-03-30 06:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a805f21-d24e-5eb8-947d-f8eae1ef5577, identifier: KD16%20EZL
2026-03-30 06:10:37 [bca.uk] INFO: Found listing with ID: SH63%20LDY
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH63%2520LDY%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [bca.uk] INFO: Scrape type for SH63%20LDY: 2
2026-03-30 06:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with identifier: SH63%20LDY
2026-03-30 06:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6, identifier: SH63%20LDY
2026-03-30 06:10:37 [bca.uk] INFO: Found listing with ID: VE16%20WMP
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE16%2520WMP%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [bca.uk] INFO: Scrape type for VE16%20WMP: 2
2026-03-30 06:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with identifier: VE16%20WMP
2026-03-30 06:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a2a2790-a76d-549e-91d6-5b9a020d66b5, identifier: VE16%20WMP
2026-03-30 06:10:37 [bca.uk] INFO: Found listing with ID: MW63%20FXS
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW63%2520FXS%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [bca.uk] INFO: Scrape type for MW63%20FXS: 2
2026-03-30 06:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with identifier: MW63%20FXS
2026-03-30 06:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb, identifier: MW63%20FXS
2026-03-30 06:10:37 [bca.uk] INFO: Found listing with ID: WN62%20OGT
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN62%2520OGT%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [bca.uk] INFO: Scrape type for WN62%20OGT: 2
2026-03-30 06:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e323a34-4f60-5fb5-ab0e-d7867041293e with identifier: WN62%20OGT
2026-03-30 06:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e323a34-4f60-5fb5-ab0e-d7867041293e with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e323a34-4f60-5fb5-ab0e-d7867041293e with scrape type 2
2026-03-30 06:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e323a34-4f60-5fb5-ab0e-d7867041293e, identifier: WN62%20OGT
2026-03-30 06:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with identifier: KD16%20EZL
2026-03-30 06:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a805f21-d24e-5eb8-947d-f8eae1ef5577 with identifier: KD16%20EZL
2026-03-30 06:10:38 [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-30 06:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD16%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:10:38 [bca.uk] INFO: Saving data for KD16%20EZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774437979.558601, 'last_price_update_time': 1774851038.240769}
2026-03-30 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:38 [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-30 06:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with identifier: SH63%20LDY
2026-03-30 06:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbec4dc1-7320-5606-ad18-ac2fa3a3e4d6 with identifier: SH63%20LDY
2026-03-30 06:10:38 [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-30 06:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:38 [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': 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-30 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH63%2520LDY%27 HTTP/1.1" 200 None
2026-03-30 06:10:38 [bca.uk] INFO: Saving data for SH63%20LDY: {'auction_closing_time': 1775037600.0, 'created_time': 1774390428.246033, 'last_price_update_time': 1774851038.53086}
2026-03-30 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:38 [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-30 06:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with identifier: VE16%20WMP
2026-03-30 06:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a2a2790-a76d-549e-91d6-5b9a020d66b5 with identifier: VE16%20WMP
2026-03-30 06:10:38 [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-30 06:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE16%2520WMP%27 HTTP/1.1" 200 None
2026-03-30 06:10:38 [bca.uk] INFO: Saving data for VE16%20WMP: {'auction_closing_time': 1775037600.0, 'created_time': 1774563101.695379, 'last_price_update_time': 1774851038.828681}
2026-03-30 06:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:38 [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-30 06:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with identifier: MW63%20FXS
2026-03-30 06:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca7e8eb1-ba1d-5afb-88c7-f918db1c0cdb with identifier: MW63%20FXS
2026-03-30 06:10:38 [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-30 06:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW63%2520FXS%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [bca.uk] INFO: Saving data for MW63%20FXS: {'auction_closing_time': 1774951200.0, 'created_time': 1774651773.077155, 'last_price_update_time': 1774851039.118039}
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:39 [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-30 06:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e323a34-4f60-5fb5-ab0e-d7867041293e with identifier: WN62%20OGT
2026-03-30 06:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e323a34-4f60-5fb5-ab0e-d7867041293e with identifier: WN62%20OGT
2026-03-30 06:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e323a34-4f60-5fb5-ab0e-d7867041293e with identifier: WN62%20OGT to the API
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:39 [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=WN62%20OGT-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8e323a34-4f60-5fb5-ab0e-d7867041293e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN62 OGT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN62%20OGT&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'VITO DUALINER',
'odometer': 171562,
'odometer_reading_unit': '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 VITO DUALINER 2.1 113CDI B/E LONG CrewCab Van',
'transmission': 'manual',
'trim': '113CDI B/E LONG',
'vin': 'WDF63960123759889',
'year': 2012}
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN62%2520OGT%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [bca.uk] INFO: Saving data for WN62%20OGT: {'auction_closing_time': 1775037600.0, 'created_time': 1774649100.433008, 'last_price_update_time': 1774851039.417335}
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN62%2520OGT') HTTP/1.1" 204 0
2026-03-30 06:10:39 [bca.uk] INFO: Found listing with ID: YS63%20PYT
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS63%2520PYT%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [bca.uk] INFO: Scrape type for YS63%20PYT: 2
2026-03-30 06:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with identifier: YS63%20PYT
2026-03-30 06:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33, identifier: YS63%20PYT
2026-03-30 06:10:39 [bca.uk] INFO: Found listing with ID: NJ58%20LNC
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ58%2520LNC%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [bca.uk] INFO: Scrape type for NJ58%20LNC: 2
2026-03-30 06:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b958183-186b-5fa3-bd66-85987a5f23e8 with identifier: NJ58%20LNC
2026-03-30 06:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b958183-186b-5fa3-bd66-85987a5f23e8 with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b958183-186b-5fa3-bd66-85987a5f23e8 with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b958183-186b-5fa3-bd66-85987a5f23e8, identifier: NJ58%20LNC
2026-03-30 06:10:39 [bca.uk] INFO: Found listing with ID: NV73%20GTZ
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV73%2520GTZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [bca.uk] INFO: Scrape type for NV73%20GTZ: 2
2026-03-30 06:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 071aaabd-df21-5e93-ab74-17e8efd39b02 with identifier: NV73%20GTZ
2026-03-30 06:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 071aaabd-df21-5e93-ab74-17e8efd39b02 with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 071aaabd-df21-5e93-ab74-17e8efd39b02 with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 071aaabd-df21-5e93-ab74-17e8efd39b02, identifier: NV73%20GTZ
2026-03-30 06:10:39 [bca.uk] INFO: Found listing with ID: KN14%20YFH
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN14%2520YFH%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [bca.uk] INFO: Scrape type for KN14%20YFH: 2
2026-03-30 06:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 822bcafc-bb1f-5eb3-a014-6167774110ed with identifier: KN14%20YFH
2026-03-30 06:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 822bcafc-bb1f-5eb3-a014-6167774110ed with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 822bcafc-bb1f-5eb3-a014-6167774110ed with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 822bcafc-bb1f-5eb3-a014-6167774110ed, identifier: KN14%20YFH
2026-03-30 06:10:39 [bca.uk] INFO: Found listing with ID: HF66%20XPD
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF66%2520XPD%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [bca.uk] INFO: Scrape type for HF66%20XPD: 2
2026-03-30 06:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9984aec9-ad28-5f04-a5e1-6b8204ef44a6 with identifier: HF66%20XPD
2026-03-30 06:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9984aec9-ad28-5f04-a5e1-6b8204ef44a6 with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9984aec9-ad28-5f04-a5e1-6b8204ef44a6 with scrape type 2
2026-03-30 06:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9984aec9-ad28-5f04-a5e1-6b8204ef44a6, identifier: HF66%20XPD
2026-03-30 06:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with identifier: YS63%20PYT
2026-03-30 06:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d3b1ff5-1f7d-5565-9848-0cd76db4bc33 with identifier: YS63%20PYT
2026-03-30 06:10:40 [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-30 06:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS63%2520PYT%27 HTTP/1.1" 200 None
2026-03-30 06:10:40 [bca.uk] INFO: Saving data for YS63%20PYT: {'auction_closing_time': 1775037600.0, 'created_time': 1774562522.106174, 'last_price_update_time': 1774851040.264038}
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:40 [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-30 06:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b958183-186b-5fa3-bd66-85987a5f23e8 with identifier: NJ58%20LNC
2026-03-30 06:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b958183-186b-5fa3-bd66-85987a5f23e8 with identifier: NJ58%20LNC
2026-03-30 06:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b958183-186b-5fa3-bd66-85987a5f23e8 with identifier: NJ58%20LNC to the API
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ58%20LNC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8b958183-186b-5fa3-bd66-85987a5f23e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NJ58 LNC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ58%20LNC&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 103738,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0GXXGAJG8L45382',
'year': 2009}
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ58%2520LNC%27 HTTP/1.1" 200 None
2026-03-30 06:10:40 [bca.uk] INFO: Saving data for NJ58%20LNC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649272.465643, 'last_price_update_time': 1774851040.56305}
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ58%2520LNC') HTTP/1.1" 204 0
2026-03-30 06:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 071aaabd-df21-5e93-ab74-17e8efd39b02 with identifier: NV73%20GTZ
2026-03-30 06:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 071aaabd-df21-5e93-ab74-17e8efd39b02 with identifier: NV73%20GTZ
2026-03-30 06:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 071aaabd-df21-5e93-ab74-17e8efd39b02 with identifier: NV73%20GTZ to the API
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:40 [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': None,
'car_expert_report_source_url': None,
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '071aaabd-df21-5e93-ab74-17e8efd39b02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NV73 GTZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV73%20GTZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'MAXUS',
'model': 'T90EV',
'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': 'MAXUS T90EV 130KW 88.5KWH ELITE CrewCab Pick-up',
'transmission': 'automatic',
'trim': '130KW 88.5KWH ELITE',
'vin': 'LSFAM120XNA160618',
'year': 2023}
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV73%2520GTZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:40 [bca.uk] INFO: Saving data for NV73%20GTZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649434.057628, 'last_price_update_time': 1774851040.927037}
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV73%2520GTZ') HTTP/1.1" 204 0
2026-03-30 06:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 822bcafc-bb1f-5eb3-a014-6167774110ed with identifier: KN14%20YFH
2026-03-30 06:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 822bcafc-bb1f-5eb3-a014-6167774110ed with identifier: KN14%20YFH
2026-03-30 06:10:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 822bcafc-bb1f-5eb3-a014-6167774110ed with identifier: KN14%20YFH to the API
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN14%20YFH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '822bcafc-bb1f-5eb3-a014-6167774110ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN14 YFH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN14%20YFH&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 70222,
'odometer_reading_unit': '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 S/S Hatchback',
'transmission': 'manual',
'trim': 'DCI ACENTA S/S',
'vin': 'SJNFCAF15U6518386',
'year': 2014}
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN14%2520YFH%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [bca.uk] INFO: Saving data for KN14%20YFH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649452.569219, 'last_price_update_time': 1774851041.241879}
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN14%2520YFH') HTTP/1.1" 204 0
2026-03-30 06:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9984aec9-ad28-5f04-a5e1-6b8204ef44a6 with identifier: HF66%20XPD
2026-03-30 06:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9984aec9-ad28-5f04-a5e1-6b8204ef44a6 with identifier: HF66%20XPD
2026-03-30 06:10:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9984aec9-ad28-5f04-a5e1-6b8204ef44a6 with identifier: HF66%20XPD to the API
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:41 [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': 220,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF66%20XPD-GB',
'category': 'LightCommercialVehicle',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9984aec9-ad28-5f04-a5e1-6b8204ef44a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HF66 XPD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF66%20XPD&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'ISUZU',
'model': 'D-MAX',
'odometer': 78673,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'ISUZU D-MAX 2.5 TD CENTURION 4X4 CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'TD CENTURION 4X4',
'vin': 'MPATFS86JFT027424',
'year': 2016}
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF66%2520XPD%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [bca.uk] INFO: Saving data for HF66%20XPD: {'auction_closing_time': 1774951200.0, 'created_time': 1774649101.823913, 'last_price_update_time': 1774851041.556156}
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF66%2520XPD') HTTP/1.1" 204 0
2026-03-30 06:10:41 [bca.uk] INFO: Found listing with ID: YS08%20YXV
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS08%2520YXV%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [bca.uk] INFO: Scrape type for YS08%20YXV: 2
2026-03-30 06:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83bb8d32-8944-57a8-8d9c-ab296d4054ff with identifier: YS08%20YXV
2026-03-30 06:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83bb8d32-8944-57a8-8d9c-ab296d4054ff with scrape type 2
2026-03-30 06:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83bb8d32-8944-57a8-8d9c-ab296d4054ff with scrape type 2
2026-03-30 06:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83bb8d32-8944-57a8-8d9c-ab296d4054ff, identifier: YS08%20YXV
2026-03-30 06:10:41 [bca.uk] INFO: Found listing with ID: AF70%20ZNZ
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF70%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [bca.uk] INFO: Scrape type for AF70%20ZNZ: 2
2026-03-30 06:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ce23ba1-b088-55a5-a51d-faa0d292ff9c with identifier: AF70%20ZNZ
2026-03-30 06:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ce23ba1-b088-55a5-a51d-faa0d292ff9c with scrape type 2
2026-03-30 06:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ce23ba1-b088-55a5-a51d-faa0d292ff9c with scrape type 2
2026-03-30 06:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ce23ba1-b088-55a5-a51d-faa0d292ff9c, identifier: AF70%20ZNZ
2026-03-30 06:10:41 [bca.uk] INFO: Found listing with ID: DA66%20BXD
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA66%2520BXD%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [bca.uk] INFO: Scrape type for DA66%20BXD: 2
2026-03-30 06:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 713279df-3444-51ae-87d8-78ef66cd095f with identifier: DA66%20BXD
2026-03-30 06:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 713279df-3444-51ae-87d8-78ef66cd095f with scrape type 2
2026-03-30 06:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 713279df-3444-51ae-87d8-78ef66cd095f with scrape type 2
2026-03-30 06:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 713279df-3444-51ae-87d8-78ef66cd095f, identifier: DA66%20BXD
2026-03-30 06:10:41 [bca.uk] INFO: Found listing with ID: WX63%20EOP
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX63%2520EOP%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [bca.uk] INFO: Scrape type for WX63%20EOP: 2
2026-03-30 06:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 416ab9ad-e9cc-5dd5-ad7b-0e6e39d6659f with identifier: WX63%20EOP
2026-03-30 06:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 416ab9ad-e9cc-5dd5-ad7b-0e6e39d6659f with scrape type 2
2026-03-30 06:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 416ab9ad-e9cc-5dd5-ad7b-0e6e39d6659f with scrape type 2
2026-03-30 06:10:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 416ab9ad-e9cc-5dd5-ad7b-0e6e39d6659f, identifier: WX63%20EOP
2026-03-30 06:10:42 [bca.uk] INFO: Found listing with ID: NA68%20PNX
2026-03-30 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA68%2520PNX%27 HTTP/1.1" 200 None
2026-03-30 06:10:42 [bca.uk] INFO: Scrape type for NA68%20PNX: 2
2026-03-30 06:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a4fdf25-6900-5fda-8fa6-120c5ddb01dc with identifier: NA68%20PNX
2026-03-30 06:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a4fdf25-6900-5fda-8fa6-120c5ddb01dc with scrape type 2
2026-03-30 06:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a4fdf25-6900-5fda-8fa6-120c5ddb01dc with scrape type 2
2026-03-30 06:10:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a4fdf25-6900-5fda-8fa6-120c5ddb01dc, identifier: NA68%20PNX
2026-03-30 06:10:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83bb8d32-8944-57a8-8d9c-ab296d4054ff with identifier: YS08%20YXV
2026-03-30 06:10:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83bb8d32-8944-57a8-8d9c-ab296d4054ff with identifier: YS08%20YXV
2026-03-30 06:10:42 [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-30 06:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS08%2520YXV%27 HTTP/1.1" 200 None
2026-03-30 06:10:42 [bca.uk] INFO: Saving data for YS08%20YXV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562521.023634, 'last_price_update_time': 1774851042.444764}
2026-03-30 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:42 [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-30 06:10:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ce23ba1-b088-55a5-a51d-faa0d292ff9c with identifier: AF70%20ZNZ
2026-03-30 06:10:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ce23ba1-b088-55a5-a51d-faa0d292ff9c with identifier: AF70%20ZNZ
2026-03-30 06:10:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ce23ba1-b088-55a5-a51d-faa0d292ff9c with identifier: AF70%20ZNZ to the API
2026-03-30 06:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:42 [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': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF70%20ZNZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5ce23ba1-b088-55a5-a51d-faa0d292ff9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF70 ZNZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF70%20ZNZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 69734,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'SKODA OCTAVIA 1.5 TSI 150 SE TECHNOLOGY Hatchback',
'transmission': 'manual',
'trim': 'TSI 150 SE TECHNOLOGY',
'vin': 'TMBBR7NX6LY034656',
'year': 2020}
2026-03-30 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF70%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:42 [bca.uk] INFO: Saving data for AF70%20ZNZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649273.544523, 'last_price_update_time': 1774851042.847633}
2026-03-30 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF70%2520ZNZ') HTTP/1.1" 204 0
2026-03-30 06:10:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 713279df-3444-51ae-87d8-78ef66cd095f with identifier: DA66%20BXD
2026-03-30 06:10:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 713279df-3444-51ae-87d8-78ef66cd095f with identifier: DA66%20BXD
2026-03-30 06:10:42 [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-30 06:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA66%2520BXD%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [bca.uk] INFO: Saving data for DA66%20BXD: {'auction_closing_time': 1775037600.0, 'created_time': 1774563096.772029, 'last_price_update_time': 1774851043.162177}
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [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-30 06:10:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 416ab9ad-e9cc-5dd5-ad7b-0e6e39d6659f with identifier: WX63%20EOP
2026-03-30 06:10:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 416ab9ad-e9cc-5dd5-ad7b-0e6e39d6659f with identifier: WX63%20EOP
2026-03-30 06:10:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 416ab9ad-e9cc-5dd5-ad7b-0e6e39d6659f with identifier: WX63%20EOP to the API
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX63%20EOP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '416ab9ad-e9cc-5dd5-ad7b-0e6e39d6659f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WX63 EOP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX63%20EOP&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'MITSUBISHI',
'model': 'OUTLANDER',
'odometer': 118321,
'odometer_reading_unit': '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 GX3 4WD StationWagon',
'transmission': 'manual',
'trim': 'DI-D GX3 4WD',
'vin': 'JMAXJGF6WDZ400724',
'year': 2013}
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX63%2520EOP%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [bca.uk] INFO: Saving data for WX63%20EOP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649208.082354, 'last_price_update_time': 1774851043.459673}
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX63%2520EOP') HTTP/1.1" 204 0
2026-03-30 06:10:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a4fdf25-6900-5fda-8fa6-120c5ddb01dc with identifier: NA68%20PNX
2026-03-30 06:10:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a4fdf25-6900-5fda-8fa6-120c5ddb01dc with identifier: NA68%20PNX
2026-03-30 06:10:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a4fdf25-6900-5fda-8fa6-120c5ddb01dc with identifier: NA68%20PNX to the API
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:43 [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': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA68%20PNX-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3a4fdf25-6900-5fda-8fa6-120c5ddb01dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA68 PNX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA68%20PNX&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MITSUBISHI',
'model': 'L200',
'odometer': 83707,
'odometer_reading_unit': '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 TITAN 4WD CrewCab Pick-up',
'transmission': 'manual',
'trim': 'DI-D 178 TITAN 4WD',
'vin': 'MMCJJKL10JH006746',
'year': 2018}
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA68%2520PNX%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [bca.uk] INFO: Saving data for NA68%20PNX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649098.428918, 'last_price_update_time': 1774851043.761241}
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA68%2520PNX') HTTP/1.1" 204 0
2026-03-30 06:10:43 [bca.uk] INFO: Found listing with ID: YS08%20ZJO
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS08%2520ZJO%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [bca.uk] INFO: Scrape type for YS08%20ZJO: 2
2026-03-30 06:10:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a54aa7a-b98a-5590-a2ec-93001d638343 with identifier: YS08%20ZJO
2026-03-30 06:10:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a54aa7a-b98a-5590-a2ec-93001d638343 with scrape type 2
2026-03-30 06:10:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a54aa7a-b98a-5590-a2ec-93001d638343 with scrape type 2
2026-03-30 06:10:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a54aa7a-b98a-5590-a2ec-93001d638343, identifier: YS08%20ZJO
2026-03-30 06:10:43 [bca.uk] INFO: Found listing with ID: HK66%20JFA
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK66%2520JFA%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [bca.uk] INFO: Scrape type for HK66%20JFA: 2
2026-03-30 06:10:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24da76a1-c52b-5c2d-afb8-7a8548c0f811 with identifier: HK66%20JFA
2026-03-30 06:10:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24da76a1-c52b-5c2d-afb8-7a8548c0f811 with scrape type 2
2026-03-30 06:10:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24da76a1-c52b-5c2d-afb8-7a8548c0f811 with scrape type 2
2026-03-30 06:10:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24da76a1-c52b-5c2d-afb8-7a8548c0f811, identifier: HK66%20JFA
2026-03-30 06:10:44 [bca.uk] INFO: Found listing with ID: MT59%20YVK
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT59%2520YVK%27 HTTP/1.1" 200 None
2026-03-30 06:10:44 [bca.uk] INFO: Scrape type for MT59%20YVK: 2
2026-03-30 06:10:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a47ecbe6-163b-56bc-90ce-62ed68f51772 with identifier: MT59%20YVK
2026-03-30 06:10:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a47ecbe6-163b-56bc-90ce-62ed68f51772 with scrape type 2
2026-03-30 06:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a47ecbe6-163b-56bc-90ce-62ed68f51772 with scrape type 2
2026-03-30 06:10:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a47ecbe6-163b-56bc-90ce-62ed68f51772, identifier: MT59%20YVK
2026-03-30 06:10:44 [bca.uk] INFO: Found listing with ID: MF70%20WBE
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF70%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:10:44 [bca.uk] INFO: Scrape type for MF70%20WBE: 2
2026-03-30 06:10:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3015977-6ec3-5765-8ce9-80063f9d0775 with identifier: MF70%20WBE
2026-03-30 06:10:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3015977-6ec3-5765-8ce9-80063f9d0775 with scrape type 2
2026-03-30 06:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3015977-6ec3-5765-8ce9-80063f9d0775 with scrape type 2
2026-03-30 06:10:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3015977-6ec3-5765-8ce9-80063f9d0775, identifier: MF70%20WBE
2026-03-30 06:10:44 [bca.uk] INFO: Found listing with ID: SH66%20VEY
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH66%2520VEY%27 HTTP/1.1" 200 None
2026-03-30 06:10:44 [bca.uk] INFO: Scrape type for SH66%20VEY: 2
2026-03-30 06:10:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adb71b92-1d65-56bd-90d9-4a714fc81d33 with identifier: SH66%20VEY
2026-03-30 06:10:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adb71b92-1d65-56bd-90d9-4a714fc81d33 with scrape type 2
2026-03-30 06:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adb71b92-1d65-56bd-90d9-4a714fc81d33 with scrape type 2
2026-03-30 06:10:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adb71b92-1d65-56bd-90d9-4a714fc81d33, identifier: SH66%20VEY
2026-03-30 06:10:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a54aa7a-b98a-5590-a2ec-93001d638343 with identifier: YS08%20ZJO
2026-03-30 06:10:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a54aa7a-b98a-5590-a2ec-93001d638343 with identifier: YS08%20ZJO
2026-03-30 06:10:44 [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-30 06:10:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS08%2520ZJO%27 HTTP/1.1" 200 None
2026-03-30 06:10:44 [bca.uk] INFO: Saving data for YS08%20ZJO: {'auction_closing_time': 1775037600.0, 'created_time': 1774562532.495188, 'last_price_update_time': 1774851044.683833}
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:44 [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-30 06:10:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24da76a1-c52b-5c2d-afb8-7a8548c0f811 with identifier: HK66%20JFA
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=platinum+silver HTTP/1.1" 200 None
2026-03-30 06:10:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:10:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24da76a1-c52b-5c2d-afb8-7a8548c0f811 with identifier: HK66%20JFA
2026-03-30 06:10:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24da76a1-c52b-5c2d-afb8-7a8548c0f811 with identifier: HK66%20JFA to the API
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:45 [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=HK66%20JFA-GB',
'category': 'Car',
'color': 'platinum silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '24da76a1-c52b-5c2d-afb8-7a8548c0f811',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK66 JFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK66%20JFA&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': '320D',
'odometer': 63403,
'odometer_reading_unit': '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 320D 2.0 XDRIVE LUXURY TOURING STEP Estate',
'transmission': 'automatic',
'trim': 'XDRIVE LUXURY TOURING STEP',
'vin': 'WBA8J12040K894444',
'year': 2016}
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK66%2520JFA%27 HTTP/1.1" 200 None
2026-03-30 06:10:45 [bca.uk] INFO: Saving data for HK66%20JFA: {'auction_closing_time': 1775037600.0, 'created_time': 1774390392.287252, 'last_price_update_time': 1774851045.139208}
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK66%2520JFA') HTTP/1.1" 204 0
2026-03-30 06:10:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a47ecbe6-163b-56bc-90ce-62ed68f51772 with identifier: MT59%20YVK
2026-03-30 06:10:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a47ecbe6-163b-56bc-90ce-62ed68f51772 with identifier: MT59%20YVK
2026-03-30 06:10:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a47ecbe6-163b-56bc-90ce-62ed68f51772 with identifier: MT59%20YVK to the API
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT59%20YVK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a47ecbe6-163b-56bc-90ce-62ed68f51772',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT59 YVK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT59%20YVK&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 83399,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.4 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0JXXGAJJAL65803',
'year': 2010}
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT59%2520YVK%27 HTTP/1.1" 200 None
2026-03-30 06:10:45 [bca.uk] INFO: Saving data for MT59%20YVK: {'auction_closing_time': 1775037600.0, 'created_time': 1774649430.593537, 'last_price_update_time': 1774851045.41949}
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT59%2520YVK') HTTP/1.1" 204 0
2026-03-30 06:10:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3015977-6ec3-5765-8ce9-80063f9d0775 with identifier: MF70%20WBE
2026-03-30 06:10:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3015977-6ec3-5765-8ce9-80063f9d0775 with identifier: MF70%20WBE
2026-03-30 06:10:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3015977-6ec3-5765-8ce9-80063f9d0775 with identifier: MF70%20WBE to the API
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 165,
'car_expert_report_source_url': None,
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c3015977-6ec3-5765-8ce9-80063f9d0775',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF70 WBE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF70%20WBE&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 84708,
'odometer_reading_unit': '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': 'automatic',
'trim': 'EBL 130 300 SWB LIMITED L/R',
'vin': 'WF0YXXTTGYKY78233',
'year': 2020}
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF70%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:10:45 [bca.uk] INFO: Saving data for MF70%20WBE: {'auction_closing_time': 1775210400.0, 'created_time': 1774649186.540868, 'last_price_update_time': 1774851045.712926}
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF70%2520WBE') HTTP/1.1" 204 0
2026-03-30 06:10:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adb71b92-1d65-56bd-90d9-4a714fc81d33 with identifier: SH66%20VEY
2026-03-30 06:10:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adb71b92-1d65-56bd-90d9-4a714fc81d33 with identifier: SH66%20VEY
2026-03-30 06:10:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adb71b92-1d65-56bd-90d9-4a714fc81d33 with identifier: SH66%20VEY to the API
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:45 [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': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH66%20VEY-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'adb71b92-1d65-56bd-90d9-4a714fc81d33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH66 VEY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH66%20VEY&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'CITROEN',
'model': 'DISPATCH 1000',
'odometer': 82218,
'odometer_reading_unit': '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 DISPATCH 1000 1.6 B/HDI 95 M X PanelVan',
'transmission': 'manual',
'trim': 'B/HDI 95 M X',
'vin': 'VF7VBBHVBGZ049415',
'year': 2016}
2026-03-30 06:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH66%2520VEY%27 HTTP/1.1" 200 None
2026-03-30 06:10:46 [bca.uk] INFO: Saving data for SH66%20VEY: {'auction_closing_time': 1775037600.0, 'created_time': 1774649100.814958, 'last_price_update_time': 1774851046.00936}
2026-03-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH66%2520VEY') HTTP/1.1" 204 0
2026-03-30 06:10:46 [bca.uk] INFO: Found listing with ID: EK71%20HZV
2026-03-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK71%2520HZV%27 HTTP/1.1" 200 None
2026-03-30 06:10:46 [bca.uk] INFO: Scrape type for EK71%20HZV: 2
2026-03-30 06:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae94455a-eaaa-54a6-b248-5dd72545631d with identifier: EK71%20HZV
2026-03-30 06:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae94455a-eaaa-54a6-b248-5dd72545631d with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae94455a-eaaa-54a6-b248-5dd72545631d with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae94455a-eaaa-54a6-b248-5dd72545631d, identifier: EK71%20HZV
2026-03-30 06:10:46 [bca.uk] INFO: Found listing with ID: PN64%20HCG
2026-03-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN64%2520HCG%27 HTTP/1.1" 200 None
2026-03-30 06:10:46 [bca.uk] INFO: Scrape type for PN64%20HCG: 2
2026-03-30 06:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0a08ea1-1ff8-5a94-bbed-2180d43109a3 with identifier: PN64%20HCG
2026-03-30 06:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0a08ea1-1ff8-5a94-bbed-2180d43109a3 with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0a08ea1-1ff8-5a94-bbed-2180d43109a3 with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0a08ea1-1ff8-5a94-bbed-2180d43109a3, identifier: PN64%20HCG
2026-03-30 06:10:46 [bca.uk] INFO: Found listing with ID: PN16%20UZP
2026-03-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN16%2520UZP%27 HTTP/1.1" 200 None
2026-03-30 06:10:46 [bca.uk] INFO: Scrape type for PN16%20UZP: 2
2026-03-30 06:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c41e807-7f84-5d28-909a-151873a46d0b with identifier: PN16%20UZP
2026-03-30 06:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c41e807-7f84-5d28-909a-151873a46d0b with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c41e807-7f84-5d28-909a-151873a46d0b with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c41e807-7f84-5d28-909a-151873a46d0b, identifier: PN16%20UZP
2026-03-30 06:10:46 [bca.uk] INFO: Found listing with ID: WM63%20BYZ
2026-03-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM63%2520BYZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:46 [bca.uk] INFO: Scrape type for WM63%20BYZ: 2
2026-03-30 06:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9be2d5ec-111e-5052-ad23-794fdb22c2ca with identifier: WM63%20BYZ
2026-03-30 06:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9be2d5ec-111e-5052-ad23-794fdb22c2ca with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9be2d5ec-111e-5052-ad23-794fdb22c2ca with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9be2d5ec-111e-5052-ad23-794fdb22c2ca, identifier: WM63%20BYZ
2026-03-30 06:10:46 [bca.uk] INFO: Found listing with ID: SA67%20LLK
2026-03-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA67%2520LLK%27 HTTP/1.1" 200 None
2026-03-30 06:10:46 [bca.uk] INFO: Scrape type for SA67%20LLK: 2
2026-03-30 06:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f432458-fff8-5bc2-afcf-db2efbec3af0 with identifier: SA67%20LLK
2026-03-30 06:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f432458-fff8-5bc2-afcf-db2efbec3af0 with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f432458-fff8-5bc2-afcf-db2efbec3af0 with scrape type 2
2026-03-30 06:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f432458-fff8-5bc2-afcf-db2efbec3af0, identifier: SA67%20LLK
2026-03-30 06:10:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae94455a-eaaa-54a6-b248-5dd72545631d with identifier: EK71%20HZV
2026-03-30 06:10:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae94455a-eaaa-54a6-b248-5dd72545631d with identifier: EK71%20HZV
2026-03-30 06:10:46 [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-30 06:10:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:46 [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': 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-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK71%2520HZV%27 HTTP/1.1" 200 None
2026-03-30 06:10:46 [bca.uk] INFO: Saving data for EK71%20HZV: {'auction_closing_time': 1775037600.0, 'created_time': 1774303648.443157, 'last_price_update_time': 1774851046.915649}
2026-03-30 06:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:46 [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-30 06:10:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0a08ea1-1ff8-5a94-bbed-2180d43109a3 with identifier: PN64%20HCG
2026-03-30 06:10:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0a08ea1-1ff8-5a94-bbed-2180d43109a3 with identifier: PN64%20HCG
2026-03-30 06:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0a08ea1-1ff8-5a94-bbed-2180d43109a3 with identifier: PN64%20HCG to the API
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 149,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a0a08ea1-1ff8-5a94-bbed-2180d43109a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN64 HCG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN64%20HCG&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'SKODA',
'model': 'YETI OUTDOOR',
'odometer': 43157,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SKODA YETI OUTDOOR 2.0 TDI CR 170 L&K 4X4 Estate',
'transmission': 'manual',
'trim': 'TDI CR 170 L&K 4X4',
'vin': 'TMBME95L1F6019091',
'year': 2014}
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN64%2520HCG%27 HTTP/1.1" 200 None
2026-03-30 06:10:47 [bca.uk] INFO: Saving data for PN64%20HCG: {'auction_closing_time': 1775037600.0, 'created_time': 1774649258.242939, 'last_price_update_time': 1774851047.21673}
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN64%2520HCG') HTTP/1.1" 204 0
2026-03-30 06:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c41e807-7f84-5d28-909a-151873a46d0b with identifier: PN16%20UZP
2026-03-30 06:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c41e807-7f84-5d28-909a-151873a46d0b with identifier: PN16%20UZP
2026-03-30 06:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c41e807-7f84-5d28-909a-151873a46d0b with identifier: PN16%20UZP to the API
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:47 [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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN16%20UZP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9c41e807-7f84-5d28-909a-151873a46d0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN16 UZP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN16%20UZP&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'CITROEN',
'model': 'GRAND PICASSO',
'odometer': 121247,
'odometer_reading_unit': '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 MPV',
'transmission': 'manual',
'trim': 'BLUEHDI 120 EXCLUSIVE',
'vin': 'VF73ABHZMGJ607441',
'year': 2016}
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN16%2520UZP%27 HTTP/1.1" 200 None
2026-03-30 06:10:47 [bca.uk] INFO: Saving data for PN16%20UZP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649432.854131, 'last_price_update_time': 1774851047.499536}
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN16%2520UZP') HTTP/1.1" 204 0
2026-03-30 06:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9be2d5ec-111e-5052-ad23-794fdb22c2ca with identifier: WM63%20BYZ
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey%2Fwhite HTTP/1.1" 200 None
2026-03-30 06:10:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9be2d5ec-111e-5052-ad23-794fdb22c2ca with identifier: WM63%20BYZ
2026-03-30 06:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9be2d5ec-111e-5052-ad23-794fdb22c2ca with identifier: WM63%20BYZ to the API
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:47 [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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM63%20BYZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9be2d5ec-111e-5052-ad23-794fdb22c2ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WM63 BYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM63%20BYZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FIAT',
'model': '500L',
'odometer': 120679,
'odometer_reading_unit': '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 1.3 M/JET 85 LOUNGE MPV',
'transmission': 'manual',
'trim': 'M/JET 85 LOUNGE',
'vin': 'ZFA19900005104814',
'year': 2013}
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM63%2520BYZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:47 [bca.uk] INFO: Saving data for WM63%20BYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649185.487757, 'last_price_update_time': 1774851047.925743}
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM63%2520BYZ') HTTP/1.1" 204 0
2026-03-30 06:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f432458-fff8-5bc2-afcf-db2efbec3af0 with identifier: SA67%20LLK
2026-03-30 06:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f432458-fff8-5bc2-afcf-db2efbec3af0 with identifier: SA67%20LLK
2026-03-30 06:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f432458-fff8-5bc2-afcf-db2efbec3af0 with identifier: SA67%20LLK to the API
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA67%20LLK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0f432458-fff8-5bc2-afcf-db2efbec3af0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA67 LLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA67%20LLK&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'MOKKA X',
'odometer': 123719,
'odometer_reading_unit': '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 E/F ELITE S/S Hatchback',
'transmission': 'manual',
'trim': 'CDTI 136 E/F ELITE S/S',
'vin': 'W0LJD7EC8HB157066',
'year': 2017}
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA67%2520LLK%27 HTTP/1.1" 200 None
2026-03-30 06:10:48 [bca.uk] INFO: Saving data for SA67%20LLK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649083.653928, 'last_price_update_time': 1774851048.241383}
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA67%2520LLK') HTTP/1.1" 204 0
2026-03-30 06:10:48 [bca.uk] INFO: Found listing with ID: BT67%20OWK
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT67%2520OWK%27 HTTP/1.1" 200 None
2026-03-30 06:10:48 [bca.uk] INFO: Scrape type for BT67%20OWK: 2
2026-03-30 06:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2458f555-f093-57f8-bdd8-6fdb449b8225 with identifier: BT67%20OWK
2026-03-30 06:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2458f555-f093-57f8-bdd8-6fdb449b8225 with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2458f555-f093-57f8-bdd8-6fdb449b8225 with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2458f555-f093-57f8-bdd8-6fdb449b8225, identifier: BT67%20OWK
2026-03-30 06:10:48 [bca.uk] INFO: Found listing with ID: YA17%20WGF
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA17%2520WGF%27 HTTP/1.1" 200 None
2026-03-30 06:10:48 [bca.uk] INFO: Scrape type for YA17%20WGF: 2
2026-03-30 06:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f015f033-3970-5bd5-8592-55f7c0e56b9d with identifier: YA17%20WGF
2026-03-30 06:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f015f033-3970-5bd5-8592-55f7c0e56b9d with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f015f033-3970-5bd5-8592-55f7c0e56b9d with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f015f033-3970-5bd5-8592-55f7c0e56b9d, identifier: YA17%20WGF
2026-03-30 06:10:48 [bca.uk] INFO: Found listing with ID: VK10%20KPJ
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK10%2520KPJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:48 [bca.uk] INFO: Scrape type for VK10%20KPJ: 2
2026-03-30 06:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebaac4e2-251b-5d21-a5c9-234c78afdc32 with identifier: VK10%20KPJ
2026-03-30 06:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebaac4e2-251b-5d21-a5c9-234c78afdc32 with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebaac4e2-251b-5d21-a5c9-234c78afdc32 with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebaac4e2-251b-5d21-a5c9-234c78afdc32, identifier: VK10%20KPJ
2026-03-30 06:10:48 [bca.uk] INFO: Found listing with ID: KY16%20LRL
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY16%2520LRL%27 HTTP/1.1" 200 None
2026-03-30 06:10:48 [bca.uk] INFO: Scrape type for KY16%20LRL: 2
2026-03-30 06:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0f281b9-1e71-5dd1-99bd-a931a7f38721 with identifier: KY16%20LRL
2026-03-30 06:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0f281b9-1e71-5dd1-99bd-a931a7f38721 with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0f281b9-1e71-5dd1-99bd-a931a7f38721 with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0f281b9-1e71-5dd1-99bd-a931a7f38721, identifier: KY16%20LRL
2026-03-30 06:10:48 [bca.uk] INFO: Found listing with ID: OE62%20XHT
2026-03-30 06:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE62%2520XHT%27 HTTP/1.1" 200 None
2026-03-30 06:10:48 [bca.uk] INFO: Scrape type for OE62%20XHT: 2
2026-03-30 06:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d40b77ae-8fe7-5eef-99af-70d546ebb20b with identifier: OE62%20XHT
2026-03-30 06:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d40b77ae-8fe7-5eef-99af-70d546ebb20b with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d40b77ae-8fe7-5eef-99af-70d546ebb20b with scrape type 2
2026-03-30 06:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d40b77ae-8fe7-5eef-99af-70d546ebb20b, identifier: OE62%20XHT
2026-03-30 06:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2458f555-f093-57f8-bdd8-6fdb449b8225 with identifier: BT67%20OWK
2026-03-30 06:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2458f555-f093-57f8-bdd8-6fdb449b8225 with identifier: BT67%20OWK
2026-03-30 06:10:48 [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-30 06:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT67%2520OWK%27 HTTP/1.1" 200 None
2026-03-30 06:10:49 [bca.uk] INFO: Saving data for BT67%20OWK: {'auction_closing_time': 1775037600.0, 'created_time': 1774677836.100189, 'last_price_update_time': 1774851049.178853}
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:49 [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-30 06:10:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f015f033-3970-5bd5-8592-55f7c0e56b9d with identifier: YA17%20WGF
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=glacier+silver HTTP/1.1" 200 None
2026-03-30 06:10:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:10:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f015f033-3970-5bd5-8592-55f7c0e56b9d with identifier: YA17%20WGF
2026-03-30 06:10:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f015f033-3970-5bd5-8592-55f7c0e56b9d with identifier: YA17%20WGF to the API
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA17%20WGF-GB',
'category': 'Car',
'color': 'glacier silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f015f033-3970-5bd5-8592-55f7c0e56b9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YA17 WGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA17%20WGF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': 'X5',
'odometer': 118139,
'odometer_reading_unit': '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 SE (7S) StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 30D SE (7S)',
'vin': 'WBAKS420300V24621',
'year': 2017}
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA17%2520WGF%27 HTTP/1.1" 200 None
2026-03-30 06:10:49 [bca.uk] INFO: Saving data for YA17%20WGF: {'auction_closing_time': 1775037600.0, 'created_time': 1774649270.9822, 'last_price_update_time': 1774851049.697825}
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA17%2520WGF') HTTP/1.1" 204 0
2026-03-30 06:10:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebaac4e2-251b-5d21-a5c9-234c78afdc32 with identifier: VK10%20KPJ
2026-03-30 06:10:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebaac4e2-251b-5d21-a5c9-234c78afdc32 with identifier: VK10%20KPJ
2026-03-30 06:10:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebaac4e2-251b-5d21-a5c9-234c78afdc32 with identifier: VK10%20KPJ to the API
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:49 [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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK10%20KPJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ebaac4e2-251b-5d21-a5c9-234c78afdc32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK10 KPJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK10%20KPJ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'HYUNDAI',
'model': 'I30',
'odometer': 86360,
'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.4 EDITION Hatchback',
'transmission': 'manual',
'trim': 'EDITION',
'vin': 'TMADB51CLAJ115037',
'year': 2010}
2026-03-30 06:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK10%2520KPJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:50 [bca.uk] INFO: Saving data for VK10%20KPJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649433.224442, 'last_price_update_time': 1774851050.002539}
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK10%2520KPJ') HTTP/1.1" 204 0
2026-03-30 06:10:50 [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-30 06:10:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0f281b9-1e71-5dd1-99bd-a931a7f38721 with identifier: KY16%20LRL
2026-03-30 06:10:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0f281b9-1e71-5dd1-99bd-a931a7f38721 with identifier: KY16%20LRL
2026-03-30 06:10:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0f281b9-1e71-5dd1-99bd-a931a7f38721 with identifier: KY16%20LRL to the API
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:50 [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': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b0f281b9-1e71-5dd1-99bd-a931a7f38721',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY16 LRL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY16%20LRL&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '208',
'odometer': 87984,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'manual',
'trim': 'P/T 110 ALLURE',
'vin': 'VF3CCHNZ6GT027865',
'year': 2016}
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY16%2520LRL%27 HTTP/1.1" 200 None
2026-03-30 06:10:50 [bca.uk] INFO: Saving data for KY16%20LRL: {'auction_closing_time': 1775037600.0, 'created_time': 1774649164.84401, 'last_price_update_time': 1774851050.316874}
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY16%2520LRL') HTTP/1.1" 204 0
2026-03-30 06:10:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d40b77ae-8fe7-5eef-99af-70d546ebb20b with identifier: OE62%20XHT
2026-03-30 06:10:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d40b77ae-8fe7-5eef-99af-70d546ebb20b with identifier: OE62%20XHT
2026-03-30 06:10:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d40b77ae-8fe7-5eef-99af-70d546ebb20b with identifier: OE62%20XHT to the API
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE62%20XHT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd40b77ae-8fe7-5eef-99af-70d546ebb20b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE62 XHT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE62%20XHT&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'PEUGEOT',
'model': 'RCZ',
'odometer': 108099,
'odometer_reading_unit': '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 RCZ 2.0 HDI 165 GT Coupe',
'transmission': 'manual',
'trim': 'HDI 165 GT',
'vin': 'VF34JRHH8DP000579',
'year': 2013}
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE62%2520XHT%27 HTTP/1.1" 200 None
2026-03-30 06:10:50 [bca.uk] INFO: Saving data for OE62%20XHT: {'auction_closing_time': 1774951200.0, 'created_time': 1774649091.22511, 'last_price_update_time': 1774851050.614048}
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE62%2520XHT') HTTP/1.1" 204 0
2026-03-30 06:10:50 [bca.uk] INFO: Found listing with ID: RX65%20HHD
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX65%2520HHD%27 HTTP/1.1" 200 None
2026-03-30 06:10:50 [bca.uk] INFO: Scrape type for RX65%20HHD: 2
2026-03-30 06:10:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d187d560-556e-5075-b426-d05333fbc0f1 with identifier: RX65%20HHD
2026-03-30 06:10:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d187d560-556e-5075-b426-d05333fbc0f1 with scrape type 2
2026-03-30 06:10:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d187d560-556e-5075-b426-d05333fbc0f1 with scrape type 2
2026-03-30 06:10:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d187d560-556e-5075-b426-d05333fbc0f1, identifier: RX65%20HHD
2026-03-30 06:10:50 [bca.uk] INFO: Found listing with ID: DV65%20WKF
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV65%2520WKF%27 HTTP/1.1" 200 None
2026-03-30 06:10:50 [bca.uk] INFO: Scrape type for DV65%20WKF: 2
2026-03-30 06:10:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09c86515-8b4e-5144-9d61-201b2decf166 with identifier: DV65%20WKF
2026-03-30 06:10:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09c86515-8b4e-5144-9d61-201b2decf166 with scrape type 2
2026-03-30 06:10:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09c86515-8b4e-5144-9d61-201b2decf166 with scrape type 2
2026-03-30 06:10:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09c86515-8b4e-5144-9d61-201b2decf166, identifier: DV65%20WKF
2026-03-30 06:10:50 [bca.uk] INFO: Found listing with ID: YE67%20KRX
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE67%2520KRX%27 HTTP/1.1" 200 None
2026-03-30 06:10:50 [bca.uk] INFO: Scrape type for YE67%20KRX: 2
2026-03-30 06:10:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 586b5d41-de13-578d-bbe6-21553a762250 with identifier: YE67%20KRX
2026-03-30 06:10:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 586b5d41-de13-578d-bbe6-21553a762250 with scrape type 2
2026-03-30 06:10:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 586b5d41-de13-578d-bbe6-21553a762250 with scrape type 2
2026-03-30 06:10:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 586b5d41-de13-578d-bbe6-21553a762250, identifier: YE67%20KRX
2026-03-30 06:10:50 [bca.uk] INFO: Found listing with ID: EO16%20YSH
2026-03-30 06:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO16%2520YSH%27 HTTP/1.1" 200 None
2026-03-30 06:10:51 [bca.uk] INFO: Scrape type for EO16%20YSH: 2
2026-03-30 06:10:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cd8bb98-d505-5712-9b9c-75906588648e with identifier: EO16%20YSH
2026-03-30 06:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cd8bb98-d505-5712-9b9c-75906588648e with scrape type 2
2026-03-30 06:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cd8bb98-d505-5712-9b9c-75906588648e with scrape type 2
2026-03-30 06:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cd8bb98-d505-5712-9b9c-75906588648e, identifier: EO16%20YSH
2026-03-30 06:10:51 [bca.uk] INFO: Found listing with ID: BP74%20GVC
2026-03-30 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP74%2520GVC%27 HTTP/1.1" 200 None
2026-03-30 06:10:51 [bca.uk] INFO: Scrape type for BP74%20GVC: 2
2026-03-30 06:10:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38ca3134-d96a-583a-a359-91d72cab572b with identifier: BP74%20GVC
2026-03-30 06:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38ca3134-d96a-583a-a359-91d72cab572b with scrape type 2
2026-03-30 06:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38ca3134-d96a-583a-a359-91d72cab572b with scrape type 2
2026-03-30 06:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38ca3134-d96a-583a-a359-91d72cab572b, identifier: BP74%20GVC
2026-03-30 06:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d187d560-556e-5075-b426-d05333fbc0f1 with identifier: RX65%20HHD
2026-03-30 06:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d187d560-556e-5075-b426-d05333fbc0f1 with identifier: RX65%20HHD
2026-03-30 06:10:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d187d560-556e-5075-b426-d05333fbc0f1 with identifier: RX65%20HHD to the API
2026-03-30 06:10:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX65%20HHD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd187d560-556e-5075-b426-d05333fbc0f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX65 HHD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX65%20HHD&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'PEUGEOT',
'model': '208',
'odometer': 39308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'PEUGEOT 208 1.0 P/T 68 ACCESS Hatchback',
'transmission': 'manual',
'trim': 'P/T 68 ACCESS',
'vin': 'VF3CCZMZ6FT164158',
'year': 2015}
2026-03-30 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX65%2520HHD%27 HTTP/1.1" 200 None
2026-03-30 06:10:51 [bca.uk] INFO: Saving data for RX65%20HHD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562528.632707, 'last_price_update_time': 1774851051.501779}
2026-03-30 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX65%2520HHD') HTTP/1.1" 204 0
2026-03-30 06:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09c86515-8b4e-5144-9d61-201b2decf166 with identifier: DV65%20WKF
2026-03-30 06:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09c86515-8b4e-5144-9d61-201b2decf166 with identifier: DV65%20WKF
2026-03-30 06:10:51 [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-30 06:10:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV65%2520WKF%27 HTTP/1.1" 200 None
2026-03-30 06:10:51 [bca.uk] INFO: Saving data for DV65%20WKF: {'auction_closing_time': 1775037600.0, 'created_time': 1774477293.645186, 'last_price_update_time': 1774851051.919588}
2026-03-30 06:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:51 [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-30 06:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 586b5d41-de13-578d-bbe6-21553a762250 with identifier: YE67%20KRX
2026-03-30 06:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 586b5d41-de13-578d-bbe6-21553a762250 with identifier: YE67%20KRX
2026-03-30 06:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 586b5d41-de13-578d-bbe6-21553a762250 with identifier: YE67%20KRX to the API
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE67%20KRX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '586b5d41-de13-578d-bbe6-21553a762250',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE67 KRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE67%20KRX&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VOLVO',
'model': 'V40',
'odometer': 125007,
'odometer_reading_unit': '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 V40 2.0 D2 120 R DESIGN PRO Hatchback',
'transmission': 'manual',
'trim': 'D2 120 R DESIGN PRO',
'vin': 'YV1MV74L1J2468225',
'year': 2017}
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE67%2520KRX%27 HTTP/1.1" 200 None
2026-03-30 06:10:52 [bca.uk] INFO: Saving data for YE67%20KRX: {'auction_closing_time': 1775037600.0, 'created_time': 1774649435.400193, 'last_price_update_time': 1774851052.238845}
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE67%2520KRX') HTTP/1.1" 204 0
2026-03-30 06:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cd8bb98-d505-5712-9b9c-75906588648e with identifier: EO16%20YSH
2026-03-30 06:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cd8bb98-d505-5712-9b9c-75906588648e with identifier: EO16%20YSH
2026-03-30 06:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cd8bb98-d505-5712-9b9c-75906588648e with identifier: EO16%20YSH to the API
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:52 [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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO16%20YSH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3cd8bb98-d505-5712-9b9c-75906588648e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO16 YSH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO16%20YSH&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 80104,
'odometer_reading_unit': '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': 'WF05XXGCC5FP04515',
'year': 2016}
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO16%2520YSH%27 HTTP/1.1" 200 None
2026-03-30 06:10:52 [bca.uk] INFO: Saving data for EO16%20YSH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649158.117279, 'last_price_update_time': 1774851052.532909}
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO16%2520YSH') HTTP/1.1" 204 0
2026-03-30 06:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38ca3134-d96a-583a-a359-91d72cab572b with identifier: BP74%20GVC
2026-03-30 06:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38ca3134-d96a-583a-a359-91d72cab572b with identifier: BP74%20GVC
2026-03-30 06:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38ca3134-d96a-583a-a359-91d72cab572b with identifier: BP74%20GVC to the API
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 208,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP74%20GVC-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '38ca3134-d96a-583a-a359-91d72cab572b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP74 GVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP74%20GVC&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T32',
'odometer': 19975,
'odometer_reading_unit': '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 BITDI 204 SWB SPORTLINE DSG PanelVan',
'transmission': 'automatic',
'trim': 'BITDI 204 SWB SPORTLINE DSG',
'vin': 'WV1ZZZ7H7RX047775',
'year': 2024}
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP74%2520GVC%27 HTTP/1.1" 200 None
2026-03-30 06:10:52 [bca.uk] INFO: Saving data for BP74%20GVC: {'auction_closing_time': 1775037600.0, 'created_time': 1774649093.45724, 'last_price_update_time': 1774851052.842029}
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP74%2520GVC') HTTP/1.1" 204 0
2026-03-30 06:10:52 [bca.uk] INFO: Found listing with ID: VO68%20DSX
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO68%2520DSX%27 HTTP/1.1" 200 None
2026-03-30 06:10:52 [bca.uk] INFO: Scrape type for VO68%20DSX: 2
2026-03-30 06:10:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67761fe1-0a17-555b-b948-f294cf949ea3 with identifier: VO68%20DSX
2026-03-30 06:10:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67761fe1-0a17-555b-b948-f294cf949ea3 with scrape type 2
2026-03-30 06:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67761fe1-0a17-555b-b948-f294cf949ea3 with scrape type 2
2026-03-30 06:10:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67761fe1-0a17-555b-b948-f294cf949ea3, identifier: VO68%20DSX
2026-03-30 06:10:52 [bca.uk] INFO: Found listing with ID: KU66%20ZTZ
2026-03-30 06:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU66%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:53 [bca.uk] INFO: Scrape type for KU66%20ZTZ: 2
2026-03-30 06:10:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24906f9d-cf01-5706-9389-e33942f48671 with identifier: KU66%20ZTZ
2026-03-30 06:10:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24906f9d-cf01-5706-9389-e33942f48671 with scrape type 2
2026-03-30 06:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24906f9d-cf01-5706-9389-e33942f48671 with scrape type 2
2026-03-30 06:10:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24906f9d-cf01-5706-9389-e33942f48671, identifier: KU66%20ZTZ
2026-03-30 06:10:53 [bca.uk] INFO: Found listing with ID: RX66%20YGF
2026-03-30 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX66%2520YGF%27 HTTP/1.1" 200 None
2026-03-30 06:10:53 [bca.uk] INFO: Scrape type for RX66%20YGF: 2
2026-03-30 06:10:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with identifier: RX66%20YGF
2026-03-30 06:10:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with scrape type 2
2026-03-30 06:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with scrape type 2
2026-03-30 06:10:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2, identifier: RX66%20YGF
2026-03-30 06:10:53 [bca.uk] INFO: Found listing with ID: FG19%20CUA
2026-03-30 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG19%2520CUA%27 HTTP/1.1" 200 None
2026-03-30 06:10:53 [bca.uk] INFO: Scrape type for FG19%20CUA: 2
2026-03-30 06:10:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77929dcf-fa62-57fb-b5f5-555e46387fec with identifier: FG19%20CUA
2026-03-30 06:10:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77929dcf-fa62-57fb-b5f5-555e46387fec with scrape type 2
2026-03-30 06:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77929dcf-fa62-57fb-b5f5-555e46387fec with scrape type 2
2026-03-30 06:10:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77929dcf-fa62-57fb-b5f5-555e46387fec, identifier: FG19%20CUA
2026-03-30 06:10:53 [bca.uk] INFO: Found listing with ID: M5%20OPK
2026-03-30 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M5%2520OPK%27 HTTP/1.1" 200 None
2026-03-30 06:10:53 [bca.uk] INFO: Scrape type for M5%20OPK: 2
2026-03-30 06:10:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3ab3e37-1490-54c2-91df-ca20561dfa6f with identifier: M5%20OPK
2026-03-30 06:10:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3ab3e37-1490-54c2-91df-ca20561dfa6f with scrape type 2
2026-03-30 06:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3ab3e37-1490-54c2-91df-ca20561dfa6f with scrape type 2
2026-03-30 06:10:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3ab3e37-1490-54c2-91df-ca20561dfa6f, identifier: M5%20OPK
2026-03-30 06:10:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67761fe1-0a17-555b-b948-f294cf949ea3 with identifier: VO68%20DSX
2026-03-30 06:10:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67761fe1-0a17-555b-b948-f294cf949ea3 with identifier: VO68%20DSX
2026-03-30 06:10:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67761fe1-0a17-555b-b948-f294cf949ea3 with identifier: VO68%20DSX to the API
2026-03-30 06:10:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 109,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '67761fe1-0a17-555b-b948-f294cf949ea3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO68 DSX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO68%20DSX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KIA',
'model': 'STONIC',
'odometer': 136524,
'odometer_reading_unit': '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.6 CRDI 110 2 Hatchback',
'transmission': 'manual',
'trim': 'CRDI 110 2',
'vin': 'KNADC815LJ6147811',
'year': 2018}
2026-03-30 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO68%2520DSX%27 HTTP/1.1" 200 None
2026-03-30 06:10:53 [bca.uk] INFO: Saving data for VO68%20DSX: {'auction_closing_time': 1775037600.0, 'created_time': 1774562528.24531, 'last_price_update_time': 1774851053.747658}
2026-03-30 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO68%2520DSX') HTTP/1.1" 204 0
2026-03-30 06:10:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24906f9d-cf01-5706-9389-e33942f48671 with identifier: KU66%20ZTZ
2026-03-30 06:10:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24906f9d-cf01-5706-9389-e33942f48671 with identifier: KU66%20ZTZ
2026-03-30 06:10:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24906f9d-cf01-5706-9389-e33942f48671 with identifier: KU66%20ZTZ to the API
2026-03-30 06:10:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:54 [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': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU66%20ZTZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '24906f9d-cf01-5706-9389-e33942f48671',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU66 ZTZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU66%20ZTZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'MERCEDES-BENZ',
'model': 'A200 D',
'odometer': 63137,
'odometer_reading_unit': '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 SPORT PREMIUM DCT Hatchback',
'transmission': 'automatic',
'trim': 'SPORT PREMIUM DCT',
'vin': 'WDD1760082J513321',
'year': 2016}
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU66%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-30 06:10:54 [bca.uk] INFO: Saving data for KU66%20ZTZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774477260.30508, 'last_price_update_time': 1774851054.071204}
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU66%2520ZTZ') HTTP/1.1" 204 0
2026-03-30 06:10:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with identifier: RX66%20YGF
2026-03-30 06:10:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cf7ee43-2f53-5ebc-9473-46dcd38932a2 with identifier: RX66%20YGF
2026-03-30 06:10:54 [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-30 06:10:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 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-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX66%2520YGF%27 HTTP/1.1" 200 None
2026-03-30 06:10:54 [bca.uk] INFO: Saving data for RX66%20YGF: {'auction_closing_time': 1774951200.0, 'created_time': 1774265022.333933, 'last_price_update_time': 1774851054.403121}
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:54 [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-30 06:10:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77929dcf-fa62-57fb-b5f5-555e46387fec with identifier: FG19%20CUA
2026-03-30 06:10:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77929dcf-fa62-57fb-b5f5-555e46387fec with identifier: FG19%20CUA
2026-03-30 06:10:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77929dcf-fa62-57fb-b5f5-555e46387fec with identifier: FG19%20CUA to the API
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:54 [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': 168,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '77929dcf-fa62-57fb-b5f5-555e46387fec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG19 CUA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG19%20CUA&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 117791,
'odometer_reading_unit': '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': 'SALVA2AN3KH333170',
'year': 2019}
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG19%2520CUA%27 HTTP/1.1" 200 None
2026-03-30 06:10:54 [bca.uk] INFO: Saving data for FG19%20CUA: {'auction_closing_time': 1775037600.0, 'created_time': 1774649150.533198, 'last_price_update_time': 1774851054.696703}
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG19%2520CUA') HTTP/1.1" 204 0
2026-03-30 06:10:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3ab3e37-1490-54c2-91df-ca20561dfa6f with identifier: M5%20OPK
2026-03-30 06:10:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3ab3e37-1490-54c2-91df-ca20561dfa6f with identifier: M5%20OPK
2026-03-30 06:10:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3ab3e37-1490-54c2-91df-ca20561dfa6f with identifier: M5%20OPK to the API
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M5%20OPK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'a3ab3e37-1490-54c2-91df-ca20561dfa6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'M5 OPK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=M5%20OPK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 61804,
'odometer_reading_unit': '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': 'SADHA2A17L1F79478',
'year': 2019}
2026-03-30 06:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M5%2520OPK%27 HTTP/1.1" 200 None
2026-03-30 06:10:55 [bca.uk] INFO: Saving data for M5%20OPK: {'auction_closing_time': 1775037600.0, 'created_time': 1774649092.258407, 'last_price_update_time': 1774851055.00611}
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M5%2520OPK') HTTP/1.1" 204 0
2026-03-30 06:10:55 [bca.uk] INFO: Found listing with ID: YO19%20YDJ
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YO19%2520YDJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:55 [bca.uk] INFO: Scrape type for YO19%20YDJ: 2
2026-03-30 06:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ff03cd6-82de-5e89-bbb6-3a60846cb822 with identifier: YO19%20YDJ
2026-03-30 06:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ff03cd6-82de-5e89-bbb6-3a60846cb822 with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ff03cd6-82de-5e89-bbb6-3a60846cb822 with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ff03cd6-82de-5e89-bbb6-3a60846cb822, identifier: YO19%20YDJ
2026-03-30 06:10:55 [bca.uk] INFO: Found listing with ID: YR66%20PXG
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR66%2520PXG%27 HTTP/1.1" 200 None
2026-03-30 06:10:55 [bca.uk] INFO: Scrape type for YR66%20PXG: 2
2026-03-30 06:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with identifier: YR66%20PXG
2026-03-30 06:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2, identifier: YR66%20PXG
2026-03-30 06:10:55 [bca.uk] INFO: Found listing with ID: BX65%20XZP
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX65%2520XZP%27 HTTP/1.1" 200 None
2026-03-30 06:10:55 [bca.uk] INFO: Scrape type for BX65%20XZP: 2
2026-03-30 06:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea02e7ee-d490-5505-a303-39d9b70705e5 with identifier: BX65%20XZP
2026-03-30 06:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea02e7ee-d490-5505-a303-39d9b70705e5 with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea02e7ee-d490-5505-a303-39d9b70705e5 with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea02e7ee-d490-5505-a303-39d9b70705e5, identifier: BX65%20XZP
2026-03-30 06:10:55 [bca.uk] INFO: Found listing with ID: MF12%20VBY
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF12%2520VBY%27 HTTP/1.1" 200 None
2026-03-30 06:10:55 [bca.uk] INFO: Scrape type for MF12%20VBY: 2
2026-03-30 06:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a86dbfb7-839f-53bd-97f3-37764a6c1ace with identifier: MF12%20VBY
2026-03-30 06:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a86dbfb7-839f-53bd-97f3-37764a6c1ace with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a86dbfb7-839f-53bd-97f3-37764a6c1ace with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a86dbfb7-839f-53bd-97f3-37764a6c1ace, identifier: MF12%20VBY
2026-03-30 06:10:55 [bca.uk] INFO: Found listing with ID: YB14%20PZY
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB14%2520PZY%27 HTTP/1.1" 200 None
2026-03-30 06:10:55 [bca.uk] INFO: Scrape type for YB14%20PZY: 2
2026-03-30 06:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4756fac-b517-54a8-bc38-0e483b8dff6b with identifier: YB14%20PZY
2026-03-30 06:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4756fac-b517-54a8-bc38-0e483b8dff6b with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4756fac-b517-54a8-bc38-0e483b8dff6b with scrape type 2
2026-03-30 06:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4756fac-b517-54a8-bc38-0e483b8dff6b, identifier: YB14%20PZY
2026-03-30 06:10:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ff03cd6-82de-5e89-bbb6-3a60846cb822 with identifier: YO19%20YDJ
2026-03-30 06:10:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ff03cd6-82de-5e89-bbb6-3a60846cb822 with identifier: YO19%20YDJ
2026-03-30 06:10:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ff03cd6-82de-5e89-bbb6-3a60846cb822 with identifier: YO19%20YDJ to the API
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO19%20YDJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8ff03cd6-82de-5e89-bbb6-3a60846cb822',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YO19 YDJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO19%20YDJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'SEAT',
'model': 'ATECA',
'odometer': 55818,
'odometer_reading_unit': '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 2.0 TDI 150 XCELLENCE LUX EZ DSG StationWagon',
'transmission': 'automatic',
'trim': 'TDI 150 XCELLENCE LUX EZ DSG',
'vin': 'VSSZZZ5FZK6568845',
'year': 2019}
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YO19%2520YDJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:55 [bca.uk] INFO: Saving data for YO19%20YDJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649301.221055, 'last_price_update_time': 1774851055.927857}
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO19%2520YDJ') HTTP/1.1" 204 0
2026-03-30 06:10:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with identifier: YR66%20PXG
2026-03-30 06:10:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c68f5d3-dfaa-5bcc-911d-14cfb2b1d6e2 with identifier: YR66%20PXG
2026-03-30 06:10:56 [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-30 06:10:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:56 [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=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-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR66%2520PXG%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [bca.uk] INFO: Saving data for YR66%20PXG: {'auction_closing_time': 1775037600.0, 'created_time': 1774562974.968829, 'last_price_update_time': 1774851056.369898}
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [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-30 06:10:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea02e7ee-d490-5505-a303-39d9b70705e5 with identifier: BX65%20XZP
2026-03-30 06:10:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea02e7ee-d490-5505-a303-39d9b70705e5 with identifier: BX65%20XZP
2026-03-30 06:10:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea02e7ee-d490-5505-a303-39d9b70705e5 with identifier: BX65%20XZP to the API
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX65%20XZP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ea02e7ee-d490-5505-a303-39d9b70705e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BX65 XZP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX65%20XZP&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 74733,
'odometer_reading_unit': '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 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF05XXGCC5EA43562',
'year': 2015}
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX65%2520XZP%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [bca.uk] INFO: Saving data for BX65%20XZP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649420.550126, 'last_price_update_time': 1774851056.661738}
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX65%2520XZP') HTTP/1.1" 204 0
2026-03-30 06:10:56 [bca.uk] INFO: Total items found: 100
2026-03-30 06:10:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded
2026-03-30 06:10:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:10:56 [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-30 06:10:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a86dbfb7-839f-53bd-97f3-37764a6c1ace with identifier: MF12%20VBY
2026-03-30 06:10:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a86dbfb7-839f-53bd-97f3-37764a6c1ace with identifier: MF12%20VBY
2026-03-30 06:10:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a86dbfb7-839f-53bd-97f3-37764a6c1ace with identifier: MF12%20VBY to the API
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF12%20VBY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a86dbfb7-839f-53bd-97f3-37764a6c1ace',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF12 VBY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF12%20VBY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'QASHQAI +2',
'odometer': 115340,
'odometer_reading_unit': '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 +2 1.5 DCI 110 N-TEC+ MPV',
'transmission': 'manual',
'trim': 'DCI 110 N-TEC+',
'vin': 'SJNJCAJ10U7115881',
'year': 2012}
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF12%2520VBY%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [bca.uk] INFO: Saving data for MF12%20VBY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649161.14017, 'last_price_update_time': 1774851056.971721}
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF12%2520VBY') HTTP/1.1" 204 0
2026-03-30 06:10:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4756fac-b517-54a8-bc38-0e483b8dff6b with identifier: YB14%20PZY
2026-03-30 06:10:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4756fac-b517-54a8-bc38-0e483b8dff6b with identifier: YB14%20PZY
2026-03-30 06:10:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4756fac-b517-54a8-bc38-0e483b8dff6b with identifier: YB14%20PZY to the API
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB14%20PZY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a4756fac-b517-54a8-bc38-0e483b8dff6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB14 PZY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB14%20PZY&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 115206,
'odometer_reading_unit': '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 GO 2WD StationWagon',
'transmission': 'manual',
'trim': 'CRDI GO 2WD',
'vin': 'TMAJU81ULEJ614318',
'year': 2014}
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB14%2520PZY%27 HTTP/1.1" 200 None
2026-03-30 06:10:57 [bca.uk] INFO: Saving data for YB14%20PZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649092.643598, 'last_price_update_time': 1774851057.284237}
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB14%2520PZY') HTTP/1.1" 204 0
2026-03-30 06:10:57 [bca.uk] INFO: Found listing with ID: KR18%20BKJ
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR18%2520BKJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:57 [bca.uk] INFO: Scrape type for KR18%20BKJ: 2
2026-03-30 06:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680be81e-34ae-5342-9159-86390e31ac4b with identifier: KR18%20BKJ
2026-03-30 06:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680be81e-34ae-5342-9159-86390e31ac4b with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680be81e-34ae-5342-9159-86390e31ac4b with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680be81e-34ae-5342-9159-86390e31ac4b, identifier: KR18%20BKJ
2026-03-30 06:10:57 [bca.uk] INFO: Found listing with ID: AO65%20UZE
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO65%2520UZE%27 HTTP/1.1" 200 None
2026-03-30 06:10:57 [bca.uk] INFO: Scrape type for AO65%20UZE: 2
2026-03-30 06:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c25b62e-b837-5f0c-b170-9bb827d060d0 with identifier: AO65%20UZE
2026-03-30 06:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c25b62e-b837-5f0c-b170-9bb827d060d0 with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c25b62e-b837-5f0c-b170-9bb827d060d0 with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c25b62e-b837-5f0c-b170-9bb827d060d0, identifier: AO65%20UZE
2026-03-30 06:10:57 [bca.uk] INFO: Found listing with ID: HY17%20KLO
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY17%2520KLO%27 HTTP/1.1" 200 None
2026-03-30 06:10:57 [bca.uk] INFO: Scrape type for HY17%20KLO: 2
2026-03-30 06:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f2accdb-5b89-539e-b61f-6b2507115f6e with identifier: HY17%20KLO
2026-03-30 06:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f2accdb-5b89-539e-b61f-6b2507115f6e with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f2accdb-5b89-539e-b61f-6b2507115f6e with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f2accdb-5b89-539e-b61f-6b2507115f6e, identifier: HY17%20KLO
2026-03-30 06:10:57 [bca.uk] INFO: Found listing with ID: GF58%20XOE
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF58%2520XOE%27 HTTP/1.1" 200 None
2026-03-30 06:10:57 [bca.uk] INFO: Scrape type for GF58%20XOE: 2
2026-03-30 06:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ac43eae-ac6e-579c-a721-8c0a9bd7d500 with identifier: GF58%20XOE
2026-03-30 06:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ac43eae-ac6e-579c-a721-8c0a9bd7d500 with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ac43eae-ac6e-579c-a721-8c0a9bd7d500 with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ac43eae-ac6e-579c-a721-8c0a9bd7d500, identifier: GF58%20XOE
2026-03-30 06:10:57 [bca.uk] INFO: Found listing with ID: YT15%20HZM
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT15%2520HZM%27 HTTP/1.1" 200 None
2026-03-30 06:10:57 [bca.uk] INFO: Scrape type for YT15%20HZM: 2
2026-03-30 06:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b84ec79c-fff9-5dbb-90cd-91a221fc6562 with identifier: YT15%20HZM
2026-03-30 06:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b84ec79c-fff9-5dbb-90cd-91a221fc6562 with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b84ec79c-fff9-5dbb-90cd-91a221fc6562 with scrape type 2
2026-03-30 06:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b84ec79c-fff9-5dbb-90cd-91a221fc6562, identifier: YT15%20HZM
2026-03-30 06:10:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680be81e-34ae-5342-9159-86390e31ac4b with identifier: KR18%20BKJ
2026-03-30 06:10:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680be81e-34ae-5342-9159-86390e31ac4b with identifier: KR18%20BKJ
2026-03-30 06:10:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 680be81e-34ae-5342-9159-86390e31ac4b with identifier: KR18%20BKJ to the API
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR18%20BKJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '680be81e-34ae-5342-9159-86390e31ac4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KR18 BKJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR18%20BKJ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 97650,
'odometer_reading_unit': '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 INSCRIPTION PRO G/T StationWagon',
'transmission': 'automatic',
'trim': 'D5 PP AWD INSCRIPTION PRO G/T',
'vin': 'YV1UZ68UCJ1103781',
'year': 2018}
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR18%2520BKJ%27 HTTP/1.1" 200 None
2026-03-30 06:10:58 [bca.uk] INFO: Saving data for KR18%20BKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390714.669196, 'last_price_update_time': 1774851058.183516}
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR18%2520BKJ') HTTP/1.1" 204 0
2026-03-30 06:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c25b62e-b837-5f0c-b170-9bb827d060d0 with identifier: AO65%20UZE
2026-03-30 06:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c25b62e-b837-5f0c-b170-9bb827d060d0 with identifier: AO65%20UZE
2026-03-30 06:10:58 [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-30 06:10:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:58 [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': 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-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO65%2520UZE%27 HTTP/1.1" 200 None
2026-03-30 06:10:58 [bca.uk] INFO: Saving data for AO65%20UZE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562963.823673, 'last_price_update_time': 1774851058.490232}
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:58 [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-30 06:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f2accdb-5b89-539e-b61f-6b2507115f6e with identifier: HY17%20KLO
2026-03-30 06:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f2accdb-5b89-539e-b61f-6b2507115f6e with identifier: HY17%20KLO
2026-03-30 06:10:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f2accdb-5b89-539e-b61f-6b2507115f6e with identifier: HY17%20KLO to the API
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY17%20KLO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0f2accdb-5b89-539e-b61f-6b2507115f6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY17 KLO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY17%20KLO&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'KADJAR',
'odometer': 66959,
'odometer_reading_unit': '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.5 DCI 110 DYNAMIQUE S Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 DYNAMIQUE S',
'vin': 'VF1RFE00957308767',
'year': 2017}
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY17%2520KLO%27 HTTP/1.1" 200 None
2026-03-30 06:10:58 [bca.uk] INFO: Saving data for HY17%20KLO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649419.927717, 'last_price_update_time': 1774851058.779018}
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY17%2520KLO') HTTP/1.1" 204 0
2026-03-30 06:10:58 [bca.uk] INFO: Found listing with ID: DP23%20TFA
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TFA%27 HTTP/1.1" 200 None
2026-03-30 06:10:58 [bca.uk] INFO: Scrape type for DP23%20TFA: 2
2026-03-30 06:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e276f5f7-b990-57ea-b5f2-bf0be859329f with identifier: DP23%20TFA
2026-03-30 06:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e276f5f7-b990-57ea-b5f2-bf0be859329f with scrape type 2
2026-03-30 06:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e276f5f7-b990-57ea-b5f2-bf0be859329f with scrape type 2
2026-03-30 06:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e276f5f7-b990-57ea-b5f2-bf0be859329f, identifier: DP23%20TFA
2026-03-30 06:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ac43eae-ac6e-579c-a721-8c0a9bd7d500 with identifier: GF58%20XOE
2026-03-30 06:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ac43eae-ac6e-579c-a721-8c0a9bd7d500 with identifier: GF58%20XOE
2026-03-30 06:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ac43eae-ac6e-579c-a721-8c0a9bd7d500 with identifier: GF58%20XOE to the API
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10:59 [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=GF58%20XOE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5ac43eae-ac6e-579c-a721-8c0a9bd7d500',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF58 XOE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF58%20XOE&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'PEUGEOT',
'model': '207',
'odometer': 45572,
'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 207 1.4 95 VTI SPORT Hatchback',
'transmission': 'manual',
'trim': '95 VTI SPORT',
'vin': 'VF3WA8FSC34243604',
'year': 2008}
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF58%2520XOE%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [bca.uk] INFO: Saving data for GF58%20XOE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649147.45652, 'last_price_update_time': 1774851059.237316}
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF58%2520XOE') HTTP/1.1" 204 0
2026-03-30 06:10:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b84ec79c-fff9-5dbb-90cd-91a221fc6562 with identifier: YT15%20HZM
2026-03-30 06:10:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b84ec79c-fff9-5dbb-90cd-91a221fc6562 with identifier: YT15%20HZM
2026-03-30 06:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b84ec79c-fff9-5dbb-90cd-91a221fc6562 with identifier: YT15%20HZM to the API
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:10: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': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT15%20HZM-GB',
'category': 'LightCommercialVehicle',
'color': 'multicoloured',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b84ec79c-fff9-5dbb-90cd-91a221fc6562',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT15 HZM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT15%20HZM&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FIAT',
'model': 'FIORINO CARGO',
'odometer': 79505,
'odometer_reading_unit': '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 FIORINO CARGO 1.3 M/JET 16V SX S/S Van',
'transmission': 'manual',
'trim': 'M/JET 16V SX S/S',
'vin': 'ZFA22500006878947',
'year': 2015}
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT15%2520HZM%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [bca.uk] INFO: Saving data for YT15%20HZM: {'auction_closing_time': 1775124000.0, 'created_time': 1774649094.048909, 'last_price_update_time': 1774851059.571376}
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT15%2520HZM') HTTP/1.1" 204 0
2026-03-30 06:10:59 [bca.uk] INFO: Found listing with ID: WU13%20UEB
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU13%2520UEB%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [bca.uk] INFO: Scrape type for WU13%20UEB: 2
2026-03-30 06:10:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cce3982d-ed2d-5b12-b38d-e9479f961995 with identifier: WU13%20UEB
2026-03-30 06:10:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cce3982d-ed2d-5b12-b38d-e9479f961995 with scrape type 2
2026-03-30 06:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cce3982d-ed2d-5b12-b38d-e9479f961995 with scrape type 2
2026-03-30 06:10:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cce3982d-ed2d-5b12-b38d-e9479f961995, identifier: WU13%20UEB
2026-03-30 06:10:59 [bca.uk] INFO: Found listing with ID: FA15%20RVP
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FA15%2520RVP%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [bca.uk] INFO: Scrape type for FA15%20RVP: 2
2026-03-30 06:10:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 507c1711-0e88-597c-991f-8329345a9864 with identifier: FA15%20RVP
2026-03-30 06:10:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 507c1711-0e88-597c-991f-8329345a9864 with scrape type 2
2026-03-30 06:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 507c1711-0e88-597c-991f-8329345a9864 with scrape type 2
2026-03-30 06:10:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 507c1711-0e88-597c-991f-8329345a9864, identifier: FA15%20RVP
2026-03-30 06:10:59 [bca.uk] INFO: Found listing with ID: YH59%20GXB
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH59%2520GXB%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [bca.uk] INFO: Scrape type for YH59%20GXB: 2
2026-03-30 06:10:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d73be0a-e0bd-5038-94bd-973ee7c5973c with identifier: YH59%20GXB
2026-03-30 06:10:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d73be0a-e0bd-5038-94bd-973ee7c5973c with scrape type 2
2026-03-30 06:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d73be0a-e0bd-5038-94bd-973ee7c5973c with scrape type 2
2026-03-30 06:10:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d73be0a-e0bd-5038-94bd-973ee7c5973c, identifier: YH59%20GXB
2026-03-30 06:10:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e276f5f7-b990-57ea-b5f2-bf0be859329f with identifier: DP23%20TFA
2026-03-30 06:10:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e276f5f7-b990-57ea-b5f2-bf0be859329f with identifier: DP23%20TFA
2026-03-30 06:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e276f5f7-b990-57ea-b5f2-bf0be859329f with identifier: DP23%20TFA to the API
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': None,
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e276f5f7-b990-57ea-b5f2-bf0be859329f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP23 TFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20TFA&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 44669,
'odometer_reading_unit': '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 L1 1.5 TURBO D 100 2300 PRO Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRO',
'vin': 'W0VEFYHT2PJ677905',
'year': 2023}
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TFA%27 HTTP/1.1" 200 None
2026-03-30 06:11:00 [bca.uk] INFO: Saving data for DP23%20TFA: {'auction_closing_time': 1775124000.0, 'created_time': 1774649414.287647, 'last_price_update_time': 1774851060.248279}
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520TFA') HTTP/1.1" 204 0
2026-03-30 06:11:00 [bca.uk] INFO: Found listing with ID: WNZ%201898
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WNZ%25201898%27 HTTP/1.1" 200 None
2026-03-30 06:11:00 [bca.uk] INFO: Scrape type for WNZ%201898: 2
2026-03-30 06:11:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ccc1d85-a7be-5907-aee2-e9e7ddd96c9e with identifier: WNZ%201898
2026-03-30 06:11:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ccc1d85-a7be-5907-aee2-e9e7ddd96c9e with scrape type 2
2026-03-30 06:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ccc1d85-a7be-5907-aee2-e9e7ddd96c9e with scrape type 2
2026-03-30 06:11:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ccc1d85-a7be-5907-aee2-e9e7ddd96c9e, identifier: WNZ%201898
2026-03-30 06:11:00 [bca.uk] INFO: Found listing with ID: OX73%20BFE
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OX73%2520BFE%27 HTTP/1.1" 200 None
2026-03-30 06:11:00 [bca.uk] INFO: Scrape type for OX73%20BFE: 2
2026-03-30 06:11:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d54b62-af38-5b1f-90a5-b244a24e6aca with identifier: OX73%20BFE
2026-03-30 06:11:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d54b62-af38-5b1f-90a5-b244a24e6aca with scrape type 2
2026-03-30 06:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d54b62-af38-5b1f-90a5-b244a24e6aca with scrape type 2
2026-03-30 06:11:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71d54b62-af38-5b1f-90a5-b244a24e6aca, identifier: OX73%20BFE
2026-03-30 06:11:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cce3982d-ed2d-5b12-b38d-e9479f961995 with identifier: WU13%20UEB
2026-03-30 06:11:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cce3982d-ed2d-5b12-b38d-e9479f961995 with identifier: WU13%20UEB
2026-03-30 06:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cce3982d-ed2d-5b12-b38d-e9479f961995 with identifier: WU13%20UEB to the API
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU13%20UEB-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cce3982d-ed2d-5b12-b38d-e9479f961995',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU13 UEB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU13%20UEB&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 115261,
'odometer_reading_unit': '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 SXI Hatchback',
'transmission': 'manual',
'trim': '16V SXI',
'vin': 'W0L0SDL68D4177536',
'year': 2013}
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU13%2520UEB%27 HTTP/1.1" 200 None
2026-03-30 06:11:00 [bca.uk] INFO: Saving data for WU13%20UEB: {'auction_closing_time': 1775037600.0, 'created_time': 1774649294.171968, 'last_price_update_time': 1774851060.786237}
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU13%2520UEB') HTTP/1.1" 204 0
2026-03-30 06:11:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 507c1711-0e88-597c-991f-8329345a9864 with identifier: FA15%20RVP
2026-03-30 06:11:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 507c1711-0e88-597c-991f-8329345a9864 with identifier: FA15%20RVP
2026-03-30 06:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 507c1711-0e88-597c-991f-8329345a9864 with identifier: FA15%20RVP to the API
2026-03-30 06:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA15%20RVP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '507c1711-0e88-597c-991f-8329345a9864',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FA15 RVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA15%20RVP&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'SEAT',
'model': 'LEON',
'odometer': 232189,
'odometer_reading_unit': '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 1.6 TDI 105 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 SE',
'vin': 'VSSZZZ5FZFR155320',
'year': 2015}
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FA15%2520RVP%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [bca.uk] INFO: Saving data for FA15%20RVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649268.674629, 'last_price_update_time': 1774851061.199989}
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA15%2520RVP') HTTP/1.1" 204 0
2026-03-30 06:11:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d73be0a-e0bd-5038-94bd-973ee7c5973c with identifier: YH59%20GXB
2026-03-30 06:11:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d73be0a-e0bd-5038-94bd-973ee7c5973c with identifier: YH59%20GXB
2026-03-30 06:11:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d73be0a-e0bd-5038-94bd-973ee7c5973c with identifier: YH59%20GXB to the API
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:01 [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=YH59%20GXB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1d73be0a-e0bd-5038-94bd-973ee7c5973c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH59 GXB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH59%20GXB&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'BMW',
'model': '520D',
'odometer': 66257,
'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 520D 2.0 177 M SPORT BUSINESS EDITION Saloon',
'transmission': 'automatic',
'trim': '177 M SPORT BUSINESS EDITION',
'vin': 'WBANX320X0C248963',
'year': 2009}
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH59%2520GXB%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [bca.uk] INFO: Saving data for YH59%20GXB: {'auction_closing_time': 1775037600.0, 'created_time': 1774649421.496039, 'last_price_update_time': 1774851061.497812}
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH59%2520GXB') HTTP/1.1" 204 0
2026-03-30 06:11:01 [bca.uk] INFO: Found listing with ID: DP23%20UDX
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520UDX%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [bca.uk] INFO: Scrape type for DP23%20UDX: 2
2026-03-30 06:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 177a5cdf-ad4f-5329-ae38-36f6862148bc with identifier: DP23%20UDX
2026-03-30 06:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 177a5cdf-ad4f-5329-ae38-36f6862148bc with scrape type 2
2026-03-30 06:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 177a5cdf-ad4f-5329-ae38-36f6862148bc with scrape type 2
2026-03-30 06:11:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 177a5cdf-ad4f-5329-ae38-36f6862148bc, identifier: DP23%20UDX
2026-03-30 06:11:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ccc1d85-a7be-5907-aee2-e9e7ddd96c9e with identifier: WNZ%201898
2026-03-30 06:11:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ccc1d85-a7be-5907-aee2-e9e7ddd96c9e with identifier: WNZ%201898
2026-03-30 06:11:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ccc1d85-a7be-5907-aee2-e9e7ddd96c9e with identifier: WNZ%201898 to the API
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:01 [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=WNZ%201898-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0ccc1d85-a7be-5907-aee2-e9e7ddd96c9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WNZ 1898',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WNZ%201898&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 98193,
'odometer_reading_unit': '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 E/F SE 2WD StationWagon',
'transmission': 'manual',
'trim': 'CDTI 136 E/F SE 2WD',
'vin': 'W0LJD7ECXGB682032',
'year': 2016}
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WNZ%25201898%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [bca.uk] INFO: Saving data for WNZ%201898: {'auction_closing_time': 1774951200.0, 'created_time': 1774649146.906077, 'last_price_update_time': 1774851061.900901}
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WNZ%25201898') HTTP/1.1" 204 0
2026-03-30 06:11:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71d54b62-af38-5b1f-90a5-b244a24e6aca with identifier: OX73%20BFE
2026-03-30 06:11:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71d54b62-af38-5b1f-90a5-b244a24e6aca with identifier: OX73%20BFE
2026-03-30 06:11:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71d54b62-af38-5b1f-90a5-b244a24e6aca with identifier: OX73%20BFE to the API
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 273,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OX73%20BFE-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '71d54b62-af38-5b1f-90a5-b244a24e6aca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OX73 BFE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OX73%20BFE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'RANGER',
'odometer': 14586,
'odometer_reading_unit': '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 X CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'EBL 205 4WD WILDTRAK X',
'vin': '6FPPXXMJ2PPM25700',
'year': 2024}
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OX73%2520BFE%27 HTTP/1.1" 200 None
2026-03-30 06:11:02 [bca.uk] INFO: Saving data for OX73%20BFE: {'auction_closing_time': 1774951200.0, 'created_time': 1774649307.382927, 'last_price_update_time': 1774851062.192442}
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OX73%2520BFE') HTTP/1.1" 204 0
2026-03-30 06:11:02 [bca.uk] INFO: Found listing with ID: YN15%20UFJ
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN15%2520UFJ%27 HTTP/1.1" 200 None
2026-03-30 06:11:02 [bca.uk] INFO: Scrape type for YN15%20UFJ: 2
2026-03-30 06:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ab0d1b3-e91a-5a6f-8155-d6965f5482fc with identifier: YN15%20UFJ
2026-03-30 06:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ab0d1b3-e91a-5a6f-8155-d6965f5482fc with scrape type 2
2026-03-30 06:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ab0d1b3-e91a-5a6f-8155-d6965f5482fc with scrape type 2
2026-03-30 06:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ab0d1b3-e91a-5a6f-8155-d6965f5482fc, identifier: YN15%20UFJ
2026-03-30 06:11:02 [bca.uk] INFO: Found listing with ID: AY18%20HNV
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY18%2520HNV%27 HTTP/1.1" 200 None
2026-03-30 06:11:02 [bca.uk] INFO: Scrape type for AY18%20HNV: 2
2026-03-30 06:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55bb37c5-6e2c-5280-a588-1d8ddd4971b1 with identifier: AY18%20HNV
2026-03-30 06:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55bb37c5-6e2c-5280-a588-1d8ddd4971b1 with scrape type 2
2026-03-30 06:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55bb37c5-6e2c-5280-a588-1d8ddd4971b1 with scrape type 2
2026-03-30 06:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55bb37c5-6e2c-5280-a588-1d8ddd4971b1, identifier: AY18%20HNV
2026-03-30 06:11:02 [bca.uk] INFO: Found listing with ID: NX70%20KFF
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX70%2520KFF%27 HTTP/1.1" 200 None
2026-03-30 06:11:02 [bca.uk] INFO: Scrape type for NX70%20KFF: 2
2026-03-30 06:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 147feaab-7149-5ab6-8d89-71eab2bbe3f7 with identifier: NX70%20KFF
2026-03-30 06:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 147feaab-7149-5ab6-8d89-71eab2bbe3f7 with scrape type 2
2026-03-30 06:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 147feaab-7149-5ab6-8d89-71eab2bbe3f7 with scrape type 2
2026-03-30 06:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 147feaab-7149-5ab6-8d89-71eab2bbe3f7, identifier: NX70%20KFF
2026-03-30 06:11:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 177a5cdf-ad4f-5329-ae38-36f6862148bc with identifier: DP23%20UDX
2026-03-30 06:11:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 177a5cdf-ad4f-5329-ae38-36f6862148bc with identifier: DP23%20UDX
2026-03-30 06:11:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 177a5cdf-ad4f-5329-ae38-36f6862148bc with identifier: DP23%20UDX to the API
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP23%20UDX-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '177a5cdf-ad4f-5329-ae38-36f6862148bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP23 UDX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20UDX&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 32779,
'odometer_reading_unit': '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 L1 1.5 TURBO D 100 2300 PRO Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRO',
'vin': 'W0VEFYHT2PJ712269',
'year': 2023}
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520UDX%27 HTTP/1.1" 200 None
2026-03-30 06:11:02 [bca.uk] INFO: Saving data for DP23%20UDX: {'auction_closing_time': 1775124000.0, 'created_time': 1774649400.2279, 'last_price_update_time': 1774851062.851879}
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520UDX') HTTP/1.1" 204 0
2026-03-30 06:11:02 [bca.uk] INFO: Found listing with ID: AJ15%20UCW
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ15%2520UCW%27 HTTP/1.1" 200 None
2026-03-30 06:11:02 [bca.uk] INFO: Scrape type for AJ15%20UCW: 2
2026-03-30 06:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 113bbcda-fd47-50c0-a200-fceb488c3aef with identifier: AJ15%20UCW
2026-03-30 06:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 113bbcda-fd47-50c0-a200-fceb488c3aef with scrape type 2
2026-03-30 06:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 113bbcda-fd47-50c0-a200-fceb488c3aef with scrape type 2
2026-03-30 06:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 113bbcda-fd47-50c0-a200-fceb488c3aef, identifier: AJ15%20UCW
2026-03-30 06:11:02 [bca.uk] INFO: Found listing with ID: EY13%20FZE
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY13%2520FZE%27 HTTP/1.1" 200 None
2026-03-30 06:11:02 [bca.uk] INFO: Scrape type for EY13%20FZE: 2
2026-03-30 06:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e200eca2-9a1f-57ca-8b25-1a8c9601676c with identifier: EY13%20FZE
2026-03-30 06:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e200eca2-9a1f-57ca-8b25-1a8c9601676c with scrape type 2
2026-03-30 06:11:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e200eca2-9a1f-57ca-8b25-1a8c9601676c with scrape type 2
2026-03-30 06:11:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e200eca2-9a1f-57ca-8b25-1a8c9601676c, identifier: EY13%20FZE
2026-03-30 06:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ab0d1b3-e91a-5a6f-8155-d6965f5482fc with identifier: YN15%20UFJ
2026-03-30 06:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ab0d1b3-e91a-5a6f-8155-d6965f5482fc with identifier: YN15%20UFJ
2026-03-30 06:11:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ab0d1b3-e91a-5a6f-8155-d6965f5482fc with identifier: YN15%20UFJ to the API
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN15%20UFJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7ab0d1b3-e91a-5a6f-8155-d6965f5482fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YN15 UFJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN15%20UFJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KIA',
'model': 'CEED',
'odometer': 76954,
'odometer_reading_unit': '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 3 Hatchback',
'transmission': 'manual',
'trim': 'CRDI 126 E/D 3',
'vin': 'U5YHN516LFL179252',
'year': 2015}
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN15%2520UFJ%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [bca.uk] INFO: Saving data for YN15%20UFJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649293.036602, 'last_price_update_time': 1774851064.101602}
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN15%2520UFJ') HTTP/1.1" 204 0
2026-03-30 06:11:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55bb37c5-6e2c-5280-a588-1d8ddd4971b1 with identifier: AY18%20HNV
2026-03-30 06:11:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55bb37c5-6e2c-5280-a588-1d8ddd4971b1 with identifier: AY18%20HNV
2026-03-30 06:11:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55bb37c5-6e2c-5280-a588-1d8ddd4971b1 with identifier: AY18%20HNV to the API
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY18%20HNV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '55bb37c5-6e2c-5280-a588-1d8ddd4971b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AY18 HNV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY18%20HNV&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'SEAT',
'model': 'ARONA',
'odometer': 73747,
'odometer_reading_unit': '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.6 TDI 95 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI 95 SE',
'vin': 'VSSZZZKJZJR098177',
'year': 2018}
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY18%2520HNV%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [bca.uk] INFO: Saving data for AY18%20HNV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649269.946802, 'last_price_update_time': 1774851064.436332}
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY18%2520HNV') HTTP/1.1" 204 0
2026-03-30 06:11:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 147feaab-7149-5ab6-8d89-71eab2bbe3f7 with identifier: NX70%20KFF
2026-03-30 06:11:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 147feaab-7149-5ab6-8d89-71eab2bbe3f7 with identifier: NX70%20KFF
2026-03-30 06:11:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 147feaab-7149-5ab6-8d89-71eab2bbe3f7 with identifier: NX70%20KFF to the API
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX70%20KFF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '147feaab-7149-5ab6-8d89-71eab2bbe3f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX70 KFF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX70%20KFF&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 60690,
'odometer_reading_unit': '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': 'WF0JXXGAHJLB40943',
'year': 2020}
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX70%2520KFF%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [bca.uk] INFO: Saving data for NX70%20KFF: {'auction_closing_time': 1775037600.0, 'created_time': 1774649422.992773, 'last_price_update_time': 1774851064.755997}
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX70%2520KFF') HTTP/1.1" 204 0
2026-03-30 06:11:04 [bca.uk] INFO: Found listing with ID: VO23%20XPB
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO23%2520XPB%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [bca.uk] INFO: Scrape type for VO23%20XPB: 2
2026-03-30 06:11:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dac5b88-c4fb-5327-9a9f-b2bcef715e28 with identifier: VO23%20XPB
2026-03-30 06:11:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dac5b88-c4fb-5327-9a9f-b2bcef715e28 with scrape type 2
2026-03-30 06:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dac5b88-c4fb-5327-9a9f-b2bcef715e28 with scrape type 2
2026-03-30 06:11:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6dac5b88-c4fb-5327-9a9f-b2bcef715e28, identifier: VO23%20XPB
2026-03-30 06:11:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 113bbcda-fd47-50c0-a200-fceb488c3aef with identifier: AJ15%20UCW
2026-03-30 06:11:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 113bbcda-fd47-50c0-a200-fceb488c3aef with identifier: AJ15%20UCW
2026-03-30 06:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 113bbcda-fd47-50c0-a200-fceb488c3aef with identifier: AJ15%20UCW to the API
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:05 [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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ15%20UCW-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '113bbcda-fd47-50c0-a200-fceb488c3aef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ15 UCW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ15%20UCW&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'ECOSPORT',
'odometer': 120665,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FORD ECOSPORT 1.0 E/B 125 TITANIUM StationWagon',
'transmission': 'manual',
'trim': 'E/B 125 TITANIUM',
'vin': 'WF0BXXMRKBFE34219',
'year': 2015}
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ15%2520UCW%27 HTTP/1.1" 200 None
2026-03-30 06:11:05 [bca.uk] INFO: Saving data for AJ15%20UCW: {'auction_closing_time': 1774951200.0, 'created_time': 1774649144.716542, 'last_price_update_time': 1774851065.197025}
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ15%2520UCW') HTTP/1.1" 204 0
2026-03-30 06:11:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e200eca2-9a1f-57ca-8b25-1a8c9601676c with identifier: EY13%20FZE
2026-03-30 06:11:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e200eca2-9a1f-57ca-8b25-1a8c9601676c with identifier: EY13%20FZE
2026-03-30 06:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e200eca2-9a1f-57ca-8b25-1a8c9601676c with identifier: EY13%20FZE to the API
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY13%20FZE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e200eca2-9a1f-57ca-8b25-1a8c9601676c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY13 FZE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY13%20FZE&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 66020,
'odometer_reading_unit': '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 STYLE 2WD StationWagon',
'transmission': 'manual',
'trim': 'CRDI STYLE 2WD',
'vin': 'TMAJT81ULDJ401419',
'year': 2013}
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY13%2520FZE%27 HTTP/1.1" 200 None
2026-03-30 06:11:05 [bca.uk] INFO: Saving data for EY13%20FZE: {'auction_closing_time': 1774951200.0, 'created_time': 1774649305.723937, 'last_price_update_time': 1774851065.499503}
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY13%2520FZE') HTTP/1.1" 204 0
2026-03-30 06:11:05 [bca.uk] INFO: Found listing with ID: LS17%20GEO
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS17%2520GEO%27 HTTP/1.1" 200 None
2026-03-30 06:11:05 [bca.uk] INFO: Scrape type for LS17%20GEO: 2
2026-03-30 06:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7295ec12-0cad-5ccd-8090-ef8cbf134950 with identifier: LS17%20GEO
2026-03-30 06:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7295ec12-0cad-5ccd-8090-ef8cbf134950 with scrape type 2
2026-03-30 06:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7295ec12-0cad-5ccd-8090-ef8cbf134950 with scrape type 2
2026-03-30 06:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7295ec12-0cad-5ccd-8090-ef8cbf134950, identifier: LS17%20GEO
2026-03-30 06:11:05 [bca.uk] INFO: Found listing with ID: LL66%20FWD
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL66%2520FWD%27 HTTP/1.1" 200 None
2026-03-30 06:11:05 [bca.uk] INFO: Scrape type for LL66%20FWD: 2
2026-03-30 06:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e24c062-ce81-5d9c-80ba-8eb76a7d6173 with identifier: LL66%20FWD
2026-03-30 06:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e24c062-ce81-5d9c-80ba-8eb76a7d6173 with scrape type 2
2026-03-30 06:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e24c062-ce81-5d9c-80ba-8eb76a7d6173 with scrape type 2
2026-03-30 06:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e24c062-ce81-5d9c-80ba-8eb76a7d6173, identifier: LL66%20FWD
2026-03-30 06:11:05 [bca.uk] INFO: Found listing with ID: BD24%20OJP
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD24%2520OJP%27 HTTP/1.1" 200 None
2026-03-30 06:11:05 [bca.uk] INFO: Scrape type for BD24%20OJP: 2
2026-03-30 06:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 842f54d7-f925-52cb-b44d-08319cc24bb9 with identifier: BD24%20OJP
2026-03-30 06:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 842f54d7-f925-52cb-b44d-08319cc24bb9 with scrape type 2
2026-03-30 06:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 842f54d7-f925-52cb-b44d-08319cc24bb9 with scrape type 2
2026-03-30 06:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 842f54d7-f925-52cb-b44d-08319cc24bb9, identifier: BD24%20OJP
2026-03-30 06:11:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6dac5b88-c4fb-5327-9a9f-b2bcef715e28 with identifier: VO23%20XPB
2026-03-30 06:11:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6dac5b88-c4fb-5327-9a9f-b2bcef715e28 with identifier: VO23%20XPB
2026-03-30 06:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6dac5b88-c4fb-5327-9a9f-b2bcef715e28 with identifier: VO23%20XPB to the API
2026-03-30 06:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 148,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO23%20XPB-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6dac5b88-c4fb-5327-9a9f-b2bcef715e28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO23 XPB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO23%20XPB&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 17339,
'odometer_reading_unit': '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 L1 1.5 TURBO D 100 2300 PRO Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRO',
'vin': 'W0VEFYHT2PJ673635',
'year': 2023}
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO23%2520XPB%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [bca.uk] INFO: Saving data for VO23%20XPB: {'auction_closing_time': 1775124000.0, 'created_time': 1774649405.195803, 'last_price_update_time': 1774851066.103238}
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO23%2520XPB') HTTP/1.1" 204 0
2026-03-30 06:11:06 [bca.uk] INFO: Found listing with ID: GU59%20DWO
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU59%2520DWO%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [bca.uk] INFO: Scrape type for GU59%20DWO: 2
2026-03-30 06:11:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc2a49de-a215-5ace-a837-fe2957966861 with identifier: GU59%20DWO
2026-03-30 06:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc2a49de-a215-5ace-a837-fe2957966861 with scrape type 2
2026-03-30 06:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc2a49de-a215-5ace-a837-fe2957966861 with scrape type 2
2026-03-30 06:11:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc2a49de-a215-5ace-a837-fe2957966861, identifier: GU59%20DWO
2026-03-30 06:11:06 [bca.uk] INFO: Found listing with ID: BC73%20NTT
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC73%2520NTT%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [bca.uk] INFO: Scrape type for BC73%20NTT: 2
2026-03-30 06:11:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39442bcc-057c-573b-9aba-580bf2bb55bd with identifier: BC73%20NTT
2026-03-30 06:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39442bcc-057c-573b-9aba-580bf2bb55bd with scrape type 2
2026-03-30 06:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39442bcc-057c-573b-9aba-580bf2bb55bd with scrape type 2
2026-03-30 06:11:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39442bcc-057c-573b-9aba-580bf2bb55bd, identifier: BC73%20NTT
2026-03-30 06:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7295ec12-0cad-5ccd-8090-ef8cbf134950 with identifier: LS17%20GEO
2026-03-30 06:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7295ec12-0cad-5ccd-8090-ef8cbf134950 with identifier: LS17%20GEO
2026-03-30 06:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7295ec12-0cad-5ccd-8090-ef8cbf134950 with identifier: LS17%20GEO to the API
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 182,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS17%20GEO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7295ec12-0cad-5ccd-8090-ef8cbf134950',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LS17 GEO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS17%20GEO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 82574,
'odometer_reading_unit': '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 3.0 TDV6 AUTOBIOGRAPHY StationWagon',
'transmission': 'manual',
'trim': 'TDV6 AUTOBIOGRAPHY',
'vin': 'SALGA2EKXHA352499',
'year': 2017}
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS17%2520GEO%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [bca.uk] INFO: Saving data for LS17%20GEO: {'auction_closing_time': 1775037600.0, 'created_time': 1773958352.340273, 'last_price_update_time': 1774851066.632017}
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS17%2520GEO') HTTP/1.1" 204 0
2026-03-30 06:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e24c062-ce81-5d9c-80ba-8eb76a7d6173 with identifier: LL66%20FWD
2026-03-30 06:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e24c062-ce81-5d9c-80ba-8eb76a7d6173 with identifier: LL66%20FWD
2026-03-30 06:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e24c062-ce81-5d9c-80ba-8eb76a7d6173 with identifier: LL66%20FWD to the API
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:07 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL66%20FWD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '8e24c062-ce81-5d9c-80ba-8eb76a7d6173',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL66 FWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL66%20FWD&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 104572,
'odometer_reading_unit': '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 ACENTA Hatchback',
'transmission': 'automatic',
'trim': '30KWH ACENTA',
'vin': 'SJNFAAZE0U6059445',
'year': 2017}
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL66%2520FWD%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [bca.uk] INFO: Saving data for LL66%20FWD: {'auction_closing_time': 1775037600.0, 'created_time': 1774649269.230437, 'last_price_update_time': 1774851067.026322}
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL66%2520FWD') HTTP/1.1" 204 0
2026-03-30 06:11:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 842f54d7-f925-52cb-b44d-08319cc24bb9 with identifier: BD24%20OJP
2026-03-30 06:11:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 842f54d7-f925-52cb-b44d-08319cc24bb9 with identifier: BD24%20OJP
2026-03-30 06:11:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 842f54d7-f925-52cb-b44d-08319cc24bb9 with identifier: BD24%20OJP to the API
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:11:08 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD24%20OJP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '842f54d7-f925-52cb-b44d-08319cc24bb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BD24 OJP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD24%20OJP&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 10754,
'odometer_reading_unit': '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': 'VR3FPHNS9RY535372',
'year': 2024}
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD24%2520OJP%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [bca.uk] INFO: Saving data for BD24%20OJP: {'auction_closing_time': 1775124000.0, 'created_time': 1773839611.413817, 'last_price_update_time': 1774851068.046316}
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD24%2520OJP') HTTP/1.1" 204 0
2026-03-30 06:11:08 [bca.uk] INFO: Found listing with ID: DP23%20TDO
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TDO%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [bca.uk] INFO: Scrape type for DP23%20TDO: 2
2026-03-30 06:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9b142e1-9921-53db-b6c0-17c8304729c3 with identifier: DP23%20TDO
2026-03-30 06:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9b142e1-9921-53db-b6c0-17c8304729c3 with scrape type 2
2026-03-30 06:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9b142e1-9921-53db-b6c0-17c8304729c3 with scrape type 2
2026-03-30 06:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9b142e1-9921-53db-b6c0-17c8304729c3, identifier: DP23%20TDO
2026-03-30 06:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc2a49de-a215-5ace-a837-fe2957966861 with identifier: GU59%20DWO
2026-03-30 06:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc2a49de-a215-5ace-a837-fe2957966861 with identifier: GU59%20DWO
2026-03-30 06:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc2a49de-a215-5ace-a837-fe2957966861 with identifier: GU59%20DWO to the API
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:08 [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': 157,
'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': 'bc2a49de-a215-5ace-a837-fe2957966861',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU59 DWO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU59%20DWO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'A160',
'odometer': 79549,
'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 A160 1.5 CLASSIC SE Hatchback',
'transmission': 'automatic',
'trim': 'CLASSIC SE',
'vin': 'WDD1690312J786333',
'year': 2009}
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU59%2520DWO%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [bca.uk] INFO: Saving data for GU59%20DWO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649129.103055, 'last_price_update_time': 1774851068.475393}
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU59%2520DWO') HTTP/1.1" 204 0
2026-03-30 06:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39442bcc-057c-573b-9aba-580bf2bb55bd with identifier: BC73%20NTT
2026-03-30 06:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39442bcc-057c-573b-9aba-580bf2bb55bd with identifier: BC73%20NTT
2026-03-30 06:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39442bcc-057c-573b-9aba-580bf2bb55bd with identifier: BC73%20NTT to the API
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:08 [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': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC73%20NTT-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '39442bcc-057c-573b-9aba-580bf2bb55bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BC73 NTT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC73%20NTT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 32794,
'odometer_reading_unit': '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': 'WF0RXXTA1RPJ55724',
'year': 2024}
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC73%2520NTT%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [bca.uk] INFO: Saving data for BC73%20NTT: {'auction_closing_time': 1775037600.0, 'created_time': 1774649449.419536, 'last_price_update_time': 1774851068.769211}
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC73%2520NTT') HTTP/1.1" 204 0
2026-03-30 06:11:08 [bca.uk] INFO: Found listing with ID: SH14%20WXM
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH14%2520WXM%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [bca.uk] INFO: Scrape type for SH14%20WXM: 2
2026-03-30 06:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43f0a9ea-561d-5cdd-8173-cd0a941144e4 with identifier: SH14%20WXM
2026-03-30 06:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43f0a9ea-561d-5cdd-8173-cd0a941144e4 with scrape type 2
2026-03-30 06:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43f0a9ea-561d-5cdd-8173-cd0a941144e4 with scrape type 2
2026-03-30 06:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43f0a9ea-561d-5cdd-8173-cd0a941144e4, identifier: SH14%20WXM
2026-03-30 06:11:08 [bca.uk] INFO: Found listing with ID: AO10%20TKU
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO10%2520TKU%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [bca.uk] INFO: Scrape type for AO10%20TKU: 2
2026-03-30 06:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b425f21d-e422-50d2-9e89-ca39ee2de358 with identifier: AO10%20TKU
2026-03-30 06:11: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-30 06:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b425f21d-e422-50d2-9e89-ca39ee2de358 with scrape type 2
2026-03-30 06:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b425f21d-e422-50d2-9e89-ca39ee2de358, identifier: AO10%20TKU
2026-03-30 06:11:09 [bca.uk] INFO: Found listing with ID: BV60%20VXT
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV60%2520VXT%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [bca.uk] INFO: Scrape type for BV60%20VXT: 2
2026-03-30 06:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f01f82a-eaec-5c35-8ff2-a69c49760d0c with identifier: BV60%20VXT
2026-03-30 06:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f01f82a-eaec-5c35-8ff2-a69c49760d0c with scrape type 2
2026-03-30 06:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f01f82a-eaec-5c35-8ff2-a69c49760d0c with scrape type 2
2026-03-30 06:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f01f82a-eaec-5c35-8ff2-a69c49760d0c, identifier: BV60%20VXT
2026-03-30 06:11:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9b142e1-9921-53db-b6c0-17c8304729c3 with identifier: DP23%20TDO
2026-03-30 06:11:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9b142e1-9921-53db-b6c0-17c8304729c3 with identifier: DP23%20TDO
2026-03-30 06:11:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9b142e1-9921-53db-b6c0-17c8304729c3 with identifier: DP23%20TDO to the API
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:09 [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=DP23%20TDO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a9b142e1-9921-53db-b6c0-17c8304729c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP23 TDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20TDO&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 29929,
'odometer_reading_unit': '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 L1 1.5 TURBO D 100 2300 PRO Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRO',
'vin': 'W0VEFYHT2PJ692776',
'year': 2023}
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TDO%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [bca.uk] INFO: Saving data for DP23%20TDO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649404.848797, 'last_price_update_time': 1774851069.489936}
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520TDO') HTTP/1.1" 204 0
2026-03-30 06:11:09 [bca.uk] INFO: Found listing with ID: BU11%20RTV
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU11%2520RTV%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [bca.uk] INFO: Scrape type for BU11%20RTV: 2
2026-03-30 06:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d0c17d5-0d2a-5dd5-b816-f8b7128fc249 with identifier: BU11%20RTV
2026-03-30 06:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d0c17d5-0d2a-5dd5-b816-f8b7128fc249 with scrape type 2
2026-03-30 06:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d0c17d5-0d2a-5dd5-b816-f8b7128fc249 with scrape type 2
2026-03-30 06:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d0c17d5-0d2a-5dd5-b816-f8b7128fc249, identifier: BU11%20RTV
2026-03-30 06:11:09 [bca.uk] INFO: Found listing with ID: VK21%20GPO
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK21%2520GPO%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [bca.uk] INFO: Scrape type for VK21%20GPO: 2
2026-03-30 06:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10170fd6-bd02-5097-8f29-25534e7ffc97 with identifier: VK21%20GPO
2026-03-30 06:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10170fd6-bd02-5097-8f29-25534e7ffc97 with scrape type 2
2026-03-30 06:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10170fd6-bd02-5097-8f29-25534e7ffc97 with scrape type 2
2026-03-30 06:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10170fd6-bd02-5097-8f29-25534e7ffc97, identifier: VK21%20GPO
2026-03-30 06:11:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43f0a9ea-561d-5cdd-8173-cd0a941144e4 with identifier: SH14%20WXM
2026-03-30 06:11:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43f0a9ea-561d-5cdd-8173-cd0a941144e4 with identifier: SH14%20WXM
2026-03-30 06:11:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43f0a9ea-561d-5cdd-8173-cd0a941144e4 with identifier: SH14%20WXM to the API
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:09 [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=SH14%20WXM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '43f0a9ea-561d-5cdd-8173-cd0a941144e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH14 WXM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH14%20WXM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 79117,
'odometer_reading_unit': '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': 'UV1HSDAD600000706',
'year': 2014}
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH14%2520WXM%27 HTTP/1.1" 200 None
2026-03-30 06:11:10 [bca.uk] INFO: Saving data for SH14%20WXM: {'auction_closing_time': 1775037600.0, 'created_time': 1774562530.12503, 'last_price_update_time': 1774851070.016862}
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH14%2520WXM') HTTP/1.1" 204 0
2026-03-30 06:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b425f21d-e422-50d2-9e89-ca39ee2de358 with identifier: AO10%20TKU
2026-03-30 06:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b425f21d-e422-50d2-9e89-ca39ee2de358 with identifier: AO10%20TKU
2026-03-30 06:11:10 [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-30 06:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:10 [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': 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-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO10%2520TKU%27 HTTP/1.1" 200 None
2026-03-30 06:11:10 [bca.uk] INFO: Saving data for AO10%20TKU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562938.250912, 'last_price_update_time': 1774851070.329154}
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:10 [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-30 06:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f01f82a-eaec-5c35-8ff2-a69c49760d0c with identifier: BV60%20VXT
2026-03-30 06:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f01f82a-eaec-5c35-8ff2-a69c49760d0c with identifier: BV60%20VXT
2026-03-30 06:11:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f01f82a-eaec-5c35-8ff2-a69c49760d0c with identifier: BV60%20VXT to the API
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 159,
'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': 'Petrol',
'id': '1f01f82a-eaec-5c35-8ff2-a69c49760d0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV60 VXT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV60%20VXT&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 74149,
'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': 'WF0PXXWPDPAU17275',
'year': 2010}
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV60%2520VXT%27 HTTP/1.1" 200 None
2026-03-30 06:11:10 [bca.uk] INFO: Saving data for BV60%20VXT: {'auction_closing_time': 1775037600.0, 'created_time': 1774649320.05067, 'last_price_update_time': 1774851070.607944}
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV60%2520VXT') HTTP/1.1" 204 0
2026-03-30 06:11:10 [bca.uk] INFO: Found listing with ID: DP23%20TTV
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TTV%27 HTTP/1.1" 200 None
2026-03-30 06:11:10 [bca.uk] INFO: Scrape type for DP23%20TTV: 2
2026-03-30 06:11:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b2c1120-c9d8-560c-9de1-3af87798e991 with identifier: DP23%20TTV
2026-03-30 06:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b2c1120-c9d8-560c-9de1-3af87798e991 with scrape type 2
2026-03-30 06:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b2c1120-c9d8-560c-9de1-3af87798e991 with scrape type 2
2026-03-30 06:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b2c1120-c9d8-560c-9de1-3af87798e991, identifier: DP23%20TTV
2026-03-30 06:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d0c17d5-0d2a-5dd5-b816-f8b7128fc249 with identifier: BU11%20RTV
2026-03-30 06:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d0c17d5-0d2a-5dd5-b816-f8b7128fc249 with identifier: BU11%20RTV
2026-03-30 06:11:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d0c17d5-0d2a-5dd5-b816-f8b7128fc249 with identifier: BU11%20RTV to the API
2026-03-30 06:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:11 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU11%20RTV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2d0c17d5-0d2a-5dd5-b816-f8b7128fc249',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BU11 RTV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU11%20RTV&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 30601,
'odometer_reading_unit': '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 X Hatchback',
'transmission': 'manual',
'trim': 'E/B 140 ST-LINE X',
'vin': 'WF0JXXGAHJJU20724',
'year': 2019}
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU11%2520RTV%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [bca.uk] INFO: Saving data for BU11%20RTV: {'auction_closing_time': 1775124000.0, 'created_time': 1774649121.27712, 'last_price_update_time': 1774851071.020686}
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU11%2520RTV') HTTP/1.1" 204 0
2026-03-30 06:11:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10170fd6-bd02-5097-8f29-25534e7ffc97 with identifier: VK21%20GPO
2026-03-30 06:11:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10170fd6-bd02-5097-8f29-25534e7ffc97 with identifier: VK21%20GPO
2026-03-30 06:11:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10170fd6-bd02-5097-8f29-25534e7ffc97 with identifier: VK21%20GPO to the API
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 201,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK21%20GPO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '10170fd6-bd02-5097-8f29-25534e7ffc97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK21 GPO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK21%20GPO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T30',
'odometer': 44420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 110 LWB H/L PanelVan',
'transmission': 'manual',
'trim': 'TDI 110 LWB H/L',
'vin': 'WV1ZZZ7HZMH060750',
'year': 2021}
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK21%2520GPO%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [bca.uk] INFO: Saving data for VK21%20GPO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649228.729795, 'last_price_update_time': 1774851071.355022}
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520GPO') HTTP/1.1" 204 0
2026-03-30 06:11:11 [bca.uk] INFO: Found listing with ID: FX63%20YEF
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX63%2520YEF%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [bca.uk] INFO: Scrape type for FX63%20YEF: 2
2026-03-30 06:11:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 098ca156-8be1-507d-bc86-5849c19b24ca with identifier: FX63%20YEF
2026-03-30 06:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 098ca156-8be1-507d-bc86-5849c19b24ca with scrape type 2
2026-03-30 06:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 098ca156-8be1-507d-bc86-5849c19b24ca with scrape type 2
2026-03-30 06:11:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 098ca156-8be1-507d-bc86-5849c19b24ca, identifier: FX63%20YEF
2026-03-30 06:11:11 [bca.uk] INFO: Found listing with ID: WG17%20UXC
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG17%2520UXC%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [bca.uk] INFO: Scrape type for WG17%20UXC: 2
2026-03-30 06:11:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with identifier: WG17%20UXC
2026-03-30 06:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with scrape type 2
2026-03-30 06:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with scrape type 2
2026-03-30 06:11:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369, identifier: WG17%20UXC
2026-03-30 06:11:11 [bca.uk] INFO: Found listing with ID: BX68%20WYV
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX68%2520WYV%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [bca.uk] INFO: Scrape type for BX68%20WYV: 2
2026-03-30 06:11:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85507e2b-54a1-5641-ad7c-5ed58d3156c6 with identifier: BX68%20WYV
2026-03-30 06:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85507e2b-54a1-5641-ad7c-5ed58d3156c6 with scrape type 2
2026-03-30 06:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85507e2b-54a1-5641-ad7c-5ed58d3156c6 with scrape type 2
2026-03-30 06:11:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85507e2b-54a1-5641-ad7c-5ed58d3156c6, identifier: BX68%20WYV
2026-03-30 06:11:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b2c1120-c9d8-560c-9de1-3af87798e991 with identifier: DP23%20TTV
2026-03-30 06:11:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b2c1120-c9d8-560c-9de1-3af87798e991 with identifier: DP23%20TTV
2026-03-30 06:11:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b2c1120-c9d8-560c-9de1-3af87798e991 with identifier: DP23%20TTV to the API
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:12 [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=DP23%20TTV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7b2c1120-c9d8-560c-9de1-3af87798e991',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP23 TTV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20TTV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 37836,
'odometer_reading_unit': '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 L1 1.5 TURBO D 100 2300 PRO Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRO',
'vin': 'W0VEFYHT2PJ676921',
'year': 2023}
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TTV%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [bca.uk] INFO: Saving data for DP23%20TTV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649406.51248, 'last_price_update_time': 1774851072.036554}
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520TTV') HTTP/1.1" 204 0
2026-03-30 06:11:12 [bca.uk] INFO: Found listing with ID: SY15%20WZH
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY15%2520WZH%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [bca.uk] INFO: Scrape type for SY15%20WZH: 2
2026-03-30 06:11:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77a2079b-5b96-5dc5-94fe-b947c049208f with identifier: SY15%20WZH
2026-03-30 06:11:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77a2079b-5b96-5dc5-94fe-b947c049208f with scrape type 2
2026-03-30 06:11:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77a2079b-5b96-5dc5-94fe-b947c049208f with scrape type 2
2026-03-30 06:11:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77a2079b-5b96-5dc5-94fe-b947c049208f, identifier: SY15%20WZH
2026-03-30 06:11:12 [bca.uk] INFO: Found listing with ID: PK65%20OBP
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK65%2520OBP%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [bca.uk] INFO: Scrape type for PK65%20OBP: 2
2026-03-30 06:11:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 243cfa25-e561-5304-81b8-48e6ecca3467 with identifier: PK65%20OBP
2026-03-30 06:11:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 243cfa25-e561-5304-81b8-48e6ecca3467 with scrape type 2
2026-03-30 06:11:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 243cfa25-e561-5304-81b8-48e6ecca3467 with scrape type 2
2026-03-30 06:11:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 243cfa25-e561-5304-81b8-48e6ecca3467, identifier: PK65%20OBP
2026-03-30 06:11:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 098ca156-8be1-507d-bc86-5849c19b24ca with identifier: FX63%20YEF
2026-03-30 06:11:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 098ca156-8be1-507d-bc86-5849c19b24ca with identifier: FX63%20YEF
2026-03-30 06:11:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 098ca156-8be1-507d-bc86-5849c19b24ca with identifier: FX63%20YEF to the API
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX63%20YEF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '098ca156-8be1-507d-bc86-5849c19b24ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FX63 YEF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX63%20YEF&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 107006,
'odometer_reading_unit': '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 ES Hatchback',
'transmission': 'manual',
'trim': 'I-DTEC 120 ES',
'vin': 'SHHFK3770DU216499',
'year': 2013}
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX63%2520YEF%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [bca.uk] INFO: Saving data for FX63%20YEF: {'auction_closing_time': 1775037600.0, 'created_time': 1774562726.833331, 'last_price_update_time': 1774851072.7662}
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX63%2520YEF') HTTP/1.1" 204 0
2026-03-30 06:11:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with identifier: WG17%20UXC
2026-03-30 06:11:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e7eb5c0-4d10-51a0-a5ee-6d2cb2941369 with identifier: WG17%20UXC
2026-03-30 06:11:12 [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-30 06:11:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG17%2520UXC%27 HTTP/1.1" 200 None
2026-03-30 06:11:13 [bca.uk] INFO: Saving data for WG17%20UXC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562937.860245, 'last_price_update_time': 1774851073.165951}
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:13 [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-30 06:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85507e2b-54a1-5641-ad7c-5ed58d3156c6 with identifier: BX68%20WYV
2026-03-30 06:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85507e2b-54a1-5641-ad7c-5ed58d3156c6 with identifier: BX68%20WYV
2026-03-30 06:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85507e2b-54a1-5641-ad7c-5ed58d3156c6 with identifier: BX68%20WYV to the API
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 93,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX68%20WYV-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '85507e2b-54a1-5641-ad7c-5ed58d3156c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BX68 WYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX68%20WYV&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 111332,
'odometer_reading_unit': '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 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'EBL 120 ZETEC',
'vin': 'WF0NXXGCHNJB48912',
'year': 2018}
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX68%2520WYV%27 HTTP/1.1" 200 None
2026-03-30 06:11:13 [bca.uk] INFO: Saving data for BX68%20WYV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649439.88364, 'last_price_update_time': 1774851073.46055}
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX68%2520WYV') HTTP/1.1" 204 0
2026-03-30 06:11:13 [bca.uk] INFO: Found listing with ID: DP23%20TBV
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TBV%27 HTTP/1.1" 200 None
2026-03-30 06:11:13 [bca.uk] INFO: Scrape type for DP23%20TBV: 2
2026-03-30 06:11:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a3b9426-5728-5915-9a15-ff4befd1ccf0 with identifier: DP23%20TBV
2026-03-30 06:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a3b9426-5728-5915-9a15-ff4befd1ccf0 with scrape type 2
2026-03-30 06:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a3b9426-5728-5915-9a15-ff4befd1ccf0 with scrape type 2
2026-03-30 06:11:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a3b9426-5728-5915-9a15-ff4befd1ccf0, identifier: DP23%20TBV
2026-03-30 06:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77a2079b-5b96-5dc5-94fe-b947c049208f with identifier: SY15%20WZH
2026-03-30 06:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77a2079b-5b96-5dc5-94fe-b947c049208f with identifier: SY15%20WZH
2026-03-30 06:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77a2079b-5b96-5dc5-94fe-b947c049208f with identifier: SY15%20WZH to the API
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:13 [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': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY15%20WZH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '77a2079b-5b96-5dc5-94fe-b947c049208f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY15 WZH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY15%20WZH&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 89317,
'odometer_reading_unit': '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 DUSTER 1.5 DCI 110 AMBIANCE StationWagon',
'transmission': 'manual',
'trim': 'DCI 110 AMBIANCE',
'vin': 'UU1HSDAD652567562',
'year': 2015}
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY15%2520WZH%27 HTTP/1.1" 200 None
2026-03-30 06:11:13 [bca.uk] INFO: Saving data for SY15%20WZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649115.317734, 'last_price_update_time': 1774851073.865077}
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY15%2520WZH') HTTP/1.1" 204 0
2026-03-30 06:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 243cfa25-e561-5304-81b8-48e6ecca3467 with identifier: PK65%20OBP
2026-03-30 06:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 243cfa25-e561-5304-81b8-48e6ecca3467 with identifier: PK65%20OBP
2026-03-30 06:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 243cfa25-e561-5304-81b8-48e6ecca3467 with identifier: PK65%20OBP to the API
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK65%20OBP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '243cfa25-e561-5304-81b8-48e6ecca3467',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK65 OBP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK65%20OBP&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VAUXHALL',
'model': 'GTC',
'odometer': 71027,
'odometer_reading_unit': '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 120 LTD.EDITION Coupe',
'transmission': 'manual',
'trim': 'T 16V 120 LTD.EDITION',
'vin': 'W0LPD2EU0FG121488',
'year': 2015}
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK65%2520OBP%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [bca.uk] INFO: Saving data for PK65%20OBP: {'auction_closing_time': 1774951200.0, 'created_time': 1774045077.792854, 'last_price_update_time': 1774851074.19117}
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK65%2520OBP') HTTP/1.1" 204 0
2026-03-30 06:11:14 [bca.uk] INFO: Found listing with ID: FP65%20TEO
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP65%2520TEO%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [bca.uk] INFO: Scrape type for FP65%20TEO: 2
2026-03-30 06:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a349a19a-e4c0-5d0e-a29e-c628a767ffbc with identifier: FP65%20TEO
2026-03-30 06:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a349a19a-e4c0-5d0e-a29e-c628a767ffbc with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a349a19a-e4c0-5d0e-a29e-c628a767ffbc with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a349a19a-e4c0-5d0e-a29e-c628a767ffbc, identifier: FP65%20TEO
2026-03-30 06:11:14 [bca.uk] INFO: Found listing with ID: YK59%20SRO
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK59%2520SRO%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [bca.uk] INFO: Scrape type for YK59%20SRO: 2
2026-03-30 06:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95ee12e2-733b-568d-85d7-a31ebd2386b0 with identifier: YK59%20SRO
2026-03-30 06:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95ee12e2-733b-568d-85d7-a31ebd2386b0 with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95ee12e2-733b-568d-85d7-a31ebd2386b0 with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95ee12e2-733b-568d-85d7-a31ebd2386b0, identifier: YK59%20SRO
2026-03-30 06:11:14 [bca.uk] INFO: Found listing with ID: FP13%20WNN
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP13%2520WNN%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [bca.uk] INFO: Scrape type for FP13%20WNN: 2
2026-03-30 06:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1c01691-9741-5ea4-979a-f93e42bd28c2 with identifier: FP13%20WNN
2026-03-30 06:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1c01691-9741-5ea4-979a-f93e42bd28c2 with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1c01691-9741-5ea4-979a-f93e42bd28c2 with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1c01691-9741-5ea4-979a-f93e42bd28c2, identifier: FP13%20WNN
2026-03-30 06:11:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a3b9426-5728-5915-9a15-ff4befd1ccf0 with identifier: DP23%20TBV
2026-03-30 06:11:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a3b9426-5728-5915-9a15-ff4befd1ccf0 with identifier: DP23%20TBV
2026-03-30 06:11:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a3b9426-5728-5915-9a15-ff4befd1ccf0 with identifier: DP23%20TBV to the API
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP23%20TBV-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9a3b9426-5728-5915-9a15-ff4befd1ccf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP23 TBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20TBV&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 31279,
'odometer_reading_unit': '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 L1 1.5 TURBO D 100 2300 PRO Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRO',
'vin': 'W0VEFYHT2PJ676926',
'year': 2023}
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TBV%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [bca.uk] INFO: Saving data for DP23%20TBV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649401.163234, 'last_price_update_time': 1774851074.844943}
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520TBV') HTTP/1.1" 204 0
2026-03-30 06:11:14 [bca.uk] INFO: Found listing with ID: EF69%20FGP
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF69%2520FGP%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [bca.uk] INFO: Scrape type for EF69%20FGP: 2
2026-03-30 06:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd46592c-983e-503e-9f62-fc99844d7132 with identifier: EF69%20FGP
2026-03-30 06:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd46592c-983e-503e-9f62-fc99844d7132 with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd46592c-983e-503e-9f62-fc99844d7132 with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd46592c-983e-503e-9f62-fc99844d7132, identifier: EF69%20FGP
2026-03-30 06:11:14 [bca.uk] INFO: Found listing with ID: AY66%20ZNA
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY66%2520ZNA%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [bca.uk] INFO: Scrape type for AY66%20ZNA: 2
2026-03-30 06:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4476cfa6-5fb9-5033-95ba-0b21ea98bca4 with identifier: AY66%20ZNA
2026-03-30 06:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4476cfa6-5fb9-5033-95ba-0b21ea98bca4 with scrape type 2
2026-03-30 06:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4476cfa6-5fb9-5033-95ba-0b21ea98bca4 with scrape type 2
2026-03-30 06:11:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4476cfa6-5fb9-5033-95ba-0b21ea98bca4, identifier: AY66%20ZNA
2026-03-30 06:11:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a349a19a-e4c0-5d0e-a29e-c628a767ffbc with identifier: FP65%20TEO
2026-03-30 06:11:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a349a19a-e4c0-5d0e-a29e-c628a767ffbc with identifier: FP65%20TEO
2026-03-30 06:11:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a349a19a-e4c0-5d0e-a29e-c628a767ffbc with identifier: FP65%20TEO to the API
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP65%20TEO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a349a19a-e4c0-5d0e-a29e-c628a767ffbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP65 TEO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP65%20TEO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'MONDEO',
'odometer': 183459,
'odometer_reading_unit': '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': 'WF0FXXWPCFFS87522',
'year': 2015}
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP65%2520TEO%27 HTTP/1.1" 200 None
2026-03-30 06:11:15 [bca.uk] INFO: Saving data for FP65%20TEO: {'auction_closing_time': 1775037600.0, 'created_time': 1774562728.711719, 'last_price_update_time': 1774851075.346889}
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP65%2520TEO') HTTP/1.1" 204 0
2026-03-30 06:11:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95ee12e2-733b-568d-85d7-a31ebd2386b0 with identifier: YK59%20SRO
2026-03-30 06:11:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95ee12e2-733b-568d-85d7-a31ebd2386b0 with identifier: YK59%20SRO
2026-03-30 06:11:15 [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-30 06:11:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK59%20SRO-GB',
'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-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK59%2520SRO%27 HTTP/1.1" 200 None
2026-03-30 06:11:15 [bca.uk] INFO: Saving data for YK59%20SRO: {'auction_closing_time': 1775037600.0, 'created_time': 1774479035.992141, 'last_price_update_time': 1774851075.636101}
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:15 [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-30 06:11:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1c01691-9741-5ea4-979a-f93e42bd28c2 with identifier: FP13%20WNN
2026-03-30 06:11:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1c01691-9741-5ea4-979a-f93e42bd28c2 with identifier: FP13%20WNN
2026-03-30 06:11:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1c01691-9741-5ea4-979a-f93e42bd28c2 with identifier: FP13%20WNN to the API
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP13%20WNN-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1c01691-9741-5ea4-979a-f93e42bd28c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP13 WNN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP13%20WNN&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 120708,
'odometer_reading_unit': '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': 'WF0KXXGCBKDB75921',
'year': 2013}
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP13%2520WNN%27 HTTP/1.1" 200 None
2026-03-30 06:11:15 [bca.uk] INFO: Saving data for FP13%20WNN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649447.043485, 'last_price_update_time': 1774851075.920925}
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP13%2520WNN') HTTP/1.1" 204 0
2026-03-30 06:11:15 [bca.uk] INFO: Found listing with ID: DP23%20TLK
2026-03-30 06:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TLK%27 HTTP/1.1" 200 None
2026-03-30 06:11:15 [bca.uk] INFO: Scrape type for DP23%20TLK: 2
2026-03-30 06:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf11da4-8f7c-581b-b9b7-dfe87926612f with identifier: DP23%20TLK
2026-03-30 06:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf11da4-8f7c-581b-b9b7-dfe87926612f with scrape type 2
2026-03-30 06:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf11da4-8f7c-581b-b9b7-dfe87926612f with scrape type 2
2026-03-30 06:11:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf11da4-8f7c-581b-b9b7-dfe87926612f, identifier: DP23%20TLK
2026-03-30 06:11:16 [scrapy.extensions.logstats] INFO: Crawled 44 pages (at 1 pages/min), scraped 1024 items (at 128 items/min)
2026-03-30 06:11:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
2026-03-30 06:11:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd46592c-983e-503e-9f62-fc99844d7132 with identifier: EF69%20FGP
2026-03-30 06:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd46592c-983e-503e-9f62-fc99844d7132 with identifier: EF69%20FGP
2026-03-30 06:11:16 [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-30 06:11:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:16 [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': 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-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF69%2520FGP%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [bca.uk] INFO: Saving data for EF69%20FGP: {'auction_closing_time': 1774854000.0, 'created_time': 1774477087.490575, 'last_price_update_time': 1774851076.379805}
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [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-30 06:11:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4476cfa6-5fb9-5033-95ba-0b21ea98bca4 with identifier: AY66%20ZNA
2026-03-30 06:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4476cfa6-5fb9-5033-95ba-0b21ea98bca4 with identifier: AY66%20ZNA
2026-03-30 06:11:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4476cfa6-5fb9-5033-95ba-0b21ea98bca4 with identifier: AY66%20ZNA to the API
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:16 [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=AY66%20ZNA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4476cfa6-5fb9-5033-95ba-0b21ea98bca4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AY66 ZNA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY66%20ZNA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 128502,
'odometer_reading_unit': '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.0 TFSI 115 SPORT Hatchback',
'transmission': 'manual',
'trim': 'TFSI 115 SPORT',
'vin': 'WAUZZZ8V0HA011195',
'year': 2016}
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY66%2520ZNA%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [bca.uk] INFO: Saving data for AY66%20ZNA: {'auction_closing_time': 1775124000.0, 'created_time': 1774649229.231003, 'last_price_update_time': 1774851076.679447}
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY66%2520ZNA') HTTP/1.1" 204 0
2026-03-30 06:11:16 [bca.uk] INFO: Found listing with ID: SC68%20NNM
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC68%2520NNM%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [bca.uk] INFO: Scrape type for SC68%20NNM: 2
2026-03-30 06:11:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d0c3f55-23e4-5693-9685-2ef330b65363 with identifier: SC68%20NNM
2026-03-30 06:11:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d0c3f55-23e4-5693-9685-2ef330b65363 with scrape type 2
2026-03-30 06:11:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d0c3f55-23e4-5693-9685-2ef330b65363 with scrape type 2
2026-03-30 06:11:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d0c3f55-23e4-5693-9685-2ef330b65363, identifier: SC68%20NNM
2026-03-30 06:11:16 [bca.uk] INFO: Found listing with ID: WF67%20DFL
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF67%2520DFL%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [bca.uk] INFO: Scrape type for WF67%20DFL: 2
2026-03-30 06:11:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with identifier: WF67%20DFL
2026-03-30 06:11:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with scrape type 2
2026-03-30 06:11:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with scrape type 2
2026-03-30 06:11:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0, identifier: WF67%20DFL
2026-03-30 06:11:16 [bca.uk] INFO: Found listing with ID: LS24%20EXV
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS24%2520EXV%27 HTTP/1.1" 200 None
2026-03-30 06:11:17 [bca.uk] INFO: Scrape type for LS24%20EXV: 0
2026-03-30 06:11:17 [bca.uk] INFO: Found listing with ID: MK24%20ZBW
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK24%2520ZBW%27 HTTP/1.1" 200 None
2026-03-30 06:11:17 [bca.uk] INFO: Scrape type for MK24%20ZBW: 0
2026-03-30 06:11:17 [bca.uk] INFO: Found listing with ID: MW74%20DWM
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DWM%27 HTTP/1.1" 200 None
2026-03-30 06:11:17 [bca.uk] INFO: Scrape type for MW74%20DWM: 0
2026-03-30 06:11:17 [bca.uk] INFO: Found listing with ID: MW74%20DWY
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DWY%27 HTTP/1.1" 200 None
2026-03-30 06:11:17 [bca.uk] INFO: Scrape type for MW74%20DWY: 0
2026-03-30 06:11:17 [bca.uk] INFO: Found listing with ID: LS62%20KHW
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS62%2520KHW%27 HTTP/1.1" 200 None
2026-03-30 06:11:17 [bca.uk] INFO: Scrape type for LS62%20KHW: 2
2026-03-30 06:11:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79995e66-c794-5de6-b85d-47b01a7b5daf with identifier: LS62%20KHW
2026-03-30 06:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79995e66-c794-5de6-b85d-47b01a7b5daf with scrape type 2
2026-03-30 06:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79995e66-c794-5de6-b85d-47b01a7b5daf with scrape type 2
2026-03-30 06:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79995e66-c794-5de6-b85d-47b01a7b5daf, identifier: LS62%20KHW
2026-03-30 06:11:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf11da4-8f7c-581b-b9b7-dfe87926612f with identifier: DP23%20TLK
2026-03-30 06:11:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf11da4-8f7c-581b-b9b7-dfe87926612f with identifier: DP23%20TLK
2026-03-30 06:11:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf11da4-8f7c-581b-b9b7-dfe87926612f with identifier: DP23%20TLK to the API
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP23%20TLK-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'acf11da4-8f7c-581b-b9b7-dfe87926612f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP23 TLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20TLK&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 32090,
'odometer_reading_unit': '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 L1 1.5 TURBO D 100 2300 PRO Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRO',
'vin': 'W0VEFYHT2PJ681948',
'year': 2023}
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TLK%27 HTTP/1.1" 200 None
2026-03-30 06:11:17 [bca.uk] INFO: Saving data for DP23%20TLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774649396.1287, 'last_price_update_time': 1774851077.427032}
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520TLK') HTTP/1.1" 204 0
2026-03-30 06:11:17 [bca.uk] INFO: Found listing with ID: KS71%20LRF
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS71%2520LRF%27 HTTP/1.1" 200 None
2026-03-30 06:11:17 [bca.uk] INFO: Scrape type for KS71%20LRF: 2
2026-03-30 06:11:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccd0987b-7201-5e77-8484-2ac540439dd8 with identifier: KS71%20LRF
2026-03-30 06:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccd0987b-7201-5e77-8484-2ac540439dd8 with scrape type 2
2026-03-30 06:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccd0987b-7201-5e77-8484-2ac540439dd8 with scrape type 2
2026-03-30 06:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccd0987b-7201-5e77-8484-2ac540439dd8, identifier: KS71%20LRF
2026-03-30 06:11:17 [bca.uk] INFO: Found listing with ID: NA07%20HJZ
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA07%2520HJZ%27 HTTP/1.1" 200 None
2026-03-30 06:11:17 [bca.uk] INFO: Scrape type for NA07%20HJZ: 2
2026-03-30 06:11:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7528ed5c-4d8d-5681-a8e8-a2ec5495651e with identifier: NA07%20HJZ
2026-03-30 06:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7528ed5c-4d8d-5681-a8e8-a2ec5495651e with scrape type 2
2026-03-30 06:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7528ed5c-4d8d-5681-a8e8-a2ec5495651e with scrape type 2
2026-03-30 06:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7528ed5c-4d8d-5681-a8e8-a2ec5495651e, identifier: NA07%20HJZ
2026-03-30 06:11:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d0c3f55-23e4-5693-9685-2ef330b65363 with identifier: SC68%20NNM
2026-03-30 06:11:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d0c3f55-23e4-5693-9685-2ef330b65363 with identifier: SC68%20NNM
2026-03-30 06:11:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d0c3f55-23e4-5693-9685-2ef330b65363 with identifier: SC68%20NNM to the API
2026-03-30 06:11:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC68%20NNM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0d0c3f55-23e4-5693-9685-2ef330b65363',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC68 NNM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC68%20NNM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 37740,
'odometer_reading_unit': '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 SPORT LINE Hatchback',
'transmission': 'manual',
'trim': 'VTEC TURBO 126 SPORT LINE',
'vin': 'SHHFK6700JU010836',
'year': 2018}
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC68%2520NNM%27 HTTP/1.1" 200 None
2026-03-30 06:11:18 [bca.uk] INFO: Saving data for SC68%20NNM: {'auction_closing_time': 1775037600.0, 'created_time': 1774045272.611008, 'last_price_update_time': 1774851078.044864}
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC68%2520NNM') HTTP/1.1" 204 0
2026-03-30 06:11:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with identifier: WF67%20DFL
2026-03-30 06:11:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a1e47ca-afc2-59e8-b3dc-f6b3b49e1bf0 with identifier: WF67%20DFL
2026-03-30 06:11:18 [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-30 06:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF67%2520DFL%27 HTTP/1.1" 200 None
2026-03-30 06:11:18 [bca.uk] INFO: Saving data for WF67%20DFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774562864.675382, 'last_price_update_time': 1774851078.334111}
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:18 [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-30 06:11:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79995e66-c794-5de6-b85d-47b01a7b5daf with identifier: LS62%20KHW
2026-03-30 06:11:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79995e66-c794-5de6-b85d-47b01a7b5daf with identifier: LS62%20KHW
2026-03-30 06:11:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79995e66-c794-5de6-b85d-47b01a7b5daf with identifier: LS62%20KHW to the API
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS62%20KHW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '79995e66-c794-5de6-b85d-47b01a7b5daf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LS62 KHW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS62%20KHW&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 81414,
'odometer_reading_unit': '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 ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DCI ACENTA PREMIUM',
'vin': 'SJNFCAF15U6259794',
'year': 2012}
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS62%2520KHW%27 HTTP/1.1" 200 None
2026-03-30 06:11:18 [bca.uk] INFO: Saving data for LS62%20KHW: {'auction_closing_time': 1775037600.0, 'created_time': 1774303870.269363, 'last_price_update_time': 1774851078.624066}
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS62%2520KHW') HTTP/1.1" 204 0
2026-03-30 06:11:18 [bca.uk] INFO: Found listing with ID: HX14%20DND
2026-03-30 06:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX14%2520DND%27 HTTP/1.1" 200 None
2026-03-30 06:11:18 [bca.uk] INFO: Scrape type for HX14%20DND: 2
2026-03-30 06:11:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48b46c1b-9741-5010-9392-62a97f6e733f with identifier: HX14%20DND
2026-03-30 06:11:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48b46c1b-9741-5010-9392-62a97f6e733f with scrape type 2
2026-03-30 06:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48b46c1b-9741-5010-9392-62a97f6e733f with scrape type 2
2026-03-30 06:11:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48b46c1b-9741-5010-9392-62a97f6e733f, identifier: HX14%20DND
2026-03-30 06:11:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccd0987b-7201-5e77-8484-2ac540439dd8 with identifier: KS71%20LRF
2026-03-30 06:11:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccd0987b-7201-5e77-8484-2ac540439dd8 with identifier: KS71%20LRF
2026-03-30 06:11:18 [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-30 06:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:19 [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': 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-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS71%2520LRF%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Saving data for KS71%20LRF: {'auction_closing_time': 1774854000.0, 'created_time': 1774477723.144583, 'last_price_update_time': 1774851079.029093}
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:19 [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-30 06:11:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7528ed5c-4d8d-5681-a8e8-a2ec5495651e with identifier: NA07%20HJZ
2026-03-30 06:11:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7528ed5c-4d8d-5681-a8e8-a2ec5495651e with identifier: NA07%20HJZ
2026-03-30 06:11:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7528ed5c-4d8d-5681-a8e8-a2ec5495651e with identifier: NA07%20HJZ to the API
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:19 [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=NA07%20HJZ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7528ed5c-4d8d-5681-a8e8-a2ec5495651e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA07 HJZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA07%20HJZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'DISPATCH 1000KG',
'odometer': 127192,
'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 1.6 HDI 90 L1 H1 PanelVan',
'transmission': 'manual',
'trim': 'HDI 90 L1 H1',
'vin': 'VF7XS9HUC64030601',
'year': 2007}
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA07%2520HJZ%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Saving data for NA07%20HJZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774649306.732201, 'last_price_update_time': 1774851079.326728}
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA07%2520HJZ') HTTP/1.1" 204 0
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: MK61%20GYH
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK61%2520GYH%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for MK61%20GYH: 2
2026-03-30 06:11:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 980f217c-c2ce-52ac-8334-4e889b0cb06c with identifier: MK61%20GYH
2026-03-30 06:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 980f217c-c2ce-52ac-8334-4e889b0cb06c with scrape type 2
2026-03-30 06:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 980f217c-c2ce-52ac-8334-4e889b0cb06c with scrape type 2
2026-03-30 06:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 980f217c-c2ce-52ac-8334-4e889b0cb06c, identifier: MK61%20GYH
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: RX72%20LTT
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX72%2520LTT%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for RX72%20LTT: 2
2026-03-30 06:11:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39148149-6178-52ea-b494-e3d5d130e609 with identifier: RX72%20LTT
2026-03-30 06:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39148149-6178-52ea-b494-e3d5d130e609 with scrape type 2
2026-03-30 06:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39148149-6178-52ea-b494-e3d5d130e609 with scrape type 2
2026-03-30 06:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39148149-6178-52ea-b494-e3d5d130e609, identifier: RX72%20LTT
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: MJ74%20PBU
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ74%2520PBU%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for MJ74%20PBU: 0
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: MK74%20HBP
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK74%2520HBP%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for MK74%20HBP: 0
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: VU24%20HZM
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU24%2520HZM%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for VU24%20HZM: 0
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: BN25%20RFX
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN25%2520RFX%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for BN25%20RFX: 0
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: MA24%20JNK
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA24%2520JNK%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for MA24%20JNK: 0
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: MA74%20XZG
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA74%2520XZG%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for MA74%20XZG: 0
2026-03-30 06:11:19 [bca.uk] INFO: Found listing with ID: DC66%20YYE
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC66%2520YYE%27 HTTP/1.1" 200 None
2026-03-30 06:11:19 [bca.uk] INFO: Scrape type for DC66%20YYE: 2
2026-03-30 06:11:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd93070d-1ca8-5619-9104-b4013bc9d32a with identifier: DC66%20YYE
2026-03-30 06:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd93070d-1ca8-5619-9104-b4013bc9d32a with scrape type 2
2026-03-30 06:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd93070d-1ca8-5619-9104-b4013bc9d32a with scrape type 2
2026-03-30 06:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd93070d-1ca8-5619-9104-b4013bc9d32a, identifier: DC66%20YYE
2026-03-30 06:11:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48b46c1b-9741-5010-9392-62a97f6e733f with identifier: HX14%20DND
2026-03-30 06:11:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48b46c1b-9741-5010-9392-62a97f6e733f with identifier: HX14%20DND
2026-03-30 06:11:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48b46c1b-9741-5010-9392-62a97f6e733f with identifier: HX14%20DND to the API
2026-03-30 06:11:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:20 [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=HX14%20DND-GB',
'category': 'Motorhome',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '3.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '48b46c1b-9741-5010-9392-62a97f6e733f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX14 DND',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX14%20DND&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'SWIFT',
'model': 'KON TIKI',
'odometer': 19767,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SWIFT KON TIKI 3.0 669 BLK ED.HIGH LINE MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '669 BLK ED.HIGH LINE MOTORHOME',
'vin': 'ZFA25000002625423',
'year': 2014}
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX14%2520DND%27 HTTP/1.1" 200 None
2026-03-30 06:11:20 [bca.uk] INFO: Saving data for HX14%20DND: {'auction_closing_time': 1775124000.0, 'created_time': 1774649383.88709, 'last_price_update_time': 1774851080.115078}
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX14%2520DND') HTTP/1.1" 204 0
2026-03-30 06:11:20 [bca.uk] INFO: Found listing with ID: MV22%20UCS
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV22%2520UCS%27 HTTP/1.1" 200 None
2026-03-30 06:11:20 [bca.uk] INFO: Scrape type for MV22%20UCS: 2
2026-03-30 06:11:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with identifier: MV22%20UCS
2026-03-30 06:11:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with scrape type 2
2026-03-30 06:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with scrape type 2
2026-03-30 06:11:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b8fd37b-7dc6-5a05-bd55-0db788f32668, identifier: MV22%20UCS
2026-03-30 06:11:20 [bca.uk] INFO: Found listing with ID: RV18%20HSL
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV18%2520HSL%27 HTTP/1.1" 200 None
2026-03-30 06:11:20 [bca.uk] INFO: Scrape type for RV18%20HSL: 2
2026-03-30 06:11:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cac94b9-6c4a-5f8d-a79d-72606bc406f6 with identifier: RV18%20HSL
2026-03-30 06:11:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cac94b9-6c4a-5f8d-a79d-72606bc406f6 with scrape type 2
2026-03-30 06:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cac94b9-6c4a-5f8d-a79d-72606bc406f6 with scrape type 2
2026-03-30 06:11:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cac94b9-6c4a-5f8d-a79d-72606bc406f6, identifier: RV18%20HSL
2026-03-30 06:11:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 980f217c-c2ce-52ac-8334-4e889b0cb06c with identifier: MK61%20GYH
2026-03-30 06:11:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 980f217c-c2ce-52ac-8334-4e889b0cb06c with identifier: MK61%20GYH
2026-03-30 06:11:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 980f217c-c2ce-52ac-8334-4e889b0cb06c with identifier: MK61%20GYH to the API
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 155,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '980f217c-c2ce-52ac-8334-4e889b0cb06c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK61 GYH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK61%20GYH&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 90250,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 1.8 I-VTEC SI Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC SI',
'vin': 'SHHFK2750BU010443',
'year': 2011}
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK61%2520GYH%27 HTTP/1.1" 200 None
2026-03-30 06:11:20 [bca.uk] INFO: Saving data for MK61%20GYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774649284.978177, 'last_price_update_time': 1774851080.728638}
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK61%2520GYH') HTTP/1.1" 204 0
2026-03-30 06:11:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39148149-6178-52ea-b494-e3d5d130e609 with identifier: RX72%20LTT
2026-03-30 06:11:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39148149-6178-52ea-b494-e3d5d130e609 with identifier: RX72%20LTT
2026-03-30 06:11:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39148149-6178-52ea-b494-e3d5d130e609 with identifier: RX72%20LTT to the API
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 256,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX72%20LTT-GB',
'category': 'LightCommercialVehicle',
'color': 'orange',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '39148149-6178-52ea-b494-e3d5d130e609',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX72 LTT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX72%20LTT&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'RANGER',
'odometer': 71575,
'odometer_reading_unit': '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': '6FPPXXMJ2PNU30800',
'year': 2022}
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX72%2520LTT%27 HTTP/1.1" 200 None
2026-03-30 06:11:21 [bca.uk] INFO: Saving data for RX72%20LTT: {'auction_closing_time': 1775037600.0, 'created_time': 1774649262.943171, 'last_price_update_time': 1774851081.06118}
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX72%2520LTT') HTTP/1.1" 204 0
2026-03-30 06:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd93070d-1ca8-5619-9104-b4013bc9d32a with identifier: DC66%20YYE
2026-03-30 06:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd93070d-1ca8-5619-9104-b4013bc9d32a with identifier: DC66%20YYE
2026-03-30 06:11:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd93070d-1ca8-5619-9104-b4013bc9d32a with identifier: DC66%20YYE to the API
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:21 [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=DC66%20YYE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dd93070d-1ca8-5619-9104-b4013bc9d32a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DC66 YYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC66%20YYE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'A200 D',
'odometer': 75903,
'odometer_reading_unit': '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 DCT Hatchback',
'transmission': 'automatic',
'trim': 'SPORT PREMIUM DCT',
'vin': 'WDD1760082J538616',
'year': 2017}
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC66%2520YYE%27 HTTP/1.1" 200 None
2026-03-30 06:11:21 [bca.uk] INFO: Saving data for DC66%20YYE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649438.318701, 'last_price_update_time': 1774851081.379946}
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC66%2520YYE') HTTP/1.1" 204 0
2026-03-30 06:11:21 [bca.uk] INFO: Found listing with ID: AE69%20JHY
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE69%2520JHY%27 HTTP/1.1" 200 None
2026-03-30 06:11:21 [bca.uk] INFO: Scrape type for AE69%20JHY: 2
2026-03-30 06:11:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3065b5db-4b28-501a-acf4-161354265b32 with identifier: AE69%20JHY
2026-03-30 06:11:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3065b5db-4b28-501a-acf4-161354265b32 with scrape type 2
2026-03-30 06:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3065b5db-4b28-501a-acf4-161354265b32 with scrape type 2
2026-03-30 06:11:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3065b5db-4b28-501a-acf4-161354265b32, identifier: AE69%20JHY
2026-03-30 06:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with identifier: MV22%20UCS
2026-03-30 06:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b8fd37b-7dc6-5a05-bd55-0db788f32668 with identifier: MV22%20UCS
2026-03-30 06:11:21 [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-30 06:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:21 [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': 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-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV22%2520UCS%27 HTTP/1.1" 200 None
2026-03-30 06:11:21 [bca.uk] INFO: Saving data for MV22%20UCS: {'auction_closing_time': 1774854000.0, 'created_time': 1773821354.471948, 'last_price_update_time': 1774851081.805747}
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:21 [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-30 06:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cac94b9-6c4a-5f8d-a79d-72606bc406f6 with identifier: RV18%20HSL
2026-03-30 06:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cac94b9-6c4a-5f8d-a79d-72606bc406f6 with identifier: RV18%20HSL
2026-03-30 06:11:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cac94b9-6c4a-5f8d-a79d-72606bc406f6 with identifier: RV18%20HSL to the API
2026-03-30 06:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:22 [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': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV18%20HSL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8cac94b9-6c4a-5f8d-a79d-72606bc406f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV18 HSL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV18%20HSL&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'KANGOO',
'odometer': 68647,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'RENAULT KANGOO 1.5 ML19DCI ENERGY 90 BUSINESS+ Van',
'transmission': 'manual',
'trim': 'ML19DCI ENERGY 90 BUSINESS+',
'vin': 'VF1FW51J160143340',
'year': 2018}
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV18%2520HSL%27 HTTP/1.1" 200 None
2026-03-30 06:11:22 [bca.uk] INFO: Saving data for RV18%20HSL: {'auction_closing_time': 1775037600.0, 'created_time': 1774649458.504178, 'last_price_update_time': 1774851082.133722}
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV18%2520HSL') HTTP/1.1" 204 0
2026-03-30 06:11:22 [bca.uk] INFO: Found listing with ID: FV08%20DGX
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV08%2520DGX%27 HTTP/1.1" 200 None
2026-03-30 06:11:22 [bca.uk] INFO: Scrape type for FV08%20DGX: 2
2026-03-30 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27bd9b9d-e896-5e03-806c-b2b54e0b04ad with identifier: FV08%20DGX
2026-03-30 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27bd9b9d-e896-5e03-806c-b2b54e0b04ad with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27bd9b9d-e896-5e03-806c-b2b54e0b04ad with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27bd9b9d-e896-5e03-806c-b2b54e0b04ad, identifier: FV08%20DGX
2026-03-30 06:11:22 [bca.uk] INFO: Found listing with ID: FV10%20XXD
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV10%2520XXD%27 HTTP/1.1" 200 None
2026-03-30 06:11:22 [bca.uk] INFO: Scrape type for FV10%20XXD: 2
2026-03-30 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18381cb4-6b26-53eb-b59e-94b9a790dec2 with identifier: FV10%20XXD
2026-03-30 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18381cb4-6b26-53eb-b59e-94b9a790dec2 with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18381cb4-6b26-53eb-b59e-94b9a790dec2 with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18381cb4-6b26-53eb-b59e-94b9a790dec2, identifier: FV10%20XXD
2026-03-30 06:11:22 [bca.uk] INFO: Found listing with ID: KW70%20UST
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW70%2520UST%27 HTTP/1.1" 200 None
2026-03-30 06:11:22 [bca.uk] INFO: Scrape type for KW70%20UST: 2
2026-03-30 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0414ce86-5d81-5db8-a8fb-603161b452db with identifier: KW70%20UST
2026-03-30 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0414ce86-5d81-5db8-a8fb-603161b452db with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0414ce86-5d81-5db8-a8fb-603161b452db with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0414ce86-5d81-5db8-a8fb-603161b452db, identifier: KW70%20UST
2026-03-30 06:11:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3065b5db-4b28-501a-acf4-161354265b32 with identifier: AE69%20JHY
2026-03-30 06:11:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3065b5db-4b28-501a-acf4-161354265b32 with identifier: AE69%20JHY
2026-03-30 06:11:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3065b5db-4b28-501a-acf4-161354265b32 with identifier: AE69%20JHY to the API
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:22 [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': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE69%20JHY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '3065b5db-4b28-501a-acf4-161354265b32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AE69 JHY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE69%20JHY&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 93227,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLVO XC60 2.0 T5 250 AWD R DESIGN G/T StationWagon',
'transmission': 'automatic',
'trim': 'T5 250 AWD R DESIGN G/T',
'vin': 'YV1UZ25VCL1455301',
'year': 2019}
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE69%2520JHY%27 HTTP/1.1" 200 None
2026-03-30 06:11:22 [bca.uk] INFO: Saving data for AE69%20JHY: {'auction_closing_time': 1774854000.0, 'created_time': 1774447332.319424, 'last_price_update_time': 1774851082.803135}
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE69%2520JHY') HTTP/1.1" 204 0
2026-03-30 06:11:22 [bca.uk] INFO: Found listing with ID: VK73%20CAE
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK73%2520CAE%27 HTTP/1.1" 200 None
2026-03-30 06:11:22 [bca.uk] INFO: Scrape type for VK73%20CAE: 0
2026-03-30 06:11:22 [bca.uk] INFO: Found listing with ID: NA14%20MLY
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA14%2520MLY%27 HTTP/1.1" 200 None
2026-03-30 06:11:22 [bca.uk] INFO: Scrape type for NA14%20MLY: 2
2026-03-30 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with identifier: NA14%20MLY
2026-03-30 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7, identifier: NA14%20MLY
2026-03-30 06:11:22 [bca.uk] INFO: Found listing with ID: YR70%20UMF
2026-03-30 06:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR70%2520UMF%27 HTTP/1.1" 200 None
2026-03-30 06:11:22 [bca.uk] INFO: Scrape type for YR70%20UMF: 2
2026-03-30 06:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5b92fff-7a6d-55b7-910c-6d91a1429dd7 with identifier: YR70%20UMF
2026-03-30 06:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5b92fff-7a6d-55b7-910c-6d91a1429dd7 with scrape type 2
2026-03-30 06:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5b92fff-7a6d-55b7-910c-6d91a1429dd7 with scrape type 2
2026-03-30 06:11:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5b92fff-7a6d-55b7-910c-6d91a1429dd7, identifier: YR70%20UMF
2026-03-30 06:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27bd9b9d-e896-5e03-806c-b2b54e0b04ad with identifier: FV08%20DGX
2026-03-30 06:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27bd9b9d-e896-5e03-806c-b2b54e0b04ad with identifier: FV08%20DGX
2026-03-30 06:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27bd9b9d-e896-5e03-806c-b2b54e0b04ad with identifier: FV08%20DGX to the API
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 137,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '27bd9b9d-e896-5e03-806c-b2b54e0b04ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV08 DGX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV08%20DGX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 42215,
'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 SPORT Hatchback',
'transmission': 'manual',
'trim': 'I-DSI SPORT',
'vin': 'LUCGE379083211746',
'year': 2008}
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV08%2520DGX%27 HTTP/1.1" 200 None
2026-03-30 06:11:23 [bca.uk] INFO: Saving data for FV08%20DGX: {'auction_closing_time': 1775037600.0, 'created_time': 1774649283.170087, 'last_price_update_time': 1774851083.368758}
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV08%2520DGX') HTTP/1.1" 204 0
2026-03-30 06:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18381cb4-6b26-53eb-b59e-94b9a790dec2 with identifier: FV10%20XXD
2026-03-30 06:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18381cb4-6b26-53eb-b59e-94b9a790dec2 with identifier: FV10%20XXD
2026-03-30 06:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18381cb4-6b26-53eb-b59e-94b9a790dec2 with identifier: FV10%20XXD to the API
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV10%20XXD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '18381cb4-6b26-53eb-b59e-94b9a790dec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV10 XXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV10%20XXD&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'SKODA',
'model': 'ROOMSTER',
'odometer': 129379,
'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 ROOMSTER 1.4 TDI PD 80 SE MPV',
'transmission': 'manual',
'trim': 'TDI PD 80 SE',
'vin': 'TMBMF65J9A5034267',
'year': 2010}
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV10%2520XXD%27 HTTP/1.1" 200 None
2026-03-30 06:11:23 [bca.uk] INFO: Saving data for FV10%20XXD: {'auction_closing_time': 1775037600.0, 'created_time': 1774649267.639456, 'last_price_update_time': 1774851083.656265}
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV10%2520XXD') HTTP/1.1" 204 0
2026-03-30 06:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0414ce86-5d81-5db8-a8fb-603161b452db with identifier: KW70%20UST
2026-03-30 06:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0414ce86-5d81-5db8-a8fb-603161b452db with identifier: KW70%20UST
2026-03-30 06:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0414ce86-5d81-5db8-a8fb-603161b452db with identifier: KW70%20UST to the API
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW70%20UST-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '0414ce86-5d81-5db8-a8fb-603161b452db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW70 UST',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW70%20UST&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 35601,
'odometer_reading_unit': '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 ID.3 150KW 58KWH LIFE PRO PERF. Hatchback',
'transmission': 'automatic',
'trim': '150KW 58KWH LIFE PRO PERF.',
'vin': 'WVWZZZE1ZMP036605',
'year': 2020}
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW70%2520UST%27 HTTP/1.1" 200 None
2026-03-30 06:11:23 [bca.uk] INFO: Saving data for KW70%20UST: {'auction_closing_time': 1775037600.0, 'created_time': 1774649437.295183, 'last_price_update_time': 1774851083.946469}
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520UST') HTTP/1.1" 204 0
2026-03-30 06:11:23 [bca.uk] INFO: Found listing with ID: BN22%20KRF
2026-03-30 06:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN22%2520KRF%27 HTTP/1.1" 200 None
2026-03-30 06:11:23 [bca.uk] INFO: Scrape type for BN22%20KRF: 0
2026-03-30 06:11:23 [bca.uk] INFO: Found listing with ID: CU22%20ZXR
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU22%2520ZXR%27 HTTP/1.1" 200 None
2026-03-30 06:11:24 [bca.uk] INFO: Scrape type for CU22%20ZXR: 0
2026-03-30 06:11:24 [bca.uk] INFO: Found listing with ID: FD71%20JXN
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD71%2520JXN%27 HTTP/1.1" 200 None
2026-03-30 06:11:24 [bca.uk] INFO: Scrape type for FD71%20JXN: 0
2026-03-30 06:11:24 [bca.uk] INFO: Found listing with ID: FH73%20MKE
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH73%2520MKE%27 HTTP/1.1" 200 None
2026-03-30 06:11:24 [bca.uk] INFO: Scrape type for FH73%20MKE: 2
2026-03-30 06:11:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33dc2dc7-a61a-59b9-9431-0caf55373290 with identifier: FH73%20MKE
2026-03-30 06:11:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33dc2dc7-a61a-59b9-9431-0caf55373290 with scrape type 2
2026-03-30 06:11:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33dc2dc7-a61a-59b9-9431-0caf55373290 with scrape type 2
2026-03-30 06:11:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33dc2dc7-a61a-59b9-9431-0caf55373290, identifier: FH73%20MKE
2026-03-30 06:11:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with identifier: NA14%20MLY
2026-03-30 06:11:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19c0f519-3edb-5a6d-8907-ccd5ae0f50b7 with identifier: NA14%20MLY
2026-03-30 06:11:24 [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-30 06:11:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:24 [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=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-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA14%2520MLY%27 HTTP/1.1" 200 None
2026-03-30 06:11:24 [bca.uk] INFO: Saving data for NA14%20MLY: {'auction_closing_time': 1774951200.0, 'created_time': 1774651592.4453, 'last_price_update_time': 1774851084.428556}
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:24 [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-30 06:11:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5b92fff-7a6d-55b7-910c-6d91a1429dd7 with identifier: YR70%20UMF
2026-03-30 06:11:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5b92fff-7a6d-55b7-910c-6d91a1429dd7 with identifier: YR70%20UMF
2026-03-30 06:11:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5b92fff-7a6d-55b7-910c-6d91a1429dd7 with identifier: YR70%20UMF to the API
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:24 [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': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR70%20UMF-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5b92fff-7a6d-55b7-910c-6d91a1429dd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR70 UMF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR70%20UMF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 64208,
'odometer_reading_unit': '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': 'WF0YXXTTGYLY82436',
'year': 2020}
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR70%2520UMF%27 HTTP/1.1" 200 None
2026-03-30 06:11:24 [bca.uk] INFO: Saving data for YR70%20UMF: {'auction_closing_time': 1775037600.0, 'created_time': 1774649458.892564, 'last_price_update_time': 1774851084.845178}
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR70%2520UMF') HTTP/1.1" 204 0
2026-03-30 06:11:24 [bca.uk] INFO: Found listing with ID: FG18%20GHU
2026-03-30 06:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG18%2520GHU%27 HTTP/1.1" 200 None
2026-03-30 06:11:24 [bca.uk] INFO: Scrape type for FG18%20GHU: 2
2026-03-30 06:11:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f27b3db-cfa7-5f19-9e0b-d559ede52f16 with identifier: FG18%20GHU
2026-03-30 06:11:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f27b3db-cfa7-5f19-9e0b-d559ede52f16 with scrape type 2
2026-03-30 06:11:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f27b3db-cfa7-5f19-9e0b-d559ede52f16 with scrape type 2
2026-03-30 06:11:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f27b3db-cfa7-5f19-9e0b-d559ede52f16, identifier: FG18%20GHU
2026-03-30 06:11:24 [bca.uk] INFO: Found listing with ID: WK61%20ZTU
2026-03-30 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK61%2520ZTU%27 HTTP/1.1" 200 None
2026-03-30 06:11:25 [bca.uk] INFO: Scrape type for WK61%20ZTU: 2
2026-03-30 06:11:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02ae20b-24d6-5a26-95ae-a188dbb34039 with identifier: WK61%20ZTU
2026-03-30 06:11:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02ae20b-24d6-5a26-95ae-a188dbb34039 with scrape type 2
2026-03-30 06:11:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b02ae20b-24d6-5a26-95ae-a188dbb34039 with scrape type 2
2026-03-30 06:11:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b02ae20b-24d6-5a26-95ae-a188dbb34039, identifier: WK61%20ZTU
2026-03-30 06:11:25 [bca.uk] INFO: Found listing with ID: KN17%20YTF
2026-03-30 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN17%2520YTF%27 HTTP/1.1" 200 None
2026-03-30 06:11:25 [bca.uk] INFO: Scrape type for KN17%20YTF: 2
2026-03-30 06:11:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 977c48fc-f18e-584d-9e0d-7b473a232f37 with identifier: KN17%20YTF
2026-03-30 06:11:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 977c48fc-f18e-584d-9e0d-7b473a232f37 with scrape type 2
2026-03-30 06:11:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 977c48fc-f18e-584d-9e0d-7b473a232f37 with scrape type 2
2026-03-30 06:11:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 977c48fc-f18e-584d-9e0d-7b473a232f37, identifier: KN17%20YTF
2026-03-30 06:11:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33dc2dc7-a61a-59b9-9431-0caf55373290 with identifier: FH73%20MKE
2026-03-30 06:11:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33dc2dc7-a61a-59b9-9431-0caf55373290 with identifier: FH73%20MKE
2026-03-30 06:11:25 [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-30 06:11:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:25 [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': 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-30 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH73%2520MKE%27 HTTP/1.1" 200 None
2026-03-30 06:11:25 [bca.uk] INFO: Saving data for FH73%20MKE: {'auction_closing_time': 1774854000.0, 'created_time': 1773839535.593156, 'last_price_update_time': 1774851085.516859}
2026-03-30 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:25 [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-30 06:11:25 [bca.uk] INFO: Found listing with ID: DV12%20NKX
2026-03-30 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV12%2520NKX%27 HTTP/1.1" 200 None
2026-03-30 06:11:25 [bca.uk] INFO: Scrape type for DV12%20NKX: 2
2026-03-30 06:11:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94d60c17-1b2d-5091-8d43-dfa06625ffdf with identifier: DV12%20NKX
2026-03-30 06:11:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94d60c17-1b2d-5091-8d43-dfa06625ffdf with scrape type 2
2026-03-30 06:11:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94d60c17-1b2d-5091-8d43-dfa06625ffdf with scrape type 2
2026-03-30 06:11:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94d60c17-1b2d-5091-8d43-dfa06625ffdf, identifier: DV12%20NKX
2026-03-30 06:11:25 [bca.uk] INFO: Found listing with ID: FJ18%20XJY
2026-03-30 06:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ18%2520XJY%27 HTTP/1.1" 200 None
2026-03-30 06:11:25 [bca.uk] INFO: Scrape type for FJ18%20XJY: 2
2026-03-30 06:11:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 576c0e70-3c6f-56a2-a6e9-e6856186de1a with identifier: FJ18%20XJY
2026-03-30 06:11:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 576c0e70-3c6f-56a2-a6e9-e6856186de1a with scrape type 2
2026-03-30 06:11:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 576c0e70-3c6f-56a2-a6e9-e6856186de1a with scrape type 2
2026-03-30 06:11:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 576c0e70-3c6f-56a2-a6e9-e6856186de1a, identifier: FJ18%20XJY
2026-03-30 06:11:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f27b3db-cfa7-5f19-9e0b-d559ede52f16 with identifier: FG18%20GHU
2026-03-30 06:11:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f27b3db-cfa7-5f19-9e0b-d559ede52f16 with identifier: FG18%20GHU
2026-03-30 06:11:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f27b3db-cfa7-5f19-9e0b-d559ede52f16 with identifier: FG18%20GHU to the API
2026-03-30 06:11:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG18%20GHU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7f27b3db-cfa7-5f19-9e0b-d559ede52f16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG18 GHU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG18%20GHU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 66455,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
'transmission': 'manual',
'trim': 'GDI B/D 132 2WD SE',
'vin': 'TMAJ3811LJJ638734',
'year': 2018}
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG18%2520GHU%27 HTTP/1.1" 200 None
2026-03-30 06:11:26 [bca.uk] INFO: Saving data for FG18%20GHU: {'auction_closing_time': 1775037600.0, 'created_time': 1774649277.642809, 'last_price_update_time': 1774851086.090157}
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG18%2520GHU') HTTP/1.1" 204 0
2026-03-30 06:11:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b02ae20b-24d6-5a26-95ae-a188dbb34039 with identifier: WK61%20ZTU
2026-03-30 06:11:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b02ae20b-24d6-5a26-95ae-a188dbb34039 with identifier: WK61%20ZTU
2026-03-30 06:11:26 [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-30 06:11:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK61%2520ZTU%27 HTTP/1.1" 200 None
2026-03-30 06:11:26 [bca.uk] INFO: Saving data for WK61%20ZTU: {'auction_closing_time': 1775037600.0, 'created_time': 1774479326.071073, 'last_price_update_time': 1774851086.389559}
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:26 [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-30 06:11:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 977c48fc-f18e-584d-9e0d-7b473a232f37 with identifier: KN17%20YTF
2026-03-30 06:11:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 977c48fc-f18e-584d-9e0d-7b473a232f37 with identifier: KN17%20YTF
2026-03-30 06:11:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 977c48fc-f18e-584d-9e0d-7b473a232f37 with identifier: KN17%20YTF to the API
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:26 [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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN17%20YTF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '977c48fc-f18e-584d-9e0d-7b473a232f37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN17 YTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN17%20YTF&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 133845,
'odometer_reading_unit': '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.6 BLUEHDI 120 GT LINE Hatchback',
'transmission': 'manual',
'trim': 'BLUEHDI 120 GT LINE',
'vin': 'VF3MCBHZHHS200758',
'year': 2017}
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN17%2520YTF%27 HTTP/1.1" 200 None
2026-03-30 06:11:26 [bca.uk] INFO: Saving data for KN17%20YTF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390638.290648, 'last_price_update_time': 1774851086.680535}
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN17%2520YTF') HTTP/1.1" 204 0
2026-03-30 06:11:26 [bca.uk] INFO: Found listing with ID: KE72%20LSK
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE72%2520LSK%27 HTTP/1.1" 200 None
2026-03-30 06:11:26 [bca.uk] INFO: Scrape type for KE72%20LSK: 2
2026-03-30 06:11:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3bb1b1b-7a5a-54de-bacd-eb3e6f95d30d with identifier: KE72%20LSK
2026-03-30 06:11:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3bb1b1b-7a5a-54de-bacd-eb3e6f95d30d with scrape type 2
2026-03-30 06:11:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3bb1b1b-7a5a-54de-bacd-eb3e6f95d30d with scrape type 2
2026-03-30 06:11:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3bb1b1b-7a5a-54de-bacd-eb3e6f95d30d, identifier: KE72%20LSK
2026-03-30 06:11:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94d60c17-1b2d-5091-8d43-dfa06625ffdf with identifier: DV12%20NKX
2026-03-30 06:11:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94d60c17-1b2d-5091-8d43-dfa06625ffdf with identifier: DV12%20NKX
2026-03-30 06:11:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94d60c17-1b2d-5091-8d43-dfa06625ffdf with identifier: DV12%20NKX to the API
2026-03-30 06:11:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV12%20NKX-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '94d60c17-1b2d-5091-8d43-dfa06625ffdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV12 NKX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV12%20NKX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 83269,
'odometer_reading_unit': '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': 'W0L0SDL68C4153655',
'year': 2012}
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV12%2520NKX%27 HTTP/1.1" 200 None
2026-03-30 06:11:27 [bca.uk] INFO: Saving data for DV12%20NKX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649218.64856, 'last_price_update_time': 1774851087.082988}
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV12%2520NKX') HTTP/1.1" 204 0
2026-03-30 06:11:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 576c0e70-3c6f-56a2-a6e9-e6856186de1a with identifier: FJ18%20XJY
2026-03-30 06:11:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 576c0e70-3c6f-56a2-a6e9-e6856186de1a with identifier: FJ18%20XJY
2026-03-30 06:11:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 576c0e70-3c6f-56a2-a6e9-e6856186de1a with identifier: FJ18%20XJY to the API
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:11: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-30 06:11:27 [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=FJ18%20XJY-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '576c0e70-3c6f-56a2-a6e9-e6856186de1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ18 XJY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ18%20XJY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'VIVARO 2.9T',
'odometer': 109348,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 125 E/F SWB PanelVan',
'transmission': 'manual',
'trim': 'CDTI 125 E/F SWB',
'vin': 'W0VF7D608JV626281',
'year': 2018}
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ18%2520XJY%27 HTTP/1.1" 200 None
2026-03-30 06:11:27 [bca.uk] INFO: Saving data for FJ18%20XJY: {'auction_closing_time': 1775037600.0, 'created_time': 1774649303.790819, 'last_price_update_time': 1774851087.382727}
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ18%2520XJY') HTTP/1.1" 204 0
2026-03-30 06:11:27 [bca.uk] INFO: Found listing with ID: FG64%20LKJ
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG64%2520LKJ%27 HTTP/1.1" 200 None
2026-03-30 06:11:27 [bca.uk] INFO: Scrape type for FG64%20LKJ: 2
2026-03-30 06:11:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be3341a1-42f5-5dbb-b13e-720736df5325 with identifier: FG64%20LKJ
2026-03-30 06:11:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be3341a1-42f5-5dbb-b13e-720736df5325 with scrape type 2
2026-03-30 06:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be3341a1-42f5-5dbb-b13e-720736df5325 with scrape type 2
2026-03-30 06:11:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be3341a1-42f5-5dbb-b13e-720736df5325, identifier: FG64%20LKJ
2026-03-30 06:11:27 [bca.uk] INFO: Found listing with ID: BU18%20NGO
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:11:27 [bca.uk] INFO: Scrape type for BU18%20NGO: 2
2026-03-30 06:11:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d2959f6-ba7f-5287-b57e-bd711f9c941a with identifier: BU18%20NGO
2026-03-30 06:11:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d2959f6-ba7f-5287-b57e-bd711f9c941a with scrape type 2
2026-03-30 06:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d2959f6-ba7f-5287-b57e-bd711f9c941a with scrape type 2
2026-03-30 06:11:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d2959f6-ba7f-5287-b57e-bd711f9c941a, identifier: BU18%20NGO
2026-03-30 06:11:27 [bca.uk] INFO: Found listing with ID: CK63%20KKN
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520KKN%27 HTTP/1.1" 200 None
2026-03-30 06:11:27 [bca.uk] INFO: Scrape type for CK63%20KKN: 2
2026-03-30 06:11:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dcdf704-c0b2-5cfd-b701-30c3db23164c with identifier: CK63%20KKN
2026-03-30 06:11:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dcdf704-c0b2-5cfd-b701-30c3db23164c with scrape type 2
2026-03-30 06:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dcdf704-c0b2-5cfd-b701-30c3db23164c with scrape type 2
2026-03-30 06:11:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dcdf704-c0b2-5cfd-b701-30c3db23164c, identifier: CK63%20KKN
2026-03-30 06:11:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3bb1b1b-7a5a-54de-bacd-eb3e6f95d30d with identifier: KE72%20LSK
2026-03-30 06:11:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3bb1b1b-7a5a-54de-bacd-eb3e6f95d30d with identifier: KE72%20LSK
2026-03-30 06:11:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3bb1b1b-7a5a-54de-bacd-eb3e6f95d30d with identifier: KE72%20LSK to the API
2026-03-30 06:11:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:11: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-30 06:11:28 [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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20LSK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'e3bb1b1b-7a5a-54de-bacd-eb3e6f95d30d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KE72 LSK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20LSK&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 13065,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9100,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 DESIGN Hatchback',
'transmission': 'manual',
'trim': 'DESIGN',
'vin': 'VXKUPHMHDN4445004',
'year': 2023}
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE72%2520LSK%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [bca.uk] INFO: Saving data for KE72%20LSK: {'auction_closing_time': 1774854000.0, 'created_time': 1774447505.15012, 'last_price_update_time': 1774851088.094808}
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520LSK') HTTP/1.1" 204 0
2026-03-30 06:11:28 [bca.uk] INFO: Found listing with ID: RA15%20GLF
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA15%2520GLF%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [bca.uk] INFO: Scrape type for RA15%20GLF: 2
2026-03-30 06:11:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 692e26fe-7aeb-566f-be9f-2c4b83cfb948 with identifier: RA15%20GLF
2026-03-30 06:11:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692e26fe-7aeb-566f-be9f-2c4b83cfb948 with scrape type 2
2026-03-30 06:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 692e26fe-7aeb-566f-be9f-2c4b83cfb948 with scrape type 2
2026-03-30 06:11:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 692e26fe-7aeb-566f-be9f-2c4b83cfb948, identifier: RA15%20GLF
2026-03-30 06:11:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be3341a1-42f5-5dbb-b13e-720736df5325 with identifier: FG64%20LKJ
2026-03-30 06:11:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be3341a1-42f5-5dbb-b13e-720736df5325 with identifier: FG64%20LKJ
2026-03-30 06:11:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be3341a1-42f5-5dbb-b13e-720736df5325 with identifier: FG64%20LKJ to the API
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:28 [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=FG64%20LKJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'be3341a1-42f5-5dbb-b13e-720736df5325',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG64 LKJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG64%20LKJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 49234,
'odometer_reading_unit': '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 JAZZ 1.3 IMA HS HYBRID Hatchback',
'transmission': 'automatic',
'trim': 'IMA HS HYBRID',
'vin': 'JHMGP1850ES203957',
'year': 2014}
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG64%2520LKJ%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [bca.uk] INFO: Saving data for FG64%20LKJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774303648.001741, 'last_price_update_time': 1774851088.499869}
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG64%2520LKJ') HTTP/1.1" 204 0
2026-03-30 06:11:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d2959f6-ba7f-5287-b57e-bd711f9c941a with identifier: BU18%20NGO
2026-03-30 06:11:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d2959f6-ba7f-5287-b57e-bd711f9c941a with identifier: BU18%20NGO
2026-03-30 06:11:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d2959f6-ba7f-5287-b57e-bd711f9c941a with identifier: BU18%20NGO to the API
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:28 [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': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU18%20NGO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9d2959f6-ba7f-5287-b57e-bd711f9c941a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BU18 NGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU18%20NGO&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 RWD',
'odometer': 13994,
'odometer_reading_unit': '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 RWD 2.3 CDTI 130 L3 H1 Dropside',
'transmission': 'manual',
'trim': 'CDTI 130 L3 H1',
'vin': 'W0VVS1601JB147713',
'year': 2018}
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU18%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [bca.uk] INFO: Saving data for BU18%20NGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649267.020576, 'last_price_update_time': 1774851088.780889}
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU18%2520NGO') HTTP/1.1" 204 0
2026-03-30 06:11:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dcdf704-c0b2-5cfd-b701-30c3db23164c with identifier: CK63%20KKN
2026-03-30 06:11:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dcdf704-c0b2-5cfd-b701-30c3db23164c with identifier: CK63%20KKN
2026-03-30 06:11:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2dcdf704-c0b2-5cfd-b701-30c3db23164c with identifier: CK63%20KKN to the API
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2dcdf704-c0b2-5cfd-b701-30c3db23164c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK63 KKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK63%20KKN&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '208',
'odometer': 93594,
'odometer_reading_unit': '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.6 THP XY Hatchback',
'transmission': 'manual',
'trim': 'THP XY',
'vin': 'VF3CA5FV8DW059115',
'year': 2013}
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK63%2520KKN%27 HTTP/1.1" 200 None
2026-03-30 06:11:29 [bca.uk] INFO: Saving data for CK63%20KKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649331.137964, 'last_price_update_time': 1774851089.057875}
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK63%2520KKN') HTTP/1.1" 204 0
2026-03-30 06:11:29 [bca.uk] INFO: Found listing with ID: N28%20CVL
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27N28%2520CVL%27 HTTP/1.1" 200 None
2026-03-30 06:11:29 [bca.uk] INFO: Scrape type for N28%20CVL: 2
2026-03-30 06:11:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91858d7b-40a1-5162-81db-18dfdfd5856e with identifier: N28%20CVL
2026-03-30 06:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91858d7b-40a1-5162-81db-18dfdfd5856e with scrape type 2
2026-03-30 06:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91858d7b-40a1-5162-81db-18dfdfd5856e with scrape type 2
2026-03-30 06:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91858d7b-40a1-5162-81db-18dfdfd5856e, identifier: N28%20CVL
2026-03-30 06:11:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 692e26fe-7aeb-566f-be9f-2c4b83cfb948 with identifier: RA15%20GLF
2026-03-30 06:11:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 692e26fe-7aeb-566f-be9f-2c4b83cfb948 with identifier: RA15%20GLF
2026-03-30 06:11:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 692e26fe-7aeb-566f-be9f-2c4b83cfb948 with identifier: RA15%20GLF to the API
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA15%20GLF-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '692e26fe-7aeb-566f-be9f-2c4b83cfb948',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA15 GLF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA15%20GLF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT CONNECT',
'odometer': 76065,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CONNECT 1.6 TDCI 115 240 L2 LIMITED L/R Van',
'transmission': 'manual',
'trim': 'TDCI 115 240 L2 LIMITED L/R',
'vin': 'WF0SXXWPGSFL34259',
'year': 2015}
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA15%2520GLF%27 HTTP/1.1" 200 None
2026-03-30 06:11:29 [bca.uk] INFO: Saving data for RA15%20GLF: {'auction_closing_time': 1775037600.0, 'created_time': 1774649302.730903, 'last_price_update_time': 1774851089.478893}
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA15%2520GLF') HTTP/1.1" 204 0
2026-03-30 06:11:29 [bca.uk] INFO: Found listing with ID: WX17%20XDB
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX17%2520XDB%27 HTTP/1.1" 200 None
2026-03-30 06:11:29 [bca.uk] INFO: Scrape type for WX17%20XDB: 2
2026-03-30 06:11:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c68ca57e-7283-5085-aed6-6a8e035fcd26 with identifier: WX17%20XDB
2026-03-30 06:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c68ca57e-7283-5085-aed6-6a8e035fcd26 with scrape type 2
2026-03-30 06:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c68ca57e-7283-5085-aed6-6a8e035fcd26 with scrape type 2
2026-03-30 06:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c68ca57e-7283-5085-aed6-6a8e035fcd26, identifier: WX17%20XDB
2026-03-30 06:11:29 [bca.uk] INFO: Found listing with ID: RO63%20YYB
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO63%2520YYB%27 HTTP/1.1" 200 None
2026-03-30 06:11:29 [bca.uk] INFO: Scrape type for RO63%20YYB: 2
2026-03-30 06:11:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e56a6a64-cbcb-5a28-8db5-37b439e0d789 with identifier: RO63%20YYB
2026-03-30 06:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e56a6a64-cbcb-5a28-8db5-37b439e0d789 with scrape type 2
2026-03-30 06:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e56a6a64-cbcb-5a28-8db5-37b439e0d789 with scrape type 2
2026-03-30 06:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e56a6a64-cbcb-5a28-8db5-37b439e0d789, identifier: RO63%20YYB
2026-03-30 06:11:29 [bca.uk] INFO: Found listing with ID: BK24%20HFU
2026-03-30 06:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK24%2520HFU%27 HTTP/1.1" 200 None
2026-03-30 06:11:29 [bca.uk] INFO: Scrape type for BK24%20HFU: 2
2026-03-30 06:11:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 304d03d1-d3de-554d-8ea3-0b5fbac7ef28 with identifier: BK24%20HFU
2026-03-30 06:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 304d03d1-d3de-554d-8ea3-0b5fbac7ef28 with scrape type 2
2026-03-30 06:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 304d03d1-d3de-554d-8ea3-0b5fbac7ef28 with scrape type 2
2026-03-30 06:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 304d03d1-d3de-554d-8ea3-0b5fbac7ef28, identifier: BK24%20HFU
2026-03-30 06:11:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91858d7b-40a1-5162-81db-18dfdfd5856e with identifier: N28%20CVL
2026-03-30 06:11:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91858d7b-40a1-5162-81db-18dfdfd5856e with identifier: N28%20CVL
2026-03-30 06:11:30 [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-30 06:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:30 [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': 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-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27N28%2520CVL%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [bca.uk] INFO: Saving data for N28%20CVL: {'auction_closing_time': 1774854000.0, 'created_time': 1773821809.64925, 'last_price_update_time': 1774851090.229219}
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [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-30 06:11:30 [bca.uk] INFO: Found listing with ID: VN62%20UNY
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN62%2520UNY%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [bca.uk] INFO: Scrape type for VN62%20UNY: 2
2026-03-30 06:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89f174a5-0a67-5037-a10a-63fab455103e with identifier: VN62%20UNY
2026-03-30 06:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89f174a5-0a67-5037-a10a-63fab455103e with scrape type 2
2026-03-30 06:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89f174a5-0a67-5037-a10a-63fab455103e with scrape type 2
2026-03-30 06:11:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89f174a5-0a67-5037-a10a-63fab455103e, identifier: VN62%20UNY
2026-03-30 06:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c68ca57e-7283-5085-aed6-6a8e035fcd26 with identifier: WX17%20XDB
2026-03-30 06:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c68ca57e-7283-5085-aed6-6a8e035fcd26 with identifier: WX17%20XDB
2026-03-30 06:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c68ca57e-7283-5085-aed6-6a8e035fcd26 with identifier: WX17%20XDB to the API
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 99,
'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': 'Diesel',
'id': 'c68ca57e-7283-5085-aed6-6a8e035fcd26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WX17 XDB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX17%20XDB&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'RENAULT',
'model': 'KADJAR',
'odometer': 33726,
'odometer_reading_unit': '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.5 DCI 110 DYNAMIQUE Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 DYNAMIQUE',
'vin': 'VF1RFE00057222392',
'year': 2017}
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX17%2520XDB%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [bca.uk] INFO: Saving data for WX17%20XDB: {'auction_closing_time': 1775037600.0, 'created_time': 1774649242.759108, 'last_price_update_time': 1774851090.624268}
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX17%2520XDB') HTTP/1.1" 204 0
2026-03-30 06:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e56a6a64-cbcb-5a28-8db5-37b439e0d789 with identifier: RO63%20YYB
2026-03-30 06:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e56a6a64-cbcb-5a28-8db5-37b439e0d789 with identifier: RO63%20YYB
2026-03-30 06:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e56a6a64-cbcb-5a28-8db5-37b439e0d789 with identifier: RO63%20YYB to the API
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 160,
'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': 'Petrol',
'id': 'e56a6a64-cbcb-5a28-8db5-37b439e0d789',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO63 YYB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO63%20YYB&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'BMW',
'model': '320I',
'odometer': 145304,
'odometer_reading_unit': '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 320I 2.0 T XDRIVE M SPORT TOURING Estate',
'transmission': 'manual',
'trim': 'T XDRIVE M SPORT TOURING',
'vin': 'WBA3H120X0F579095',
'year': 2013}
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO63%2520YYB%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [bca.uk] INFO: Saving data for RO63%20YYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774649261.09414, 'last_price_update_time': 1774851090.9331}
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO63%2520YYB') HTTP/1.1" 204 0
2026-03-30 06:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 304d03d1-d3de-554d-8ea3-0b5fbac7ef28 with identifier: BK24%20HFU
2026-03-30 06:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 304d03d1-d3de-554d-8ea3-0b5fbac7ef28 with identifier: BK24%20HFU
2026-03-30 06:11:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 304d03d1-d3de-554d-8ea3-0b5fbac7ef28 with identifier: BK24%20HFU to the API
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:31 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK24%20HFU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '304d03d1-d3de-554d-8ea3-0b5fbac7ef28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK24 HFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK24%20HFU&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 14530,
'odometer_reading_unit': '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': 'VR3FPHNSTRY515848',
'year': 2024}
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK24%2520HFU%27 HTTP/1.1" 200 None
2026-03-30 06:11:31 [bca.uk] INFO: Saving data for BK24%20HFU: {'auction_closing_time': 1775124000.0, 'created_time': 1774649436.037269, 'last_price_update_time': 1774851091.550657}
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520HFU') HTTP/1.1" 204 0
2026-03-30 06:11:31 [bca.uk] INFO: Found listing with ID: NV19%20EUZ
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV19%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:11:31 [bca.uk] INFO: Scrape type for NV19%20EUZ: 2
2026-03-30 06:11:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7962832-0f7b-5774-9d84-2099da8c1abc with identifier: NV19%20EUZ
2026-03-30 06:11:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7962832-0f7b-5774-9d84-2099da8c1abc with scrape type 2
2026-03-30 06:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7962832-0f7b-5774-9d84-2099da8c1abc with scrape type 2
2026-03-30 06:11:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7962832-0f7b-5774-9d84-2099da8c1abc, identifier: NV19%20EUZ
2026-03-30 06:11:31 [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-30 06:11:31 [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-30 06:11:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89f174a5-0a67-5037-a10a-63fab455103e with identifier: VN62%20UNY
2026-03-30 06:11:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89f174a5-0a67-5037-a10a-63fab455103e with identifier: VN62%20UNY
2026-03-30 06:11:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89f174a5-0a67-5037-a10a-63fab455103e with identifier: VN62%20UNY to the API
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:31 [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=VN62%20UNY-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '89f174a5-0a67-5037-a10a-63fab455103e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN62 UNY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN62%20UNY&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VAUXHALL',
'model': 'ADAM',
'odometer': 68284,
'odometer_reading_unit': '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 ADAM 1.4 VVT 87 GLAM Hatchback',
'transmission': 'manual',
'trim': 'VVT 87 GLAM',
'vin': 'W0L0MAP08D6021724',
'year': 2012}
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN62%2520UNY%27 HTTP/1.1" 200 None
2026-03-30 06:11:31 [bca.uk] INFO: Saving data for VN62%20UNY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649295.143766, 'last_price_update_time': 1774851091.997207}
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN62%2520UNY') HTTP/1.1" 204 0
2026-03-30 06:11:32 [bca.uk] INFO: Found listing with ID: YF68%20LHH
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF68%2520LHH%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [bca.uk] INFO: Scrape type for YF68%20LHH: 2
2026-03-30 06:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5009012c-4aaf-5c4a-9b5e-10d13e953234 with identifier: YF68%20LHH
2026-03-30 06:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5009012c-4aaf-5c4a-9b5e-10d13e953234 with scrape type 2
2026-03-30 06:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5009012c-4aaf-5c4a-9b5e-10d13e953234 with scrape type 2
2026-03-30 06:11:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5009012c-4aaf-5c4a-9b5e-10d13e953234, identifier: YF68%20LHH
2026-03-30 06:11:32 [bca.uk] INFO: Found listing with ID: OW15%20CWM
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW15%2520CWM%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [bca.uk] INFO: Scrape type for OW15%20CWM: 2
2026-03-30 06:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 785b8b31-0a1f-5b19-9072-0b83f55365c2 with identifier: OW15%20CWM
2026-03-30 06:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785b8b31-0a1f-5b19-9072-0b83f55365c2 with scrape type 2
2026-03-30 06:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 785b8b31-0a1f-5b19-9072-0b83f55365c2 with scrape type 2
2026-03-30 06:11:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 785b8b31-0a1f-5b19-9072-0b83f55365c2, identifier: OW15%20CWM
2026-03-30 06:11:32 [bca.uk] INFO: Found listing with ID: KF73%20DDU
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF73%2520DDU%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [bca.uk] INFO: Scrape type for KF73%20DDU: 2
2026-03-30 06:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd5afc60-ff46-50b1-9034-f541c0b732f9 with identifier: KF73%20DDU
2026-03-30 06:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd5afc60-ff46-50b1-9034-f541c0b732f9 with scrape type 2
2026-03-30 06:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd5afc60-ff46-50b1-9034-f541c0b732f9 with scrape type 2
2026-03-30 06:11:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd5afc60-ff46-50b1-9034-f541c0b732f9, identifier: KF73%20DDU
2026-03-30 06:11:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7962832-0f7b-5774-9d84-2099da8c1abc with identifier: NV19%20EUZ
2026-03-30 06:11:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7962832-0f7b-5774-9d84-2099da8c1abc with identifier: NV19%20EUZ
2026-03-30 06:11:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7962832-0f7b-5774-9d84-2099da8c1abc with identifier: NV19%20EUZ to the API
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:32 [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': 202,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV19%20EUZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'b7962832-0f7b-5774-9d84-2099da8c1abc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NV19 EUZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV19%20EUZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 64863,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21600,
'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': 'SALWA2AKXKA849271',
'year': 2019}
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV19%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [bca.uk] INFO: Saving data for NV19%20EUZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774449234.665026, 'last_price_update_time': 1774851092.670727}
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV19%2520EUZ') HTTP/1.1" 204 0
2026-03-30 06:11:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:32 [bca.uk] INFO: Found listing with ID: FSZ%204071
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FSZ%25204071%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [bca.uk] INFO: Scrape type for FSZ%204071: 2
2026-03-30 06:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 235b7ffc-5f33-5a62-893f-4593bdf7f84f with identifier: FSZ%204071
2026-03-30 06:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 235b7ffc-5f33-5a62-893f-4593bdf7f84f with scrape type 2
2026-03-30 06:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 235b7ffc-5f33-5a62-893f-4593bdf7f84f with scrape type 2
2026-03-30 06:11:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 235b7ffc-5f33-5a62-893f-4593bdf7f84f, identifier: FSZ%204071
2026-03-30 06:11:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5009012c-4aaf-5c4a-9b5e-10d13e953234 with identifier: YF68%20LHH
2026-03-30 06:11:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5009012c-4aaf-5c4a-9b5e-10d13e953234 with identifier: YF68%20LHH
2026-03-30 06:11:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5009012c-4aaf-5c4a-9b5e-10d13e953234 with identifier: YF68%20LHH to the API
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF68%20LHH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5009012c-4aaf-5c4a-9b5e-10d13e953234',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF68 LHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF68%20LHH&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HYUNDAI',
'model': 'KONA',
'odometer': 51840,
'odometer_reading_unit': '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': 'KMHK3811LKU186040',
'year': 2018}
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF68%2520LHH%27 HTTP/1.1" 200 None
2026-03-30 06:11:33 [bca.uk] INFO: Saving data for YF68%20LHH: {'auction_closing_time': 1775037600.0, 'created_time': 1774649279.089012, 'last_price_update_time': 1774851093.122103}
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF68%2520LHH') HTTP/1.1" 204 0
2026-03-30 06:11:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 785b8b31-0a1f-5b19-9072-0b83f55365c2 with identifier: OW15%20CWM
2026-03-30 06:11:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 785b8b31-0a1f-5b19-9072-0b83f55365c2 with identifier: OW15%20CWM
2026-03-30 06:11:33 [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-30 06:11:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:33 [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': 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-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW15%2520CWM%27 HTTP/1.1" 200 None
2026-03-30 06:11:33 [bca.uk] INFO: Saving data for OW15%20CWM: {'auction_closing_time': 1775037600.0, 'created_time': 1774476937.773967, 'last_price_update_time': 1774851093.436983}
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:33 [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-30 06:11:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd5afc60-ff46-50b1-9034-f541c0b732f9 with identifier: KF73%20DDU
2026-03-30 06:11:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd5afc60-ff46-50b1-9034-f541c0b732f9 with identifier: KF73%20DDU
2026-03-30 06:11:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd5afc60-ff46-50b1-9034-f541c0b732f9 with identifier: KF73%20DDU to the API
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20DDU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fd5afc60-ff46-50b1-9034-f541c0b732f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KF73 DDU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20DDU&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CITROEN',
'model': 'C3',
'odometer': 15858,
'odometer_reading_unit': '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': 'VF7SXHNPYPT738954',
'year': 2024}
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF73%2520DDU%27 HTTP/1.1" 200 None
2026-03-30 06:11:33 [bca.uk] INFO: Saving data for KF73%20DDU: {'auction_closing_time': 1775124000.0, 'created_time': 1774649425.492778, 'last_price_update_time': 1774851093.757938}
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520DDU') HTTP/1.1" 204 0
2026-03-30 06:11:33 [bca.uk] INFO: Found listing with ID: OV19%20VEK
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV19%2520VEK%27 HTTP/1.1" 200 None
2026-03-30 06:11:33 [bca.uk] INFO: Scrape type for OV19%20VEK: 2
2026-03-30 06:11:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec8824a6-4916-54f5-a263-e45dac190f41 with identifier: OV19%20VEK
2026-03-30 06:11:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec8824a6-4916-54f5-a263-e45dac190f41 with scrape type 2
2026-03-30 06:11:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec8824a6-4916-54f5-a263-e45dac190f41 with scrape type 2
2026-03-30 06:11:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec8824a6-4916-54f5-a263-e45dac190f41, identifier: OV19%20VEK
2026-03-30 06:11:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 235b7ffc-5f33-5a62-893f-4593bdf7f84f with identifier: FSZ%204071
2026-03-30 06:11:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 235b7ffc-5f33-5a62-893f-4593bdf7f84f with identifier: FSZ%204071
2026-03-30 06:11:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 235b7ffc-5f33-5a62-893f-4593bdf7f84f with identifier: FSZ%204071 to the API
2026-03-30 06:11:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:34 [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': 242,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FSZ%204071-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '235b7ffc-5f33-5a62-893f-4593bdf7f84f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FSZ 4071',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FSZ%204071&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'RANGER',
'odometer': 115329,
'odometer_reading_unit': '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': '6FPPXXMJ2PMM85877',
'year': 2021}
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FSZ%25204071%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [bca.uk] INFO: Saving data for FSZ%204071: {'auction_closing_time': 1774951200.0, 'created_time': 1774649302.369667, 'last_price_update_time': 1774851094.189625}
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FSZ%25204071') HTTP/1.1" 204 0
2026-03-30 06:11:34 [bca.uk] INFO: Found listing with ID: YC17%20AVU
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC17%2520AVU%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [bca.uk] INFO: Scrape type for YC17%20AVU: 2
2026-03-30 06:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c5ab184-b5d5-5103-b8d2-21696668c256 with identifier: YC17%20AVU
2026-03-30 06:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c5ab184-b5d5-5103-b8d2-21696668c256 with scrape type 2
2026-03-30 06:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c5ab184-b5d5-5103-b8d2-21696668c256 with scrape type 2
2026-03-30 06:11:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c5ab184-b5d5-5103-b8d2-21696668c256, identifier: YC17%20AVU
2026-03-30 06:11:34 [bca.uk] INFO: Found listing with ID: WD21%20HYN
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD21%2520HYN%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [bca.uk] INFO: Scrape type for WD21%20HYN: 2
2026-03-30 06:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b84f0a4d-21b3-556f-8ca5-d2e9ae2b5637 with identifier: WD21%20HYN
2026-03-30 06:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b84f0a4d-21b3-556f-8ca5-d2e9ae2b5637 with scrape type 2
2026-03-30 06:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b84f0a4d-21b3-556f-8ca5-d2e9ae2b5637 with scrape type 2
2026-03-30 06:11:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b84f0a4d-21b3-556f-8ca5-d2e9ae2b5637, identifier: WD21%20HYN
2026-03-30 06:11:34 [bca.uk] INFO: Found listing with ID: MH73%20VJA
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH73%2520VJA%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [bca.uk] INFO: Scrape type for MH73%20VJA: 2
2026-03-30 06:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22b802ab-9250-5187-8711-99e880bfc0f6 with identifier: MH73%20VJA
2026-03-30 06:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22b802ab-9250-5187-8711-99e880bfc0f6 with scrape type 2
2026-03-30 06:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22b802ab-9250-5187-8711-99e880bfc0f6 with scrape type 2
2026-03-30 06:11:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22b802ab-9250-5187-8711-99e880bfc0f6, identifier: MH73%20VJA
2026-03-30 06:11:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec8824a6-4916-54f5-a263-e45dac190f41 with identifier: OV19%20VEK
2026-03-30 06:11:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec8824a6-4916-54f5-a263-e45dac190f41 with identifier: OV19%20VEK
2026-03-30 06:11:34 [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-30 06:11:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:34 [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': 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-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV19%2520VEK%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [bca.uk] INFO: Saving data for OV19%20VEK: {'auction_closing_time': 1774854000.0, 'created_time': 1773908406.469319, 'last_price_update_time': 1774851094.869515}
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [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-30 06:11:34 [bca.uk] INFO: Found listing with ID: DP24%20AKN
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP24%2520AKN%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [bca.uk] INFO: Scrape type for DP24%20AKN: 2
2026-03-30 06:11:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b137e9d0-8eb0-5d93-9e29-2027b399b332 with identifier: DP24%20AKN
2026-03-30 06:11:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b137e9d0-8eb0-5d93-9e29-2027b399b332 with scrape type 2
2026-03-30 06:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b137e9d0-8eb0-5d93-9e29-2027b399b332 with scrape type 2
2026-03-30 06:11:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b137e9d0-8eb0-5d93-9e29-2027b399b332, identifier: DP24%20AKN
2026-03-30 06:11:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c5ab184-b5d5-5103-b8d2-21696668c256 with identifier: YC17%20AVU
2026-03-30 06:11:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c5ab184-b5d5-5103-b8d2-21696668c256 with identifier: YC17%20AVU
2026-03-30 06:11:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c5ab184-b5d5-5103-b8d2-21696668c256 with identifier: YC17%20AVU to the API
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC17%20AVU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5c5ab184-b5d5-5103-b8d2-21696668c256',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC17 AVU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC17%20AVU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 130371,
'odometer_reading_unit': '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 CR-V 1.6 I-DTEC 120 SE PLUS 2WD StationWagon',
'transmission': 'manual',
'trim': 'I-DTEC 120 SE PLUS 2WD',
'vin': 'SHSRE6740GU209672',
'year': 2017}
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520AVU%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [bca.uk] INFO: Saving data for YC17%20AVU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562726.257807, 'last_price_update_time': 1774851095.362822}
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC17%2520AVU') HTTP/1.1" 204 0
2026-03-30 06:11:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b84f0a4d-21b3-556f-8ca5-d2e9ae2b5637 with identifier: WD21%20HYN
2026-03-30 06:11:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b84f0a4d-21b3-556f-8ca5-d2e9ae2b5637 with identifier: WD21%20HYN
2026-03-30 06:11:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b84f0a4d-21b3-556f-8ca5-d2e9ae2b5637 with identifier: WD21%20HYN to the API
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD21%20HYN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b84f0a4d-21b3-556f-8ca5-d2e9ae2b5637',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WD21 HYN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD21%20HYN&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLVO',
'model': 'V60 SPORTWAGON',
'odometer': 39338,
'odometer_reading_unit': '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 V60 SPORTWAGON 2.0 B4D R DESIGN Estate',
'transmission': 'automatic',
'trim': 'B4D R DESIGN',
'vin': 'YV1ZWK5VDM2450639',
'year': 2021}
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD21%2520HYN%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [bca.uk] INFO: Saving data for WD21%20HYN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649282.428654, 'last_price_update_time': 1774851095.647861}
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD21%2520HYN') HTTP/1.1" 204 0
2026-03-30 06:11:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22b802ab-9250-5187-8711-99e880bfc0f6 with identifier: MH73%20VJA
2026-03-30 06:11:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22b802ab-9250-5187-8711-99e880bfc0f6 with identifier: MH73%20VJA
2026-03-30 06:11:35 [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-30 06:11:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:35 [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': 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-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH73%2520VJA%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [bca.uk] INFO: Saving data for MH73%20VJA: {'auction_closing_time': 1775124000.0, 'created_time': 1774651570.918734, 'last_price_update_time': 1774851095.950378}
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [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-30 06:11:35 [bca.uk] INFO: Found listing with ID: OV23%20GWX
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520GWX%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [bca.uk] INFO: Scrape type for OV23%20GWX: 2
2026-03-30 06:11:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with identifier: OV23%20GWX
2026-03-30 06:11:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with scrape type 2
2026-03-30 06:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with scrape type 2
2026-03-30 06:11:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed, identifier: OV23%20GWX
2026-03-30 06:11:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b137e9d0-8eb0-5d93-9e29-2027b399b332 with identifier: DP24%20AKN
2026-03-30 06:11:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b137e9d0-8eb0-5d93-9e29-2027b399b332 with identifier: DP24%20AKN
2026-03-30 06:11:36 [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-30 06:11:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:36 [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=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-30 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP24%2520AKN%27 HTTP/1.1" 200 None
2026-03-30 06:11:36 [bca.uk] INFO: Saving data for DP24%20AKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774651546.50217, 'last_price_update_time': 1774851096.37044}
2026-03-30 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:36 [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-30 06:11:36 [bca.uk] INFO: Found listing with ID: LV62%20VKA
2026-03-30 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV62%2520VKA%27 HTTP/1.1" 200 None
2026-03-30 06:11:36 [bca.uk] INFO: Scrape type for LV62%20VKA: 2
2026-03-30 06:11:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b825765e-5205-5077-b30b-e4a36d3bf62e with identifier: LV62%20VKA
2026-03-30 06:11:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b825765e-5205-5077-b30b-e4a36d3bf62e with scrape type 2
2026-03-30 06:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b825765e-5205-5077-b30b-e4a36d3bf62e with scrape type 2
2026-03-30 06:11:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b825765e-5205-5077-b30b-e4a36d3bf62e, identifier: LV62%20VKA
2026-03-30 06:11:36 [bca.uk] INFO: Found listing with ID: VN64%20GJE
2026-03-30 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN64%2520GJE%27 HTTP/1.1" 200 None
2026-03-30 06:11:36 [bca.uk] INFO: Scrape type for VN64%20GJE: 2
2026-03-30 06:11:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4e3f154-aa8d-5f90-b1bd-9b4118455ff0 with identifier: VN64%20GJE
2026-03-30 06:11:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4e3f154-aa8d-5f90-b1bd-9b4118455ff0 with scrape type 2
2026-03-30 06:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4e3f154-aa8d-5f90-b1bd-9b4118455ff0 with scrape type 2
2026-03-30 06:11:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4e3f154-aa8d-5f90-b1bd-9b4118455ff0, identifier: VN64%20GJE
2026-03-30 06:11:36 [bca.uk] INFO: Found listing with ID: MJ73%20PXM
2026-03-30 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ73%2520PXM%27 HTTP/1.1" 200 None
2026-03-30 06:11:36 [bca.uk] INFO: Scrape type for MJ73%20PXM: 2
2026-03-30 06:11:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82e59366-857f-5b56-a754-b301fe74be1b with identifier: MJ73%20PXM
2026-03-30 06:11:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82e59366-857f-5b56-a754-b301fe74be1b with scrape type 2
2026-03-30 06:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82e59366-857f-5b56-a754-b301fe74be1b with scrape type 2
2026-03-30 06:11:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82e59366-857f-5b56-a754-b301fe74be1b, identifier: MJ73%20PXM
2026-03-30 06:11:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with identifier: OV23%20GWX
2026-03-30 06:11:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dcf7363-2e9e-588a-abdd-7dc027bd75ed with identifier: OV23%20GWX
2026-03-30 06:11:36 [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-30 06:11:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:36 [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=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-30 06:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV23%2520GWX%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [bca.uk] INFO: Saving data for OV23%20GWX: {'auction_closing_time': 1774854000.0, 'created_time': 1774390091.544648, 'last_price_update_time': 1774851097.004678}
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [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-30 06:11:37 [bca.uk] INFO: Found listing with ID: MM22%20HGF
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM22%2520HGF%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [bca.uk] INFO: Scrape type for MM22%20HGF: 2
2026-03-30 06:11:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d687da87-5d4a-5b61-9a42-6297091226ac with identifier: MM22%20HGF
2026-03-30 06:11:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d687da87-5d4a-5b61-9a42-6297091226ac with scrape type 2
2026-03-30 06:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d687da87-5d4a-5b61-9a42-6297091226ac with scrape type 2
2026-03-30 06:11:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d687da87-5d4a-5b61-9a42-6297091226ac, identifier: MM22%20HGF
2026-03-30 06:11:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b825765e-5205-5077-b30b-e4a36d3bf62e with identifier: LV62%20VKA
2026-03-30 06:11:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b825765e-5205-5077-b30b-e4a36d3bf62e with identifier: LV62%20VKA
2026-03-30 06:11:37 [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-30 06:11:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV62%2520VKA%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [bca.uk] INFO: Saving data for LV62%20VKA: {'auction_closing_time': 1775037600.0, 'created_time': 1774477138.65629, 'last_price_update_time': 1774851097.423292}
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [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-30 06:11:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4e3f154-aa8d-5f90-b1bd-9b4118455ff0 with identifier: VN64%20GJE
2026-03-30 06:11:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4e3f154-aa8d-5f90-b1bd-9b4118455ff0 with identifier: VN64%20GJE
2026-03-30 06:11:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4e3f154-aa8d-5f90-b1bd-9b4118455ff0 with identifier: VN64%20GJE to the API
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 142,
'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': 'd4e3f154-aa8d-5f90-b1bd-9b4118455ff0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN64 GJE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN64%20GJE&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'SKODA',
'model': 'YETI OUTDOOR',
'odometer': 10220,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SKODA YETI OUTDOOR 1.2 TSI 105 S Estate',
'transmission': 'manual',
'trim': 'TSI 105 S',
'vin': 'TMBKF75L9F6033118',
'year': 2014}
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN64%2520GJE%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [bca.uk] INFO: Saving data for VN64%20GJE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649261.810722, 'last_price_update_time': 1774851097.744846}
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN64%2520GJE') HTTP/1.1" 204 0
2026-03-30 06:11:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82e59366-857f-5b56-a754-b301fe74be1b with identifier: MJ73%20PXM
2026-03-30 06:11:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82e59366-857f-5b56-a754-b301fe74be1b with identifier: MJ73%20PXM
2026-03-30 06:11:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82e59366-857f-5b56-a754-b301fe74be1b with identifier: MJ73%20PXM to the API
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ73%20PXM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '82e59366-857f-5b56-a754-b301fe74be1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ73 PXM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ73%20PXM&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 22264,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 GT EAT8',
'vin': 'VR3USHNSSPJ774806',
'year': 2023}
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ73%2520PXM%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [bca.uk] INFO: Saving data for MJ73%20PXM: {'auction_closing_time': 1775124000.0, 'created_time': 1774649424.461879, 'last_price_update_time': 1774851098.053082}
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ73%2520PXM') HTTP/1.1" 204 0
2026-03-30 06:11:38 [bca.uk] INFO: Found listing with ID: OY20%20RGO
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY20%2520RGO%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [bca.uk] INFO: Scrape type for OY20%20RGO: 2
2026-03-30 06:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87f39414-5262-5ae9-9972-2fb2e3658fa6 with identifier: OY20%20RGO
2026-03-30 06:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87f39414-5262-5ae9-9972-2fb2e3658fa6 with scrape type 2
2026-03-30 06:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87f39414-5262-5ae9-9972-2fb2e3658fa6 with scrape type 2
2026-03-30 06:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87f39414-5262-5ae9-9972-2fb2e3658fa6, identifier: OY20%20RGO
2026-03-30 06:11:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d687da87-5d4a-5b61-9a42-6297091226ac with identifier: MM22%20HGF
2026-03-30 06:11:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d687da87-5d4a-5b61-9a42-6297091226ac with identifier: MM22%20HGF
2026-03-30 06:11:38 [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-30 06:11:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:38 [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': 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-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM22%2520HGF%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [bca.uk] INFO: Saving data for MM22%20HGF: {'auction_closing_time': 1775037600.0, 'created_time': 1774651558.679011, 'last_price_update_time': 1774851098.492027}
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [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-30 06:11:38 [bca.uk] INFO: Found listing with ID: MT14%20SOU
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT14%2520SOU%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [bca.uk] INFO: Scrape type for MT14%20SOU: 2
2026-03-30 06:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5453a081-2665-5914-aaae-a55a720301a6 with identifier: MT14%20SOU
2026-03-30 06:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5453a081-2665-5914-aaae-a55a720301a6 with scrape type 2
2026-03-30 06:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5453a081-2665-5914-aaae-a55a720301a6 with scrape type 2
2026-03-30 06:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5453a081-2665-5914-aaae-a55a720301a6, identifier: MT14%20SOU
2026-03-30 06:11:38 [bca.uk] INFO: Found listing with ID: WA22%20OGO
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA22%2520OGO%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [bca.uk] INFO: Scrape type for WA22%20OGO: 2
2026-03-30 06:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd36be06-3238-545b-bc5b-034560abf195 with identifier: WA22%20OGO
2026-03-30 06:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd36be06-3238-545b-bc5b-034560abf195 with scrape type 2
2026-03-30 06:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd36be06-3238-545b-bc5b-034560abf195 with scrape type 2
2026-03-30 06:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd36be06-3238-545b-bc5b-034560abf195, identifier: WA22%20OGO
2026-03-30 06:11:38 [bca.uk] INFO: Found listing with ID: BD72%20HUJ
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD72%2520HUJ%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [bca.uk] INFO: Scrape type for BD72%20HUJ: 2
2026-03-30 06:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1ddb8a8-1480-5852-be24-d40bc06732ec with identifier: BD72%20HUJ
2026-03-30 06:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1ddb8a8-1480-5852-be24-d40bc06732ec with scrape type 2
2026-03-30 06:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1ddb8a8-1480-5852-be24-d40bc06732ec with scrape type 2
2026-03-30 06:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1ddb8a8-1480-5852-be24-d40bc06732ec, identifier: BD72%20HUJ
2026-03-30 06:11:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87f39414-5262-5ae9-9972-2fb2e3658fa6 with identifier: OY20%20RGO
2026-03-30 06:11:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87f39414-5262-5ae9-9972-2fb2e3658fa6 with identifier: OY20%20RGO
2026-03-30 06:11:38 [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-30 06:11:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:39 [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': 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-30 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY20%2520RGO%27 HTTP/1.1" 200 None
2026-03-30 06:11:39 [bca.uk] INFO: Saving data for OY20%20RGO: {'auction_closing_time': 1774854000.0, 'created_time': 1774391627.841161, 'last_price_update_time': 1774851099.153988}
2026-03-30 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:39 [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-30 06:11:39 [bca.uk] INFO: Found listing with ID: OY67%20EZZ
2026-03-30 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY67%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:11:39 [bca.uk] INFO: Scrape type for OY67%20EZZ: 2
2026-03-30 06:11:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f1fe1f-d730-52ba-9636-4d724350e642 with identifier: OY67%20EZZ
2026-03-30 06:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f1fe1f-d730-52ba-9636-4d724350e642 with scrape type 2
2026-03-30 06:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f1fe1f-d730-52ba-9636-4d724350e642 with scrape type 2
2026-03-30 06:11:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f1fe1f-d730-52ba-9636-4d724350e642, identifier: OY67%20EZZ
2026-03-30 06:11:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5453a081-2665-5914-aaae-a55a720301a6 with identifier: MT14%20SOU
2026-03-30 06:11:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5453a081-2665-5914-aaae-a55a720301a6 with identifier: MT14%20SOU
2026-03-30 06:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5453a081-2665-5914-aaae-a55a720301a6 with identifier: MT14%20SOU to the API
2026-03-30 06:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:39 [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': 143,
'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': '5453a081-2665-5914-aaae-a55a720301a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT14 SOU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT14%20SOU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 97723,
'odometer_reading_unit': '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.7 CRDI 3 StationWagon',
'transmission': 'manual',
'trim': 'CRDI 3',
'vin': 'U5YPC815LEL495583',
'year': 2014}
2026-03-30 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT14%2520SOU%27 HTTP/1.1" 200 None
2026-03-30 06:11:39 [bca.uk] INFO: Saving data for MT14%20SOU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562728.322201, 'last_price_update_time': 1774851099.565835}
2026-03-30 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT14%2520SOU') HTTP/1.1" 204 0
2026-03-30 06:11:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd36be06-3238-545b-bc5b-034560abf195 with identifier: WA22%20OGO
2026-03-30 06:11:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd36be06-3238-545b-bc5b-034560abf195 with identifier: WA22%20OGO
2026-03-30 06:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd36be06-3238-545b-bc5b-034560abf195 with identifier: WA22%20OGO to the API
2026-03-30 06:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA22%20OGO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bd36be06-3238-545b-bc5b-034560abf195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA22 OGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA22%20OGO&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MAZDA',
'model': '3',
'odometer': 50653,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MAZDA 3 2.0 E-SKY-G MHEV SE-L LUX Hatchback',
'transmission': 'manual',
'trim': 'E-SKY-G MHEV SE-L LUX',
'vin': 'JM4BP6HE601304561',
'year': 2022}
2026-03-30 06:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA22%2520OGO%27 HTTP/1.1" 200 None
2026-03-30 06:11:39 [bca.uk] INFO: Saving data for WA22%20OGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774045141.025042, 'last_price_update_time': 1774851099.998463}
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA22%2520OGO') HTTP/1.1" 204 0
2026-03-30 06:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1ddb8a8-1480-5852-be24-d40bc06732ec with identifier: BD72%20HUJ
2026-03-30 06:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1ddb8a8-1480-5852-be24-d40bc06732ec with identifier: BD72%20HUJ
2026-03-30 06:11:40 [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-30 06:11:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:40 [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': 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-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD72%2520HUJ%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [bca.uk] INFO: Saving data for BD72%20HUJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774651570.559739, 'last_price_update_time': 1774851100.27607}
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [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-30 06:11:40 [bca.uk] INFO: Found listing with ID: RJ70%20WKD
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ70%2520WKD%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [bca.uk] INFO: Scrape type for RJ70%20WKD: 2
2026-03-30 06:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e86c2a75-4323-520b-9fac-c34a3b6b9bcb with identifier: RJ70%20WKD
2026-03-30 06:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e86c2a75-4323-520b-9fac-c34a3b6b9bcb with scrape type 2
2026-03-30 06:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e86c2a75-4323-520b-9fac-c34a3b6b9bcb with scrape type 2
2026-03-30 06:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e86c2a75-4323-520b-9fac-c34a3b6b9bcb, identifier: RJ70%20WKD
2026-03-30 06:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f1fe1f-d730-52ba-9636-4d724350e642 with identifier: OY67%20EZZ
2026-03-30 06:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f1fe1f-d730-52ba-9636-4d724350e642 with identifier: OY67%20EZZ
2026-03-30 06:11:40 [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-30 06:11:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:40 [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': 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-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY67%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [bca.uk] INFO: Saving data for OY67%20EZZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774651556.820927, 'last_price_update_time': 1774851100.696429}
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [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-30 06:11:40 [bca.uk] INFO: Found listing with ID: NG63%20RMZ
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG63%2520RMZ%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [bca.uk] INFO: Scrape type for NG63%20RMZ: 2
2026-03-30 06:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab3ba4c7-e3b3-5a1d-a061-b75a02c0ed52 with identifier: NG63%20RMZ
2026-03-30 06:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3ba4c7-e3b3-5a1d-a061-b75a02c0ed52 with scrape type 2
2026-03-30 06:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab3ba4c7-e3b3-5a1d-a061-b75a02c0ed52 with scrape type 2
2026-03-30 06:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab3ba4c7-e3b3-5a1d-a061-b75a02c0ed52, identifier: NG63%20RMZ
2026-03-30 06:11:40 [bca.uk] INFO: Found listing with ID: WF63%20PZN
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF63%2520PZN%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [bca.uk] INFO: Scrape type for WF63%20PZN: 2
2026-03-30 06:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with identifier: WF63%20PZN
2026-03-30 06:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with scrape type 2
2026-03-30 06:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with scrape type 2
2026-03-30 06:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84d2505c-79bb-54a3-9a25-3e17cf77bd31, identifier: WF63%20PZN
2026-03-30 06:11:40 [bca.uk] INFO: Found listing with ID: PK72%20OLE
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK72%2520OLE%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [bca.uk] INFO: Scrape type for PK72%20OLE: 2
2026-03-30 06:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb06b91-e949-517b-b527-aa08437fc4af with identifier: PK72%20OLE
2026-03-30 06:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb06b91-e949-517b-b527-aa08437fc4af with scrape type 2
2026-03-30 06:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb06b91-e949-517b-b527-aa08437fc4af with scrape type 2
2026-03-30 06:11:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edb06b91-e949-517b-b527-aa08437fc4af, identifier: PK72%20OLE
2026-03-30 06:11:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e86c2a75-4323-520b-9fac-c34a3b6b9bcb with identifier: RJ70%20WKD
2026-03-30 06:11:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e86c2a75-4323-520b-9fac-c34a3b6b9bcb with identifier: RJ70%20WKD
2026-03-30 06:11:41 [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-30 06:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:41 [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': 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-30 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ70%2520WKD%27 HTTP/1.1" 200 None
2026-03-30 06:11:41 [bca.uk] INFO: Saving data for RJ70%20WKD: {'auction_closing_time': 1774854000.0, 'created_time': 1773908364.106559, 'last_price_update_time': 1774851101.374049}
2026-03-30 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:41 [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-30 06:11:41 [bca.uk] INFO: Found listing with ID: AO63%20VPL
2026-03-30 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO63%2520VPL%27 HTTP/1.1" 200 None
2026-03-30 06:11:41 [bca.uk] INFO: Scrape type for AO63%20VPL: 2
2026-03-30 06:11:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73b7a258-f413-5b89-b4ef-22fe11d42f4d with identifier: AO63%20VPL
2026-03-30 06:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73b7a258-f413-5b89-b4ef-22fe11d42f4d with scrape type 2
2026-03-30 06:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73b7a258-f413-5b89-b4ef-22fe11d42f4d with scrape type 2
2026-03-30 06:11:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73b7a258-f413-5b89-b4ef-22fe11d42f4d, identifier: AO63%20VPL
2026-03-30 06:11:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab3ba4c7-e3b3-5a1d-a061-b75a02c0ed52 with identifier: NG63%20RMZ
2026-03-30 06:11:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab3ba4c7-e3b3-5a1d-a061-b75a02c0ed52 with identifier: NG63%20RMZ
2026-03-30 06:11:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab3ba4c7-e3b3-5a1d-a061-b75a02c0ed52 with identifier: NG63%20RMZ to the API
2026-03-30 06:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 119,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ab3ba4c7-e3b3-5a1d-a061-b75a02c0ed52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NG63 RMZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG63%20RMZ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SEAT',
'model': 'IBIZA SC',
'odometer': 102111,
'odometer_reading_unit': '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.2 TSI 105 FR Coupe',
'transmission': 'manual',
'trim': 'TSI 105 FR',
'vin': 'VSSZZZ6JZER079079',
'year': 2014}
2026-03-30 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG63%2520RMZ%27 HTTP/1.1" 200 None
2026-03-30 06:11:41 [bca.uk] INFO: Saving data for NG63%20RMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562729.570544, 'last_price_update_time': 1774851101.769176}
2026-03-30 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG63%2520RMZ') HTTP/1.1" 204 0
2026-03-30 06:11:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with identifier: WF63%20PZN
2026-03-30 06:11:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84d2505c-79bb-54a3-9a25-3e17cf77bd31 with identifier: WF63%20PZN
2026-03-30 06:11:41 [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-30 06:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:42 [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': 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-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF63%2520PZN%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [bca.uk] INFO: Saving data for WF63%20PZN: {'auction_closing_time': 1775037600.0, 'created_time': 1774476940.411126, 'last_price_update_time': 1774851102.078382}
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [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-30 06:11:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edb06b91-e949-517b-b527-aa08437fc4af with identifier: PK72%20OLE
2026-03-30 06:11:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edb06b91-e949-517b-b527-aa08437fc4af with identifier: PK72%20OLE
2026-03-30 06:11:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edb06b91-e949-517b-b527-aa08437fc4af with identifier: PK72%20OLE to the API
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK72%20OLE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'edb06b91-e949-517b-b527-aa08437fc4af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PK72 OLE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK72%20OLE&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'A180',
'odometer': 16797,
'odometer_reading_unit': '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 DCT Hatchback',
'transmission': 'automatic',
'trim': 'SPORT EXECUTIVE DCT',
'vin': 'W1K3F8EB4PV162818',
'year': 2022}
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK72%2520OLE%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [bca.uk] INFO: Saving data for PK72%20OLE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649417.280249, 'last_price_update_time': 1774851102.378687}
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK72%2520OLE') HTTP/1.1" 204 0
2026-03-30 06:11:42 [bca.uk] INFO: Found listing with ID: SJ21%20YDN
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ21%2520YDN%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [bca.uk] INFO: Scrape type for SJ21%20YDN: 2
2026-03-30 06:11:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94a149e9-654a-5670-922a-60a7c4a94e3c with identifier: SJ21%20YDN
2026-03-30 06:11:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94a149e9-654a-5670-922a-60a7c4a94e3c with scrape type 2
2026-03-30 06:11:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94a149e9-654a-5670-922a-60a7c4a94e3c with scrape type 2
2026-03-30 06:11:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94a149e9-654a-5670-922a-60a7c4a94e3c, identifier: SJ21%20YDN
2026-03-30 06:11:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73b7a258-f413-5b89-b4ef-22fe11d42f4d with identifier: AO63%20VPL
2026-03-30 06:11: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-30 06:11: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-30 06:11:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:42 [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': 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-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO63%2520VPL%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [bca.uk] INFO: Saving data for AO63%20VPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774651550.844546, 'last_price_update_time': 1774851102.85257}
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [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-30 06:11:42 [bca.uk] INFO: Found listing with ID: VU66%20URO
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU66%2520URO%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [bca.uk] INFO: Scrape type for VU66%20URO: 2
2026-03-30 06:11:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3930db4-f679-543a-941f-31fb71747dbc with identifier: VU66%20URO
2026-03-30 06:11:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3930db4-f679-543a-941f-31fb71747dbc with scrape type 2
2026-03-30 06:11:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3930db4-f679-543a-941f-31fb71747dbc with scrape type 2
2026-03-30 06:11:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3930db4-f679-543a-941f-31fb71747dbc, identifier: VU66%20URO
2026-03-30 06:11:42 [bca.uk] INFO: Found listing with ID: CF16%20VCC
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF16%2520VCC%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [bca.uk] INFO: Scrape type for CF16%20VCC: 2
2026-03-30 06:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb4c20c0-3df2-5684-a97f-46931257ea75 with identifier: CF16%20VCC
2026-03-30 06:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb4c20c0-3df2-5684-a97f-46931257ea75 with scrape type 2
2026-03-30 06:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb4c20c0-3df2-5684-a97f-46931257ea75 with scrape type 2
2026-03-30 06:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb4c20c0-3df2-5684-a97f-46931257ea75, identifier: CF16%20VCC
2026-03-30 06:11:43 [bca.uk] INFO: Found listing with ID: DV74%20ORK
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV74%2520ORK%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [bca.uk] INFO: Scrape type for DV74%20ORK: 2
2026-03-30 06:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ef23955-4d1b-54cb-a60c-d0c62dd68870 with identifier: DV74%20ORK
2026-03-30 06:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ef23955-4d1b-54cb-a60c-d0c62dd68870 with scrape type 2
2026-03-30 06:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ef23955-4d1b-54cb-a60c-d0c62dd68870 with scrape type 2
2026-03-30 06:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ef23955-4d1b-54cb-a60c-d0c62dd68870, identifier: DV74%20ORK
2026-03-30 06:11:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94a149e9-654a-5670-922a-60a7c4a94e3c with identifier: SJ21%20YDN
2026-03-30 06:11:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94a149e9-654a-5670-922a-60a7c4a94e3c with identifier: SJ21%20YDN
2026-03-30 06:11:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94a149e9-654a-5670-922a-60a7c4a94e3c with identifier: SJ21%20YDN to the API
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:43 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ21%20YDN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '94a149e9-654a-5670-922a-60a7c4a94e3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ21 YDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ21%20YDN&vehicleType=*',
'listing': 'directbuy',
'location': 'Livingston',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 15554,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'SKODA OCTAVIA 1.0 TSI 110 SE TECHNOLOGY Hatchback',
'transmission': 'manual',
'trim': 'TSI 110 SE TECHNOLOGY',
'vin': 'TMBBP7NX7MY010504',
'year': 2021}
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ21%2520YDN%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [bca.uk] INFO: Saving data for SJ21%20YDN: {'auction_closing_time': 1774854000.0, 'created_time': 1774449229.690675, 'last_price_update_time': 1774851103.497085}
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ21%2520YDN') HTTP/1.1" 204 0
2026-03-30 06:11:43 [bca.uk] INFO: Found listing with ID: SJ19%20FLS
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ19%2520FLS%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [bca.uk] INFO: Scrape type for SJ19%20FLS: 2
2026-03-30 06:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2be4526-00c5-5248-abdb-cbfd28206a1c with identifier: SJ19%20FLS
2026-03-30 06:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2be4526-00c5-5248-abdb-cbfd28206a1c with scrape type 2
2026-03-30 06:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2be4526-00c5-5248-abdb-cbfd28206a1c with scrape type 2
2026-03-30 06:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2be4526-00c5-5248-abdb-cbfd28206a1c, identifier: SJ19%20FLS
2026-03-30 06:11:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3930db4-f679-543a-941f-31fb71747dbc with identifier: VU66%20URO
2026-03-30 06:11:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3930db4-f679-543a-941f-31fb71747dbc with identifier: VU66%20URO
2026-03-30 06:11:43 [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-30 06:11:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:43 [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': 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-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU66%2520URO%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [bca.uk] INFO: Saving data for VU66%20URO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477049.615081, 'last_price_update_time': 1774851103.913168}
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [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-30 06:11:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb4c20c0-3df2-5684-a97f-46931257ea75 with identifier: CF16%20VCC
2026-03-30 06:11:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb4c20c0-3df2-5684-a97f-46931257ea75 with identifier: CF16%20VCC
2026-03-30 06:11:44 [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-30 06:11:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF16%2520VCC%27 HTTP/1.1" 200 None
2026-03-30 06:11:44 [bca.uk] INFO: Saving data for CF16%20VCC: {'auction_closing_time': 1775037600.0, 'created_time': 1774478996.276522, 'last_price_update_time': 1774851104.22063}
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:44 [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-30 06:11:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ef23955-4d1b-54cb-a60c-d0c62dd68870 with identifier: DV74%20ORK
2026-03-30 06:11:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ef23955-4d1b-54cb-a60c-d0c62dd68870 with identifier: DV74%20ORK
2026-03-30 06:11:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ef23955-4d1b-54cb-a60c-d0c62dd68870 with identifier: DV74%20ORK to the API
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:44 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV74%20ORK-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 6,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '9ef23955-4d1b-54cb-a60c-d0c62dd68870',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV74 ORK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV74%20ORK&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'TOWNSTAR',
'odometer': 1408,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'NISSAN TOWNSTAR 90KW 45KWH L2 ACENTA Van',
'transmission': 'automatic',
'trim': '90KW 45KWH L2 ACENTA',
'vin': 'VNVNFK00471774587',
'year': 2024}
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV74%2520ORK%27 HTTP/1.1" 200 None
2026-03-30 06:11:44 [bca.uk] INFO: Saving data for DV74%20ORK: {'auction_closing_time': 1775037600.0, 'created_time': 1774649441.58064, 'last_price_update_time': 1774851104.532862}
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV74%2520ORK') HTTP/1.1" 204 0
2026-03-30 06:11:44 [bca.uk] INFO: Found listing with ID: AF22%20UDK
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF22%2520UDK%27 HTTP/1.1" 200 None
2026-03-30 06:11:44 [bca.uk] INFO: Scrape type for AF22%20UDK: 2
2026-03-30 06:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6bda392-a39d-552c-8203-9e5da27d5248 with identifier: AF22%20UDK
2026-03-30 06:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6bda392-a39d-552c-8203-9e5da27d5248 with scrape type 2
2026-03-30 06:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6bda392-a39d-552c-8203-9e5da27d5248 with scrape type 2
2026-03-30 06:11:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6bda392-a39d-552c-8203-9e5da27d5248, identifier: AF22%20UDK
2026-03-30 06:11:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2be4526-00c5-5248-abdb-cbfd28206a1c with identifier: SJ19%20FLS
2026-03-30 06:11:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2be4526-00c5-5248-abdb-cbfd28206a1c with identifier: SJ19%20FLS
2026-03-30 06:11:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2be4526-00c5-5248-abdb-cbfd28206a1c with identifier: SJ19%20FLS to the API
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:44 [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=SJ19%20FLS-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e2be4526-00c5-5248-abdb-cbfd28206a1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ19 FLS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ19%20FLS&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'RENAULT',
'model': 'TRAFIC 2.7T',
'odometer': 81668,
'odometer_reading_unit': '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 ENERGY DCI 125 PREMIER ED PanelVan',
'transmission': 'manual',
'trim': 'SL27 ENERGY DCI 125 PREMIER ED',
'vin': 'VF1FL000863204553',
'year': 2019}
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ19%2520FLS%27 HTTP/1.1" 200 None
2026-03-30 06:11:44 [bca.uk] INFO: Saving data for SJ19%20FLS: {'auction_closing_time': 1775037600.0, 'created_time': 1774649300.796551, 'last_price_update_time': 1774851104.947862}
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ19%2520FLS') HTTP/1.1" 204 0
2026-03-30 06:11:45 [bca.uk] INFO: Found listing with ID: NA64%20UVD
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA64%2520UVD%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [bca.uk] INFO: Scrape type for NA64%20UVD: 2
2026-03-30 06:11:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e87b32c0-87ad-590b-8939-215da47cabea with identifier: NA64%20UVD
2026-03-30 06:11:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e87b32c0-87ad-590b-8939-215da47cabea with scrape type 2
2026-03-30 06:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e87b32c0-87ad-590b-8939-215da47cabea with scrape type 2
2026-03-30 06:11:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e87b32c0-87ad-590b-8939-215da47cabea, identifier: NA64%20UVD
2026-03-30 06:11:45 [bca.uk] INFO: Found listing with ID: YF23%20UNU
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF23%2520UNU%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [bca.uk] INFO: Scrape type for YF23%20UNU: 2
2026-03-30 06:11:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 889a22c7-179c-5c1f-a832-90f628ffa0d8 with identifier: YF23%20UNU
2026-03-30 06:11:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 889a22c7-179c-5c1f-a832-90f628ffa0d8 with scrape type 2
2026-03-30 06:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 889a22c7-179c-5c1f-a832-90f628ffa0d8 with scrape type 2
2026-03-30 06:11:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 889a22c7-179c-5c1f-a832-90f628ffa0d8, identifier: YF23%20UNU
2026-03-30 06:11:45 [bca.uk] INFO: Found listing with ID: SB61%20FZU
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB61%2520FZU%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [bca.uk] INFO: Scrape type for SB61%20FZU: 2
2026-03-30 06:11:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35bc9a8b-4482-54ca-9711-ba9239e5a1f1 with identifier: SB61%20FZU
2026-03-30 06:11:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35bc9a8b-4482-54ca-9711-ba9239e5a1f1 with scrape type 2
2026-03-30 06:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35bc9a8b-4482-54ca-9711-ba9239e5a1f1 with scrape type 2
2026-03-30 06:11:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35bc9a8b-4482-54ca-9711-ba9239e5a1f1, identifier: SB61%20FZU
2026-03-30 06:11:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6bda392-a39d-552c-8203-9e5da27d5248 with identifier: AF22%20UDK
2026-03-30 06:11:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6bda392-a39d-552c-8203-9e5da27d5248 with identifier: AF22%20UDK
2026-03-30 06:11:45 [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-30 06:11:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF22%2520UDK%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [bca.uk] INFO: Saving data for AF22%20UDK: {'auction_closing_time': 1774854000.0, 'created_time': 1774390427.46472, 'last_price_update_time': 1774851105.692087}
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [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-30 06:11:45 [bca.uk] INFO: Found listing with ID: SM73%20DNX
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM73%2520DNX%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [bca.uk] INFO: Scrape type for SM73%20DNX: 2
2026-03-30 06:11:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a09a619-c657-5e53-8420-d103cbcc1e96 with identifier: SM73%20DNX
2026-03-30 06:11:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a09a619-c657-5e53-8420-d103cbcc1e96 with scrape type 2
2026-03-30 06:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a09a619-c657-5e53-8420-d103cbcc1e96 with scrape type 2
2026-03-30 06:11:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a09a619-c657-5e53-8420-d103cbcc1e96, identifier: SM73%20DNX
2026-03-30 06:11:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e87b32c0-87ad-590b-8939-215da47cabea with identifier: NA64%20UVD
2026-03-30 06:11:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e87b32c0-87ad-590b-8939-215da47cabea with identifier: NA64%20UVD
2026-03-30 06:11:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e87b32c0-87ad-590b-8939-215da47cabea with identifier: NA64%20UVD to the API
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:46 [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': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e87b32c0-87ad-590b-8939-215da47cabea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA64 UVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA64%20UVD&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 92558,
'odometer_reading_unit': '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': 'SJNFAAJ11U1247892',
'year': 2014}
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA64%2520UVD%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [bca.uk] INFO: Saving data for NA64%20UVD: {'auction_closing_time': 1775037600.0, 'created_time': 1774649244.169471, 'last_price_update_time': 1774851106.162692}
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA64%2520UVD') HTTP/1.1" 204 0
2026-03-30 06:11:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 889a22c7-179c-5c1f-a832-90f628ffa0d8 with identifier: YF23%20UNU
2026-03-30 06:11:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 889a22c7-179c-5c1f-a832-90f628ffa0d8 with identifier: YF23%20UNU
2026-03-30 06:11:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 889a22c7-179c-5c1f-a832-90f628ffa0d8 with identifier: YF23%20UNU to the API
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20UNU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '889a22c7-179c-5c1f-a832-90f628ffa0d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF23 UNU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20UNU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 15232,
'odometer_reading_unit': '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': 'JTDAGNAC400107803',
'year': 2023}
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF23%2520UNU%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [bca.uk] INFO: Saving data for YF23%20UNU: {'auction_closing_time': 1775037600.0, 'created_time': 1773832341.043063, 'last_price_update_time': 1774851106.485341}
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520UNU') HTTP/1.1" 204 0
2026-03-30 06:11:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35bc9a8b-4482-54ca-9711-ba9239e5a1f1 with identifier: SB61%20FZU
2026-03-30 06:11:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35bc9a8b-4482-54ca-9711-ba9239e5a1f1 with identifier: SB61%20FZU
2026-03-30 06:11:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35bc9a8b-4482-54ca-9711-ba9239e5a1f1 with identifier: SB61%20FZU to the API
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 224,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB61%20FZU-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '35bc9a8b-4482-54ca-9711-ba9239e5a1f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB61 FZU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB61%20FZU&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 113945,
'odometer_reading_unit': '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': 'VSKCVND40U0448252',
'year': 2011}
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB61%2520FZU%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [bca.uk] INFO: Saving data for SB61%20FZU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649443.599427, 'last_price_update_time': 1774851106.807859}
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB61%2520FZU') HTTP/1.1" 204 0
2026-03-30 06:11:46 [bca.uk] INFO: Found listing with ID: AW21%20DVU
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AW21%2520DVU%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [bca.uk] INFO: Scrape type for AW21%20DVU: 2
2026-03-30 06:11:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c445b6c-ff66-5587-8b91-e340031d38fd with identifier: AW21%20DVU
2026-03-30 06:11:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c445b6c-ff66-5587-8b91-e340031d38fd with scrape type 2
2026-03-30 06:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c445b6c-ff66-5587-8b91-e340031d38fd with scrape type 2
2026-03-30 06:11:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c445b6c-ff66-5587-8b91-e340031d38fd, identifier: AW21%20DVU
2026-03-30 06:11:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a09a619-c657-5e53-8420-d103cbcc1e96 with identifier: SM73%20DNX
2026-03-30 06:11:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a09a619-c657-5e53-8420-d103cbcc1e96 with identifier: SM73%20DNX
2026-03-30 06:11:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a09a619-c657-5e53-8420-d103cbcc1e96 with identifier: SM73%20DNX to the API
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM73%20DNX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8a09a619-c657-5e53-8420-d103cbcc1e96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SM73 DNX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM73%20DNX&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'KIA',
'model': 'XCEED',
'odometer': 36656,
'odometer_reading_unit': '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 XCEED 1.5 T GDI GT-LINE S ISG DCT Hatchback',
'transmission': 'automatic',
'trim': 'T GDI GT-LINE S ISG DCT',
'vin': 'U5YH7F15VRL163071',
'year': 2023}
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM73%2520DNX%27 HTTP/1.1" 200 None
2026-03-30 06:11:47 [bca.uk] INFO: Saving data for SM73%20DNX: {'auction_closing_time': 1775037600.0, 'created_time': 1774649231.788526, 'last_price_update_time': 1774851107.258633}
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM73%2520DNX') HTTP/1.1" 204 0
2026-03-30 06:11:47 [bca.uk] INFO: Found listing with ID: NJ12%20XTN
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ12%2520XTN%27 HTTP/1.1" 200 None
2026-03-30 06:11:47 [bca.uk] INFO: Scrape type for NJ12%20XTN: 2
2026-03-30 06:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da89ed15-b340-54ba-b288-27020a263b2a with identifier: NJ12%20XTN
2026-03-30 06:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da89ed15-b340-54ba-b288-27020a263b2a with scrape type 2
2026-03-30 06:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da89ed15-b340-54ba-b288-27020a263b2a with scrape type 2
2026-03-30 06:11:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da89ed15-b340-54ba-b288-27020a263b2a, identifier: NJ12%20XTN
2026-03-30 06:11:47 [bca.uk] INFO: Found listing with ID: CE67%20DUA
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE67%2520DUA%27 HTTP/1.1" 200 None
2026-03-30 06:11:47 [bca.uk] INFO: Scrape type for CE67%20DUA: 2
2026-03-30 06:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b02ee96-e160-55dd-bd4a-9c311544e767 with identifier: CE67%20DUA
2026-03-30 06:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b02ee96-e160-55dd-bd4a-9c311544e767 with scrape type 2
2026-03-30 06:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b02ee96-e160-55dd-bd4a-9c311544e767 with scrape type 2
2026-03-30 06:11:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b02ee96-e160-55dd-bd4a-9c311544e767, identifier: CE67%20DUA
2026-03-30 06:11:47 [bca.uk] INFO: Found listing with ID: BP72%20UKO
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP72%2520UKO%27 HTTP/1.1" 200 None
2026-03-30 06:11:47 [bca.uk] INFO: Scrape type for BP72%20UKO: 2
2026-03-30 06:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc4dde73-d491-5857-b814-1be9193308ca with identifier: BP72%20UKO
2026-03-30 06:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc4dde73-d491-5857-b814-1be9193308ca with scrape type 2
2026-03-30 06:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc4dde73-d491-5857-b814-1be9193308ca with scrape type 2
2026-03-30 06:11:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc4dde73-d491-5857-b814-1be9193308ca, identifier: BP72%20UKO
2026-03-30 06:11:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c445b6c-ff66-5587-8b91-e340031d38fd with identifier: AW21%20DVU
2026-03-30 06:11:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c445b6c-ff66-5587-8b91-e340031d38fd with identifier: AW21%20DVU
2026-03-30 06:11:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c445b6c-ff66-5587-8b91-e340031d38fd with identifier: AW21%20DVU to the API
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AW21%20DVU-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': '5c445b6c-ff66-5587-8b91-e340031d38fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AW21 DVU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AW21%20DVU&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 28269,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': False,
'registration_date': '2021-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': 'SALCA2AT7MH886560',
'year': 2021}
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AW21%2520DVU%27 HTTP/1.1" 200 None
2026-03-30 06:11:48 [bca.uk] INFO: Saving data for AW21%20DVU: {'auction_closing_time': 1774854000.0, 'created_time': 1773833335.448625, 'last_price_update_time': 1774851108.012623}
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AW21%2520DVU') HTTP/1.1" 204 0
2026-03-30 06:11:48 [bca.uk] INFO: Found listing with ID: EA23%20YLO
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA23%2520YLO%27 HTTP/1.1" 200 None
2026-03-30 06:11:48 [bca.uk] INFO: Scrape type for EA23%20YLO: 2
2026-03-30 06:11:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba6d8e2-23a1-5627-b319-e8a1a9e16e67 with identifier: EA23%20YLO
2026-03-30 06:11:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba6d8e2-23a1-5627-b319-e8a1a9e16e67 with scrape type 2
2026-03-30 06:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aba6d8e2-23a1-5627-b319-e8a1a9e16e67 with scrape type 2
2026-03-30 06:11:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aba6d8e2-23a1-5627-b319-e8a1a9e16e67, identifier: EA23%20YLO
2026-03-30 06:11:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da89ed15-b340-54ba-b288-27020a263b2a with identifier: NJ12%20XTN
2026-03-30 06:11:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da89ed15-b340-54ba-b288-27020a263b2a with identifier: NJ12%20XTN
2026-03-30 06:11:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da89ed15-b340-54ba-b288-27020a263b2a with identifier: NJ12%20XTN to the API
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:48 [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': 191,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'da89ed15-b340-54ba-b288-27020a263b2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NJ12 XTN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ12%20XTN&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SUZUKI',
'model': 'KIZASHI',
'odometer': 63431,
'odometer_reading_unit': '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 KIZASHI 2.4 SPORT 4X4 Saloon',
'transmission': 'manual',
'trim': 'SPORT 4X4',
'vin': 'JSAFRF91S00121993',
'year': 2012}
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ12%2520XTN%27 HTTP/1.1" 200 None
2026-03-30 06:11:48 [bca.uk] INFO: Saving data for NJ12%20XTN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649244.563638, 'last_price_update_time': 1774851108.424068}
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ12%2520XTN') HTTP/1.1" 204 0
2026-03-30 06:11:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b02ee96-e160-55dd-bd4a-9c311544e767 with identifier: CE67%20DUA
2026-03-30 06:11:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b02ee96-e160-55dd-bd4a-9c311544e767 with identifier: CE67%20DUA
2026-03-30 06:11:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b02ee96-e160-55dd-bd4a-9c311544e767 with identifier: CE67%20DUA to the API
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:48 [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': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3b02ee96-e160-55dd-bd4a-9c311544e767',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE67 DUA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE67%20DUA&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 86818,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'RENAULT CAPTUR 0.9 TCE 90 DYNAMIQUE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 DYNAMIQUE',
'vin': 'VF12RA51559197319',
'year': 2017}
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE67%2520DUA%27 HTTP/1.1" 200 None
2026-03-30 06:11:48 [bca.uk] INFO: Saving data for CE67%20DUA: {'auction_closing_time': 1775037600.0, 'created_time': 1774649311.689123, 'last_price_update_time': 1774851108.722617}
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE67%2520DUA') HTTP/1.1" 204 0
2026-03-30 06:11:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc4dde73-d491-5857-b814-1be9193308ca with identifier: BP72%20UKO
2026-03-30 06:11:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc4dde73-d491-5857-b814-1be9193308ca with identifier: BP72%20UKO
2026-03-30 06:11:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc4dde73-d491-5857-b814-1be9193308ca with identifier: BP72%20UKO to the API
2026-03-30 06:11:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:49 [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': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20UKO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc4dde73-d491-5857-b814-1be9193308ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP72 UKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20UKO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FIAT',
'model': 'SCUDO',
'odometer': 90111,
'odometer_reading_unit': '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 SCUDO 1.5 M/JET 100 L1 TECNICO PanelVan',
'transmission': 'manual',
'trim': 'M/JET 100 L1 TECNICO',
'vin': 'VXFVBYHRMN7075945',
'year': 2023}
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520UKO%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [bca.uk] INFO: Saving data for BP72%20UKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649415.503171, 'last_price_update_time': 1774851109.021246}
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520UKO') HTTP/1.1" 204 0
2026-03-30 06:11:49 [bca.uk] INFO: Found listing with ID: BP72%20FTD
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520FTD%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [bca.uk] INFO: Scrape type for BP72%20FTD: 2
2026-03-30 06:11:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03f3a2b8-5f8f-5093-8cf9-2a9f52c3056d with identifier: BP72%20FTD
2026-03-30 06:11:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03f3a2b8-5f8f-5093-8cf9-2a9f52c3056d with scrape type 2
2026-03-30 06:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03f3a2b8-5f8f-5093-8cf9-2a9f52c3056d with scrape type 2
2026-03-30 06:11:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03f3a2b8-5f8f-5093-8cf9-2a9f52c3056d, identifier: BP72%20FTD
2026-03-30 06:11:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aba6d8e2-23a1-5627-b319-e8a1a9e16e67 with identifier: EA23%20YLO
2026-03-30 06:11:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aba6d8e2-23a1-5627-b319-e8a1a9e16e67 with identifier: EA23%20YLO
2026-03-30 06:11:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aba6d8e2-23a1-5627-b319-e8a1a9e16e67 with identifier: EA23%20YLO to the API
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 24,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA23%20YLO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'aba6d8e2-23a1-5627-b319-e8a1a9e16e67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EA23 YLO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA23%20YLO&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'KUGA',
'odometer': 47333,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'FORD KUGA 2.5 E/B PHEV 2WD ST-LINE X ED. StationWagon',
'transmission': 'automatic',
'trim': 'E/B PHEV 2WD ST-LINE X ED.',
'vin': 'WF0FXXWPMHPK54639',
'year': 2023}
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA23%2520YLO%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [bca.uk] INFO: Saving data for EA23%20YLO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649292.181475, 'last_price_update_time': 1774851109.450439}
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA23%2520YLO') HTTP/1.1" 204 0
2026-03-30 06:11:49 [bca.uk] INFO: Found listing with ID: VN14%20HVP
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN14%2520HVP%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [bca.uk] INFO: Scrape type for VN14%20HVP: 2
2026-03-30 06:11:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0945204b-a764-5783-a662-51b0e792d7fb with identifier: VN14%20HVP
2026-03-30 06:11:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0945204b-a764-5783-a662-51b0e792d7fb with scrape type 2
2026-03-30 06:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0945204b-a764-5783-a662-51b0e792d7fb with scrape type 2
2026-03-30 06:11:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0945204b-a764-5783-a662-51b0e792d7fb, identifier: VN14%20HVP
2026-03-30 06:11:49 [bca.uk] INFO: Found listing with ID: VA15%20PGV
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA15%2520PGV%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [bca.uk] INFO: Scrape type for VA15%20PGV: 2
2026-03-30 06:11:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27efd68a-efd6-52f2-b68a-7db758ed1b41 with identifier: VA15%20PGV
2026-03-30 06:11:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27efd68a-efd6-52f2-b68a-7db758ed1b41 with scrape type 2
2026-03-30 06:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27efd68a-efd6-52f2-b68a-7db758ed1b41 with scrape type 2
2026-03-30 06:11:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27efd68a-efd6-52f2-b68a-7db758ed1b41, identifier: VA15%20PGV
2026-03-30 06:11:49 [bca.uk] INFO: Found listing with ID: CV73%20TVT
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV73%2520TVT%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [bca.uk] INFO: Scrape type for CV73%20TVT: 0
2026-03-30 06:11:49 [bca.uk] INFO: Found listing with ID: GY24%20FOF
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY24%2520FOF%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [bca.uk] INFO: Scrape type for GY24%20FOF: 2
2026-03-30 06:11:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91522524-ba25-54b5-b11b-059b9cca883c with identifier: GY24%20FOF
2026-03-30 06:11:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91522524-ba25-54b5-b11b-059b9cca883c with scrape type 2
2026-03-30 06:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91522524-ba25-54b5-b11b-059b9cca883c with scrape type 2
2026-03-30 06:11:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91522524-ba25-54b5-b11b-059b9cca883c, identifier: GY24%20FOF
2026-03-30 06:11:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03f3a2b8-5f8f-5093-8cf9-2a9f52c3056d with identifier: BP72%20FTD
2026-03-30 06:11:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03f3a2b8-5f8f-5093-8cf9-2a9f52c3056d with identifier: BP72%20FTD
2026-03-30 06:11:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03f3a2b8-5f8f-5093-8cf9-2a9f52c3056d with identifier: BP72%20FTD to the API
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 19,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20FTD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '03f3a2b8-5f8f-5093-8cf9-2a9f52c3056d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP72 FTD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20FTD&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 42737,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 66000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER 3.0 P440E HSE StationWagon',
'transmission': 'automatic',
'trim': 'P440E HSE',
'vin': 'SALKA9A41PA042220',
'year': 2022}
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP72%2520FTD%27 HTTP/1.1" 200 None
2026-03-30 06:11:50 [bca.uk] INFO: Saving data for BP72%20FTD: {'auction_closing_time': 1774854000.0, 'created_time': 1774073356.753882, 'last_price_update_time': 1774851110.146514}
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520FTD') HTTP/1.1" 204 0
2026-03-30 06:11:50 [bca.uk] INFO: Found listing with ID: KU63%20WEA
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU63%2520WEA%27 HTTP/1.1" 200 None
2026-03-30 06:11:50 [bca.uk] INFO: Scrape type for KU63%20WEA: 2
2026-03-30 06:11:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9742faaa-5c8f-55d0-a64e-f45753621b33 with identifier: KU63%20WEA
2026-03-30 06:11:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9742faaa-5c8f-55d0-a64e-f45753621b33 with scrape type 2
2026-03-30 06:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9742faaa-5c8f-55d0-a64e-f45753621b33 with scrape type 2
2026-03-30 06:11:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9742faaa-5c8f-55d0-a64e-f45753621b33, identifier: KU63%20WEA
2026-03-30 06:11:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0945204b-a764-5783-a662-51b0e792d7fb with identifier: VN14%20HVP
2026-03-30 06:11:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0945204b-a764-5783-a662-51b0e792d7fb with identifier: VN14%20HVP
2026-03-30 06:11:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0945204b-a764-5783-a662-51b0e792d7fb with identifier: VN14%20HVP to the API
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:50 [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': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0945204b-a764-5783-a662-51b0e792d7fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN14 HVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN14%20HVP&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'ASTRA TOURER',
'odometer': 129677,
'odometer_reading_unit': '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 SRI Estate',
'transmission': 'automatic',
'trim': 'CDTI 165 SRI',
'vin': 'W0LPF8EN0E8052249',
'year': 2014}
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN14%2520HVP%27 HTTP/1.1" 200 None
2026-03-30 06:11:50 [bca.uk] INFO: Saving data for VN14%20HVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649282.035441, 'last_price_update_time': 1774851110.654133}
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN14%2520HVP') HTTP/1.1" 204 0
2026-03-30 06:11:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27efd68a-efd6-52f2-b68a-7db758ed1b41 with identifier: VA15%20PGV
2026-03-30 06:11:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27efd68a-efd6-52f2-b68a-7db758ed1b41 with identifier: VA15%20PGV
2026-03-30 06:11:50 [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-30 06:11:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 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-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA15%2520PGV%27 HTTP/1.1" 200 None
2026-03-30 06:11:50 [bca.uk] INFO: Saving data for VA15%20PGV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562986.327358, 'last_price_update_time': 1774851110.944959}
2026-03-30 06:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:50 [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-30 06:11:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91522524-ba25-54b5-b11b-059b9cca883c with identifier: GY24%20FOF
2026-03-30 06:11:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91522524-ba25-54b5-b11b-059b9cca883c with identifier: GY24%20FOF
2026-03-30 06:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91522524-ba25-54b5-b11b-059b9cca883c with identifier: GY24%20FOF to the API
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:51 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY24%20FOF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '91522524-ba25-54b5-b11b-059b9cca883c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GY24 FOF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY24%20FOF&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 8366,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 ALLURE EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 ALLURE EAT8',
'vin': 'VR3FPHNS1RY532417',
'year': 2024}
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY24%2520FOF%27 HTTP/1.1" 200 None
2026-03-30 06:11:51 [bca.uk] INFO: Saving data for GY24%20FOF: {'auction_closing_time': 1775124000.0, 'created_time': 1773908322.259183, 'last_price_update_time': 1774851111.251713}
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY24%2520FOF') HTTP/1.1" 204 0
2026-03-30 06:11:51 [bca.uk] INFO: Found listing with ID: BP72%20ZZO
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP72%2520ZZO%27 HTTP/1.1" 200 None
2026-03-30 06:11:51 [bca.uk] INFO: Scrape type for BP72%20ZZO: 2
2026-03-30 06:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with identifier: BP72%20ZZO
2026-03-30 06:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with scrape type 2
2026-03-30 06:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with scrape type 2
2026-03-30 06:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc, identifier: BP72%20ZZO
2026-03-30 06:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9742faaa-5c8f-55d0-a64e-f45753621b33 with identifier: KU63%20WEA
2026-03-30 06:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9742faaa-5c8f-55d0-a64e-f45753621b33 with identifier: KU63%20WEA
2026-03-30 06:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9742faaa-5c8f-55d0-a64e-f45753621b33 with identifier: KU63%20WEA to the API
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 233,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU63%20WEA-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9742faaa-5c8f-55d0-a64e-f45753621b33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU63 WEA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU63%20WEA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MITSUBISHI',
'model': 'L200',
'odometer': 90840,
'odometer_reading_unit': '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 L200 2.5 DI-D 176 LB LWB BARBARIAN 4WD CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'DI-D 176 LB LWB BARBARIAN 4WD',
'vin': 'MMCJYKB40CD020892',
'year': 2013}
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU63%2520WEA%27 HTTP/1.1" 200 None
2026-03-30 06:11:51 [bca.uk] INFO: Saving data for KU63%20WEA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649295.562131, 'last_price_update_time': 1774851111.661018}
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU63%2520WEA') HTTP/1.1" 204 0
2026-03-30 06:11:51 [bca.uk] INFO: Found listing with ID: NV66%20ZTE
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV66%2520ZTE%27 HTTP/1.1" 200 None
2026-03-30 06:11:51 [bca.uk] INFO: Scrape type for NV66%20ZTE: 2
2026-03-30 06:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a64daa0-5eb4-54be-a50e-1e95251343ee with identifier: NV66%20ZTE
2026-03-30 06:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a64daa0-5eb4-54be-a50e-1e95251343ee with scrape type 2
2026-03-30 06:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a64daa0-5eb4-54be-a50e-1e95251343ee with scrape type 2
2026-03-30 06:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a64daa0-5eb4-54be-a50e-1e95251343ee, identifier: NV66%20ZTE
2026-03-30 06:11:51 [bca.uk] INFO: Found listing with ID: WF62%20FHV
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF62%2520FHV%27 HTTP/1.1" 200 None
2026-03-30 06:11:51 [bca.uk] INFO: Scrape type for WF62%20FHV: 2
2026-03-30 06:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bec6e757-7930-57e7-be2c-899c26e87938 with identifier: WF62%20FHV
2026-03-30 06:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bec6e757-7930-57e7-be2c-899c26e87938 with scrape type 2
2026-03-30 06:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bec6e757-7930-57e7-be2c-899c26e87938 with scrape type 2
2026-03-30 06:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bec6e757-7930-57e7-be2c-899c26e87938, identifier: WF62%20FHV
2026-03-30 06:11:51 [bca.uk] INFO: Found listing with ID: LO73%20OTD
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO73%2520OTD%27 HTTP/1.1" 200 None
2026-03-30 06:11:51 [bca.uk] INFO: Scrape type for LO73%20OTD: 0
2026-03-30 06:11:51 [bca.uk] INFO: Found listing with ID: BK25%20JPY
2026-03-30 06:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK25%2520JPY%27 HTTP/1.1" 200 None
2026-03-30 06:11:51 [bca.uk] INFO: Scrape type for BK25%20JPY: 2
2026-03-30 06:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bebb2843-1e7d-526c-9d6f-75df08ee175d with identifier: BK25%20JPY
2026-03-30 06:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bebb2843-1e7d-526c-9d6f-75df08ee175d with scrape type 2
2026-03-30 06:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bebb2843-1e7d-526c-9d6f-75df08ee175d with scrape type 2
2026-03-30 06:11:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bebb2843-1e7d-526c-9d6f-75df08ee175d, identifier: BK25%20JPY
2026-03-30 06:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with identifier: BP72%20ZZO
2026-03-30 06:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 618980eb-a6c0-50b2-87f0-2c7dc2b06ddc with identifier: BP72%20ZZO
2026-03-30 06:11:52 [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-30 06:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP72%2520ZZO%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [bca.uk] INFO: Saving data for BP72%20ZZO: {'auction_closing_time': 1774854000.0, 'created_time': 1774276768.479943, 'last_price_update_time': 1774851112.369299}
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [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-30 06:11:52 [bca.uk] INFO: Found listing with ID: WP69%20UHB
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP69%2520UHB%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [bca.uk] INFO: Scrape type for WP69%20UHB: 2
2026-03-30 06:11:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af23ca61-eb65-5197-bd64-19e661d4b8d7 with identifier: WP69%20UHB
2026-03-30 06:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af23ca61-eb65-5197-bd64-19e661d4b8d7 with scrape type 2
2026-03-30 06:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af23ca61-eb65-5197-bd64-19e661d4b8d7 with scrape type 2
2026-03-30 06:11:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af23ca61-eb65-5197-bd64-19e661d4b8d7, identifier: WP69%20UHB
2026-03-30 06:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a64daa0-5eb4-54be-a50e-1e95251343ee with identifier: NV66%20ZTE
2026-03-30 06:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a64daa0-5eb4-54be-a50e-1e95251343ee with identifier: NV66%20ZTE
2026-03-30 06:11:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a64daa0-5eb4-54be-a50e-1e95251343ee with identifier: NV66%20ZTE to the API
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:52 [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': 170,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4a64daa0-5eb4-54be-a50e-1e95251343ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NV66 ZTE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV66%20ZTE&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 22038,
'odometer_reading_unit': '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 COOPER S Hatchback',
'transmission': 'automatic',
'trim': 'COOPER S',
'vin': 'WMWZC52010WP83638',
'year': 2016}
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV66%2520ZTE%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [bca.uk] INFO: Saving data for NV66%20ZTE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649245.665486, 'last_price_update_time': 1774851112.811629}
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV66%2520ZTE') HTTP/1.1" 204 0
2026-03-30 06:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bec6e757-7930-57e7-be2c-899c26e87938 with identifier: WF62%20FHV
2026-03-30 06:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bec6e757-7930-57e7-be2c-899c26e87938 with identifier: WF62%20FHV
2026-03-30 06:11:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bec6e757-7930-57e7-be2c-899c26e87938 with identifier: WF62%20FHV to the API
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 124,
'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': 'bec6e757-7930-57e7-be2c-899c26e87938',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF62 FHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF62%20FHV&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 84897,
'odometer_reading_unit': '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': 'WF0GXXGAJGCE37960',
'year': 2012}
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF62%2520FHV%27 HTTP/1.1" 200 None
2026-03-30 06:11:53 [bca.uk] INFO: Saving data for WF62%20FHV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649312.486346, 'last_price_update_time': 1774851113.112485}
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF62%2520FHV') HTTP/1.1" 204 0
2026-03-30 06:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bebb2843-1e7d-526c-9d6f-75df08ee175d with identifier: BK25%20JPY
2026-03-30 06:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bebb2843-1e7d-526c-9d6f-75df08ee175d with identifier: BK25%20JPY
2026-03-30 06:11:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bebb2843-1e7d-526c-9d6f-75df08ee175d with identifier: BK25%20JPY to the API
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK25%20JPY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bebb2843-1e7d-526c-9d6f-75df08ee175d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK25 JPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK25%20JPY&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '208',
'odometer': 14839,
'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': 'VR3UPHNE0R4332024',
'year': 2025}
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK25%2520JPY%27 HTTP/1.1" 200 None
2026-03-30 06:11:53 [bca.uk] INFO: Saving data for BK25%20JPY: {'auction_closing_time': 1775124000.0, 'created_time': 1774649445.497311, 'last_price_update_time': 1774851113.418907}
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK25%2520JPY') HTTP/1.1" 204 0
2026-03-30 06:11:53 [bca.uk] INFO: Found listing with ID: CV23%20KXX
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV23%2520KXX%27 HTTP/1.1" 200 None
2026-03-30 06:11:53 [bca.uk] INFO: Scrape type for CV23%20KXX: 2
2026-03-30 06:11:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecfc9dc7-b06f-5f85-8b51-6504681d888a with identifier: CV23%20KXX
2026-03-30 06:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecfc9dc7-b06f-5f85-8b51-6504681d888a with scrape type 2
2026-03-30 06:11:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecfc9dc7-b06f-5f85-8b51-6504681d888a with scrape type 2
2026-03-30 06:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecfc9dc7-b06f-5f85-8b51-6504681d888a, identifier: CV23%20KXX
2026-03-30 06:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af23ca61-eb65-5197-bd64-19e661d4b8d7 with identifier: WP69%20UHB
2026-03-30 06:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af23ca61-eb65-5197-bd64-19e661d4b8d7 with identifier: WP69%20UHB
2026-03-30 06:11:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af23ca61-eb65-5197-bd64-19e661d4b8d7 with identifier: WP69%20UHB to the API
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 206,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP69%20UHB-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'af23ca61-eb65-5197-bd64-19e661d4b8d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP69 UHB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP69%20UHB&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MITSUBISHI',
'model': 'L200',
'odometer': 82222,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'MITSUBISHI L200 2.3 DI-D 150 4WD WARRIOR CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'DI-D 150 4WD WARRIOR',
'vin': 'MMCJLKL60LH015298',
'year': 2020}
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP69%2520UHB%27 HTTP/1.1" 200 None
2026-03-30 06:11:53 [bca.uk] INFO: Saving data for WP69%20UHB: {'auction_closing_time': 1774951200.0, 'created_time': 1774649232.284672, 'last_price_update_time': 1774851113.828477}
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP69%2520UHB') HTTP/1.1" 204 0
2026-03-30 06:11:53 [bca.uk] INFO: Found listing with ID: BF65%20FCL
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF65%2520FCL%27 HTTP/1.1" 200 None
2026-03-30 06:11:53 [bca.uk] INFO: Scrape type for BF65%20FCL: 2
2026-03-30 06:11:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9a11438-5405-5702-aa5c-08e8b42dfd0c with identifier: BF65%20FCL
2026-03-30 06:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9a11438-5405-5702-aa5c-08e8b42dfd0c with scrape type 2
2026-03-30 06:11:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9a11438-5405-5702-aa5c-08e8b42dfd0c with scrape type 2
2026-03-30 06:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9a11438-5405-5702-aa5c-08e8b42dfd0c, identifier: BF65%20FCL
2026-03-30 06:11:53 [bca.uk] INFO: Found listing with ID: WP64%20OMX
2026-03-30 06:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP64%2520OMX%27 HTTP/1.1" 200 None
2026-03-30 06:11:53 [bca.uk] INFO: Scrape type for WP64%20OMX: 2
2026-03-30 06:11:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c338cb2-255f-534f-8b2d-4c49396362c8 with identifier: WP64%20OMX
2026-03-30 06:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c338cb2-255f-534f-8b2d-4c49396362c8 with scrape type 2
2026-03-30 06:11:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c338cb2-255f-534f-8b2d-4c49396362c8 with scrape type 2
2026-03-30 06:11:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c338cb2-255f-534f-8b2d-4c49396362c8, identifier: WP64%20OMX
2026-03-30 06:11:54 [bca.uk] INFO: Found listing with ID: BN25%20YFP
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN25%2520YFP%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [bca.uk] INFO: Scrape type for BN25%20YFP: 2
2026-03-30 06:11:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85d24e13-df24-542b-8b74-581ff2cafda8 with identifier: BN25%20YFP
2026-03-30 06:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85d24e13-df24-542b-8b74-581ff2cafda8 with scrape type 2
2026-03-30 06:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85d24e13-df24-542b-8b74-581ff2cafda8 with scrape type 2
2026-03-30 06:11:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85d24e13-df24-542b-8b74-581ff2cafda8, identifier: BN25%20YFP
2026-03-30 06:11:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecfc9dc7-b06f-5f85-8b51-6504681d888a with identifier: CV23%20KXX
2026-03-30 06:11:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecfc9dc7-b06f-5f85-8b51-6504681d888a with identifier: CV23%20KXX
2026-03-30 06:11:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecfc9dc7-b06f-5f85-8b51-6504681d888a with identifier: CV23%20KXX to the API
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV23%20KXX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'ecfc9dc7-b06f-5f85-8b51-6504681d888a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CV23 KXX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV23%20KXX&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'KIA',
'model': 'EV6',
'odometer': 61881,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16000,
'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': 'KNAC481AUP5109103',
'year': 2023}
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV23%2520KXX%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [bca.uk] INFO: Saving data for CV23%20KXX: {'auction_closing_time': 1774854000.0, 'created_time': 1774449211.47772, 'last_price_update_time': 1774851114.48691}
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV23%2520KXX') HTTP/1.1" 204 0
2026-03-30 06:11:54 [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-30 06:11:54 [bca.uk] INFO: Found listing with ID: YS69%20ZKF
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [bca.uk] INFO: Scrape type for YS69%20ZKF: 2
2026-03-30 06:11:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with identifier: YS69%20ZKF
2026-03-30 06:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with scrape type 2
2026-03-30 06:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with scrape type 2
2026-03-30 06:11:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6, identifier: YS69%20ZKF
2026-03-30 06:11:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9a11438-5405-5702-aa5c-08e8b42dfd0c with identifier: BF65%20FCL
2026-03-30 06:11:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9a11438-5405-5702-aa5c-08e8b42dfd0c with identifier: BF65%20FCL
2026-03-30 06:11:54 [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-30 06:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:54 [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': 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-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF65%2520FCL%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [bca.uk] INFO: Saving data for BF65%20FCL: {'auction_closing_time': 1775037600.0, 'created_time': 1774562987.28463, 'last_price_update_time': 1774851114.994894}
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [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-30 06:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c338cb2-255f-534f-8b2d-4c49396362c8 with identifier: WP64%20OMX
2026-03-30 06:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c338cb2-255f-534f-8b2d-4c49396362c8 with identifier: WP64%20OMX
2026-03-30 06:11:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c338cb2-255f-534f-8b2d-4c49396362c8 with identifier: WP64%20OMX to the API
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 153,
'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': '1c338cb2-255f-534f-8b2d-4c49396362c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP64 OMX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP64%20OMX&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MITSUBISHI',
'model': 'ASX',
'odometer': 141864,
'odometer_reading_unit': '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 ASX 2.2 4 4WD Estate',
'transmission': 'automatic',
'trim': '4 4WD',
'vin': 'JMAXLGA8WFZ400530',
'year': 2014}
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP64%2520OMX%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [bca.uk] INFO: Saving data for WP64%20OMX: {'auction_closing_time': 1775037600.0, 'created_time': 1774649314.236917, 'last_price_update_time': 1774851115.300223}
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP64%2520OMX') HTTP/1.1" 204 0
2026-03-30 06:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85d24e13-df24-542b-8b74-581ff2cafda8 with identifier: BN25%20YFP
2026-03-30 06:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85d24e13-df24-542b-8b74-581ff2cafda8 with identifier: BN25%20YFP
2026-03-30 06:11:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85d24e13-df24-542b-8b74-581ff2cafda8 with identifier: BN25%20YFP to the API
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20YFP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '85d24e13-df24-542b-8b74-581ff2cafda8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BN25 YFP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20YFP&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '208',
'odometer': 15010,
'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': 'VR3UPHNEXR4338574',
'year': 2025}
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN25%2520YFP%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [bca.uk] INFO: Saving data for BN25%20YFP: {'auction_closing_time': 1775124000.0, 'created_time': 1774649447.394461, 'last_price_update_time': 1774851115.5984}
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520YFP') HTTP/1.1" 204 0
2026-03-30 06:11:55 [bca.uk] INFO: Found listing with ID: DE23%20JPO
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE23%2520JPO%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [bca.uk] INFO: Scrape type for DE23%20JPO: 2
2026-03-30 06:11:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 407ff87c-b58d-5f84-8c16-b2914ebc4cee with identifier: DE23%20JPO
2026-03-30 06:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407ff87c-b58d-5f84-8c16-b2914ebc4cee with scrape type 2
2026-03-30 06:11:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 407ff87c-b58d-5f84-8c16-b2914ebc4cee with scrape type 2
2026-03-30 06:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 407ff87c-b58d-5f84-8c16-b2914ebc4cee, identifier: DE23%20JPO
2026-03-30 06:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with identifier: YS69%20ZKF
2026-03-30 06:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ef201cd-f8f3-5a60-9bc8-655e49b562d6 with identifier: YS69%20ZKF
2026-03-30 06:11:55 [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-30 06:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-30 06:11:56 [bca.uk] INFO: Saving data for YS69%20ZKF: {'auction_closing_time': 1774951200.0, 'created_time': 1774651565.27719, 'last_price_update_time': 1774851116.057171}
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:56 [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-30 06:11:56 [bca.uk] INFO: Found listing with ID: CE63%20PBY
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE63%2520PBY%27 HTTP/1.1" 200 None
2026-03-30 06:11:56 [bca.uk] INFO: Scrape type for CE63%20PBY: 2
2026-03-30 06:11:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dae23105-821d-5c75-aa27-f3f1b3d8ee21 with identifier: CE63%20PBY
2026-03-30 06:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dae23105-821d-5c75-aa27-f3f1b3d8ee21 with scrape type 2
2026-03-30 06:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dae23105-821d-5c75-aa27-f3f1b3d8ee21 with scrape type 2
2026-03-30 06:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dae23105-821d-5c75-aa27-f3f1b3d8ee21, identifier: CE63%20PBY
2026-03-30 06:11:56 [bca.uk] INFO: Found listing with ID: KT17%20GKL
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT17%2520GKL%27 HTTP/1.1" 200 None
2026-03-30 06:11:56 [bca.uk] INFO: Scrape type for KT17%20GKL: 2
2026-03-30 06:11:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cfcfbdb-c007-5b88-8e43-9d1ccabe4d04 with identifier: KT17%20GKL
2026-03-30 06:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cfcfbdb-c007-5b88-8e43-9d1ccabe4d04 with scrape type 2
2026-03-30 06:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cfcfbdb-c007-5b88-8e43-9d1ccabe4d04 with scrape type 2
2026-03-30 06:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cfcfbdb-c007-5b88-8e43-9d1ccabe4d04, identifier: KT17%20GKL
2026-03-30 06:11:56 [bca.uk] INFO: Found listing with ID: ML24%20ZWD
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML24%2520ZWD%27 HTTP/1.1" 200 None
2026-03-30 06:11:56 [bca.uk] INFO: Scrape type for ML24%20ZWD: 2
2026-03-30 06:11:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9f1c6ae-1d05-521f-ae99-7f9449cde245 with identifier: ML24%20ZWD
2026-03-30 06:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9f1c6ae-1d05-521f-ae99-7f9449cde245 with scrape type 2
2026-03-30 06:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9f1c6ae-1d05-521f-ae99-7f9449cde245 with scrape type 2
2026-03-30 06:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9f1c6ae-1d05-521f-ae99-7f9449cde245, identifier: ML24%20ZWD
2026-03-30 06:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 407ff87c-b58d-5f84-8c16-b2914ebc4cee with identifier: DE23%20JPO
2026-03-30 06:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 407ff87c-b58d-5f84-8c16-b2914ebc4cee with identifier: DE23%20JPO
2026-03-30 06:11:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 407ff87c-b58d-5f84-8c16-b2914ebc4cee with identifier: DE23%20JPO to the API
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE23%20JPO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '407ff87c-b58d-5f84-8c16-b2914ebc4cee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE23 JPO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE23%20JPO&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'AUDI',
'model': 'Q4 E-TRON S/B',
'odometer': 17127,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19500,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'AUDI Q4 E-TRON S/B 35 125KW 55KWH S LINE Coupe',
'transmission': 'automatic',
'trim': '35 125KW 55KWH S LINE',
'vin': 'WAUZZZFZ4PP024047',
'year': 2023}
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE23%2520JPO%27 HTTP/1.1" 200 None
2026-03-30 06:11:56 [bca.uk] INFO: Saving data for DE23%20JPO: {'auction_closing_time': 1774854000.0, 'created_time': 1774073354.518575, 'last_price_update_time': 1774851116.705095}
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE23%2520JPO') HTTP/1.1" 204 0
2026-03-30 06:11:56 [bca.uk] INFO: Found listing with ID: YM71%20FSP
2026-03-30 06:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM71%2520FSP%27 HTTP/1.1" 200 None
2026-03-30 06:11:56 [bca.uk] INFO: Scrape type for YM71%20FSP: 2
2026-03-30 06:11:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d32b41f-14de-5880-8a01-a88e9ad1b22e with identifier: YM71%20FSP
2026-03-30 06:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d32b41f-14de-5880-8a01-a88e9ad1b22e with scrape type 2
2026-03-30 06:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d32b41f-14de-5880-8a01-a88e9ad1b22e with scrape type 2
2026-03-30 06:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d32b41f-14de-5880-8a01-a88e9ad1b22e, identifier: YM71%20FSP
2026-03-30 06:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dae23105-821d-5c75-aa27-f3f1b3d8ee21 with identifier: CE63%20PBY
2026-03-30 06:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dae23105-821d-5c75-aa27-f3f1b3d8ee21 with identifier: CE63%20PBY
2026-03-30 06:11:56 [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-30 06:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE63%2520PBY%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [bca.uk] INFO: Saving data for CE63%20PBY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477040.567714, 'last_price_update_time': 1774851117.110568}
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [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-30 06:11:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cfcfbdb-c007-5b88-8e43-9d1ccabe4d04 with identifier: KT17%20GKL
2026-03-30 06:11:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cfcfbdb-c007-5b88-8e43-9d1ccabe4d04 with identifier: KT17%20GKL
2026-03-30 06:11:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cfcfbdb-c007-5b88-8e43-9d1ccabe4d04 with identifier: KT17%20GKL to the API
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 115,
'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': '4cfcfbdb-c007-5b88-8e43-9d1ccabe4d04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KT17 GKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT17%20GKL&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'CITROEN',
'model': 'GRAND PICASSO',
'odometer': 60575,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'CITROEN GRAND PICASSO 2.0 BLUEHDI 150 FLAIR EAT6 MPV',
'transmission': 'automatic',
'trim': 'BLUEHDI 150 FLAIR EAT6',
'vin': 'VF73AAHXTHJ631663',
'year': 2017}
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT17%2520GKL%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [bca.uk] INFO: Saving data for KT17%20GKL: {'auction_closing_time': 1775037600.0, 'created_time': 1774649314.644974, 'last_price_update_time': 1774851117.402356}
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT17%2520GKL') HTTP/1.1" 204 0
2026-03-30 06:11:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9f1c6ae-1d05-521f-ae99-7f9449cde245 with identifier: ML24%20ZWD
2026-03-30 06:11:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9f1c6ae-1d05-521f-ae99-7f9449cde245 with identifier: ML24%20ZWD
2026-03-30 06:11:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9f1c6ae-1d05-521f-ae99-7f9449cde245 with identifier: ML24%20ZWD to the API
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:57 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML24%20ZWD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a9f1c6ae-1d05-521f-ae99-7f9449cde245',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML24 ZWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML24%20ZWD&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 10089,
'odometer_reading_unit': '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': 'VR3FPHNSTRY512127',
'year': 2024}
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML24%2520ZWD%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [bca.uk] INFO: Saving data for ML24%20ZWD: {'auction_closing_time': 1775124000.0, 'created_time': 1774649444.926737, 'last_price_update_time': 1774851117.706456}
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML24%2520ZWD') HTTP/1.1" 204 0
2026-03-30 06:11:57 [bca.uk] INFO: Found listing with ID: DG24%20FYS
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG24%2520FYS%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [bca.uk] INFO: Scrape type for DG24%20FYS: 2
2026-03-30 06:11:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with identifier: DG24%20FYS
2026-03-30 06:11:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with scrape type 2
2026-03-30 06:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with scrape type 2
2026-03-30 06:11:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84, identifier: DG24%20FYS
2026-03-30 06:11:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d32b41f-14de-5880-8a01-a88e9ad1b22e with identifier: YM71%20FSP
2026-03-30 06:11:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d32b41f-14de-5880-8a01-a88e9ad1b22e with identifier: YM71%20FSP
2026-03-30 06:11:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d32b41f-14de-5880-8a01-a88e9ad1b22e with identifier: YM71%20FSP to the API
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 218,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM71%20FSP-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9d32b41f-14de-5880-8a01-a88e9ad1b22e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YM71 FSP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM71%20FSP&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 18329,
'odometer_reading_unit': '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 L2 ChassisCab',
'transmission': 'manual',
'trim': 'EBL 130 L2',
'vin': 'WF0AXXTTRAMD38824',
'year': 2022}
2026-03-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM71%2520FSP%27 HTTP/1.1" 200 None
2026-03-30 06:11:58 [bca.uk] INFO: Saving data for YM71%20FSP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649291.781585, 'last_price_update_time': 1774851118.163277}
2026-03-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM71%2520FSP') HTTP/1.1" 204 0
2026-03-30 06:11:58 [bca.uk] INFO: Found listing with ID: YY59%20CYA
2026-03-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY59%2520CYA%27 HTTP/1.1" 200 None
2026-03-30 06:11:58 [bca.uk] INFO: Scrape type for YY59%20CYA: 2
2026-03-30 06:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fcba5cc-2e39-57c7-bef1-5542a9acdac0 with identifier: YY59%20CYA
2026-03-30 06:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fcba5cc-2e39-57c7-bef1-5542a9acdac0 with scrape type 2
2026-03-30 06:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fcba5cc-2e39-57c7-bef1-5542a9acdac0 with scrape type 2
2026-03-30 06:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fcba5cc-2e39-57c7-bef1-5542a9acdac0, identifier: YY59%20CYA
2026-03-30 06:11:58 [bca.uk] INFO: Found listing with ID: HP08%20CJP
2026-03-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HP08%2520CJP%27 HTTP/1.1" 200 None
2026-03-30 06:11:58 [bca.uk] INFO: Scrape type for HP08%20CJP: 2
2026-03-30 06:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf508040-b730-5a01-aba2-89b35539644d with identifier: HP08%20CJP
2026-03-30 06:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf508040-b730-5a01-aba2-89b35539644d with scrape type 2
2026-03-30 06:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf508040-b730-5a01-aba2-89b35539644d with scrape type 2
2026-03-30 06:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf508040-b730-5a01-aba2-89b35539644d, identifier: HP08%20CJP
2026-03-30 06:11:58 [bca.uk] INFO: Found listing with ID: MP73%20JGY
2026-03-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP73%2520JGY%27 HTTP/1.1" 200 None
2026-03-30 06:11:58 [bca.uk] INFO: Scrape type for MP73%20JGY: 2
2026-03-30 06:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31654e1a-f5ae-5692-a9c8-e2b0d7dd5ac8 with identifier: MP73%20JGY
2026-03-30 06:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31654e1a-f5ae-5692-a9c8-e2b0d7dd5ac8 with scrape type 2
2026-03-30 06:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31654e1a-f5ae-5692-a9c8-e2b0d7dd5ac8 with scrape type 2
2026-03-30 06:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31654e1a-f5ae-5692-a9c8-e2b0d7dd5ac8, identifier: MP73%20JGY
2026-03-30 06:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with identifier: DG24%20FYS
2026-03-30 06:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc2e1758-9d8a-50b5-bcd2-4b913aea6e84 with identifier: DG24%20FYS
2026-03-30 06:11:58 [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-30 06:11:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 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-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG24%2520FYS%27 HTTP/1.1" 200 None
2026-03-30 06:11:58 [bca.uk] INFO: Saving data for DG24%20FYS: {'auction_closing_time': 1774854000.0, 'created_time': 1774276852.689191, 'last_price_update_time': 1774851118.817771}
2026-03-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:58 [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-30 06:11:58 [bca.uk] INFO: Found listing with ID: YS16%20DMO
2026-03-30 06:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS16%2520DMO%27 HTTP/1.1" 200 None
2026-03-30 06:11:58 [bca.uk] INFO: Scrape type for YS16%20DMO: 2
2026-03-30 06:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a58552-3063-5fd6-a215-a19eb59003de with identifier: YS16%20DMO
2026-03-30 06:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a58552-3063-5fd6-a215-a19eb59003de with scrape type 2
2026-03-30 06:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a58552-3063-5fd6-a215-a19eb59003de with scrape type 2
2026-03-30 06:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a58552-3063-5fd6-a215-a19eb59003de, identifier: YS16%20DMO
2026-03-30 06:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fcba5cc-2e39-57c7-bef1-5542a9acdac0 with identifier: YY59%20CYA
2026-03-30 06:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fcba5cc-2e39-57c7-bef1-5542a9acdac0 with identifier: YY59%20CYA
2026-03-30 06:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fcba5cc-2e39-57c7-bef1-5542a9acdac0 with identifier: YY59%20CYA to the API
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 119,
'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': '6fcba5cc-2e39-57c7-bef1-5542a9acdac0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY59 CYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY59%20CYA&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FIAT',
'model': '500',
'odometer': 83355,
'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.2 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA31200000400982',
'year': 2009}
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY59%2520CYA%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [bca.uk] INFO: Saving data for YY59%20CYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774649280.103959, 'last_price_update_time': 1774851119.218563}
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY59%2520CYA') HTTP/1.1" 204 0
2026-03-30 06:11:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf508040-b730-5a01-aba2-89b35539644d with identifier: HP08%20CJP
2026-03-30 06:11:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf508040-b730-5a01-aba2-89b35539644d with identifier: HP08%20CJP
2026-03-30 06:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf508040-b730-5a01-aba2-89b35539644d with identifier: HP08%20CJP to the API
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HP08%20CJP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bf508040-b730-5a01-aba2-89b35539644d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HP08 CJP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HP08%20CJP&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 35166,
'odometer_reading_unit': '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 JAZZ 1.3 I-VTEC 102 EX Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC 102 EX',
'vin': 'JHMGK3770GX200673',
'year': 2015}
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HP08%2520CJP%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [bca.uk] INFO: Saving data for HP08%20CJP: {'auction_closing_time': 1775037600.0, 'created_time': 1774303858.185314, 'last_price_update_time': 1774851119.598625}
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HP08%2520CJP') HTTP/1.1" 204 0
2026-03-30 06:11:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31654e1a-f5ae-5692-a9c8-e2b0d7dd5ac8 with identifier: MP73%20JGY
2026-03-30 06:11:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31654e1a-f5ae-5692-a9c8-e2b0d7dd5ac8 with identifier: MP73%20JGY
2026-03-30 06:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31654e1a-f5ae-5692-a9c8-e2b0d7dd5ac8 with identifier: MP73%20JGY to the API
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:11:59 [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': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MP73%20JGY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '31654e1a-f5ae-5692-a9c8-e2b0d7dd5ac8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MP73 JGY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MP73%20JGY&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': '208',
'odometer': 4907,
'odometer_reading_unit': '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': 'VR3UPHNEKP5173794',
'year': 2024}
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP73%2520JGY%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [bca.uk] INFO: Saving data for MP73%20JGY: {'auction_closing_time': 1775124000.0, 'created_time': 1774649430.174866, 'last_price_update_time': 1774851119.897767}
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MP73%2520JGY') HTTP/1.1" 204 0
2026-03-30 06:11:59 [bca.uk] INFO: Found listing with ID: FJ21%20VJM
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ21%2520VJM%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [bca.uk] INFO: Scrape type for FJ21%20VJM: 2
2026-03-30 06:11:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09ffae64-d942-5833-9db0-aaf1c81712ff with identifier: FJ21%20VJM
2026-03-30 06:11:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09ffae64-d942-5833-9db0-aaf1c81712ff with scrape type 2
2026-03-30 06:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09ffae64-d942-5833-9db0-aaf1c81712ff with scrape type 2
2026-03-30 06:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09ffae64-d942-5833-9db0-aaf1c81712ff, identifier: FJ21%20VJM
2026-03-30 06:12:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a58552-3063-5fd6-a215-a19eb59003de with identifier: YS16%20DMO
2026-03-30 06:12:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a58552-3063-5fd6-a215-a19eb59003de with identifier: YS16%20DMO
2026-03-30 06:12:00 [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-30 06:12:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS16%2520DMO%27 HTTP/1.1" 200 None
2026-03-30 06:12:00 [bca.uk] INFO: Saving data for YS16%20DMO: {'auction_closing_time': 1775037600.0, 'created_time': 1774651561.341444, 'last_price_update_time': 1774851120.340766}
2026-03-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:00 [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-30 06:12:00 [bca.uk] INFO: Found listing with ID: HV67%20RZT
2026-03-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV67%2520RZT%27 HTTP/1.1" 200 None
2026-03-30 06:12:00 [bca.uk] INFO: Scrape type for HV67%20RZT: 2
2026-03-30 06:12:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 837a5994-4c1a-5ec8-a4a9-aa4013e34991 with identifier: HV67%20RZT
2026-03-30 06:12:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 837a5994-4c1a-5ec8-a4a9-aa4013e34991 with scrape type 2
2026-03-30 06:12:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 837a5994-4c1a-5ec8-a4a9-aa4013e34991 with scrape type 2
2026-03-30 06:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 837a5994-4c1a-5ec8-a4a9-aa4013e34991, identifier: HV67%20RZT
2026-03-30 06:12:00 [bca.uk] INFO: Found listing with ID: SG15%20DHC
2026-03-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG15%2520DHC%27 HTTP/1.1" 200 None
2026-03-30 06:12:00 [bca.uk] INFO: Scrape type for SG15%20DHC: 2
2026-03-30 06:12:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e1c38e1-e415-5e17-ab0f-57dca87b7964 with identifier: SG15%20DHC
2026-03-30 06:12:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e1c38e1-e415-5e17-ab0f-57dca87b7964 with scrape type 2
2026-03-30 06:12:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e1c38e1-e415-5e17-ab0f-57dca87b7964 with scrape type 2
2026-03-30 06:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e1c38e1-e415-5e17-ab0f-57dca87b7964, identifier: SG15%20DHC
2026-03-30 06:12:00 [bca.uk] INFO: Found listing with ID: FE23%20WVO
2026-03-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE23%2520WVO%27 HTTP/1.1" 200 None
2026-03-30 06:12:00 [bca.uk] INFO: Scrape type for FE23%20WVO: 2
2026-03-30 06:12:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e30e988f-16e3-538f-b96e-921a0e0a7925 with identifier: FE23%20WVO
2026-03-30 06:12:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e30e988f-16e3-538f-b96e-921a0e0a7925 with scrape type 2
2026-03-30 06:12:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e30e988f-16e3-538f-b96e-921a0e0a7925 with scrape type 2
2026-03-30 06:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e30e988f-16e3-538f-b96e-921a0e0a7925, identifier: FE23%20WVO
2026-03-30 06:12:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09ffae64-d942-5833-9db0-aaf1c81712ff with identifier: FJ21%20VJM
2026-03-30 06:12:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09ffae64-d942-5833-9db0-aaf1c81712ff with identifier: FJ21%20VJM
2026-03-30 06:12:00 [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-30 06:12:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ21%2520VJM%27 HTTP/1.1" 200 None
2026-03-30 06:12:00 [bca.uk] INFO: Saving data for FJ21%20VJM: {'auction_closing_time': 1774854000.0, 'created_time': 1774390627.881411, 'last_price_update_time': 1774851120.976603}
2026-03-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:00 [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-30 06:12:01 [bca.uk] INFO: Total items found: 100
2026-03-30 06:12:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded
2026-03-30 06:12:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:12:01 [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-30 06:12:01 [bca.uk] INFO: Found listing with ID: DN13%20XYJ
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN13%2520XYJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [bca.uk] INFO: Scrape type for DN13%20XYJ: 2
2026-03-30 06:12:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with identifier: DN13%20XYJ
2026-03-30 06:12:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with scrape type 2
2026-03-30 06:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with scrape type 2
2026-03-30 06:12:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9caca2c-bfc8-5d06-9bd0-935c5fd92956, identifier: DN13%20XYJ
2026-03-30 06:12:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 837a5994-4c1a-5ec8-a4a9-aa4013e34991 with identifier: HV67%20RZT
2026-03-30 06:12:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 837a5994-4c1a-5ec8-a4a9-aa4013e34991 with identifier: HV67%20RZT
2026-03-30 06:12:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 837a5994-4c1a-5ec8-a4a9-aa4013e34991 with identifier: HV67%20RZT to the API
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 139,
'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': '837a5994-4c1a-5ec8-a4a9-aa4013e34991',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV67 RZT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV67%20RZT&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'BMW',
'model': 'X4',
'odometer': 83956,
'odometer_reading_unit': '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 X4 2.0 XDRIVE 20D M SPORT STEP Coupe',
'transmission': 'manual',
'trim': 'XDRIVE 20D M SPORT STEP',
'vin': 'WBAXX120000X22756',
'year': 2017}
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV67%2520RZT%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [bca.uk] INFO: Saving data for HV67%20RZT: {'auction_closing_time': 1775037600.0, 'created_time': 1774649280.752844, 'last_price_update_time': 1774851121.431999}
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520RZT') HTTP/1.1" 204 0
2026-03-30 06:12:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e1c38e1-e415-5e17-ab0f-57dca87b7964 with identifier: SG15%20DHC
2026-03-30 06:12:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e1c38e1-e415-5e17-ab0f-57dca87b7964 with identifier: SG15%20DHC
2026-03-30 06:12:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e1c38e1-e415-5e17-ab0f-57dca87b7964 with identifier: SG15%20DHC to the API
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 158,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9e1c38e1-e415-5e17-ab0f-57dca87b7964',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG15 DHC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG15%20DHC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 65285,
'odometer_reading_unit': '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 2.0 CRDI KX-4 StationWagon',
'transmission': 'manual',
'trim': 'CRDI KX-4',
'vin': 'U5YPC813NEL644615',
'year': 2015}
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG15%2520DHC%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [bca.uk] INFO: Saving data for SG15%20DHC: {'auction_closing_time': 1775037600.0, 'created_time': 1774649313.78613, 'last_price_update_time': 1774851121.72648}
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG15%2520DHC') HTTP/1.1" 204 0
2026-03-30 06:12:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e30e988f-16e3-538f-b96e-921a0e0a7925 with identifier: FE23%20WVO
2026-03-30 06:12:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e30e988f-16e3-538f-b96e-921a0e0a7925 with identifier: FE23%20WVO
2026-03-30 06:12:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e30e988f-16e3-538f-b96e-921a0e0a7925 with identifier: FE23%20WVO to the API
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20WVO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e30e988f-16e3-538f-b96e-921a0e0a7925',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FE23 WVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20WVO&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'KIA',
'model': 'PROCEED SW',
'odometer': 34608,
'odometer_reading_unit': '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': 'U5YH2G15LPL066767',
'year': 2023}
2026-03-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE23%2520WVO%27 HTTP/1.1" 200 None
2026-03-30 06:12:02 [bca.uk] INFO: Saving data for FE23%20WVO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649431.763753, 'last_price_update_time': 1774851122.030702}
2026-03-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520WVO') HTTP/1.1" 204 0
2026-03-30 06:12:02 [bca.uk] INFO: Found listing with ID: FJ71%20TZW
2026-03-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ71%2520TZW%27 HTTP/1.1" 200 None
2026-03-30 06:12:02 [bca.uk] INFO: Scrape type for FJ71%20TZW: 2
2026-03-30 06:12:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with identifier: FJ71%20TZW
2026-03-30 06:12: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-30 06:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with scrape type 2
2026-03-30 06:12:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654, identifier: FJ71%20TZW
2026-03-30 06:12:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with identifier: DN13%20XYJ
2026-03-30 06:12:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9caca2c-bfc8-5d06-9bd0-935c5fd92956 with identifier: DN13%20XYJ
2026-03-30 06:12:02 [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-30 06:12:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN13%2520XYJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:02 [bca.uk] INFO: Saving data for DN13%20XYJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774651565.67508, 'last_price_update_time': 1774851122.45243}
2026-03-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:02 [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-30 06:12:02 [bca.uk] INFO: Found listing with ID: GJ60%20KJA
2026-03-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ60%2520KJA%27 HTTP/1.1" 200 None
2026-03-30 06:12:02 [bca.uk] INFO: Scrape type for GJ60%20KJA: 2
2026-03-30 06:12:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 550fa8d6-09d9-51b0-9bf9-370825c2be3d with identifier: GJ60%20KJA
2026-03-30 06:12:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 550fa8d6-09d9-51b0-9bf9-370825c2be3d with scrape type 2
2026-03-30 06:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 550fa8d6-09d9-51b0-9bf9-370825c2be3d with scrape type 2
2026-03-30 06:12:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 550fa8d6-09d9-51b0-9bf9-370825c2be3d, identifier: GJ60%20KJA
2026-03-30 06:12:02 [bca.uk] INFO: Found listing with ID: FD17%20YNY
2026-03-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD17%2520YNY%27 HTTP/1.1" 200 None
2026-03-30 06:12:02 [bca.uk] INFO: Scrape type for FD17%20YNY: 2
2026-03-30 06:12:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adcc7770-b7ec-5e21-ba5c-a562a84812d1 with identifier: FD17%20YNY
2026-03-30 06:12:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adcc7770-b7ec-5e21-ba5c-a562a84812d1 with scrape type 2
2026-03-30 06:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adcc7770-b7ec-5e21-ba5c-a562a84812d1 with scrape type 2
2026-03-30 06:12:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adcc7770-b7ec-5e21-ba5c-a562a84812d1, identifier: FD17%20YNY
2026-03-30 06:12:02 [bca.uk] INFO: Found listing with ID: DL74%20WCW
2026-03-30 06:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL74%2520WCW%27 HTTP/1.1" 200 None
2026-03-30 06:12:02 [bca.uk] INFO: Scrape type for DL74%20WCW: 2
2026-03-30 06:12:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 970ab89f-4b7b-50a0-9c9b-607e20707861 with identifier: DL74%20WCW
2026-03-30 06:12:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 970ab89f-4b7b-50a0-9c9b-607e20707861 with scrape type 2
2026-03-30 06:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 970ab89f-4b7b-50a0-9c9b-607e20707861 with scrape type 2
2026-03-30 06:12:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 970ab89f-4b7b-50a0-9c9b-607e20707861, identifier: DL74%20WCW
2026-03-30 06:12:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with identifier: FJ71%20TZW
2026-03-30 06:12:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bde8bc6-8d20-5e0c-b870-f2c7690b5654 with identifier: FJ71%20TZW
2026-03-30 06:12:02 [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-30 06:12:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:03 [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': 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-30 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ71%2520TZW%27 HTTP/1.1" 200 None
2026-03-30 06:12:03 [bca.uk] INFO: Saving data for FJ71%20TZW: {'auction_closing_time': 1774854000.0, 'created_time': 1774276337.991107, 'last_price_update_time': 1774851123.115692}
2026-03-30 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12: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-30 06:12:03 [bca.uk] INFO: Found listing with ID: EX06%20UKK
2026-03-30 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX06%2520UKK%27 HTTP/1.1" 200 None
2026-03-30 06:12:03 [bca.uk] INFO: Scrape type for EX06%20UKK: 0
2026-03-30 06:12:03 [bca.uk] INFO: Found listing with ID: DG67%20VFW
2026-03-30 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG67%2520VFW%27 HTTP/1.1" 200 None
2026-03-30 06:12:03 [bca.uk] INFO: Scrape type for DG67%20VFW: 2
2026-03-30 06:12:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1634019e-b09c-570f-9811-30966edb4458 with identifier: DG67%20VFW
2026-03-30 06:12:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1634019e-b09c-570f-9811-30966edb4458 with scrape type 2
2026-03-30 06:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1634019e-b09c-570f-9811-30966edb4458 with scrape type 2
2026-03-30 06:12:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1634019e-b09c-570f-9811-30966edb4458, identifier: DG67%20VFW
2026-03-30 06:12:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 550fa8d6-09d9-51b0-9bf9-370825c2be3d with identifier: GJ60%20KJA
2026-03-30 06:12:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 550fa8d6-09d9-51b0-9bf9-370825c2be3d with identifier: GJ60%20KJA
2026-03-30 06:12:03 [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-30 06:12:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ60%2520KJA%27 HTTP/1.1" 200 None
2026-03-30 06:12:03 [bca.uk] INFO: Saving data for GJ60%20KJA: {'auction_closing_time': 1775037600.0, 'created_time': 1774476953.228976, 'last_price_update_time': 1774851123.520898}
2026-03-30 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:03 [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-30 06:12:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adcc7770-b7ec-5e21-ba5c-a562a84812d1 with identifier: FD17%20YNY
2026-03-30 06:12:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adcc7770-b7ec-5e21-ba5c-a562a84812d1 with identifier: FD17%20YNY
2026-03-30 06:12:03 [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-30 06:12:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD17%2520YNY%27 HTTP/1.1" 200 None
2026-03-30 06:12:03 [bca.uk] INFO: Saving data for FD17%20YNY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477280.68954, 'last_price_update_time': 1774851123.915903}
2026-03-30 06:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:03 [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-30 06:12:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 970ab89f-4b7b-50a0-9c9b-607e20707861 with identifier: DL74%20WCW
2026-03-30 06:12:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 970ab89f-4b7b-50a0-9c9b-607e20707861 with identifier: DL74%20WCW
2026-03-30 06:12:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 970ab89f-4b7b-50a0-9c9b-607e20707861 with identifier: DL74%20WCW to the API
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WCW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '970ab89f-4b7b-50a0-9c9b-607e20707861',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DL74 WCW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WCW&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'GRANDLAND',
'odometer': 17809,
'odometer_reading_unit': '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': 'VXKKAHPY3R6057008',
'year': 2024}
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL74%2520WCW%27 HTTP/1.1" 200 None
2026-03-30 06:12:04 [bca.uk] INFO: Saving data for DL74%20WCW: {'auction_closing_time': 1775037600.0, 'created_time': 1774649432.140891, 'last_price_update_time': 1774851124.25627}
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WCW') HTTP/1.1" 204 0
2026-03-30 06:12:04 [bca.uk] INFO: Found listing with ID: FN22%20LFB
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN22%2520LFB%27 HTTP/1.1" 200 None
2026-03-30 06:12:04 [bca.uk] INFO: Scrape type for FN22%20LFB: 2
2026-03-30 06:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39f11e16-83e3-5474-ba35-38c4e2a1b08f with identifier: FN22%20LFB
2026-03-30 06:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39f11e16-83e3-5474-ba35-38c4e2a1b08f with scrape type 2
2026-03-30 06:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39f11e16-83e3-5474-ba35-38c4e2a1b08f with scrape type 2
2026-03-30 06:12:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39f11e16-83e3-5474-ba35-38c4e2a1b08f, identifier: FN22%20LFB
2026-03-30 06:12:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1634019e-b09c-570f-9811-30966edb4458 with identifier: DG67%20VFW
2026-03-30 06:12:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1634019e-b09c-570f-9811-30966edb4458 with identifier: DG67%20VFW
2026-03-30 06:12:04 [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-30 06:12:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:04 [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': 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-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG67%2520VFW%27 HTTP/1.1" 200 None
2026-03-30 06:12:04 [bca.uk] INFO: Saving data for DG67%20VFW: {'auction_closing_time': 1774951200.0, 'created_time': 1774476879.204232, 'last_price_update_time': 1774851124.696466}
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:04 [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-30 06:12:04 [bca.uk] INFO: Found listing with ID: SB60%20CNO
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB60%2520CNO%27 HTTP/1.1" 200 None
2026-03-30 06:12:04 [bca.uk] INFO: Scrape type for SB60%20CNO: 2
2026-03-30 06:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with identifier: SB60%20CNO
2026-03-30 06:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with scrape type 2
2026-03-30 06:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with scrape type 2
2026-03-30 06:12:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a091d9b-4334-5f1c-bd76-a6172469ebb4, identifier: SB60%20CNO
2026-03-30 06:12:04 [bca.uk] INFO: Found listing with ID: WR62%20NLM
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR62%2520NLM%27 HTTP/1.1" 200 None
2026-03-30 06:12:04 [bca.uk] INFO: Scrape type for WR62%20NLM: 2
2026-03-30 06:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbe31098-6a45-572c-b8e6-67339e4133a3 with identifier: WR62%20NLM
2026-03-30 06:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbe31098-6a45-572c-b8e6-67339e4133a3 with scrape type 2
2026-03-30 06:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbe31098-6a45-572c-b8e6-67339e4133a3 with scrape type 2
2026-03-30 06:12:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbe31098-6a45-572c-b8e6-67339e4133a3, identifier: WR62%20NLM
2026-03-30 06:12:04 [bca.uk] INFO: Found listing with ID: DL24%20KTE
2026-03-30 06:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL24%2520KTE%27 HTTP/1.1" 200 None
2026-03-30 06:12:04 [bca.uk] INFO: Scrape type for DL24%20KTE: 2
2026-03-30 06:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb749aa7-3b7e-5c51-9cc3-d2d717f8f2fa with identifier: DL24%20KTE
2026-03-30 06:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb749aa7-3b7e-5c51-9cc3-d2d717f8f2fa with scrape type 2
2026-03-30 06:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb749aa7-3b7e-5c51-9cc3-d2d717f8f2fa with scrape type 2
2026-03-30 06:12:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb749aa7-3b7e-5c51-9cc3-d2d717f8f2fa, identifier: DL24%20KTE
2026-03-30 06:12:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39f11e16-83e3-5474-ba35-38c4e2a1b08f with identifier: FN22%20LFB
2026-03-30 06:12:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39f11e16-83e3-5474-ba35-38c4e2a1b08f with identifier: FN22%20LFB
2026-03-30 06:12:05 [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-30 06:12:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:05 [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=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-30 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN22%2520LFB%27 HTTP/1.1" 200 None
2026-03-30 06:12:05 [bca.uk] INFO: Saving data for FN22%20LFB: {'auction_closing_time': 1774854000.0, 'created_time': 1773929324.632057, 'last_price_update_time': 1774851125.368235}
2026-03-30 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:05 [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-30 06:12:05 [bca.uk] INFO: Found listing with ID: FT12%20FXJ
2026-03-30 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT12%2520FXJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:05 [bca.uk] INFO: Scrape type for FT12%20FXJ: 2
2026-03-30 06:12:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with identifier: FT12%20FXJ
2026-03-30 06:12:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with scrape type 2
2026-03-30 06:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with scrape type 2
2026-03-30 06:12:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03, identifier: FT12%20FXJ
2026-03-30 06:12:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with identifier: SB60%20CNO
2026-03-30 06:12:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a091d9b-4334-5f1c-bd76-a6172469ebb4 with identifier: SB60%20CNO
2026-03-30 06:12:05 [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-30 06:12:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB60%2520CNO%27 HTTP/1.1" 200 None
2026-03-30 06:12:05 [bca.uk] INFO: Saving data for SB60%20CNO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477061.766329, 'last_price_update_time': 1774851125.769681}
2026-03-30 06:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:05 [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-30 06:12:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbe31098-6a45-572c-b8e6-67339e4133a3 with identifier: WR62%20NLM
2026-03-30 06:12:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbe31098-6a45-572c-b8e6-67339e4133a3 with identifier: WR62%20NLM
2026-03-30 06:12:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbe31098-6a45-572c-b8e6-67339e4133a3 with identifier: WR62%20NLM to the API
2026-03-30 06:12:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR62%20NLM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dbe31098-6a45-572c-b8e6-67339e4133a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR62 NLM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR62%20NLM&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 105669,
'odometer_reading_unit': '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 ACENTA S/S Hatchback',
'transmission': 'manual',
'trim': 'DCI 130 ACENTA S/S',
'vin': 'SJNFEAJ10U2676894',
'year': 2012}
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR62%2520NLM%27 HTTP/1.1" 200 None
2026-03-30 06:12:06 [bca.uk] INFO: Saving data for WR62%20NLM: {'auction_closing_time': 1775037600.0, 'created_time': 1774303801.610179, 'last_price_update_time': 1774851126.08464}
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR62%2520NLM') HTTP/1.1" 204 0
2026-03-30 06:12:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb749aa7-3b7e-5c51-9cc3-d2d717f8f2fa with identifier: DL24%20KTE
2026-03-30 06:12:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb749aa7-3b7e-5c51-9cc3-d2d717f8f2fa with identifier: DL24%20KTE
2026-03-30 06:12:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb749aa7-3b7e-5c51-9cc3-d2d717f8f2fa with identifier: DL24%20KTE to the API
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:06 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL24%20KTE-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 6,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'bb749aa7-3b7e-5c51-9cc3-d2d717f8f2fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL24 KTE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL24%20KTE&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'NISSAN',
'model': 'TOWNSTAR',
'odometer': 3575,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'NISSAN TOWNSTAR 90KW 45KWH L1 ACENTA Van',
'transmission': 'automatic',
'trim': '90KW 45KWH L1 ACENTA',
'vin': 'VNVNFK00670882442',
'year': 2024}
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL24%2520KTE%27 HTTP/1.1" 200 None
2026-03-30 06:12:06 [bca.uk] INFO: Saving data for DL24%20KTE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649435.023465, 'last_price_update_time': 1774851126.390866}
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL24%2520KTE') HTTP/1.1" 204 0
2026-03-30 06:12:06 [bca.uk] INFO: Found listing with ID: GN73%20XFP
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN73%2520XFP%27 HTTP/1.1" 200 None
2026-03-30 06:12:06 [bca.uk] INFO: Scrape type for GN73%20XFP: 2
2026-03-30 06:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8ff5644-fac3-53b6-8128-520c82af5fe4 with identifier: GN73%20XFP
2026-03-30 06:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8ff5644-fac3-53b6-8128-520c82af5fe4 with scrape type 2
2026-03-30 06:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8ff5644-fac3-53b6-8128-520c82af5fe4 with scrape type 2
2026-03-30 06:12:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8ff5644-fac3-53b6-8128-520c82af5fe4, identifier: GN73%20XFP
2026-03-30 06:12:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with identifier: FT12%20FXJ
2026-03-30 06:12:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6e72cf0-1c9b-5e8f-aeb0-b6c644a4be03 with identifier: FT12%20FXJ
2026-03-30 06:12:06 [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-30 06:12:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:06 [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': 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-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT12%2520FXJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:06 [bca.uk] INFO: Saving data for FT12%20FXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774477812.94862, 'last_price_update_time': 1774851126.795234}
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:06 [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-30 06:12:06 [bca.uk] INFO: Found listing with ID: EJ66%20XPA
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ66%2520XPA%27 HTTP/1.1" 200 None
2026-03-30 06:12:06 [bca.uk] INFO: Scrape type for EJ66%20XPA: 2
2026-03-30 06:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with identifier: EJ66%20XPA
2026-03-30 06:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with scrape type 2
2026-03-30 06:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with scrape type 2
2026-03-30 06:12:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036, identifier: EJ66%20XPA
2026-03-30 06:12:06 [bca.uk] INFO: Found listing with ID: NA14%20BWZ
2026-03-30 06:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA14%2520BWZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:06 [bca.uk] INFO: Scrape type for NA14%20BWZ: 2
2026-03-30 06:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7e8c863-7b0c-520d-acef-e5848a2c52c5 with identifier: NA14%20BWZ
2026-03-30 06:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7e8c863-7b0c-520d-acef-e5848a2c52c5 with scrape type 2
2026-03-30 06:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7e8c863-7b0c-520d-acef-e5848a2c52c5 with scrape type 2
2026-03-30 06:12:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7e8c863-7b0c-520d-acef-e5848a2c52c5, identifier: NA14%20BWZ
2026-03-30 06:12:07 [bca.uk] INFO: Found listing with ID: LC54%20OBX
2026-03-30 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC54%2520OBX%27 HTTP/1.1" 200 None
2026-03-30 06:12:07 [bca.uk] INFO: Scrape type for LC54%20OBX: 0
2026-03-30 06:12:07 [bca.uk] INFO: Found listing with ID: KP09%20NHV
2026-03-30 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP09%2520NHV%27 HTTP/1.1" 200 None
2026-03-30 06:12:07 [bca.uk] INFO: Scrape type for KP09%20NHV: 2
2026-03-30 06:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with identifier: KP09%20NHV
2026-03-30 06:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with scrape type 2
2026-03-30 06:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with scrape type 2
2026-03-30 06:12:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc, identifier: KP09%20NHV
2026-03-30 06:12:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8ff5644-fac3-53b6-8128-520c82af5fe4 with identifier: GN73%20XFP
2026-03-30 06:12:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8ff5644-fac3-53b6-8128-520c82af5fe4 with identifier: GN73%20XFP
2026-03-30 06:12:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8ff5644-fac3-53b6-8128-520c82af5fe4 with identifier: GN73%20XFP to the API
2026-03-30 06:12:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:07 [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': 215,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN73%20XFP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'c8ff5644-fac3-53b6-8128-520c82af5fe4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GN73 XFP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN73%20XFP&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 64440,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 38100,
'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': 'SALRA2AW1R2491496',
'year': 2023}
2026-03-30 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN73%2520XFP%27 HTTP/1.1" 200 None
2026-03-30 06:12:07 [bca.uk] INFO: Saving data for GN73%20XFP: {'auction_closing_time': 1774854000.0, 'created_time': 1773833935.747873, 'last_price_update_time': 1774851127.511415}
2026-03-30 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN73%2520XFP') HTTP/1.1" 204 0
2026-03-30 06:12:07 [bca.uk] INFO: Found listing with ID: RK63%20MWY
2026-03-30 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK63%2520MWY%27 HTTP/1.1" 200 None
2026-03-30 06:12:07 [bca.uk] INFO: Scrape type for RK63%20MWY: 2
2026-03-30 06:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e752d55b-981c-57f0-a30d-0d44689bbed3 with identifier: RK63%20MWY
2026-03-30 06:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e752d55b-981c-57f0-a30d-0d44689bbed3 with scrape type 2
2026-03-30 06:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e752d55b-981c-57f0-a30d-0d44689bbed3 with scrape type 2
2026-03-30 06:12:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e752d55b-981c-57f0-a30d-0d44689bbed3, identifier: RK63%20MWY
2026-03-30 06:12:07 [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-30 06:12:07 [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-30 06:12:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with identifier: EJ66%20XPA
2026-03-30 06:12:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5fab9c3-0cb6-5f32-ac8a-5a7c19c51036 with identifier: EJ66%20XPA
2026-03-30 06:12:07 [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-30 06:12:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ66%2520XPA%27 HTTP/1.1" 200 None
2026-03-30 06:12:07 [bca.uk] INFO: Saving data for EJ66%20XPA: {'auction_closing_time': 1775037600.0, 'created_time': 1774476948.374851, 'last_price_update_time': 1774851127.945591}
2026-03-30 06:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:07 [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-30 06:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7e8c863-7b0c-520d-acef-e5848a2c52c5 with identifier: NA14%20BWZ
2026-03-30 06:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7e8c863-7b0c-520d-acef-e5848a2c52c5 with identifier: NA14%20BWZ
2026-03-30 06:12:08 [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-30 06:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA14%2520BWZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:08 [bca.uk] INFO: Saving data for NA14%20BWZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562954.476074, 'last_price_update_time': 1774851128.338669}
2026-03-30 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:08 [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-30 06:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with identifier: KP09%20NHV
2026-03-30 06:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfd1796d-30b0-55eb-b4f7-6b8d7f67e8cc with identifier: KP09%20NHV
2026-03-30 06:12:08 [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-30 06:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:08 [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': 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-30 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP09%2520NHV%27 HTTP/1.1" 200 None
2026-03-30 06:12:08 [bca.uk] INFO: Saving data for KP09%20NHV: {'auction_closing_time': 1774854000.0, 'created_time': 1773831319.255683, 'last_price_update_time': 1774851128.628335}
2026-03-30 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:08 [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-30 06:12:08 [bca.uk] INFO: Found listing with ID: GP21%20FTU
2026-03-30 06:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520FTU%27 HTTP/1.1" 200 None
2026-03-30 06:12:08 [bca.uk] INFO: Scrape type for GP21%20FTU: 2
2026-03-30 06:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d30e3ce-441e-5d5c-a1ec-eb1a0a5d8998 with identifier: GP21%20FTU
2026-03-30 06:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d30e3ce-441e-5d5c-a1ec-eb1a0a5d8998 with scrape type 2
2026-03-30 06:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d30e3ce-441e-5d5c-a1ec-eb1a0a5d8998 with scrape type 2
2026-03-30 06:12:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d30e3ce-441e-5d5c-a1ec-eb1a0a5d8998, identifier: GP21%20FTU
2026-03-30 06:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e752d55b-981c-57f0-a30d-0d44689bbed3 with identifier: RK63%20MWY
2026-03-30 06:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e752d55b-981c-57f0-a30d-0d44689bbed3 with identifier: RK63%20MWY
2026-03-30 06:12:08 [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-30 06:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK63%2520MWY%27 HTTP/1.1" 200 None
2026-03-30 06:12:09 [bca.uk] INFO: Saving data for RK63%20MWY: {'auction_closing_time': 1774951200.0, 'created_time': 1774563764.564861, 'last_price_update_time': 1774851129.13535}
2026-03-30 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:09 [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-30 06:12:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:09 [bca.uk] INFO: Found listing with ID: BK13%20TGJ
2026-03-30 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK13%2520TGJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:09 [bca.uk] INFO: Scrape type for BK13%20TGJ: 2
2026-03-30 06:12:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67b20af4-6369-56ce-937b-68f5c02bff95 with identifier: BK13%20TGJ
2026-03-30 06:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67b20af4-6369-56ce-937b-68f5c02bff95 with scrape type 2
2026-03-30 06:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67b20af4-6369-56ce-937b-68f5c02bff95 with scrape type 2
2026-03-30 06:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67b20af4-6369-56ce-937b-68f5c02bff95, identifier: BK13%20TGJ
2026-03-30 06:12:09 [bca.uk] INFO: Found listing with ID: BD03%20HWG
2026-03-30 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD03%2520HWG%27 HTTP/1.1" 200 None
2026-03-30 06:12:09 [bca.uk] INFO: Scrape type for BD03%20HWG: 2
2026-03-30 06:12:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 888d3c1d-36ed-5363-8429-85030a941748 with identifier: BD03%20HWG
2026-03-30 06:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 888d3c1d-36ed-5363-8429-85030a941748 with scrape type 2
2026-03-30 06:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 888d3c1d-36ed-5363-8429-85030a941748 with scrape type 2
2026-03-30 06:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 888d3c1d-36ed-5363-8429-85030a941748, identifier: BD03%20HWG
2026-03-30 06:12:09 [bca.uk] INFO: Found listing with ID: HD19%20BVL
2026-03-30 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD19%2520BVL%27 HTTP/1.1" 200 None
2026-03-30 06:12:09 [bca.uk] INFO: Scrape type for HD19%20BVL: 2
2026-03-30 06:12:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 253bdb2d-3271-575d-851b-84740bd8b0fd with identifier: HD19%20BVL
2026-03-30 06:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 253bdb2d-3271-575d-851b-84740bd8b0fd with scrape type 2
2026-03-30 06:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 253bdb2d-3271-575d-851b-84740bd8b0fd with scrape type 2
2026-03-30 06:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 253bdb2d-3271-575d-851b-84740bd8b0fd, identifier: HD19%20BVL
2026-03-30 06:12:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d30e3ce-441e-5d5c-a1ec-eb1a0a5d8998 with identifier: GP21%20FTU
2026-03-30 06:12:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d30e3ce-441e-5d5c-a1ec-eb1a0a5d8998 with identifier: GP21%20FTU
2026-03-30 06:12:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d30e3ce-441e-5d5c-a1ec-eb1a0a5d8998 with identifier: GP21%20FTU to the API
2026-03-30 06:12:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:09 [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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP21%20FTU-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': '3d30e3ce-441e-5d5c-a1ec-eb1a0a5d8998',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GP21 FTU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP21%20FTU&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 39819,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17200,
'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': 'SALZA2AT4MH154610',
'year': 2021}
2026-03-30 06:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP21%2520FTU%27 HTTP/1.1" 200 None
2026-03-30 06:12:09 [bca.uk] INFO: Saving data for GP21%20FTU: {'auction_closing_time': 1774854000.0, 'created_time': 1773833869.731624, 'last_price_update_time': 1774851129.984415}
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP21%2520FTU') HTTP/1.1" 204 0
2026-03-30 06:12:10 [bca.uk] INFO: Found listing with ID: RV12%20MMU
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV12%2520MMU%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [bca.uk] INFO: Scrape type for RV12%20MMU: 0
2026-03-30 06:12:10 [bca.uk] INFO: Found listing with ID: AE63%20YYL
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE63%2520YYL%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [bca.uk] INFO: Scrape type for AE63%20YYL: 0
2026-03-30 06:12:10 [bca.uk] INFO: Found listing with ID: LC16%20NGZ
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC16%2520NGZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [bca.uk] INFO: Scrape type for LC16%20NGZ: 0
2026-03-30 06:12:10 [bca.uk] INFO: Found listing with ID: LN59%20YGP
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN59%2520YGP%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [bca.uk] INFO: Scrape type for LN59%20YGP: 2
2026-03-30 06:12:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73a9516b-0e1a-57eb-9332-353f0839e299 with identifier: LN59%20YGP
2026-03-30 06:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73a9516b-0e1a-57eb-9332-353f0839e299 with scrape type 2
2026-03-30 06:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73a9516b-0e1a-57eb-9332-353f0839e299 with scrape type 2
2026-03-30 06:12:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73a9516b-0e1a-57eb-9332-353f0839e299, identifier: LN59%20YGP
2026-03-30 06:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67b20af4-6369-56ce-937b-68f5c02bff95 with identifier: BK13%20TGJ
2026-03-30 06:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67b20af4-6369-56ce-937b-68f5c02bff95 with identifier: BK13%20TGJ
2026-03-30 06:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67b20af4-6369-56ce-937b-68f5c02bff95 with identifier: BK13%20TGJ to the API
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 156,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '67b20af4-6369-56ce-937b-68f5c02bff95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK13 TGJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK13%20TGJ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 89476,
'odometer_reading_unit': '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 2.0 CRDI KX-3 StationWagon',
'transmission': 'manual',
'trim': 'CRDI KX-3',
'vin': 'U5YPC813NDL299754',
'year': 2013}
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK13%2520TGJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [bca.uk] INFO: Saving data for BK13%20TGJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649278.487479, 'last_price_update_time': 1774851130.489664}
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK13%2520TGJ') HTTP/1.1" 204 0
2026-03-30 06:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 888d3c1d-36ed-5363-8429-85030a941748 with identifier: BD03%20HWG
2026-03-30 06:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 888d3c1d-36ed-5363-8429-85030a941748 with identifier: BD03%20HWG
2026-03-30 06:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 888d3c1d-36ed-5363-8429-85030a941748 with identifier: BD03%20HWG to the API
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:10 [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=BD03%20HWG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '888d3c1d-36ed-5363-8429-85030a941748',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD03 HWG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD03%20HWG&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 171233,
'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.4 CL Hatchback',
'transmission': 'manual',
'trim': 'CL',
'vin': 'WF0BXXGCDB3L25306',
'year': 2003}
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD03%2520HWG%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [bca.uk] INFO: Saving data for BD03%20HWG: {'auction_closing_time': 1775037600.0, 'created_time': 1774649440.76742, 'last_price_update_time': 1774851130.796799}
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD03%2520HWG') HTTP/1.1" 204 0
2026-03-30 06:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 253bdb2d-3271-575d-851b-84740bd8b0fd with identifier: HD19%20BVL
2026-03-30 06:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 253bdb2d-3271-575d-851b-84740bd8b0fd with identifier: HD19%20BVL
2026-03-30 06:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 253bdb2d-3271-575d-851b-84740bd8b0fd with identifier: HD19%20BVL to the API
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD19%20BVL-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '253bdb2d-3271-575d-851b-84740bd8b0fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HD19 BVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD19%20BVL&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 56263,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': False,
'registration_date': '2019-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': 'WF0YXXTTGYKC27818',
'year': 2019}
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD19%2520BVL%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [bca.uk] INFO: Saving data for HD19%20BVL: {'auction_closing_time': 1774854000.0, 'created_time': 1774535064.44317, 'last_price_update_time': 1774851131.097265}
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD19%2520BVL') HTTP/1.1" 204 0
2026-03-30 06:12:11 [bca.uk] INFO: Found listing with ID: GU23%20XLN
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU23%2520XLN%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [bca.uk] INFO: Scrape type for GU23%20XLN: 2
2026-03-30 06:12:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c118402-659a-592b-b71d-57b09acd0c3c with identifier: GU23%20XLN
2026-03-30 06:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c118402-659a-592b-b71d-57b09acd0c3c with scrape type 2
2026-03-30 06:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c118402-659a-592b-b71d-57b09acd0c3c with scrape type 2
2026-03-30 06:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c118402-659a-592b-b71d-57b09acd0c3c, identifier: GU23%20XLN
2026-03-30 06:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73a9516b-0e1a-57eb-9332-353f0839e299 with identifier: LN59%20YGP
2026-03-30 06:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73a9516b-0e1a-57eb-9332-353f0839e299 with identifier: LN59%20YGP
2026-03-30 06:12:11 [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-30 06:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN59%2520YGP%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [bca.uk] INFO: Saving data for LN59%20YGP: {'auction_closing_time': 1774951200.0, 'created_time': 1774477810.514167, 'last_price_update_time': 1774851131.529841}
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [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-30 06:12:11 [bca.uk] INFO: Found listing with ID: BG68%20PDX
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG68%2520PDX%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [bca.uk] INFO: Scrape type for BG68%20PDX: 2
2026-03-30 06:12:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0b7cef8-7fb4-51bc-9971-166106dda387 with identifier: BG68%20PDX
2026-03-30 06:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b7cef8-7fb4-51bc-9971-166106dda387 with scrape type 2
2026-03-30 06:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0b7cef8-7fb4-51bc-9971-166106dda387 with scrape type 2
2026-03-30 06:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0b7cef8-7fb4-51bc-9971-166106dda387, identifier: BG68%20PDX
2026-03-30 06:12:11 [bca.uk] INFO: Found listing with ID: YR68%20LNT
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR68%2520LNT%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [bca.uk] INFO: Scrape type for YR68%20LNT: 2
2026-03-30 06:12:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 525414e1-e15d-5aa7-be60-0551c5b4f61b with identifier: YR68%20LNT
2026-03-30 06:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 525414e1-e15d-5aa7-be60-0551c5b4f61b with scrape type 2
2026-03-30 06:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 525414e1-e15d-5aa7-be60-0551c5b4f61b with scrape type 2
2026-03-30 06:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 525414e1-e15d-5aa7-be60-0551c5b4f61b, identifier: YR68%20LNT
2026-03-30 06:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c118402-659a-592b-b71d-57b09acd0c3c with identifier: GU23%20XLN
2026-03-30 06:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c118402-659a-592b-b71d-57b09acd0c3c with identifier: GU23%20XLN
2026-03-30 06:12:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c118402-659a-592b-b71d-57b09acd0c3c with identifier: GU23%20XLN to the API
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:12 [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=GU23%20XLN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '2c118402-659a-592b-b71d-57b09acd0c3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GU23 XLN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU23%20XLN&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'MERCEDES-BENZ',
'model': 'EQB 300',
'odometer': 32404,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21200,
'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': 'W1N9M0JB9PN034584',
'year': 2023}
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU23%2520XLN%27 HTTP/1.1" 200 None
2026-03-30 06:12:12 [bca.uk] INFO: Saving data for GU23%20XLN: {'auction_closing_time': 1774854000.0, 'created_time': 1774449203.058947, 'last_price_update_time': 1774851132.083373}
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU23%2520XLN') HTTP/1.1" 204 0
2026-03-30 06:12:12 [bca.uk] INFO: Found listing with ID: NC54%20KGO
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC54%2520KGO%27 HTTP/1.1" 200 None
2026-03-30 06:12:12 [bca.uk] INFO: Scrape type for NC54%20KGO: 2
2026-03-30 06:12:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7e14cf5-e4db-53f5-a5ea-c95b2bd953c5 with identifier: NC54%20KGO
2026-03-30 06:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7e14cf5-e4db-53f5-a5ea-c95b2bd953c5 with scrape type 2
2026-03-30 06:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7e14cf5-e4db-53f5-a5ea-c95b2bd953c5 with scrape type 2
2026-03-30 06:12:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7e14cf5-e4db-53f5-a5ea-c95b2bd953c5, identifier: NC54%20KGO
2026-03-30 06:12:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0b7cef8-7fb4-51bc-9971-166106dda387 with identifier: BG68%20PDX
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mineral+grey HTTP/1.1" 200 None
2026-03-30 06:12:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0b7cef8-7fb4-51bc-9971-166106dda387 with identifier: BG68%20PDX
2026-03-30 06:12:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0b7cef8-7fb4-51bc-9971-166106dda387 with identifier: BG68%20PDX to the API
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG68%20PDX-GB',
'category': 'Car',
'color': 'mineral grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c0b7cef8-7fb4-51bc-9971-166106dda387',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG68 PDX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG68%20PDX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'BMW',
'model': '320D',
'odometer': 79037,
'odometer_reading_unit': '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': 'WBA8C92070AH44183',
'year': 2018}
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG68%2520PDX%27 HTTP/1.1" 200 None
2026-03-30 06:12:12 [bca.uk] INFO: Saving data for BG68%20PDX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390525.7196, 'last_price_update_time': 1774851132.737368}
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG68%2520PDX') HTTP/1.1" 204 0
2026-03-30 06:12:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 525414e1-e15d-5aa7-be60-0551c5b4f61b with identifier: YR68%20LNT
2026-03-30 06:12:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 525414e1-e15d-5aa7-be60-0551c5b4f61b with identifier: YR68%20LNT
2026-03-30 06:12:12 [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-30 06:12:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR68%2520LNT%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [bca.uk] INFO: Saving data for YR68%20LNT: {'auction_closing_time': 1774854000.0, 'created_time': 1774564969.722799, 'last_price_update_time': 1774851133.100407}
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:13 [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-30 06:12:13 [bca.uk] INFO: Found listing with ID: GV71%20PYT
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV71%2520PYT%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [bca.uk] INFO: Scrape type for GV71%20PYT: 0
2026-03-30 06:12:13 [bca.uk] INFO: Found listing with ID: HF21%20UKM
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF21%2520UKM%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [bca.uk] INFO: Scrape type for HF21%20UKM: 2
2026-03-30 06:12:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64ade957-3ec6-5623-9869-b522f0c0f8b7 with identifier: HF21%20UKM
2026-03-30 06:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64ade957-3ec6-5623-9869-b522f0c0f8b7 with scrape type 2
2026-03-30 06:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64ade957-3ec6-5623-9869-b522f0c0f8b7 with scrape type 2
2026-03-30 06:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64ade957-3ec6-5623-9869-b522f0c0f8b7, identifier: HF21%20UKM
2026-03-30 06:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7e14cf5-e4db-53f5-a5ea-c95b2bd953c5 with identifier: NC54%20KGO
2026-03-30 06:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7e14cf5-e4db-53f5-a5ea-c95b2bd953c5 with identifier: NC54%20KGO
2026-03-30 06:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7e14cf5-e4db-53f5-a5ea-c95b2bd953c5 with identifier: NC54%20KGO to the API
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC54%20KGO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a7e14cf5-e4db-53f5-a5ea-c95b2bd953c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NC54 KGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC54%20KGO&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'HONDA',
'model': 'ACCORD',
'odometer': 85377,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-01-01',
'seller_name': None,
'title': 'HONDA ACCORD 2.2 I-CTDI SPORT Saloon',
'transmission': 'manual',
'trim': 'I-CTDI SPORT',
'vin': 'JHMCN15204C208126',
'year': 2005}
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC54%2520KGO%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [bca.uk] INFO: Saving data for NC54%20KGO: {'auction_closing_time': 1774951200.0, 'created_time': 1774047806.129855, 'last_price_update_time': 1774851133.530264}
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC54%2520KGO') HTTP/1.1" 204 0
2026-03-30 06:12:13 [bca.uk] INFO: Found listing with ID: OE04%20DZX
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE04%2520DZX%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [bca.uk] INFO: Scrape type for OE04%20DZX: 2
2026-03-30 06:12:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 099d769a-4aeb-54bd-876c-743d53d7a1a6 with identifier: OE04%20DZX
2026-03-30 06:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 099d769a-4aeb-54bd-876c-743d53d7a1a6 with scrape type 2
2026-03-30 06:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 099d769a-4aeb-54bd-876c-743d53d7a1a6 with scrape type 2
2026-03-30 06:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 099d769a-4aeb-54bd-876c-743d53d7a1a6, identifier: OE04%20DZX
2026-03-30 06:12:13 [bca.uk] INFO: Found listing with ID: AO58%20XLV
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO58%2520XLV%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [bca.uk] INFO: Scrape type for AO58%20XLV: 0
2026-03-30 06:12:13 [bca.uk] INFO: Found listing with ID: AY67%20XMG
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY67%2520XMG%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [bca.uk] INFO: Scrape type for AY67%20XMG: 2
2026-03-30 06:12:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1fff6aa-18d2-5fdf-af45-0af99d997e80 with identifier: AY67%20XMG
2026-03-30 06:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1fff6aa-18d2-5fdf-af45-0af99d997e80 with scrape type 2
2026-03-30 06:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1fff6aa-18d2-5fdf-af45-0af99d997e80 with scrape type 2
2026-03-30 06:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1fff6aa-18d2-5fdf-af45-0af99d997e80, identifier: AY67%20XMG
2026-03-30 06:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64ade957-3ec6-5623-9869-b522f0c0f8b7 with identifier: HF21%20UKM
2026-03-30 06:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64ade957-3ec6-5623-9869-b522f0c0f8b7 with identifier: HF21%20UKM
2026-03-30 06:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64ade957-3ec6-5623-9869-b522f0c0f8b7 with identifier: HF21%20UKM to the API
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF21%20UKM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '64ade957-3ec6-5623-9869-b522f0c0f8b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HF21 UKM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF21%20UKM&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 90301,
'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': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD S Hatchback',
'transmission': 'automatic',
'trim': 'D200 4WD S',
'vin': 'SALZA2AN0MH137157',
'year': 2021}
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF21%2520UKM%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [bca.uk] INFO: Saving data for HF21%20UKM: {'auction_closing_time': 1774854000.0, 'created_time': 1773840992.494949, 'last_price_update_time': 1774851134.112828}
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF21%2520UKM') HTTP/1.1" 204 0
2026-03-30 06:12:14 [bca.uk] INFO: Found listing with ID: WD64%20EXR
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD64%2520EXR%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [bca.uk] INFO: Scrape type for WD64%20EXR: 2
2026-03-30 06:12:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with identifier: WD64%20EXR
2026-03-30 06:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with scrape type 2
2026-03-30 06:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with scrape type 2
2026-03-30 06:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6, identifier: WD64%20EXR
2026-03-30 06:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 099d769a-4aeb-54bd-876c-743d53d7a1a6 with identifier: OE04%20DZX
2026-03-30 06:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 099d769a-4aeb-54bd-876c-743d53d7a1a6 with identifier: OE04%20DZX
2026-03-30 06:12:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 099d769a-4aeb-54bd-876c-743d53d7a1a6 with identifier: OE04%20DZX to the API
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': None,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.8L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '099d769a-4aeb-54bd-876c-743d53d7a1a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE04 DZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE04%20DZX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLVO',
'model': 'S40',
'odometer': 82737,
'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': 'VOLVO S40 1.8 SE 122 Saloon',
'transmission': 'manual',
'trim': 'SE 122',
'vin': 'YV1VS14K24F123478',
'year': 2004}
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE04%2520DZX%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [bca.uk] INFO: Saving data for OE04%20DZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774649318.931445, 'last_price_update_time': 1774851134.522281}
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE04%2520DZX') HTTP/1.1" 204 0
2026-03-30 06:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1fff6aa-18d2-5fdf-af45-0af99d997e80 with identifier: AY67%20XMG
2026-03-30 06:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1fff6aa-18d2-5fdf-af45-0af99d997e80 with identifier: AY67%20XMG
2026-03-30 06:12:14 [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-30 06:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY67%2520XMG%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [bca.uk] INFO: Saving data for AY67%20XMG: {'auction_closing_time': 1774854000.0, 'created_time': 1773840812.179612, 'last_price_update_time': 1774851134.825218}
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [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-30 06:12:14 [bca.uk] INFO: Found listing with ID: HK72%20LDL
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK72%2520LDL%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [bca.uk] INFO: Scrape type for HK72%20LDL: 2
2026-03-30 06:12:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67ddfaad-9cc3-59a2-bed0-48579de522f3 with identifier: HK72%20LDL
2026-03-30 06:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67ddfaad-9cc3-59a2-bed0-48579de522f3 with scrape type 2
2026-03-30 06:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67ddfaad-9cc3-59a2-bed0-48579de522f3 with scrape type 2
2026-03-30 06:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67ddfaad-9cc3-59a2-bed0-48579de522f3, identifier: HK72%20LDL
2026-03-30 06:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with identifier: WD64%20EXR
2026-03-30 06:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31f92b80-0d4d-5c2f-ada8-7b93bd7873f6 with identifier: WD64%20EXR
2026-03-30 06:12:15 [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-30 06:12:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD64%2520EXR%27 HTTP/1.1" 200 None
2026-03-30 06:12:15 [bca.uk] INFO: Saving data for WD64%20EXR: {'auction_closing_time': 1774951200.0, 'created_time': 1774651463.903463, 'last_price_update_time': 1774851135.238753}
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:15 [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-30 06:12:15 [bca.uk] INFO: Found listing with ID: VO64%20EHR
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO64%2520EHR%27 HTTP/1.1" 200 None
2026-03-30 06:12:15 [bca.uk] INFO: Scrape type for VO64%20EHR: 2
2026-03-30 06:12:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97a908bb-7197-5b09-99d0-e9e84d0d5800 with identifier: VO64%20EHR
2026-03-30 06:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97a908bb-7197-5b09-99d0-e9e84d0d5800 with scrape type 2
2026-03-30 06:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97a908bb-7197-5b09-99d0-e9e84d0d5800 with scrape type 2
2026-03-30 06:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97a908bb-7197-5b09-99d0-e9e84d0d5800, identifier: VO64%20EHR
2026-03-30 06:12:15 [bca.uk] INFO: Found listing with ID: FP65%20XHH
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP65%2520XHH%27 HTTP/1.1" 200 None
2026-03-30 06:12:15 [bca.uk] INFO: Scrape type for FP65%20XHH: 2
2026-03-30 06:12:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5d26d04-ab4f-5d4b-be4a-0c390be9c6ab with identifier: FP65%20XHH
2026-03-30 06:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5d26d04-ab4f-5d4b-be4a-0c390be9c6ab with scrape type 2
2026-03-30 06:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5d26d04-ab4f-5d4b-be4a-0c390be9c6ab with scrape type 2
2026-03-30 06:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5d26d04-ab4f-5d4b-be4a-0c390be9c6ab, identifier: FP65%20XHH
2026-03-30 06:12:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67ddfaad-9cc3-59a2-bed0-48579de522f3 with identifier: HK72%20LDL
2026-03-30 06:12:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67ddfaad-9cc3-59a2-bed0-48579de522f3 with identifier: HK72%20LDL
2026-03-30 06:12:18 [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-30 06:12:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK72%2520LDL%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [bca.uk] INFO: Saving data for HK72%20LDL: {'auction_closing_time': 1774854000.0, 'created_time': 1773930934.985318, 'last_price_update_time': 1774851138.520665}
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:18 [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-30 06:12:18 [bca.uk] INFO: Found listing with ID: BN60%20OLC
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN60%2520OLC%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [bca.uk] INFO: Scrape type for BN60%20OLC: 0
2026-03-30 06:12:18 [bca.uk] INFO: Found listing with ID: DA59%20JYT
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA59%2520JYT%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [bca.uk] INFO: Scrape type for DA59%20JYT: 2
2026-03-30 06:12:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with identifier: DA59%20JYT
2026-03-30 06:12:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with scrape type 2
2026-03-30 06:12:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with scrape type 2
2026-03-30 06:12:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b, identifier: DA59%20JYT
2026-03-30 06:12:18 [scrapy.extensions.logstats] INFO: Crawled 45 pages (at 1 pages/min), scraped 1159 items (at 135 items/min)
2026-03-30 06:12:18 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
2026-03-30 06:12:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97a908bb-7197-5b09-99d0-e9e84d0d5800 with identifier: VO64%20EHR
2026-03-30 06:12:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97a908bb-7197-5b09-99d0-e9e84d0d5800 with identifier: VO64%20EHR
2026-03-30 06:12:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97a908bb-7197-5b09-99d0-e9e84d0d5800 with identifier: VO64%20EHR to the API
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 136,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '97a908bb-7197-5b09-99d0-e9e84d0d5800',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO64 EHR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO64%20EHR&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 122014,
'odometer_reading_unit': '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 175 SPORT AWD StationWagon',
'transmission': 'manual',
'trim': 'D 175 SPORT AWD',
'vin': 'JMZKEN92600170060',
'year': 2014}
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO64%2520EHR%27 HTTP/1.1" 200 None
2026-03-30 06:12:19 [bca.uk] INFO: Saving data for VO64%20EHR: {'auction_closing_time': 1775037600.0, 'created_time': 1774649319.294513, 'last_price_update_time': 1774851139.0196}
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO64%2520EHR') HTTP/1.1" 204 0
2026-03-30 06:12:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5d26d04-ab4f-5d4b-be4a-0c390be9c6ab with identifier: FP65%20XHH
2026-03-30 06:12:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5d26d04-ab4f-5d4b-be4a-0c390be9c6ab with identifier: FP65%20XHH
2026-03-30 06:12:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5d26d04-ab4f-5d4b-be4a-0c390be9c6ab with identifier: FP65%20XHH to the API
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP65%20XHH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5d26d04-ab4f-5d4b-be4a-0c390be9c6ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP65 XHH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP65%20XHH&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'SEAT',
'model': 'ALHAMBRA',
'odometer': 136908,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3800,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'SEAT ALHAMBRA 2.0 TDI CR 150 ECOMOTIVE S MPV',
'transmission': 'manual',
'trim': 'TDI CR 150 ECOMOTIVE S',
'vin': 'VSSZZZ7NZGV710145',
'year': 2015}
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP65%2520XHH%27 HTTP/1.1" 200 None
2026-03-30 06:12:19 [bca.uk] INFO: Saving data for FP65%20XHH: {'auction_closing_time': 1774854000.0, 'created_time': 1773933690.886709, 'last_price_update_time': 1774851139.398955}
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP65%2520XHH') HTTP/1.1" 204 0
2026-03-30 06:12:19 [bca.uk] INFO: Found listing with ID: KR71%20YZK
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR71%2520YZK%27 HTTP/1.1" 200 None
2026-03-30 06:12:19 [bca.uk] INFO: Scrape type for KR71%20YZK: 2
2026-03-30 06:12:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9834baf-5db1-52b7-bd54-a7d9f0cec786 with identifier: KR71%20YZK
2026-03-30 06:12:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9834baf-5db1-52b7-bd54-a7d9f0cec786 with scrape type 2
2026-03-30 06:12:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9834baf-5db1-52b7-bd54-a7d9f0cec786 with scrape type 2
2026-03-30 06:12:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9834baf-5db1-52b7-bd54-a7d9f0cec786, identifier: KR71%20YZK
2026-03-30 06:12:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with identifier: DA59%20JYT
2026-03-30 06:12:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bd5c611-0ec1-50cc-91a4-a09aa8ce808b with identifier: DA59%20JYT
2026-03-30 06:12:19 [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-30 06:12:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA59%2520JYT%27 HTTP/1.1" 200 None
2026-03-30 06:12:19 [bca.uk] INFO: Saving data for DA59%20JYT: {'auction_closing_time': 1774951200.0, 'created_time': 1774563784.900517, 'last_price_update_time': 1774851139.800435}
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:19 [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-30 06:12:19 [bca.uk] INFO: Found listing with ID: ND63%20LNP
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND63%2520LNP%27 HTTP/1.1" 200 None
2026-03-30 06:12:19 [bca.uk] INFO: Scrape type for ND63%20LNP: 2
2026-03-30 06:12:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 220dcc1a-bd9a-529d-a67a-0d123671a917 with identifier: ND63%20LNP
2026-03-30 06:12:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 220dcc1a-bd9a-529d-a67a-0d123671a917 with scrape type 2
2026-03-30 06:12:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 220dcc1a-bd9a-529d-a67a-0d123671a917 with scrape type 2
2026-03-30 06:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 220dcc1a-bd9a-529d-a67a-0d123671a917, identifier: ND63%20LNP
2026-03-30 06:12:20 [bca.uk] INFO: Found listing with ID: HF15%20WKE
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HF15%2520WKE%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [bca.uk] INFO: Scrape type for HF15%20WKE: 0
2026-03-30 06:12:20 [bca.uk] INFO: Found listing with ID: WK14%20MMJ
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK14%2520MMJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [bca.uk] INFO: Scrape type for WK14%20MMJ: 2
2026-03-30 06:12:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 082b83fb-95ad-5f04-b281-1eda2f576917 with identifier: WK14%20MMJ
2026-03-30 06:12:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 082b83fb-95ad-5f04-b281-1eda2f576917 with scrape type 2
2026-03-30 06:12:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 082b83fb-95ad-5f04-b281-1eda2f576917 with scrape type 2
2026-03-30 06:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 082b83fb-95ad-5f04-b281-1eda2f576917, identifier: WK14%20MMJ
2026-03-30 06:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9834baf-5db1-52b7-bd54-a7d9f0cec786 with identifier: KR71%20YZK
2026-03-30 06:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9834baf-5db1-52b7-bd54-a7d9f0cec786 with identifier: KR71%20YZK
2026-03-30 06:12:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9834baf-5db1-52b7-bd54-a7d9f0cec786 with identifier: KR71%20YZK to the API
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:20 [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=KR71%20YZK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'e9834baf-5db1-52b7-bd54-a7d9f0cec786',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KR71 YZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR71%20YZK&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'MOKKA-E',
'odometer': 27082,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9800,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA-E 100KW 50KWH SRI PREMIUM Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH SRI PREMIUM',
'vin': 'VXKUKZKXZMW100096',
'year': 2021}
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR71%2520YZK%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [bca.uk] INFO: Saving data for KR71%20YZK: {'auction_closing_time': 1774854000.0, 'created_time': 1774449193.562729, 'last_price_update_time': 1774851140.47266}
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR71%2520YZK') HTTP/1.1" 204 0
2026-03-30 06:12:20 [bca.uk] INFO: Found listing with ID: DN65%20HSO
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN65%2520HSO%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [bca.uk] INFO: Scrape type for DN65%20HSO: 0
2026-03-30 06:12:20 [bca.uk] INFO: Found listing with ID: FE60%20VKH
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE60%2520VKH%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [bca.uk] INFO: Scrape type for FE60%20VKH: 0
2026-03-30 06:12:20 [bca.uk] INFO: Found listing with ID: GU14%20OGB
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU14%2520OGB%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [bca.uk] INFO: Scrape type for GU14%20OGB: 0
2026-03-30 06:12:20 [bca.uk] INFO: Found listing with ID: VA16%20LRV
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA16%2520LRV%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [bca.uk] INFO: Scrape type for VA16%20LRV: 2
2026-03-30 06:12:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3d851f0-709c-5fdc-87e7-fcb6a65f579e with identifier: VA16%20LRV
2026-03-30 06:12:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3d851f0-709c-5fdc-87e7-fcb6a65f579e with scrape type 2
2026-03-30 06:12:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3d851f0-709c-5fdc-87e7-fcb6a65f579e with scrape type 2
2026-03-30 06:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3d851f0-709c-5fdc-87e7-fcb6a65f579e, identifier: VA16%20LRV
2026-03-30 06:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 220dcc1a-bd9a-529d-a67a-0d123671a917 with identifier: ND63%20LNP
2026-03-30 06:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 220dcc1a-bd9a-529d-a67a-0d123671a917 with identifier: ND63%20LNP
2026-03-30 06:12:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 220dcc1a-bd9a-529d-a67a-0d123671a917 with identifier: ND63%20LNP to the API
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND63%20LNP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '220dcc1a-bd9a-529d-a67a-0d123671a917',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND63 LNP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND63%20LNP&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FIAT',
'model': 'PANDA',
'odometer': 53167,
'odometer_reading_unit': '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 PANDA 1.3 M/JET 75 4X4 Hatchback',
'transmission': 'manual',
'trim': 'M/JET 75 4X4',
'vin': 'ZFA31200003204926',
'year': 2013}
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND63%2520LNP%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [bca.uk] INFO: Saving data for ND63%20LNP: {'auction_closing_time': 1775037600.0, 'created_time': 1774562876.554202, 'last_price_update_time': 1774851140.957832}
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND63%2520LNP') HTTP/1.1" 204 0
2026-03-30 06:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 082b83fb-95ad-5f04-b281-1eda2f576917 with identifier: WK14%20MMJ
2026-03-30 06:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 082b83fb-95ad-5f04-b281-1eda2f576917 with identifier: WK14%20MMJ
2026-03-30 06:12:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 082b83fb-95ad-5f04-b281-1eda2f576917 with identifier: WK14%20MMJ to the API
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:21 [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': 116,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK14%20MMJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '082b83fb-95ad-5f04-b281-1eda2f576917',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK14 MMJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK14%20MMJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'MAZDA',
'model': '6 TOURER',
'odometer': 94715,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3125,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'MAZDA 6 TOURER 2.2 D 150 SPORT Estate',
'transmission': 'manual',
'trim': 'D 150 SPORT',
'vin': 'JMZGJ691621158787',
'year': 2014}
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK14%2520MMJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [bca.uk] INFO: Saving data for WK14%20MMJ: {'auction_closing_time': 1774854000.0, 'created_time': 1773832617.430511, 'last_price_update_time': 1774851141.296178}
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK14%2520MMJ') HTTP/1.1" 204 0
2026-03-30 06:12:21 [bca.uk] INFO: Found listing with ID: LE21%20ONP
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LE21%2520ONP%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [bca.uk] INFO: Scrape type for LE21%20ONP: 2
2026-03-30 06:12:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb14ea12-1297-5347-9dc8-33061eeb4ede with identifier: LE21%20ONP
2026-03-30 06:12:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb14ea12-1297-5347-9dc8-33061eeb4ede with scrape type 2
2026-03-30 06:12:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb14ea12-1297-5347-9dc8-33061eeb4ede with scrape type 2
2026-03-30 06:12:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb14ea12-1297-5347-9dc8-33061eeb4ede, identifier: LE21%20ONP
2026-03-30 06:12:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3d851f0-709c-5fdc-87e7-fcb6a65f579e with identifier: VA16%20LRV
2026-03-30 06:12:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3d851f0-709c-5fdc-87e7-fcb6a65f579e with identifier: VA16%20LRV
2026-03-30 06:12:21 [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-30 06:12:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA16%2520LRV%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [bca.uk] INFO: Saving data for VA16%20LRV: {'auction_closing_time': 1774951200.0, 'created_time': 1774651424.041188, 'last_price_update_time': 1774851141.753325}
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [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-30 06:12:21 [bca.uk] INFO: Found listing with ID: SL64%20FZK
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL64%2520FZK%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [bca.uk] INFO: Scrape type for SL64%20FZK: 2
2026-03-30 06:12:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4664d8eb-0240-5263-8daa-af42f2fa4c9e with identifier: SL64%20FZK
2026-03-30 06:12:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4664d8eb-0240-5263-8daa-af42f2fa4c9e with scrape type 2
2026-03-30 06:12:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4664d8eb-0240-5263-8daa-af42f2fa4c9e with scrape type 2
2026-03-30 06:12:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4664d8eb-0240-5263-8daa-af42f2fa4c9e, identifier: SL64%20FZK
2026-03-30 06:12:21 [bca.uk] INFO: Found listing with ID: WR63%20FVN
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR63%2520FVN%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [bca.uk] INFO: Scrape type for WR63%20FVN: 0
2026-03-30 06:12:21 [bca.uk] INFO: Found listing with ID: WW66%20ATW
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WW66%2520ATW%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [bca.uk] INFO: Scrape type for WW66%20ATW: 2
2026-03-30 06:12:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9652ffa-963f-5327-aedf-78d978f98987 with identifier: WW66%20ATW
2026-03-30 06:12:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9652ffa-963f-5327-aedf-78d978f98987 with scrape type 2
2026-03-30 06:12:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9652ffa-963f-5327-aedf-78d978f98987 with scrape type 2
2026-03-30 06:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9652ffa-963f-5327-aedf-78d978f98987, identifier: WW66%20ATW
2026-03-30 06:12:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb14ea12-1297-5347-9dc8-33061eeb4ede with identifier: LE21%20ONP
2026-03-30 06:12:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb14ea12-1297-5347-9dc8-33061eeb4ede with identifier: LE21%20ONP
2026-03-30 06:12:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb14ea12-1297-5347-9dc8-33061eeb4ede with identifier: LE21%20ONP to the API
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:22 [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=LE21%20ONP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'fb14ea12-1297-5347-9dc8-33061eeb4ede',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LE21 ONP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE21%20ONP&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'KIA',
'model': 'E-NIRO',
'odometer': 54982,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'KIA E-NIRO 100KW 39KWH 2 Hatchback',
'transmission': 'automatic',
'trim': '100KW 39KWH 2',
'vin': 'KNACC81HUM5065945',
'year': 2021}
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LE21%2520ONP%27 HTTP/1.1" 200 None
2026-03-30 06:12:22 [bca.uk] INFO: Saving data for LE21%20ONP: {'auction_closing_time': 1774854000.0, 'created_time': 1774449243.769777, 'last_price_update_time': 1774851142.287497}
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE21%2520ONP') HTTP/1.1" 204 0
2026-03-30 06:12:22 [bca.uk] INFO: Found listing with ID: AO12%20GNP
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO12%2520GNP%27 HTTP/1.1" 200 None
2026-03-30 06:12:22 [bca.uk] INFO: Scrape type for AO12%20GNP: 2
2026-03-30 06:12:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02d900b7-d3e4-5310-b001-9e2db7629964 with identifier: AO12%20GNP
2026-03-30 06:12:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02d900b7-d3e4-5310-b001-9e2db7629964 with scrape type 2
2026-03-30 06:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02d900b7-d3e4-5310-b001-9e2db7629964 with scrape type 2
2026-03-30 06:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02d900b7-d3e4-5310-b001-9e2db7629964, identifier: AO12%20GNP
2026-03-30 06:12:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4664d8eb-0240-5263-8daa-af42f2fa4c9e with identifier: SL64%20FZK
2026-03-30 06:12:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4664d8eb-0240-5263-8daa-af42f2fa4c9e with identifier: SL64%20FZK
2026-03-30 06:12:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4664d8eb-0240-5263-8daa-af42f2fa4c9e with identifier: SL64%20FZK to the API
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL64%20FZK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '4664d8eb-0240-5263-8daa-af42f2fa4c9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL64 FZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL64%20FZK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 84289,
'odometer_reading_unit': '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 TEKNA Hatchback',
'transmission': 'automatic',
'trim': 'TEKNA',
'vin': 'SJNFAAZE0U6021276',
'year': 2014}
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL64%2520FZK%27 HTTP/1.1" 200 None
2026-03-30 06:12:22 [bca.uk] INFO: Saving data for SL64%20FZK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562876.124491, 'last_price_update_time': 1774851142.796272}
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL64%2520FZK') HTTP/1.1" 204 0
2026-03-30 06:12:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9652ffa-963f-5327-aedf-78d978f98987 with identifier: WW66%20ATW
2026-03-30 06:12:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9652ffa-963f-5327-aedf-78d978f98987 with identifier: WW66%20ATW
2026-03-30 06:12:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9652ffa-963f-5327-aedf-78d978f98987 with identifier: WW66%20ATW to the API
2026-03-30 06:12:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WW66%20ATW-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.3L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'f9652ffa-963f-5327-aedf-78d978f98987',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WW66 ATW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WW66%20ATW&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 78082,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1500,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.3 CDTI 16V 95 LIMITED ED.S/S Van',
'transmission': 'manual',
'trim': 'CDTI 16V 95 LIMITED ED.S/S',
'vin': 'W0V0XEP05J4113808',
'year': 2018}
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WW66%2520ATW%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [bca.uk] INFO: Saving data for WW66%20ATW: {'auction_closing_time': 1774854000.0, 'created_time': 1773827188.734079, 'last_price_update_time': 1774851143.102147}
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WW66%2520ATW') HTTP/1.1" 204 0
2026-03-30 06:12:23 [bca.uk] INFO: Found listing with ID: LJ21%20ANZ
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ21%2520ANZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [bca.uk] INFO: Scrape type for LJ21%20ANZ: 2
2026-03-30 06:12:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcc41a95-e58d-5757-aea5-bf3abf5c2154 with identifier: LJ21%20ANZ
2026-03-30 06:12:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcc41a95-e58d-5757-aea5-bf3abf5c2154 with scrape type 2
2026-03-30 06:12:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcc41a95-e58d-5757-aea5-bf3abf5c2154 with scrape type 2
2026-03-30 06:12:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcc41a95-e58d-5757-aea5-bf3abf5c2154, identifier: LJ21%20ANZ
2026-03-30 06:12:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02d900b7-d3e4-5310-b001-9e2db7629964 with identifier: AO12%20GNP
2026-03-30 06:12:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02d900b7-d3e4-5310-b001-9e2db7629964 with identifier: AO12%20GNP
2026-03-30 06:12:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02d900b7-d3e4-5310-b001-9e2db7629964 with identifier: AO12%20GNP to the API
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO12%20GNP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '02d900b7-d3e4-5310-b001-9e2db7629964',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO12 GNP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO12%20GNP&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'MERCEDES-BENZ',
'model': 'C180',
'odometer': 80834,
'odometer_reading_unit': '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.8 CGI B/E ELEGANCE Saloon',
'transmission': 'manual',
'trim': 'CGI B/E ELEGANCE',
'vin': 'WDD2040492A667738',
'year': 2012}
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO12%2520GNP%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [bca.uk] INFO: Saving data for AO12%20GNP: {'auction_closing_time': 1774951200.0, 'created_time': 1774536089.164253, 'last_price_update_time': 1774851143.52994}
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO12%2520GNP') HTTP/1.1" 204 0
2026-03-30 06:12:23 [bca.uk] INFO: Found listing with ID: AU56%20WCK
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU56%2520WCK%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [bca.uk] INFO: Scrape type for AU56%20WCK: 2
2026-03-30 06:12:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 918f622a-cc6a-5d73-9184-ec055e75feba with identifier: AU56%20WCK
2026-03-30 06:12:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 918f622a-cc6a-5d73-9184-ec055e75feba with scrape type 2
2026-03-30 06:12:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 918f622a-cc6a-5d73-9184-ec055e75feba with scrape type 2
2026-03-30 06:12:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 918f622a-cc6a-5d73-9184-ec055e75feba, identifier: AU56%20WCK
2026-03-30 06:12:23 [bca.uk] INFO: Found listing with ID: YC14%20HNO
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC14%2520HNO%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [bca.uk] INFO: Scrape type for YC14%20HNO: 2
2026-03-30 06:12:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d51abe-ee4b-5384-87e2-d4f9b818e101 with identifier: YC14%20HNO
2026-03-30 06:12:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d51abe-ee4b-5384-87e2-d4f9b818e101 with scrape type 2
2026-03-30 06:12:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d51abe-ee4b-5384-87e2-d4f9b818e101 with scrape type 2
2026-03-30 06:12:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80d51abe-ee4b-5384-87e2-d4f9b818e101, identifier: YC14%20HNO
2026-03-30 06:12:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcc41a95-e58d-5757-aea5-bf3abf5c2154 with identifier: LJ21%20ANZ
2026-03-30 06:12:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcc41a95-e58d-5757-aea5-bf3abf5c2154 with identifier: LJ21%20ANZ
2026-03-30 06:12:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcc41a95-e58d-5757-aea5-bf3abf5c2154 with identifier: LJ21%20ANZ to the API
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:24 [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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ21%20ANZ-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': 'fcc41a95-e58d-5757-aea5-bf3abf5c2154',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LJ21 ANZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ21%20ANZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 79996,
'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': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC HSE (5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'P300E R-DYNAMIC HSE (5ST)',
'vin': 'SALCA2ATXLH882467',
'year': 2021}
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ21%2520ANZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [bca.uk] INFO: Saving data for LJ21%20ANZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773839004.850011, 'last_price_update_time': 1774851144.046018}
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ21%2520ANZ') HTTP/1.1" 204 0
2026-03-30 06:12:24 [bca.uk] INFO: Found listing with ID: BK64%20AOB
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK64%2520AOB%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [bca.uk] INFO: Scrape type for BK64%20AOB: 0
2026-03-30 06:12:24 [bca.uk] INFO: Found listing with ID: DU67%20LVD
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU67%2520LVD%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [bca.uk] INFO: Scrape type for DU67%20LVD: 2
2026-03-30 06:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 652d6993-c42a-5176-93c0-831a5d94b47d with identifier: DU67%20LVD
2026-03-30 06:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 652d6993-c42a-5176-93c0-831a5d94b47d with scrape type 2
2026-03-30 06:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 652d6993-c42a-5176-93c0-831a5d94b47d with scrape type 2
2026-03-30 06:12:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 652d6993-c42a-5176-93c0-831a5d94b47d, identifier: DU67%20LVD
2026-03-30 06:12:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 918f622a-cc6a-5d73-9184-ec055e75feba with identifier: AU56%20WCK
2026-03-30 06:12:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 918f622a-cc6a-5d73-9184-ec055e75feba with identifier: AU56%20WCK
2026-03-30 06:12:24 [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-30 06:12:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU56%2520WCK%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [bca.uk] INFO: Saving data for AU56%20WCK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562937.143277, 'last_price_update_time': 1774851144.507021}
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [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-30 06:12:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80d51abe-ee4b-5384-87e2-d4f9b818e101 with identifier: YC14%20HNO
2026-03-30 06:12:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80d51abe-ee4b-5384-87e2-d4f9b818e101 with identifier: YC14%20HNO
2026-03-30 06:12:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80d51abe-ee4b-5384-87e2-d4f9b818e101 with identifier: YC14%20HNO to the API
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 92,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC14%20HNO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '80d51abe-ee4b-5384-87e2-d4f9b818e101',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC14 HNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC14%20HNO&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'AURIS TOURING',
'odometer': 189081,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2700,
'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': 'SB1ZS3JE70E083656',
'year': 2014}
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC14%2520HNO%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [bca.uk] INFO: Saving data for YC14%20HNO: {'auction_closing_time': 1774854000.0, 'created_time': 1773838971.47559, 'last_price_update_time': 1774851144.827495}
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC14%2520HNO') HTTP/1.1" 204 0
2026-03-30 06:12:24 [bca.uk] INFO: Found listing with ID: LJ22%20YNM
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ22%2520YNM%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [bca.uk] INFO: Scrape type for LJ22%20YNM: 2
2026-03-30 06:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4970e767-a3f0-58aa-a2d1-01873e8b6a39 with identifier: LJ22%20YNM
2026-03-30 06:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4970e767-a3f0-58aa-a2d1-01873e8b6a39 with scrape type 2
2026-03-30 06:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4970e767-a3f0-58aa-a2d1-01873e8b6a39 with scrape type 2
2026-03-30 06:12:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4970e767-a3f0-58aa-a2d1-01873e8b6a39, identifier: LJ22%20YNM
2026-03-30 06:12:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 652d6993-c42a-5176-93c0-831a5d94b47d with identifier: DU67%20LVD
2026-03-30 06:12:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 652d6993-c42a-5176-93c0-831a5d94b47d with identifier: DU67%20LVD
2026-03-30 06:12:25 [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-30 06:12:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU67%2520LVD%27 HTTP/1.1" 200 None
2026-03-30 06:12:25 [bca.uk] INFO: Saving data for DU67%20LVD: {'auction_closing_time': 1774951200.0, 'created_time': 1774477841.083243, 'last_price_update_time': 1774851145.307808}
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:25 [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-30 06:12:25 [bca.uk] INFO: Found listing with ID: FM56%20CRV
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM56%2520CRV%27 HTTP/1.1" 200 None
2026-03-30 06:12:25 [bca.uk] INFO: Scrape type for FM56%20CRV: 2
2026-03-30 06:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8c25bc3-5b0d-5486-aa0e-6e50f69e8ccc with identifier: FM56%20CRV
2026-03-30 06:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8c25bc3-5b0d-5486-aa0e-6e50f69e8ccc with scrape type 2
2026-03-30 06:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8c25bc3-5b0d-5486-aa0e-6e50f69e8ccc with scrape type 2
2026-03-30 06:12:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8c25bc3-5b0d-5486-aa0e-6e50f69e8ccc, identifier: FM56%20CRV
2026-03-30 06:12:25 [bca.uk] INFO: Found listing with ID: YT14%20AXC
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT14%2520AXC%27 HTTP/1.1" 200 None
2026-03-30 06:12:25 [bca.uk] INFO: Scrape type for YT14%20AXC: 0
2026-03-30 06:12:25 [bca.uk] INFO: Found listing with ID: PE71%20WFO
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE71%2520WFO%27 HTTP/1.1" 200 None
2026-03-30 06:12:25 [bca.uk] INFO: Scrape type for PE71%20WFO: 2
2026-03-30 06:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb829c4f-0fde-515b-9893-3257aca3a2c4 with identifier: PE71%20WFO
2026-03-30 06:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb829c4f-0fde-515b-9893-3257aca3a2c4 with scrape type 2
2026-03-30 06:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb829c4f-0fde-515b-9893-3257aca3a2c4 with scrape type 2
2026-03-30 06:12:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb829c4f-0fde-515b-9893-3257aca3a2c4, identifier: PE71%20WFO
2026-03-30 06:12:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4970e767-a3f0-58aa-a2d1-01873e8b6a39 with identifier: LJ22%20YNM
2026-03-30 06:12:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4970e767-a3f0-58aa-a2d1-01873e8b6a39 with identifier: LJ22%20YNM
2026-03-30 06:12:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4970e767-a3f0-58aa-a2d1-01873e8b6a39 with identifier: LJ22%20YNM to the API
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:25 [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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ22%20YNM-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': '4970e767-a3f0-58aa-a2d1-01873e8b6a39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LJ22 YNM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ22%20YNM&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 39534,
'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': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC SE',
'vin': 'SALZA2AT3NH176910',
'year': 2022}
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ22%2520YNM%27 HTTP/1.1" 200 None
2026-03-30 06:12:25 [bca.uk] INFO: Saving data for LJ22%20YNM: {'auction_closing_time': 1774854000.0, 'created_time': 1774449308.400226, 'last_price_update_time': 1774851145.925462}
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ22%2520YNM') HTTP/1.1" 204 0
2026-03-30 06:12:25 [bca.uk] INFO: Found listing with ID: EK56%20PGO
2026-03-30 06:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK56%2520PGO%27 HTTP/1.1" 200 None
2026-03-30 06:12:25 [bca.uk] INFO: Scrape type for EK56%20PGO: 2
2026-03-30 06:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f8b73f6-f349-5727-a147-f9726f54d375 with identifier: EK56%20PGO
2026-03-30 06:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8b73f6-f349-5727-a147-f9726f54d375 with scrape type 2
2026-03-30 06:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f8b73f6-f349-5727-a147-f9726f54d375 with scrape type 2
2026-03-30 06:12:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f8b73f6-f349-5727-a147-f9726f54d375, identifier: EK56%20PGO
2026-03-30 06:12:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8c25bc3-5b0d-5486-aa0e-6e50f69e8ccc with identifier: FM56%20CRV
2026-03-30 06:12:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8c25bc3-5b0d-5486-aa0e-6e50f69e8ccc with identifier: FM56%20CRV
2026-03-30 06:12:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8c25bc3-5b0d-5486-aa0e-6e50f69e8ccc with identifier: FM56%20CRV to the API
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM56%20CRV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c8c25bc3-5b0d-5486-aa0e-6e50f69e8ccc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FM56 CRV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM56%20CRV&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 96432,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 SXI 16V Hatchback',
'transmission': 'manual',
'trim': 'SXI 16V',
'vin': 'W0L0SDL6874184573',
'year': 2007}
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM56%2520CRV%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [bca.uk] INFO: Saving data for FM56%20CRV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562877.545982, 'last_price_update_time': 1774851146.375314}
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM56%2520CRV') HTTP/1.1" 204 0
2026-03-30 06:12:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb829c4f-0fde-515b-9893-3257aca3a2c4 with identifier: PE71%20WFO
2026-03-30 06:12:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb829c4f-0fde-515b-9893-3257aca3a2c4 with identifier: PE71%20WFO
2026-03-30 06:12:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb829c4f-0fde-515b-9893-3257aca3a2c4 with identifier: PE71%20WFO to the API
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:26 [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': 270,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE71%20WFO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.1L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'eb829c4f-0fde-515b-9893-3257aca3a2c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE71 WFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE71%20WFO&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 314',
'odometer': 119113,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 314 2.1 CDI 3.5T FWD L2 PROG(LOW LOAD) Luton',
'transmission': 'manual',
'trim': 'CDI 3.5T FWD L2 PROG(LOW LOAD)',
'vin': 'W1V9101332N162184',
'year': 2021}
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE71%2520WFO%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [bca.uk] INFO: Saving data for PE71%20WFO: {'auction_closing_time': 1775199600.0, 'created_time': 1774649409.756213, 'last_price_update_time': 1774851146.788106}
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE71%2520WFO') HTTP/1.1" 204 0
2026-03-30 06:12:26 [bca.uk] INFO: Found listing with ID: LL73%20PTZ
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL73%2520PTZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [bca.uk] INFO: Scrape type for LL73%20PTZ: 2
2026-03-30 06:12:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d82a590-24f5-5dfb-af2c-90df8ab57486 with identifier: LL73%20PTZ
2026-03-30 06:12:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d82a590-24f5-5dfb-af2c-90df8ab57486 with scrape type 2
2026-03-30 06:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d82a590-24f5-5dfb-af2c-90df8ab57486 with scrape type 2
2026-03-30 06:12:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d82a590-24f5-5dfb-af2c-90df8ab57486, identifier: LL73%20PTZ
2026-03-30 06:12:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f8b73f6-f349-5727-a147-f9726f54d375 with identifier: EK56%20PGO
2026-03-30 06:12:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f8b73f6-f349-5727-a147-f9726f54d375 with identifier: EK56%20PGO
2026-03-30 06:12:27 [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-30 06:12:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:27 [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': 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-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK56%2520PGO%27 HTTP/1.1" 200 None
2026-03-30 06:12:27 [bca.uk] INFO: Saving data for EK56%20PGO: {'auction_closing_time': 1774951200.0, 'created_time': 1774477838.964865, 'last_price_update_time': 1774851147.215103}
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:27 [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-30 06:12:27 [bca.uk] INFO: Found listing with ID: ML67%20ONM
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML67%2520ONM%27 HTTP/1.1" 200 None
2026-03-30 06:12:27 [bca.uk] INFO: Scrape type for ML67%20ONM: 2
2026-03-30 06:12:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cec674c-1c8b-53a0-8098-2c13ea88c1a9 with identifier: ML67%20ONM
2026-03-30 06:12:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cec674c-1c8b-53a0-8098-2c13ea88c1a9 with scrape type 2
2026-03-30 06:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cec674c-1c8b-53a0-8098-2c13ea88c1a9 with scrape type 2
2026-03-30 06:12:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cec674c-1c8b-53a0-8098-2c13ea88c1a9, identifier: ML67%20ONM
2026-03-30 06:12:27 [bca.uk] INFO: Found listing with ID: CV16%20UMD
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV16%2520UMD%27 HTTP/1.1" 200 None
2026-03-30 06:12:27 [bca.uk] INFO: Scrape type for CV16%20UMD: 0
2026-03-30 06:12:27 [bca.uk] INFO: Found listing with ID: WG63%20CKL
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG63%2520CKL%27 HTTP/1.1" 200 None
2026-03-30 06:12:27 [bca.uk] INFO: Scrape type for WG63%20CKL: 2
2026-03-30 06:12:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d811d1eb-18b5-584c-9ee0-75e50f177084 with identifier: WG63%20CKL
2026-03-30 06:12:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d811d1eb-18b5-584c-9ee0-75e50f177084 with scrape type 2
2026-03-30 06:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d811d1eb-18b5-584c-9ee0-75e50f177084 with scrape type 2
2026-03-30 06:12:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d811d1eb-18b5-584c-9ee0-75e50f177084, identifier: WG63%20CKL
2026-03-30 06:12:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d82a590-24f5-5dfb-af2c-90df8ab57486 with identifier: LL73%20PTZ
2026-03-30 06:12:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d82a590-24f5-5dfb-af2c-90df8ab57486 with identifier: LL73%20PTZ
2026-03-30 06:12:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d82a590-24f5-5dfb-af2c-90df8ab57486 with identifier: LL73%20PTZ to the API
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:27 [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': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL73%20PTZ-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': '2d82a590-24f5-5dfb-af2c-90df8ab57486',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL73 PTZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL73%20PTZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 29943,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 28000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD DYNAMIC HSE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD DYNAMIC HSE',
'vin': 'SALZA2AT6RH239908',
'year': 2023}
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL73%2520PTZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:27 [bca.uk] INFO: Saving data for LL73%20PTZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774449256.830883, 'last_price_update_time': 1774851147.813978}
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL73%2520PTZ') HTTP/1.1" 204 0
2026-03-30 06:12:27 [bca.uk] INFO: Found listing with ID: EN59%20AMK
2026-03-30 06:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN59%2520AMK%27 HTTP/1.1" 200 None
2026-03-30 06:12:27 [bca.uk] INFO: Scrape type for EN59%20AMK: 2
2026-03-30 06:12:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e395a80-91e9-5279-8ebd-92b91c60d692 with identifier: EN59%20AMK
2026-03-30 06:12:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e395a80-91e9-5279-8ebd-92b91c60d692 with scrape type 2
2026-03-30 06:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e395a80-91e9-5279-8ebd-92b91c60d692 with scrape type 2
2026-03-30 06:12:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e395a80-91e9-5279-8ebd-92b91c60d692, identifier: EN59%20AMK
2026-03-30 06:12:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cec674c-1c8b-53a0-8098-2c13ea88c1a9 with identifier: ML67%20ONM
2026-03-30 06:12:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cec674c-1c8b-53a0-8098-2c13ea88c1a9 with identifier: ML67%20ONM
2026-03-30 06:12:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cec674c-1c8b-53a0-8098-2c13ea88c1a9 with identifier: ML67%20ONM to the API
2026-03-30 06:12:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML67%20ONM-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9cec674c-1c8b-53a0-8098-2c13ea88c1a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML67 ONM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML67%20ONM&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 90101,
'odometer_reading_unit': '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': 'SADCA2ANXJA283989',
'year': 2017}
2026-03-30 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML67%2520ONM%27 HTTP/1.1" 200 None
2026-03-30 06:12:29 [bca.uk] INFO: Saving data for ML67%20ONM: {'auction_closing_time': 1775037600.0, 'created_time': 1774649321.465921, 'last_price_update_time': 1774851149.08051}
2026-03-30 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML67%2520ONM') HTTP/1.1" 204 0
2026-03-30 06:12:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d811d1eb-18b5-584c-9ee0-75e50f177084 with identifier: WG63%20CKL
2026-03-30 06:12:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d811d1eb-18b5-584c-9ee0-75e50f177084 with identifier: WG63%20CKL
2026-03-30 06:12:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d811d1eb-18b5-584c-9ee0-75e50f177084 with identifier: WG63%20CKL to the API
2026-03-30 06:12:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 178,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG63%20CKL-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'd811d1eb-18b5-584c-9ee0-75e50f177084',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG63 CKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG63%20CKL&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'HYUNDAI',
'model': 'SANTA FE',
'odometer': 182737,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1950,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'HYUNDAI SANTA FE 2.2 CRDI PREMIUM SE (7ST) 4WD StationWagon',
'transmission': 'automatic',
'trim': 'CRDI PREMIUM SE (7ST) 4WD',
'vin': 'KMHSU81XSDU206103',
'year': 2013}
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG63%2520CKL%27 HTTP/1.1" 200 None
2026-03-30 06:12:30 [bca.uk] INFO: Saving data for WG63%20CKL: {'auction_closing_time': 1775199600.0, 'created_time': 1773931939.95251, 'last_price_update_time': 1774851150.148924}
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG63%2520CKL') HTTP/1.1" 204 0
2026-03-30 06:12:30 [bca.uk] INFO: Found listing with ID: LM72%20OEH
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM72%2520OEH%27 HTTP/1.1" 200 None
2026-03-30 06:12:30 [bca.uk] INFO: Scrape type for LM72%20OEH: 2
2026-03-30 06:12:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 139211fb-fe77-5590-b67a-b83d69415c0e with identifier: LM72%20OEH
2026-03-30 06:12:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 139211fb-fe77-5590-b67a-b83d69415c0e with scrape type 2
2026-03-30 06:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 139211fb-fe77-5590-b67a-b83d69415c0e with scrape type 2
2026-03-30 06:12:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 139211fb-fe77-5590-b67a-b83d69415c0e, identifier: LM72%20OEH
2026-03-30 06:12:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e395a80-91e9-5279-8ebd-92b91c60d692 with identifier: EN59%20AMK
2026-03-30 06:12:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e395a80-91e9-5279-8ebd-92b91c60d692 with identifier: EN59%20AMK
2026-03-30 06:12:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e395a80-91e9-5279-8ebd-92b91c60d692 with identifier: EN59%20AMK to the API
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN59%20AMK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e395a80-91e9-5279-8ebd-92b91c60d692',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN59 AMK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN59%20AMK&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 77380,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.4 85 SE DSG Hatchback',
'transmission': 'automatic',
'trim': '85 SE DSG',
'vin': 'WVWZZZ6RZAU010343',
'year': 2009}
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN59%2520AMK%27 HTTP/1.1" 200 None
2026-03-30 06:12:30 [bca.uk] INFO: Saving data for EN59%20AMK: {'auction_closing_time': 1774951200.0, 'created_time': 1774047908.483568, 'last_price_update_time': 1774851150.596972}
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN59%2520AMK') HTTP/1.1" 204 0
2026-03-30 06:12:30 [bca.uk] INFO: Found listing with ID: PK17%20EOC
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK17%2520EOC%27 HTTP/1.1" 200 None
2026-03-30 06:12:30 [bca.uk] INFO: Scrape type for PK17%20EOC: 2
2026-03-30 06:12:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 872c34c0-f15f-5ddd-aa53-7235f8a1c5ad with identifier: PK17%20EOC
2026-03-30 06:12:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 872c34c0-f15f-5ddd-aa53-7235f8a1c5ad with scrape type 2
2026-03-30 06:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 872c34c0-f15f-5ddd-aa53-7235f8a1c5ad with scrape type 2
2026-03-30 06:12:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 872c34c0-f15f-5ddd-aa53-7235f8a1c5ad, identifier: PK17%20EOC
2026-03-30 06:12:30 [bca.uk] INFO: Found listing with ID: CJZ%205249
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJZ%25205249%27 HTTP/1.1" 200 None
2026-03-30 06:12:30 [bca.uk] INFO: Scrape type for CJZ%205249: 0
2026-03-30 06:12:30 [bca.uk] INFO: Found listing with ID: BK73%20UUW
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK73%2520UUW%27 HTTP/1.1" 200 None
2026-03-30 06:12:30 [bca.uk] INFO: Scrape type for BK73%20UUW: 2
2026-03-30 06:12:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c7eb7f-3399-5906-a6e2-65280b6fa4b8 with identifier: BK73%20UUW
2026-03-30 06:12:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c7eb7f-3399-5906-a6e2-65280b6fa4b8 with scrape type 2
2026-03-30 06:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63c7eb7f-3399-5906-a6e2-65280b6fa4b8 with scrape type 2
2026-03-30 06:12:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63c7eb7f-3399-5906-a6e2-65280b6fa4b8, identifier: BK73%20UUW
2026-03-30 06:12:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 139211fb-fe77-5590-b67a-b83d69415c0e with identifier: LM72%20OEH
2026-03-30 06:12:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 139211fb-fe77-5590-b67a-b83d69415c0e with identifier: LM72%20OEH
2026-03-30 06:12:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 139211fb-fe77-5590-b67a-b83d69415c0e with identifier: LM72%20OEH to the API
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:12:31 [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=LM72%20OEH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '139211fb-fe77-5590-b67a-b83d69415c0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LM72 OEH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM72%20OEH&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'MERCEDES-BENZ',
'model': 'EQA 350',
'odometer': 43998,
'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': 'MERCEDES-BENZ EQA 350 215KW 66KWH 4M AMG LINE Hatchback',
'transmission': 'automatic',
'trim': '215KW 66KWH 4M AMG LINE',
'vin': 'W1N9N1CB7PJ048040',
'year': 2022}
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM72%2520OEH%27 HTTP/1.1" 200 None
2026-03-30 06:12:31 [bca.uk] INFO: Saving data for LM72%20OEH: {'auction_closing_time': 1774854000.0, 'created_time': 1774449188.766887, 'last_price_update_time': 1774851151.381143}
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520OEH') HTTP/1.1" 204 0
2026-03-30 06:12:31 [bca.uk] INFO: Found listing with ID: EY08%20YGX
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY08%2520YGX%27 HTTP/1.1" 200 None
2026-03-30 06:12:31 [bca.uk] INFO: Scrape type for EY08%20YGX: 2
2026-03-30 06:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with identifier: EY08%20YGX
2026-03-30 06:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with scrape type 2
2026-03-30 06:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with scrape type 2
2026-03-30 06:12:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87, identifier: EY08%20YGX
2026-03-30 06:12:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 872c34c0-f15f-5ddd-aa53-7235f8a1c5ad with identifier: PK17%20EOC
2026-03-30 06:12:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 872c34c0-f15f-5ddd-aa53-7235f8a1c5ad with identifier: PK17%20EOC
2026-03-30 06:12:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 872c34c0-f15f-5ddd-aa53-7235f8a1c5ad with identifier: PK17%20EOC to the API
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:12:31 [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': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '872c34c0-f15f-5ddd-aa53-7235f8a1c5ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK17 EOC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK17%20EOC&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'JAGUAR',
'model': 'XF',
'odometer': 72394,
'odometer_reading_unit': '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 2.0 D 180 PORTFOLIO Saloon',
'transmission': 'automatic',
'trim': 'D 180 PORTFOLIO',
'vin': 'SAJBB4AN0HCY52560',
'year': 2017}
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520EOC%27 HTTP/1.1" 200 None
2026-03-30 06:12:31 [bca.uk] INFO: Saving data for PK17%20EOC: {'auction_closing_time': 1775037600.0, 'created_time': 1774649322.226049, 'last_price_update_time': 1774851151.818013}
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK17%2520EOC') HTTP/1.1" 204 0
2026-03-30 06:12:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63c7eb7f-3399-5906-a6e2-65280b6fa4b8 with identifier: BK73%20UUW
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=splash+white HTTP/1.1" 200 None
2026-03-30 06:12:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63c7eb7f-3399-5906-a6e2-65280b6fa4b8 with identifier: BK73%20UUW
2026-03-30 06:12:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63c7eb7f-3399-5906-a6e2-65280b6fa4b8 with identifier: BK73%20UUW to the API
2026-03-30 06:12:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 219,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK73%20UUW-GB',
'category': 'LightCommercialVehicle',
'color': 'splash white',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.9L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': '63c7eb7f-3399-5906-a6e2-65280b6fa4b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK73 UUW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK73%20UUW&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'ISUZU',
'model': 'D-MAX',
'odometer': 20536,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22000,
'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': 'MPATFS87JPT013764',
'year': 2023}
2026-03-30 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK73%2520UUW%27 HTTP/1.1" 200 None
2026-03-30 06:12:32 [bca.uk] INFO: Saving data for BK73%20UUW: {'auction_closing_time': 1775026800.0, 'created_time': 1774265139.945749, 'last_price_update_time': 1774851152.288858}
2026-03-30 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK73%2520UUW') HTTP/1.1" 204 0
2026-03-30 06:12:32 [bca.uk] INFO: Found listing with ID: LN22%20XRO
2026-03-30 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN22%2520XRO%27 HTTP/1.1" 200 None
2026-03-30 06:12:32 [bca.uk] INFO: Scrape type for LN22%20XRO: 2
2026-03-30 06:12:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2889b029-a5a4-5919-9dce-5535499a00e0 with identifier: LN22%20XRO
2026-03-30 06:12:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2889b029-a5a4-5919-9dce-5535499a00e0 with scrape type 2
2026-03-30 06:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2889b029-a5a4-5919-9dce-5535499a00e0 with scrape type 2
2026-03-30 06:12:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2889b029-a5a4-5919-9dce-5535499a00e0, identifier: LN22%20XRO
2026-03-30 06:12:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with identifier: EY08%20YGX
2026-03-30 06:12:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 220a0fe2-8078-55b7-b4fd-f2dd58cdcf87 with identifier: EY08%20YGX
2026-03-30 06:12:32 [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-30 06:12:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY08%2520YGX%27 HTTP/1.1" 200 None
2026-03-30 06:12:32 [bca.uk] INFO: Saving data for EY08%20YGX: {'auction_closing_time': 1774951200.0, 'created_time': 1774651411.432126, 'last_price_update_time': 1774851152.730787}
2026-03-30 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:32 [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-30 06:12:32 [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-30 06:12:32 [bca.uk] INFO: Found listing with ID: YC68%20CCO
2026-03-30 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC68%2520CCO%27 HTTP/1.1" 200 None
2026-03-30 06:12:32 [bca.uk] INFO: Scrape type for YC68%20CCO: 2
2026-03-30 06:12:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01d9b5e5-99e6-568b-8346-bf6c950ae0aa with identifier: YC68%20CCO
2026-03-30 06:12:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01d9b5e5-99e6-568b-8346-bf6c950ae0aa with scrape type 2
2026-03-30 06:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01d9b5e5-99e6-568b-8346-bf6c950ae0aa with scrape type 2
2026-03-30 06:12:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01d9b5e5-99e6-568b-8346-bf6c950ae0aa, identifier: YC68%20CCO
2026-03-30 06:12:32 [bca.uk] INFO: Found listing with ID: HV74%20EPJ
2026-03-30 06:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV74%2520EPJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:32 [bca.uk] INFO: Scrape type for HV74%20EPJ: 2
2026-03-30 06:12:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94da2cb5-8625-56ac-a9ab-65a9c0bf823f with identifier: HV74%20EPJ
2026-03-30 06:12:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94da2cb5-8625-56ac-a9ab-65a9c0bf823f with scrape type 2
2026-03-30 06:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94da2cb5-8625-56ac-a9ab-65a9c0bf823f with scrape type 2
2026-03-30 06:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94da2cb5-8625-56ac-a9ab-65a9c0bf823f, identifier: HV74%20EPJ
2026-03-30 06:12:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2889b029-a5a4-5919-9dce-5535499a00e0 with identifier: LN22%20XRO
2026-03-30 06:12:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2889b029-a5a4-5919-9dce-5535499a00e0 with identifier: LN22%20XRO
2026-03-30 06:12:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2889b029-a5a4-5919-9dce-5535499a00e0 with identifier: LN22%20XRO to the API
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:33 [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': 52,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN22%20XRO-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': '2889b029-a5a4-5919-9dce-5535499a00e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LN22 XRO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN22%20XRO&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 52482,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 27000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'P400E PHEV R-DYNAMIC HSE',
'vin': 'SALYA2AY5NA334731',
'year': 2022}
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN22%2520XRO%27 HTTP/1.1" 200 None
2026-03-30 06:12:33 [bca.uk] INFO: Saving data for LN22%20XRO: {'auction_closing_time': 1774854000.0, 'created_time': 1773833890.08699, 'last_price_update_time': 1774851153.362972}
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN22%2520XRO') HTTP/1.1" 204 0
2026-03-30 06:12:33 [bca.uk] INFO: Found listing with ID: LF61%20YNV
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF61%2520YNV%27 HTTP/1.1" 200 None
2026-03-30 06:12:33 [bca.uk] INFO: Scrape type for LF61%20YNV: 2
2026-03-30 06:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e12bc450-a024-5305-8b4d-3fe475d14dbc with identifier: LF61%20YNV
2026-03-30 06:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e12bc450-a024-5305-8b4d-3fe475d14dbc with scrape type 2
2026-03-30 06:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e12bc450-a024-5305-8b4d-3fe475d14dbc with scrape type 2
2026-03-30 06:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e12bc450-a024-5305-8b4d-3fe475d14dbc, identifier: LF61%20YNV
2026-03-30 06:12:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01d9b5e5-99e6-568b-8346-bf6c950ae0aa with identifier: YC68%20CCO
2026-03-30 06:12:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01d9b5e5-99e6-568b-8346-bf6c950ae0aa with identifier: YC68%20CCO
2026-03-30 06:12:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01d9b5e5-99e6-568b-8346-bf6c950ae0aa with identifier: YC68%20CCO to the API
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:33 [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': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC68%20CCO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '01d9b5e5-99e6-568b-8346-bf6c950ae0aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC68 CCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20CCO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 77839,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE TECH Hatchback',
'transmission': 'manual',
'trim': 'TD4 180 4WD SE TECH',
'vin': 'SALVA2CN8KH332058',
'year': 2018}
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC68%2520CCO%27 HTTP/1.1" 200 None
2026-03-30 06:12:33 [bca.uk] INFO: Saving data for YC68%20CCO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649322.595049, 'last_price_update_time': 1774851153.778412}
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520CCO') HTTP/1.1" 204 0
2026-03-30 06:12:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94da2cb5-8625-56ac-a9ab-65a9c0bf823f with identifier: HV74%20EPJ
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=carbonised+grey HTTP/1.1" 200 None
2026-03-30 06:12:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94da2cb5-8625-56ac-a9ab-65a9c0bf823f with identifier: HV74%20EPJ
2026-03-30 06:12:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94da2cb5-8625-56ac-a9ab-65a9c0bf823f with identifier: HV74%20EPJ to the API
2026-03-30 06:12:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 271,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV74%20EPJ-GB',
'category': 'LightCommercialVehicle',
'color': 'carbonised grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': '94da2cb5-8625-56ac-a9ab-65a9c0bf823f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV74 EPJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV74%20EPJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'RANGER',
'odometer': 19518,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 26900,
'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': '6FPPXXMJ2PRK22393',
'year': 2024}
2026-03-30 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV74%2520EPJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:34 [bca.uk] INFO: Saving data for HV74%20EPJ: {'auction_closing_time': 1775026800.0, 'created_time': 1774015482.536435, 'last_price_update_time': 1774851154.24966}
2026-03-30 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV74%2520EPJ') HTTP/1.1" 204 0
2026-03-30 06:12:34 [bca.uk] INFO: Found listing with ID: LN23%20XRZ
2026-03-30 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN23%2520XRZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:34 [bca.uk] INFO: Scrape type for LN23%20XRZ: 2
2026-03-30 06:12:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with identifier: LN23%20XRZ
2026-03-30 06:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with scrape type 2
2026-03-30 06:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with scrape type 2
2026-03-30 06:12:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a, identifier: LN23%20XRZ
2026-03-30 06:12:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e12bc450-a024-5305-8b4d-3fe475d14dbc with identifier: LF61%20YNV
2026-03-30 06:12:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e12bc450-a024-5305-8b4d-3fe475d14dbc with identifier: LF61%20YNV
2026-03-30 06:12:34 [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-30 06:12:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF61%2520YNV%27 HTTP/1.1" 200 None
2026-03-30 06:12:34 [bca.uk] INFO: Saving data for LF61%20YNV: {'auction_closing_time': 1774951200.0, 'created_time': 1774477840.732646, 'last_price_update_time': 1774851154.78226}
2026-03-30 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:34 [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-30 06:12:34 [bca.uk] INFO: Found listing with ID: YK19%20YDN
2026-03-30 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK19%2520YDN%27 HTTP/1.1" 200 None
2026-03-30 06:12:34 [bca.uk] INFO: Scrape type for YK19%20YDN: 2
2026-03-30 06:12:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cea54a6-df4c-5117-9d21-ed9c291756a3 with identifier: YK19%20YDN
2026-03-30 06:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cea54a6-df4c-5117-9d21-ed9c291756a3 with scrape type 2
2026-03-30 06:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cea54a6-df4c-5117-9d21-ed9c291756a3 with scrape type 2
2026-03-30 06:12:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cea54a6-df4c-5117-9d21-ed9c291756a3, identifier: YK19%20YDN
2026-03-30 06:12:34 [bca.uk] INFO: Found listing with ID: WP24%20EAF
2026-03-30 06:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP24%2520EAF%27 HTTP/1.1" 200 None
2026-03-30 06:12:34 [bca.uk] INFO: Scrape type for WP24%20EAF: 2
2026-03-30 06:12:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01d10bfd-9780-5ae7-a245-569de68cc0b6 with identifier: WP24%20EAF
2026-03-30 06:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01d10bfd-9780-5ae7-a245-569de68cc0b6 with scrape type 2
2026-03-30 06:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01d10bfd-9780-5ae7-a245-569de68cc0b6 with scrape type 2
2026-03-30 06:12:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01d10bfd-9780-5ae7-a245-569de68cc0b6, identifier: WP24%20EAF
2026-03-30 06:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with identifier: LN23%20XRZ
2026-03-30 06:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecdedafb-baf1-56d2-a7df-3c26be4b2a8a with identifier: LN23%20XRZ
2026-03-30 06:12:35 [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-30 06:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:35 [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': 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-30 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN23%2520XRZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:35 [bca.uk] INFO: Saving data for LN23%20XRZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774005113.629902, 'last_price_update_time': 1774851155.311799}
2026-03-30 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:35 [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-30 06:12:35 [bca.uk] INFO: Found listing with ID: LS06%20OUH
2026-03-30 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS06%2520OUH%27 HTTP/1.1" 200 None
2026-03-30 06:12:35 [bca.uk] INFO: Scrape type for LS06%20OUH: 0
2026-03-30 06:12:35 [bca.uk] INFO: Found listing with ID: NU66%20PYW
2026-03-30 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU66%2520PYW%27 HTTP/1.1" 200 None
2026-03-30 06:12:35 [bca.uk] INFO: Scrape type for NU66%20PYW: 2
2026-03-30 06:12:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23124228-38c4-5f38-a250-b880bbc1f77a with identifier: NU66%20PYW
2026-03-30 06:12:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23124228-38c4-5f38-a250-b880bbc1f77a with scrape type 2
2026-03-30 06:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23124228-38c4-5f38-a250-b880bbc1f77a with scrape type 2
2026-03-30 06:12:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23124228-38c4-5f38-a250-b880bbc1f77a, identifier: NU66%20PYW
2026-03-30 06:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cea54a6-df4c-5117-9d21-ed9c291756a3 with identifier: YK19%20YDN
2026-03-30 06:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cea54a6-df4c-5117-9d21-ed9c291756a3 with identifier: YK19%20YDN
2026-03-30 06:12:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cea54a6-df4c-5117-9d21-ed9c291756a3 with identifier: YK19%20YDN to the API
2026-03-30 06:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 71,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK19%20YDN-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': '1cea54a6-df4c-5117-9d21-ed9c291756a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK19 YDN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK19%20YDN&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'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': 'LAND ROVER R/R SPORT 2.0 P400E AUTOBIOGRAPHY DYNAMIC StationWagon',
'transmission': 'automatic',
'trim': 'P400E AUTOBIOGRAPHY DYNAMIC',
'vin': 'SALWA2AYXKA851056',
'year': 2019}
2026-03-30 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK19%2520YDN%27 HTTP/1.1" 200 None
2026-03-30 06:12:35 [bca.uk] INFO: Saving data for YK19%20YDN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649325.339495, 'last_price_update_time': 1774851155.784529}
2026-03-30 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520YDN') HTTP/1.1" 204 0
2026-03-30 06:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01d10bfd-9780-5ae7-a245-569de68cc0b6 with identifier: WP24%20EAF
2026-03-30 06:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01d10bfd-9780-5ae7-a245-569de68cc0b6 with identifier: WP24%20EAF
2026-03-30 06:12:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01d10bfd-9780-5ae7-a245-569de68cc0b6 with identifier: WP24%20EAF to the API
2026-03-30 06:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 233,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP24%20EAF-GB',
'category': 'LightCommercialVehicle',
'color': 'carbonised grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': '01d10bfd-9780-5ae7-a245-569de68cc0b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP24 EAF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP24%20EAF&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'RANGER',
'odometer': 24614,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 27000,
'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': '6FPPXXMJ2PRR61184',
'year': 2024}
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP24%2520EAF%27 HTTP/1.1" 200 None
2026-03-30 06:12:36 [bca.uk] INFO: Saving data for WP24%20EAF: {'auction_closing_time': 1775026800.0, 'created_time': 1774649406.100575, 'last_price_update_time': 1774851156.101148}
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP24%2520EAF') HTTP/1.1" 204 0
2026-03-30 06:12:36 [bca.uk] INFO: Found listing with ID: LR22%20SKZ
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR22%2520SKZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:36 [bca.uk] INFO: Scrape type for LR22%20SKZ: 2
2026-03-30 06:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d96c6648-1f68-5b92-b58b-f7cb42c7fc1b with identifier: LR22%20SKZ
2026-03-30 06:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d96c6648-1f68-5b92-b58b-f7cb42c7fc1b with scrape type 2
2026-03-30 06:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d96c6648-1f68-5b92-b58b-f7cb42c7fc1b with scrape type 2
2026-03-30 06:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d96c6648-1f68-5b92-b58b-f7cb42c7fc1b, identifier: LR22%20SKZ
2026-03-30 06:12:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23124228-38c4-5f38-a250-b880bbc1f77a with identifier: NU66%20PYW
2026-03-30 06:12:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23124228-38c4-5f38-a250-b880bbc1f77a with identifier: NU66%20PYW
2026-03-30 06:12:36 [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-30 06:12:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU66%2520PYW%27 HTTP/1.1" 200 None
2026-03-30 06:12:36 [bca.uk] INFO: Saving data for NU66%20PYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774477841.487709, 'last_price_update_time': 1774851156.518061}
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:36 [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-30 06:12:36 [bca.uk] INFO: Found listing with ID: VO24%20YPP
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO24%2520YPP%27 HTTP/1.1" 200 None
2026-03-30 06:12:36 [bca.uk] INFO: Scrape type for VO24%20YPP: 0
2026-03-30 06:12:36 [bca.uk] INFO: Found listing with ID: SL63%20OXM
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL63%2520OXM%27 HTTP/1.1" 200 None
2026-03-30 06:12:36 [bca.uk] INFO: Scrape type for SL63%20OXM: 2
2026-03-30 06:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1b2d45b-9ffb-5299-a919-841b63f8492e with identifier: SL63%20OXM
2026-03-30 06:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b2d45b-9ffb-5299-a919-841b63f8492e with scrape type 2
2026-03-30 06:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1b2d45b-9ffb-5299-a919-841b63f8492e with scrape type 2
2026-03-30 06:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1b2d45b-9ffb-5299-a919-841b63f8492e, identifier: SL63%20OXM
2026-03-30 06:12:36 [bca.uk] INFO: Found listing with ID: WT25%20FYY
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT25%2520FYY%27 HTTP/1.1" 200 None
2026-03-30 06:12:36 [bca.uk] INFO: Scrape type for WT25%20FYY: 2
2026-03-30 06:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d03a8a6d-974b-5475-a981-380755501f81 with identifier: WT25%20FYY
2026-03-30 06:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d03a8a6d-974b-5475-a981-380755501f81 with scrape type 2
2026-03-30 06:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d03a8a6d-974b-5475-a981-380755501f81 with scrape type 2
2026-03-30 06:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d03a8a6d-974b-5475-a981-380755501f81, identifier: WT25%20FYY
2026-03-30 06:12:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d96c6648-1f68-5b92-b58b-f7cb42c7fc1b with identifier: LR22%20SKZ
2026-03-30 06:12:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d96c6648-1f68-5b92-b58b-f7cb42c7fc1b with identifier: LR22%20SKZ
2026-03-30 06:12:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d96c6648-1f68-5b92-b58b-f7cb42c7fc1b with identifier: LR22%20SKZ to the API
2026-03-30 06:12:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:37 [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': 22,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20SKZ-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': 'd96c6648-1f68-5b92-b58b-f7cb42c7fc1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR22 SKZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20SKZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'MERCEDES-BENZ',
'model': 'A250 E',
'odometer': 24851,
'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 A250 E 1.3 AMG LINE PREMIUM ED.DCT Saloon',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM ED.DCT',
'vin': 'W1K1771862J351454',
'year': 2022}
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR22%2520SKZ%27 HTTP/1.1" 200 None
2026-03-30 06:12:37 [bca.uk] INFO: Saving data for LR22%20SKZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774449201.207219, 'last_price_update_time': 1774851157.061649}
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520SKZ') HTTP/1.1" 204 0
2026-03-30 06:12:37 [bca.uk] INFO: Found listing with ID: PE58%20NTM
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE58%2520NTM%27 HTTP/1.1" 200 None
2026-03-30 06:12:37 [bca.uk] INFO: Scrape type for PE58%20NTM: 2
2026-03-30 06:12:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e741a730-78d5-50d7-afdf-874bdb8324c7 with identifier: PE58%20NTM
2026-03-30 06:12:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e741a730-78d5-50d7-afdf-874bdb8324c7 with scrape type 2
2026-03-30 06:12:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e741a730-78d5-50d7-afdf-874bdb8324c7 with scrape type 2
2026-03-30 06:12:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e741a730-78d5-50d7-afdf-874bdb8324c7, identifier: PE58%20NTM
2026-03-30 06:12:37 [bca.uk] INFO: Total items found: 100
2026-03-30 06:12:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded
2026-03-30 06:12:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:12:37 [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-30 06:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1b2d45b-9ffb-5299-a919-841b63f8492e with identifier: SL63%20OXM
2026-03-30 06:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1b2d45b-9ffb-5299-a919-841b63f8492e with identifier: SL63%20OXM
2026-03-30 06:12:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1b2d45b-9ffb-5299-a919-841b63f8492e with identifier: SL63%20OXM to the API
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 129,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1b2d45b-9ffb-5299-a919-841b63f8492e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL63 OXM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL63%20OXM&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 64124,
'odometer_reading_unit': '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 SE 4X4 S/S StationWagon',
'transmission': 'manual',
'trim': 'CDTI 130 SE 4X4 S/S',
'vin': 'W0LJD7EL3EB539193',
'year': 2013}
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL63%2520OXM%27 HTTP/1.1" 200 None
2026-03-30 06:12:37 [bca.uk] INFO: Saving data for SL63%20OXM: {'auction_closing_time': 1775037600.0, 'created_time': 1774649326.48733, 'last_price_update_time': 1774851157.566735}
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL63%2520OXM') HTTP/1.1" 204 0
2026-03-30 06:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d03a8a6d-974b-5475-a981-380755501f81 with identifier: WT25%20FYY
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue+metallic HTTP/1.1" 200 None
2026-03-30 06:12:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d03a8a6d-974b-5475-a981-380755501f81 with identifier: WT25%20FYY
2026-03-30 06:12:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d03a8a6d-974b-5475-a981-380755501f81 with identifier: WT25%20FYY to the API
2026-03-30 06:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 204,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20FYY-GB',
'category': 'LightCommercialVehicle',
'color': 'blue metallic',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'd03a8a6d-974b-5475-a981-380755501f81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WT25 FYY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20FYY&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 6042,
'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': 'FORD TRANSIT CUSTOM 2.0 EBL 170 320 L2 H1 SPORT PanelVan',
'transmission': 'automatic',
'trim': 'EBL 170 320 L2 H1 SPORT',
'vin': 'WF0RXXTA9RSR79547',
'year': 2025}
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT25%2520FYY%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [bca.uk] INFO: Saving data for WT25%20FYY: {'auction_closing_time': 1775026800.0, 'created_time': 1773821585.897985, 'last_price_update_time': 1774851158.033894}
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520FYY') HTTP/1.1" 204 0
2026-03-30 06:12:38 [bca.uk] INFO: Found listing with ID: LS21%20UXD
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS21%2520UXD%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [bca.uk] INFO: Scrape type for LS21%20UXD: 2
2026-03-30 06:12:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30a45dae-2b9c-5493-912b-6b79789508a1 with identifier: LS21%20UXD
2026-03-30 06:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30a45dae-2b9c-5493-912b-6b79789508a1 with scrape type 2
2026-03-30 06:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30a45dae-2b9c-5493-912b-6b79789508a1 with scrape type 2
2026-03-30 06:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30a45dae-2b9c-5493-912b-6b79789508a1, identifier: LS21%20UXD
2026-03-30 06:12:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e741a730-78d5-50d7-afdf-874bdb8324c7 with identifier: PE58%20NTM
2026-03-30 06:12:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e741a730-78d5-50d7-afdf-874bdb8324c7 with identifier: PE58%20NTM
2026-03-30 06:12:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e741a730-78d5-50d7-afdf-874bdb8324c7 with identifier: PE58%20NTM to the API
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:38 [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': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE58%20NTM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e741a730-78d5-50d7-afdf-874bdb8324c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE58 NTM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE58%20NTM&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 56636,
'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 ELITE Hatchback',
'transmission': 'automatic',
'trim': 'VVT ELITE',
'vin': 'W0L0AHL4898009109',
'year': 2008}
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE58%2520NTM%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [bca.uk] INFO: Saving data for PE58%20NTM: {'auction_closing_time': 1774951200.0, 'created_time': 1774047794.687826, 'last_price_update_time': 1774851158.458086}
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE58%2520NTM') HTTP/1.1" 204 0
2026-03-30 06:12:38 [bca.uk] INFO: Found listing with ID: YH63%20SRO
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH63%2520SRO%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [bca.uk] INFO: Scrape type for YH63%20SRO: 2
2026-03-30 06:12:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e82d0f7-2ea9-5c54-9e8a-873413940127 with identifier: YH63%20SRO
2026-03-30 06:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e82d0f7-2ea9-5c54-9e8a-873413940127 with scrape type 2
2026-03-30 06:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e82d0f7-2ea9-5c54-9e8a-873413940127 with scrape type 2
2026-03-30 06:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e82d0f7-2ea9-5c54-9e8a-873413940127, identifier: YH63%20SRO
2026-03-30 06:12:38 [bca.uk] INFO: Found listing with ID: WV25%20PZF
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV25%2520PZF%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [bca.uk] INFO: Scrape type for WV25%20PZF: 2
2026-03-30 06:12:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35d110b2-d2f5-5772-9bc7-0f8db3817695 with identifier: WV25%20PZF
2026-03-30 06:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35d110b2-d2f5-5772-9bc7-0f8db3817695 with scrape type 2
2026-03-30 06:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35d110b2-d2f5-5772-9bc7-0f8db3817695 with scrape type 2
2026-03-30 06:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35d110b2-d2f5-5772-9bc7-0f8db3817695, identifier: WV25%20PZF
2026-03-30 06:12:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30a45dae-2b9c-5493-912b-6b79789508a1 with identifier: LS21%20UXD
2026-03-30 06:12:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30a45dae-2b9c-5493-912b-6b79789508a1 with identifier: LS21%20UXD
2026-03-30 06:12:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30a45dae-2b9c-5493-912b-6b79789508a1 with identifier: LS21%20UXD to the API
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:38 [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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS21%20UXD-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': '30a45dae-2b9c-5493-912b-6b79789508a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LS21 UXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS21%20UXD&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 127895,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD SE',
'vin': 'SALZA2AT8MH153881',
'year': 2021}
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS21%2520UXD%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [bca.uk] INFO: Saving data for LS21%20UXD: {'auction_closing_time': 1774854000.0, 'created_time': 1774447760.176054, 'last_price_update_time': 1774851158.983779}
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS21%2520UXD') HTTP/1.1" 204 0
2026-03-30 06:12:39 [bca.uk] INFO: Found listing with ID: VN68%20KUJ
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN68%2520KUJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:39 [bca.uk] INFO: Scrape type for VN68%20KUJ: 2
2026-03-30 06:12:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7dea38a-d02b-5775-b7db-08e0d20bd7d4 with identifier: VN68%20KUJ
2026-03-30 06:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7dea38a-d02b-5775-b7db-08e0d20bd7d4 with scrape type 2
2026-03-30 06:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7dea38a-d02b-5775-b7db-08e0d20bd7d4 with scrape type 2
2026-03-30 06:12:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7dea38a-d02b-5775-b7db-08e0d20bd7d4, identifier: VN68%20KUJ
2026-03-30 06:12:39 [bca.uk] INFO: Found listing with ID: LS54%20SVP
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS54%2520SVP%27 HTTP/1.1" 200 None
2026-03-30 06:12:39 [bca.uk] INFO: Scrape type for LS54%20SVP: 2
2026-03-30 06:12:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db0f739f-804e-57db-9dd1-7c0bfdd592cd with identifier: LS54%20SVP
2026-03-30 06:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db0f739f-804e-57db-9dd1-7c0bfdd592cd with scrape type 2
2026-03-30 06:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db0f739f-804e-57db-9dd1-7c0bfdd592cd with scrape type 2
2026-03-30 06:12:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db0f739f-804e-57db-9dd1-7c0bfdd592cd, identifier: LS54%20SVP
2026-03-30 06:12:39 [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-30 06:12:39 [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-30 06:12:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e82d0f7-2ea9-5c54-9e8a-873413940127 with identifier: YH63%20SRO
2026-03-30 06:12:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e82d0f7-2ea9-5c54-9e8a-873413940127 with identifier: YH63%20SRO
2026-03-30 06:12:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e82d0f7-2ea9-5c54-9e8a-873413940127 with identifier: YH63%20SRO to the API
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 114,
'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': '6e82d0f7-2ea9-5c54-9e8a-873413940127',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH63 SRO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH63%20SRO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'BMW',
'model': '116D',
'odometer': 66229,
'odometer_reading_unit': '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 116D 2.0 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WBA1C72050VY72448',
'year': 2013}
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH63%2520SRO%27 HTTP/1.1" 200 None
2026-03-30 06:12:39 [bca.uk] INFO: Saving data for YH63%20SRO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649327.994374, 'last_price_update_time': 1774851159.503921}
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH63%2520SRO') HTTP/1.1" 204 0
2026-03-30 06:12:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35d110b2-d2f5-5772-9bc7-0f8db3817695 with identifier: WV25%20PZF
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moondust+silver HTTP/1.1" 200 None
2026-03-30 06:12:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35d110b2-d2f5-5772-9bc7-0f8db3817695 with identifier: WV25%20PZF
2026-03-30 06:12:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35d110b2-d2f5-5772-9bc7-0f8db3817695 with identifier: WV25%20PZF to the API
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV25%20PZF-GB',
'category': 'LightCommercialVehicle',
'color': 'metamorphosis silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': '35d110b2-d2f5-5772-9bc7-0f8db3817695',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV25 PZF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV25%20PZF&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 23035,
'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 350 FWD 2.0 EBL 130 L3 H2 LIMITED PanelVan',
'transmission': 'automatic',
'trim': 'EBL 130 L3 H2 LIMITED',
'vin': 'WF0EXXTTRERT26164',
'year': 2025}
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV25%2520PZF%27 HTTP/1.1" 200 None
2026-03-30 06:12:39 [bca.uk] INFO: Saving data for WV25%20PZF: {'auction_closing_time': 1775026800.0, 'created_time': 1773841523.160122, 'last_price_update_time': 1774851159.959025}
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV25%2520PZF') HTTP/1.1" 204 0
2026-03-30 06:12:39 [bca.uk] INFO: Found listing with ID: LY21%20FXP
2026-03-30 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY21%2520FXP%27 HTTP/1.1" 200 None
2026-03-30 06:12:40 [bca.uk] INFO: Scrape type for LY21%20FXP: 2
2026-03-30 06:12:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 403eeac9-3ad6-5ac7-b912-e89ac80e023e with identifier: LY21%20FXP
2026-03-30 06:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 403eeac9-3ad6-5ac7-b912-e89ac80e023e with scrape type 2
2026-03-30 06:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 403eeac9-3ad6-5ac7-b912-e89ac80e023e with scrape type 2
2026-03-30 06:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 403eeac9-3ad6-5ac7-b912-e89ac80e023e, identifier: LY21%20FXP
2026-03-30 06:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7dea38a-d02b-5775-b7db-08e0d20bd7d4 with identifier: VN68%20KUJ
2026-03-30 06:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7dea38a-d02b-5775-b7db-08e0d20bd7d4 with identifier: VN68%20KUJ
2026-03-30 06:12:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7dea38a-d02b-5775-b7db-08e0d20bd7d4 with identifier: VN68%20KUJ to the API
2026-03-30 06:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN68%20KUJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd7dea38a-d02b-5775-b7db-08e0d20bd7d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN68 KUJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN68%20KUJ&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 30979,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'HYUNDAI I10 1.2 PREMIUM SE Hatchback',
'transmission': 'automatic',
'trim': 'PREMIUM SE',
'vin': 'NLHA851CMKZ487423',
'year': 2018}
2026-03-30 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN68%2520KUJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:40 [bca.uk] INFO: Saving data for VN68%20KUJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774047797.804499, 'last_price_update_time': 1774851160.736804}
2026-03-30 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN68%2520KUJ') HTTP/1.1" 204 0
2026-03-30 06:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db0f739f-804e-57db-9dd1-7c0bfdd592cd with identifier: LS54%20SVP
2026-03-30 06:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db0f739f-804e-57db-9dd1-7c0bfdd592cd with identifier: LS54%20SVP
2026-03-30 06:12:40 [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-30 06:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS54%2520SVP%27 HTTP/1.1" 200 None
2026-03-30 06:12:41 [bca.uk] INFO: Saving data for LS54%20SVP: {'auction_closing_time': 1774951200.0, 'created_time': 1774389811.662084, 'last_price_update_time': 1774851161.057693}
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:41 [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-30 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-30 06:12:41 [bca.uk] INFO: Found listing with ID: OY16%20GVN
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY16%2520GVN%27 HTTP/1.1" 200 None
2026-03-30 06:12:41 [bca.uk] INFO: Scrape type for OY16%20GVN: 2
2026-03-30 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12c58e65-c86e-5bb1-9e10-8846cb4149bf with identifier: OY16%20GVN
2026-03-30 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12c58e65-c86e-5bb1-9e10-8846cb4149bf with scrape type 2
2026-03-30 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12c58e65-c86e-5bb1-9e10-8846cb4149bf with scrape type 2
2026-03-30 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12c58e65-c86e-5bb1-9e10-8846cb4149bf, identifier: OY16%20GVN
2026-03-30 06:12:41 [bca.uk] INFO: Found listing with ID: FG72%20LTY
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG72%2520LTY%27 HTTP/1.1" 200 None
2026-03-30 06:12:41 [bca.uk] INFO: Scrape type for FG72%20LTY: 2
2026-03-30 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4006f1f-d4ba-5eb5-9c68-1b1f40272858 with identifier: FG72%20LTY
2026-03-30 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4006f1f-d4ba-5eb5-9c68-1b1f40272858 with scrape type 2
2026-03-30 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4006f1f-d4ba-5eb5-9c68-1b1f40272858 with scrape type 2
2026-03-30 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4006f1f-d4ba-5eb5-9c68-1b1f40272858, identifier: FG72%20LTY
2026-03-30 06:12:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 403eeac9-3ad6-5ac7-b912-e89ac80e023e with identifier: LY21%20FXP
2026-03-30 06:12:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 403eeac9-3ad6-5ac7-b912-e89ac80e023e with identifier: LY21%20FXP
2026-03-30 06:12:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 403eeac9-3ad6-5ac7-b912-e89ac80e023e with identifier: LY21%20FXP to the API
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:41 [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': 206,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY21%20FXP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '403eeac9-3ad6-5ac7-b912-e89ac80e023e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LY21 FXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY21%20FXP&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 19247,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 23500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 P250 4WD R-DYNAMIC HSE Hatchback',
'transmission': 'automatic',
'trim': 'P250 4WD R-DYNAMIC HSE',
'vin': 'SALZA2AX7MH152255',
'year': 2021}
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY21%2520FXP%27 HTTP/1.1" 200 None
2026-03-30 06:12:41 [bca.uk] INFO: Saving data for LY21%20FXP: {'auction_closing_time': 1774854000.0, 'created_time': 1774447795.324319, 'last_price_update_time': 1774851161.645321}
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY21%2520FXP') HTTP/1.1" 204 0
2026-03-30 06:12:41 [bca.uk] INFO: Found listing with ID: NL23%20SUU
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL23%2520SUU%27 HTTP/1.1" 200 None
2026-03-30 06:12:41 [bca.uk] INFO: Scrape type for NL23%20SUU: 2
2026-03-30 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with identifier: NL23%20SUU
2026-03-30 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with scrape type 2
2026-03-30 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with scrape type 2
2026-03-30 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1818c3d2-44ad-5dd9-b109-da4c79e3f848, identifier: NL23%20SUU
2026-03-30 06:12:41 [bca.uk] INFO: Found listing with ID: LT11%20NGE
2026-03-30 06:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT11%2520NGE%27 HTTP/1.1" 200 None
2026-03-30 06:12:41 [bca.uk] INFO: Scrape type for LT11%20NGE: 2
2026-03-30 06:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b34a516-c7e9-5e74-b62f-f26beb14fe27 with identifier: LT11%20NGE
2026-03-30 06:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b34a516-c7e9-5e74-b62f-f26beb14fe27 with scrape type 2
2026-03-30 06:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b34a516-c7e9-5e74-b62f-f26beb14fe27 with scrape type 2
2026-03-30 06:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b34a516-c7e9-5e74-b62f-f26beb14fe27, identifier: LT11%20NGE
2026-03-30 06:12:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12c58e65-c86e-5bb1-9e10-8846cb4149bf with identifier: OY16%20GVN
2026-03-30 06:12:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12c58e65-c86e-5bb1-9e10-8846cb4149bf with identifier: OY16%20GVN
2026-03-30 06:12:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12c58e65-c86e-5bb1-9e10-8846cb4149bf with identifier: OY16%20GVN to the API
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:42 [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': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '12c58e65-c86e-5bb1-9e10-8846cb4149bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY16 GVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY16%20GVN&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 137794,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 TDI ULTRA 190 SPORT S-T Estate',
'transmission': 'automatic',
'trim': 'TDI ULTRA 190 SPORT S-T',
'vin': 'WAUZZZF46GA053069',
'year': 2016}
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY16%2520GVN%27 HTTP/1.1" 200 None
2026-03-30 06:12:42 [bca.uk] INFO: Saving data for OY16%20GVN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649329.543595, 'last_price_update_time': 1774851162.209542}
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY16%2520GVN') HTTP/1.1" 204 0
2026-03-30 06:12:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4006f1f-d4ba-5eb5-9c68-1b1f40272858 with identifier: FG72%20LTY
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=frozen+white HTTP/1.1" 200 None
2026-03-30 06:12:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4006f1f-d4ba-5eb5-9c68-1b1f40272858 with identifier: FG72%20LTY
2026-03-30 06:12:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4006f1f-d4ba-5eb5-9c68-1b1f40272858 with identifier: FG72%20LTY to the API
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 264,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG72%20LTY-GB',
'category': 'LightCommercialVehicle',
'color': 'frozen white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'e4006f1f-d4ba-5eb5-9c68-1b1f40272858',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG72 LTY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG72%20LTY&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 12036,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 FWD 2.0 EBL 170 L3 LOW FLOOR(SKELETAL) Luton',
'transmission': 'manual',
'trim': 'EBL 170 L3 LOW FLOOR(SKELETAL)',
'vin': 'WF0DXXTTRDNU47705',
'year': 2022}
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG72%2520LTY%27 HTTP/1.1" 200 None
2026-03-30 06:12:42 [bca.uk] INFO: Saving data for FG72%20LTY: {'auction_closing_time': 1775026800.0, 'created_time': 1773834725.488229, 'last_price_update_time': 1774851162.761235}
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG72%2520LTY') HTTP/1.1" 204 0
2026-03-30 06:12:42 [bca.uk] INFO: Found listing with ID: MA23%20LUR
2026-03-30 06:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA23%2520LUR%27 HTTP/1.1" 200 None
2026-03-30 06:12:42 [bca.uk] INFO: Scrape type for MA23%20LUR: 2
2026-03-30 06:12:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with identifier: MA23%20LUR
2026-03-30 06:12:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with scrape type 2
2026-03-30 06:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with scrape type 2
2026-03-30 06:12:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11, identifier: MA23%20LUR
2026-03-30 06:12:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with identifier: NL23%20SUU
2026-03-30 06:12:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1818c3d2-44ad-5dd9-b109-da4c79e3f848 with identifier: NL23%20SUU
2026-03-30 06:12:43 [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-30 06:12:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL23%2520SUU%27 HTTP/1.1" 200 None
2026-03-30 06:12:43 [bca.uk] INFO: Saving data for NL23%20SUU: {'auction_closing_time': 1774951200.0, 'created_time': 1774651417.022431, 'last_price_update_time': 1774851163.193968}
2026-03-30 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:43 [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-30 06:12:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b34a516-c7e9-5e74-b62f-f26beb14fe27 with identifier: LT11%20NGE
2026-03-30 06:12:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b34a516-c7e9-5e74-b62f-f26beb14fe27 with identifier: LT11%20NGE
2026-03-30 06:12:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b34a516-c7e9-5e74-b62f-f26beb14fe27 with identifier: LT11%20NGE to the API
2026-03-30 06:12:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT11%20NGE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1b34a516-c7e9-5e74-b62f-f26beb14fe27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LT11 NGE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT11%20NGE&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 63753,
'odometer_reading_unit': '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': 'W0L0SDL68B4188593',
'year': 2011}
2026-03-30 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT11%2520NGE%27 HTTP/1.1" 200 None
2026-03-30 06:12:43 [bca.uk] INFO: Saving data for LT11%20NGE: {'auction_closing_time': 1774951200.0, 'created_time': 1773824634.955747, 'last_price_update_time': 1774851163.51846}
2026-03-30 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT11%2520NGE') HTTP/1.1" 204 0
2026-03-30 06:12:43 [bca.uk] INFO: Found listing with ID: YD16%20XEJ
2026-03-30 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD16%2520XEJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:43 [bca.uk] INFO: Scrape type for YD16%20XEJ: 2
2026-03-30 06:12:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 637d7081-fa61-535d-af9c-a0a4286d757a with identifier: YD16%20XEJ
2026-03-30 06:12:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 637d7081-fa61-535d-af9c-a0a4286d757a with scrape type 2
2026-03-30 06:12:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 637d7081-fa61-535d-af9c-a0a4286d757a with scrape type 2
2026-03-30 06:12:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 637d7081-fa61-535d-af9c-a0a4286d757a, identifier: YD16%20XEJ
2026-03-30 06:12:43 [bca.uk] INFO: Found listing with ID: HY75%20LNV
2026-03-30 06:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY75%2520LNV%27 HTTP/1.1" 200 None
2026-03-30 06:12:43 [bca.uk] INFO: Scrape type for HY75%20LNV: 2
2026-03-30 06:12:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa8592e-b969-5e65-9d92-65e79ffc1359 with identifier: HY75%20LNV
2026-03-30 06:12:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa8592e-b969-5e65-9d92-65e79ffc1359 with scrape type 2
2026-03-30 06:12:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfa8592e-b969-5e65-9d92-65e79ffc1359 with scrape type 2
2026-03-30 06:12:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfa8592e-b969-5e65-9d92-65e79ffc1359, identifier: HY75%20LNV
2026-03-30 06:12:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with identifier: MA23%20LUR
2026-03-30 06:12:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ce40f4-52a9-5d9b-b8b1-54a872b1ca11 with identifier: MA23%20LUR
2026-03-30 06:12:43 [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-30 06:12:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:44 [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=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-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA23%2520LUR%27 HTTP/1.1" 200 None
2026-03-30 06:12:44 [bca.uk] INFO: Saving data for MA23%20LUR: {'auction_closing_time': 1774854000.0, 'created_time': 1774390433.84962, 'last_price_update_time': 1774851164.065602}
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:44 [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-30 06:12:44 [bca.uk] INFO: Found listing with ID: GK19%20YXX
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK19%2520YXX%27 HTTP/1.1" 200 None
2026-03-30 06:12:44 [bca.uk] INFO: Scrape type for GK19%20YXX: 2
2026-03-30 06:12:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1d75c15-16d3-5453-a54a-03291807fded with identifier: GK19%20YXX
2026-03-30 06:12:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1d75c15-16d3-5453-a54a-03291807fded with scrape type 2
2026-03-30 06:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1d75c15-16d3-5453-a54a-03291807fded with scrape type 2
2026-03-30 06:12:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1d75c15-16d3-5453-a54a-03291807fded, identifier: GK19%20YXX
2026-03-30 06:12:44 [bca.uk] INFO: Found listing with ID: LX12%20APO
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX12%2520APO%27 HTTP/1.1" 200 None
2026-03-30 06:12:44 [bca.uk] INFO: Scrape type for LX12%20APO: 0
2026-03-30 06:12:44 [bca.uk] INFO: Found listing with ID: M60%20MSU
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M60%2520MSU%27 HTTP/1.1" 200 None
2026-03-30 06:12:44 [bca.uk] INFO: Scrape type for M60%20MSU: 2
2026-03-30 06:12:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb9a28e-135c-517d-9138-850d3fc31d5d with identifier: M60%20MSU
2026-03-30 06:12:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb9a28e-135c-517d-9138-850d3fc31d5d with scrape type 2
2026-03-30 06:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb9a28e-135c-517d-9138-850d3fc31d5d with scrape type 2
2026-03-30 06:12:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcb9a28e-135c-517d-9138-850d3fc31d5d, identifier: M60%20MSU
2026-03-30 06:12:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 637d7081-fa61-535d-af9c-a0a4286d757a with identifier: YD16%20XEJ
2026-03-30 06:12:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 637d7081-fa61-535d-af9c-a0a4286d757a with identifier: YD16%20XEJ
2026-03-30 06:12:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 637d7081-fa61-535d-af9c-a0a4286d757a with identifier: YD16%20XEJ to the API
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD16%20XEJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '637d7081-fa61-535d-af9c-a0a4286d757a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD16 XEJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD16%20XEJ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 34817,
'odometer_reading_unit': '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 TECH LINE 2WD StationWagon',
'transmission': 'manual',
'trim': 'T 140 TECH LINE 2WD',
'vin': 'W0LJC7E85GB707711',
'year': 2016}
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD16%2520XEJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:44 [bca.uk] INFO: Saving data for YD16%20XEJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774477004.089723, 'last_price_update_time': 1774851164.601601}
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD16%2520XEJ') HTTP/1.1" 204 0
2026-03-30 06:12:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfa8592e-b969-5e65-9d92-65e79ffc1359 with identifier: HY75%20LNV
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=polar+white HTTP/1.1" 200 None
2026-03-30 06:12:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfa8592e-b969-5e65-9d92-65e79ffc1359 with identifier: HY75%20LNV
2026-03-30 06:12:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfa8592e-b969-5e65-9d92-65e79ffc1359 with identifier: HY75%20LNV to the API
2026-03-30 06:12:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:44 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY75%20LNV-GB',
'category': 'LightCommercialVehicle',
'color': 'polar white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.3L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'bfa8592e-b969-5e65-9d92-65e79ffc1359',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HY75 LNV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY75%20LNV&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'IVECO',
'model': 'DAILY 35S14',
'odometer': 10178,
'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': 'IVECO DAILY 35S14 2.3 MWB (3520L) BUSINESS H/R H/M PanelVan',
'transmission': 'automatic',
'trim': 'MWB (3520L) BUSINESS H/R H/M',
'vin': 'ZCFCE35AX05709998',
'year': 2025}
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY75%2520LNV%27 HTTP/1.1" 200 None
2026-03-30 06:12:45 [bca.uk] INFO: Saving data for HY75%20LNV: {'auction_closing_time': 1775026800.0, 'created_time': 1773821633.543369, 'last_price_update_time': 1774851165.018956}
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY75%2520LNV') HTTP/1.1" 204 0
2026-03-30 06:12:45 [bca.uk] INFO: Found listing with ID: MA23%20UCM
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA23%2520UCM%27 HTTP/1.1" 200 None
2026-03-30 06:12:45 [bca.uk] INFO: Scrape type for MA23%20UCM: 2
2026-03-30 06:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with identifier: MA23%20UCM
2026-03-30 06:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with scrape type 2
2026-03-30 06:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with scrape type 2
2026-03-30 06:12:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc, identifier: MA23%20UCM
2026-03-30 06:12:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1d75c15-16d3-5453-a54a-03291807fded with identifier: GK19%20YXX
2026-03-30 06:12:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1d75c15-16d3-5453-a54a-03291807fded with identifier: GK19%20YXX
2026-03-30 06:12:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1d75c15-16d3-5453-a54a-03291807fded with identifier: GK19%20YXX to the API
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK19%20YXX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a1d75c15-16d3-5453-a54a-03291807fded',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GK19 YXX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK19%20YXX&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 60107,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 1.5 TSI EVO 150 2WD MATCH DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI EVO 150 2WD MATCH DSG',
'vin': 'WVGZZZ5NZKW894644',
'year': 2019}
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK19%2520YXX%27 HTTP/1.1" 200 None
2026-03-30 06:12:45 [bca.uk] INFO: Saving data for GK19%20YXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774361330.350462, 'last_price_update_time': 1774851165.465475}
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK19%2520YXX') HTTP/1.1" 204 0
2026-03-30 06:12:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcb9a28e-135c-517d-9138-850d3fc31d5d with identifier: M60%20MSU
2026-03-30 06:12:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcb9a28e-135c-517d-9138-850d3fc31d5d with identifier: M60%20MSU
2026-03-30 06:12:45 [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-30 06:12:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27M60%2520MSU%27 HTTP/1.1" 200 None
2026-03-30 06:12:45 [bca.uk] INFO: Saving data for M60%20MSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774389827.972409, 'last_price_update_time': 1774851165.76453}
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:45 [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-30 06:12:45 [bca.uk] INFO: Found listing with ID: VO24%20ONM
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO24%2520ONM%27 HTTP/1.1" 200 None
2026-03-30 06:12:45 [bca.uk] INFO: Scrape type for VO24%20ONM: 0
2026-03-30 06:12:45 [bca.uk] INFO: Found listing with ID: YB17%20SGV
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB17%2520SGV%27 HTTP/1.1" 200 None
2026-03-30 06:12:45 [bca.uk] INFO: Scrape type for YB17%20SGV: 2
2026-03-30 06:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 281f4154-dbfd-5e7e-bd6e-cd84ba4c9ec5 with identifier: YB17%20SGV
2026-03-30 06:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 281f4154-dbfd-5e7e-bd6e-cd84ba4c9ec5 with scrape type 2
2026-03-30 06:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 281f4154-dbfd-5e7e-bd6e-cd84ba4c9ec5 with scrape type 2
2026-03-30 06:12:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 281f4154-dbfd-5e7e-bd6e-cd84ba4c9ec5, identifier: YB17%20SGV
2026-03-30 06:12:45 [bca.uk] INFO: Found listing with ID: MK24%20ZJJ
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK24%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:45 [bca.uk] INFO: Scrape type for MK24%20ZJJ: 0
2026-03-30 06:12:45 [bca.uk] INFO: Found listing with ID: WF24%20RVO
2026-03-30 06:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF24%2520RVO%27 HTTP/1.1" 200 None
2026-03-30 06:12:45 [bca.uk] INFO: Scrape type for WF24%20RVO: 2
2026-03-30 06:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bb3605f-64ad-5d6d-9b12-0e3c173dd0de with identifier: WF24%20RVO
2026-03-30 06:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bb3605f-64ad-5d6d-9b12-0e3c173dd0de with scrape type 2
2026-03-30 06:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bb3605f-64ad-5d6d-9b12-0e3c173dd0de with scrape type 2
2026-03-30 06:12:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bb3605f-64ad-5d6d-9b12-0e3c173dd0de, identifier: WF24%20RVO
2026-03-30 06:12:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with identifier: MA23%20UCM
2026-03-30 06:12:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ccf4c64-c74f-5ee8-9cdf-b3e136ae0acc with identifier: MA23%20UCM
2026-03-30 06:12:46 [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-30 06:12:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:46 [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=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-30 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA23%2520UCM%27 HTTP/1.1" 200 None
2026-03-30 06:12:46 [bca.uk] INFO: Saving data for MA23%20UCM: {'auction_closing_time': 1774854000.0, 'created_time': 1773929032.933471, 'last_price_update_time': 1774851166.466835}
2026-03-30 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:46 [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-30 06:12:46 [bca.uk] INFO: Found listing with ID: YP58%20TBU
2026-03-30 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP58%2520TBU%27 HTTP/1.1" 200 None
2026-03-30 06:12:46 [bca.uk] INFO: Scrape type for YP58%20TBU: 2
2026-03-30 06:12:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97371abd-5fc7-55ee-8904-c0e3dbb19f7c with identifier: YP58%20TBU
2026-03-30 06:12:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97371abd-5fc7-55ee-8904-c0e3dbb19f7c with scrape type 2
2026-03-30 06:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97371abd-5fc7-55ee-8904-c0e3dbb19f7c with scrape type 2
2026-03-30 06:12:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97371abd-5fc7-55ee-8904-c0e3dbb19f7c, identifier: YP58%20TBU
2026-03-30 06:12:46 [bca.uk] INFO: Found listing with ID: MJ10%20HPE
2026-03-30 06:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ10%2520HPE%27 HTTP/1.1" 200 None
2026-03-30 06:12:46 [bca.uk] INFO: Scrape type for MJ10%20HPE: 2
2026-03-30 06:12:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b25caaa-a1f8-5f37-8d35-18d84507a9e3 with identifier: MJ10%20HPE
2026-03-30 06:12:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b25caaa-a1f8-5f37-8d35-18d84507a9e3 with scrape type 2
2026-03-30 06:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b25caaa-a1f8-5f37-8d35-18d84507a9e3 with scrape type 2
2026-03-30 06:12:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b25caaa-a1f8-5f37-8d35-18d84507a9e3, identifier: MJ10%20HPE
2026-03-30 06:12:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 281f4154-dbfd-5e7e-bd6e-cd84ba4c9ec5 with identifier: YB17%20SGV
2026-03-30 06:12:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 281f4154-dbfd-5e7e-bd6e-cd84ba4c9ec5 with identifier: YB17%20SGV
2026-03-30 06:12:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 281f4154-dbfd-5e7e-bd6e-cd84ba4c9ec5 with identifier: YB17%20SGV to the API
2026-03-30 06:12:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB17%20SGV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '281f4154-dbfd-5e7e-bd6e-cd84ba4c9ec5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YB17 SGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB17%20SGV&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'PEUGEOT',
'model': '108',
'odometer': 31766,
'odometer_reading_unit': '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': 'VF3PSCFBCHR155163',
'year': 2017}
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB17%2520SGV%27 HTTP/1.1" 200 None
2026-03-30 06:12:47 [bca.uk] INFO: Saving data for YB17%20SGV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562890.321953, 'last_price_update_time': 1774851167.098417}
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB17%2520SGV') HTTP/1.1" 204 0
2026-03-30 06:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bb3605f-64ad-5d6d-9b12-0e3c173dd0de with identifier: WF24%20RVO
2026-03-30 06:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bb3605f-64ad-5d6d-9b12-0e3c173dd0de with identifier: WF24%20RVO
2026-03-30 06:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bb3605f-64ad-5d6d-9b12-0e3c173dd0de with identifier: WF24%20RVO to the API
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:47 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF24%20RVO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Electric',
'id': '6bb3605f-64ad-5d6d-9b12-0e3c173dd0de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WF24 RVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF24%20RVO&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'PEUGEOT',
'model': 'E-2008',
'odometer': 17980,
'odometer_reading_unit': '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-2008 115KW 54KWH GT Hatchback',
'transmission': 'automatic',
'trim': '115KW 54KWH GT',
'vin': 'VR3UKZKWZRJ583175',
'year': 2024}
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF24%2520RVO%27 HTTP/1.1" 200 None
2026-03-30 06:12:47 [bca.uk] INFO: Saving data for WF24%20RVO: {'auction_closing_time': 1775124000.0, 'created_time': 1774016953.142851, 'last_price_update_time': 1774851167.379792}
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF24%2520RVO') HTTP/1.1" 204 0
2026-03-30 06:12:47 [bca.uk] INFO: Found listing with ID: MF22%20THU
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF22%2520THU%27 HTTP/1.1" 200 None
2026-03-30 06:12:47 [bca.uk] INFO: Scrape type for MF22%20THU: 2
2026-03-30 06:12:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a60581ca-3811-5244-8a72-f4297ecc9c9f with identifier: MF22%20THU
2026-03-30 06:12:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a60581ca-3811-5244-8a72-f4297ecc9c9f with scrape type 2
2026-03-30 06:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a60581ca-3811-5244-8a72-f4297ecc9c9f with scrape type 2
2026-03-30 06:12:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a60581ca-3811-5244-8a72-f4297ecc9c9f, identifier: MF22%20THU
2026-03-30 06:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97371abd-5fc7-55ee-8904-c0e3dbb19f7c with identifier: YP58%20TBU
2026-03-30 06:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97371abd-5fc7-55ee-8904-c0e3dbb19f7c with identifier: YP58%20TBU
2026-03-30 06:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97371abd-5fc7-55ee-8904-c0e3dbb19f7c with identifier: YP58%20TBU to the API
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP58%20TBU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '97371abd-5fc7-55ee-8904-c0e3dbb19f7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP58 TBU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP58%20TBU&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 133154,
'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 CR-V 2.2 I-CDTI EX Estate',
'transmission': 'manual',
'trim': 'I-CDTI EX',
'vin': 'SHSRE67708U040157',
'year': 2009}
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP58%2520TBU%27 HTTP/1.1" 200 None
2026-03-30 06:12:47 [bca.uk] INFO: Saving data for YP58%20TBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774535898.399564, 'last_price_update_time': 1774851167.798125}
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP58%2520TBU') HTTP/1.1" 204 0
2026-03-30 06:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b25caaa-a1f8-5f37-8d35-18d84507a9e3 with identifier: MJ10%20HPE
2026-03-30 06:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b25caaa-a1f8-5f37-8d35-18d84507a9e3 with identifier: MJ10%20HPE
2026-03-30 06:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b25caaa-a1f8-5f37-8d35-18d84507a9e3 with identifier: MJ10%20HPE to the API
2026-03-30 06:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ10%20HPE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9b25caaa-a1f8-5f37-8d35-18d84507a9e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ10 HPE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ10%20HPE&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 133619,
'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 EDGE Hatchback',
'transmission': 'automatic',
'trim': 'EDGE',
'vin': 'WF0JXXGAJJAT03096',
'year': 2010}
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ10%2520HPE%27 HTTP/1.1" 200 None
2026-03-30 06:12:48 [bca.uk] INFO: Saving data for MJ10%20HPE: {'auction_closing_time': 1774951200.0, 'created_time': 1774649579.231237, 'last_price_update_time': 1774851168.110319}
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ10%2520HPE') HTTP/1.1" 204 0
2026-03-30 06:12:48 [bca.uk] INFO: Found listing with ID: MW54%20PAS
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW54%2520PAS%27 HTTP/1.1" 200 None
2026-03-30 06:12:48 [bca.uk] INFO: Scrape type for MW54%20PAS: 2
2026-03-30 06:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b156fca2-df77-5e9d-bb66-8b2613745a31 with identifier: MW54%20PAS
2026-03-30 06:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b156fca2-df77-5e9d-bb66-8b2613745a31 with scrape type 2
2026-03-30 06:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b156fca2-df77-5e9d-bb66-8b2613745a31 with scrape type 2
2026-03-30 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b156fca2-df77-5e9d-bb66-8b2613745a31, identifier: MW54%20PAS
2026-03-30 06:12:48 [bca.uk] INFO: Found listing with ID: LS24%20WGD
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS24%2520WGD%27 HTTP/1.1" 200 None
2026-03-30 06:12:48 [bca.uk] INFO: Scrape type for LS24%20WGD: 0
2026-03-30 06:12:48 [bca.uk] INFO: Found listing with ID: VO24%20UZR
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO24%2520UZR%27 HTTP/1.1" 200 None
2026-03-30 06:12:48 [bca.uk] INFO: Scrape type for VO24%20UZR: 0
2026-03-30 06:12:48 [bca.uk] INFO: Found listing with ID: NL12%20XCO
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL12%2520XCO%27 HTTP/1.1" 200 None
2026-03-30 06:12:48 [bca.uk] INFO: Scrape type for NL12%20XCO: 2
2026-03-30 06:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c31beff-0dd7-5394-9ffb-356fb0a7e776 with identifier: NL12%20XCO
2026-03-30 06:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c31beff-0dd7-5394-9ffb-356fb0a7e776 with scrape type 2
2026-03-30 06:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c31beff-0dd7-5394-9ffb-356fb0a7e776 with scrape type 2
2026-03-30 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c31beff-0dd7-5394-9ffb-356fb0a7e776, identifier: NL12%20XCO
2026-03-30 06:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a60581ca-3811-5244-8a72-f4297ecc9c9f with identifier: MF22%20THU
2026-03-30 06:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a60581ca-3811-5244-8a72-f4297ecc9c9f with identifier: MF22%20THU
2026-03-30 06:12:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a60581ca-3811-5244-8a72-f4297ecc9c9f with identifier: MF22%20THU to the API
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:48 [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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF22%20THU-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': 'a60581ca-3811-5244-8a72-f4297ecc9c9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MF22 THU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF22%20THU&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 27298,
'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': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC SE',
'vin': 'SALZA2AT7NH175405',
'year': 2022}
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF22%2520THU%27 HTTP/1.1" 200 None
2026-03-30 06:12:48 [bca.uk] INFO: Saving data for MF22%20THU: {'auction_closing_time': 1774854000.0, 'created_time': 1774447766.978769, 'last_price_update_time': 1774851168.739345}
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF22%2520THU') HTTP/1.1" 204 0
2026-03-30 06:12:48 [bca.uk] INFO: Found listing with ID: HG07%20WOA
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG07%2520WOA%27 HTTP/1.1" 200 None
2026-03-30 06:12:48 [bca.uk] INFO: Scrape type for HG07%20WOA: 2
2026-03-30 06:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceb565d9-089b-5327-885e-03527f0a332e with identifier: HG07%20WOA
2026-03-30 06:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceb565d9-089b-5327-885e-03527f0a332e with scrape type 2
2026-03-30 06:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceb565d9-089b-5327-885e-03527f0a332e with scrape type 2
2026-03-30 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ceb565d9-089b-5327-885e-03527f0a332e, identifier: HG07%20WOA
2026-03-30 06:12:48 [bca.uk] INFO: Found listing with ID: MK14%20VLE
2026-03-30 06:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK14%2520VLE%27 HTTP/1.1" 200 None
2026-03-30 06:12:48 [bca.uk] INFO: Scrape type for MK14%20VLE: 2
2026-03-30 06:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34002716-862b-5f8c-b8e4-4aea30825825 with identifier: MK14%20VLE
2026-03-30 06:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34002716-862b-5f8c-b8e4-4aea30825825 with scrape type 2
2026-03-30 06:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34002716-862b-5f8c-b8e4-4aea30825825 with scrape type 2
2026-03-30 06:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34002716-862b-5f8c-b8e4-4aea30825825, identifier: MK14%20VLE
2026-03-30 06:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b156fca2-df77-5e9d-bb66-8b2613745a31 with identifier: MW54%20PAS
2026-03-30 06:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b156fca2-df77-5e9d-bb66-8b2613745a31 with identifier: MW54%20PAS
2026-03-30 06:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b156fca2-df77-5e9d-bb66-8b2613745a31 with identifier: MW54%20PAS to the API
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 105,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b156fca2-df77-5e9d-bb66-8b2613745a31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW54 PAS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW54%20PAS&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 99578,
'odometer_reading_unit': '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 0.9 TCE 90 DYNAMIQUE S Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 DYNAMIQUE S',
'vin': 'VF15R5A0H52922167',
'year': 2015}
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW54%2520PAS%27 HTTP/1.1" 200 None
2026-03-30 06:12:49 [bca.uk] INFO: Saving data for MW54%20PAS: {'auction_closing_time': 1775037600.0, 'created_time': 1774562890.830693, 'last_price_update_time': 1774851169.261278}
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW54%2520PAS') HTTP/1.1" 204 0
2026-03-30 06:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c31beff-0dd7-5394-9ffb-356fb0a7e776 with identifier: NL12%20XCO
2026-03-30 06:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c31beff-0dd7-5394-9ffb-356fb0a7e776 with identifier: NL12%20XCO
2026-03-30 06:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c31beff-0dd7-5394-9ffb-356fb0a7e776 with identifier: NL12%20XCO to the API
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:49 [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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL12%20XCO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '6c31beff-0dd7-5394-9ffb-356fb0a7e776',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL12 XCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL12%20XCO&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'PEUGEOT',
'model': '207',
'odometer': 107696,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 800,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'PEUGEOT 207 1.4 SPORTIUM Hatchback',
'transmission': 'manual',
'trim': 'SPORTIUM',
'vin': 'VF3WAKFT0CE019278',
'year': 2012}
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL12%2520XCO%27 HTTP/1.1" 200 None
2026-03-30 06:12:49 [bca.uk] INFO: Saving data for NL12%20XCO: {'auction_closing_time': 1774854000.0, 'created_time': 1773834047.763769, 'last_price_update_time': 1774851169.58747}
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL12%2520XCO') HTTP/1.1" 204 0
2026-03-30 06:12:49 [bca.uk] INFO: Found listing with ID: MF22%20UNL
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF22%2520UNL%27 HTTP/1.1" 200 None
2026-03-30 06:12:49 [bca.uk] INFO: Scrape type for MF22%20UNL: 2
2026-03-30 06:12:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bafee49-e3b0-51a4-8d4a-e1894ea881b8 with identifier: MF22%20UNL
2026-03-30 06:12:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bafee49-e3b0-51a4-8d4a-e1894ea881b8 with scrape type 2
2026-03-30 06:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bafee49-e3b0-51a4-8d4a-e1894ea881b8 with scrape type 2
2026-03-30 06:12:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bafee49-e3b0-51a4-8d4a-e1894ea881b8, identifier: MF22%20UNL
2026-03-30 06:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ceb565d9-089b-5327-885e-03527f0a332e with identifier: HG07%20WOA
2026-03-30 06:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ceb565d9-089b-5327-885e-03527f0a332e with identifier: HG07%20WOA
2026-03-30 06:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ceb565d9-089b-5327-885e-03527f0a332e with identifier: HG07%20WOA to the API
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:49 [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': 266,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG07%20WOA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '3.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ceb565d9-089b-5327-885e-03527f0a332e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG07 WOA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG07%20WOA&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'AUDI',
'model': 'A4 CABRIOLET',
'odometer': 100113,
'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 CABRIOLET 3.2 FSI QUATTRO S LINE TIPTRONIC Convertible',
'transmission': 'manual',
'trim': 'FSI QUATTRO S LINE TIPTRONIC',
'vin': 'WAUZZZ8H97K035594',
'year': 2007}
2026-03-30 06:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG07%2520WOA%27 HTTP/1.1" 200 None
2026-03-30 06:12:49 [bca.uk] INFO: Saving data for HG07%20WOA: {'auction_closing_time': 1774951200.0, 'created_time': 1774448601.404805, 'last_price_update_time': 1774851169.997909}
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG07%2520WOA') HTTP/1.1" 204 0
2026-03-30 06:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34002716-862b-5f8c-b8e4-4aea30825825 with identifier: MK14%20VLE
2026-03-30 06:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34002716-862b-5f8c-b8e4-4aea30825825 with identifier: MK14%20VLE
2026-03-30 06:12:50 [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-30 06:12:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK14%2520VLE%27 HTTP/1.1" 200 None
2026-03-30 06:12:50 [bca.uk] INFO: Saving data for MK14%20VLE: {'auction_closing_time': 1774951200.0, 'created_time': 1774389828.71259, 'last_price_update_time': 1774851170.31836}
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:50 [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-30 06:12:50 [bca.uk] INFO: Found listing with ID: CK18%20CFX
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK18%2520CFX%27 HTTP/1.1" 200 None
2026-03-30 06:12:50 [bca.uk] INFO: Scrape type for CK18%20CFX: 2
2026-03-30 06:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1d85bf6-7dd8-580f-a5c8-d31f983e3852 with identifier: CK18%20CFX
2026-03-30 06:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1d85bf6-7dd8-580f-a5c8-d31f983e3852 with scrape type 2
2026-03-30 06:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1d85bf6-7dd8-580f-a5c8-d31f983e3852 with scrape type 2
2026-03-30 06:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1d85bf6-7dd8-580f-a5c8-d31f983e3852, identifier: CK18%20CFX
2026-03-30 06:12:50 [bca.uk] INFO: Found listing with ID: CF74%20HXJ
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF74%2520HXJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:50 [bca.uk] INFO: Scrape type for CF74%20HXJ: 0
2026-03-30 06:12:50 [bca.uk] INFO: Found listing with ID: ML24%20FWG
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML24%2520FWG%27 HTTP/1.1" 200 None
2026-03-30 06:12:50 [bca.uk] INFO: Scrape type for ML24%20FWG: 2
2026-03-30 06:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bab42bc-cee8-599f-8703-09a62aff3705 with identifier: ML24%20FWG
2026-03-30 06:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bab42bc-cee8-599f-8703-09a62aff3705 with scrape type 2
2026-03-30 06:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bab42bc-cee8-599f-8703-09a62aff3705 with scrape type 2
2026-03-30 06:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bab42bc-cee8-599f-8703-09a62aff3705, identifier: ML24%20FWG
2026-03-30 06:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bafee49-e3b0-51a4-8d4a-e1894ea881b8 with identifier: MF22%20UNL
2026-03-30 06:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bafee49-e3b0-51a4-8d4a-e1894ea881b8 with identifier: MF22%20UNL
2026-03-30 06:12:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2bafee49-e3b0-51a4-8d4a-e1894ea881b8 with identifier: MF22%20UNL to the API
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF22%20UNL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '2bafee49-e3b0-51a4-8d4a-e1894ea881b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MF22 UNL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF22%20UNL&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'AUDI',
'model': 'E-TRON',
'odometer': 52326,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI E-TRON 71KWH 50 Q BLACK ED.(22KC) StationWagon',
'transmission': 'automatic',
'trim': '71KWH 50 Q BLACK ED.(22KC)',
'vin': 'WAUZZZGE7NB020919',
'year': 2022}
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF22%2520UNL%27 HTTP/1.1" 200 None
2026-03-30 06:12:50 [bca.uk] INFO: Saving data for MF22%20UNL: {'auction_closing_time': 1774854000.0, 'created_time': 1774449197.618898, 'last_price_update_time': 1774851170.85986}
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF22%2520UNL') HTTP/1.1" 204 0
2026-03-30 06:12:50 [bca.uk] INFO: Found listing with ID: KC57%20UUR
2026-03-30 06:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KC57%2520UUR%27 HTTP/1.1" 200 None
2026-03-30 06:12:50 [bca.uk] INFO: Scrape type for KC57%20UUR: 2
2026-03-30 06:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with identifier: KC57%20UUR
2026-03-30 06:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with scrape type 2
2026-03-30 06:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with scrape type 2
2026-03-30 06:12:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2, identifier: KC57%20UUR
2026-03-30 06:12:51 [bca.uk] INFO: Found listing with ID: NL61%20FOD
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL61%2520FOD%27 HTTP/1.1" 200 None
2026-03-30 06:12:51 [bca.uk] INFO: Scrape type for NL61%20FOD: 2
2026-03-30 06:12:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe246dc-f92e-5636-ab82-136fec673466 with identifier: NL61%20FOD
2026-03-30 06:12:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe246dc-f92e-5636-ab82-136fec673466 with scrape type 2
2026-03-30 06:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afe246dc-f92e-5636-ab82-136fec673466 with scrape type 2
2026-03-30 06:12:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: afe246dc-f92e-5636-ab82-136fec673466, identifier: NL61%20FOD
2026-03-30 06:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1d85bf6-7dd8-580f-a5c8-d31f983e3852 with identifier: CK18%20CFX
2026-03-30 06:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1d85bf6-7dd8-580f-a5c8-d31f983e3852 with identifier: CK18%20CFX
2026-03-30 06:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1d85bf6-7dd8-580f-a5c8-d31f983e3852 with identifier: CK18%20CFX to the API
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK18%20CFX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a1d85bf6-7dd8-580f-a5c8-d31f983e3852',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK18 CFX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK18%20CFX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 73444,
'odometer_reading_unit': '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.5 DCI ACENTA Hatchback',
'transmission': 'manual',
'trim': 'DCI ACENTA',
'vin': 'SJNFCAF15U7438410',
'year': 2018}
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK18%2520CFX%27 HTTP/1.1" 200 None
2026-03-30 06:12:51 [bca.uk] INFO: Saving data for CK18%20CFX: {'auction_closing_time': 1775037600.0, 'created_time': 1774562897.155179, 'last_price_update_time': 1774851171.517168}
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK18%2520CFX') HTTP/1.1" 204 0
2026-03-30 06:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bab42bc-cee8-599f-8703-09a62aff3705 with identifier: ML24%20FWG
2026-03-30 06:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bab42bc-cee8-599f-8703-09a62aff3705 with identifier: ML24%20FWG
2026-03-30 06:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bab42bc-cee8-599f-8703-09a62aff3705 with identifier: ML24%20FWG to the API
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:51 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML24%20FWG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1bab42bc-cee8-599f-8703-09a62aff3705',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML24 FWG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML24%20FWG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 9125,
'odometer_reading_unit': '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': 'VR3FPHNSTRY516825',
'year': 2024}
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML24%2520FWG%27 HTTP/1.1" 200 None
2026-03-30 06:12:51 [bca.uk] INFO: Saving data for ML24%20FWG: {'auction_closing_time': 1775124000.0, 'created_time': 1773929458.942872, 'last_price_update_time': 1774851171.851627}
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML24%2520FWG') HTTP/1.1" 204 0
2026-03-30 06:12:51 [bca.uk] INFO: Found listing with ID: MJ23%20GNK
2026-03-30 06:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ23%2520GNK%27 HTTP/1.1" 200 None
2026-03-30 06:12:51 [bca.uk] INFO: Scrape type for MJ23%20GNK: 2
2026-03-30 06:12:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4c520dc-bc4b-5a20-95dc-28e48fa893c3 with identifier: MJ23%20GNK
2026-03-30 06:12:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4c520dc-bc4b-5a20-95dc-28e48fa893c3 with scrape type 2
2026-03-30 06:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4c520dc-bc4b-5a20-95dc-28e48fa893c3 with scrape type 2
2026-03-30 06:12:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4c520dc-bc4b-5a20-95dc-28e48fa893c3, identifier: MJ23%20GNK
2026-03-30 06:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with identifier: KC57%20UUR
2026-03-30 06:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67c5af4a-366f-5f3e-8d39-d7255f7cd2b2 with identifier: KC57%20UUR
2026-03-30 06:12:52 [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-30 06:12:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KC57%2520UUR%27 HTTP/1.1" 200 None
2026-03-30 06:12:52 [bca.uk] INFO: Saving data for KC57%20UUR: {'auction_closing_time': 1774951200.0, 'created_time': 1774389732.471471, 'last_price_update_time': 1774851172.271267}
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:52 [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-30 06:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: afe246dc-f92e-5636-ab82-136fec673466 with identifier: NL61%20FOD
2026-03-30 06:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: afe246dc-f92e-5636-ab82-136fec673466 with identifier: NL61%20FOD
2026-03-30 06:12:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: afe246dc-f92e-5636-ab82-136fec673466 with identifier: NL61%20FOD to the API
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL61%20FOD-GB',
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'afe246dc-f92e-5636-ab82-136fec673466',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL61 FOD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL61%20FOD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 167305,
'odometer_reading_unit': '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': 'SJNFAAE11U2136627',
'year': 2011}
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL61%2520FOD%27 HTTP/1.1" 200 None
2026-03-30 06:12:52 [bca.uk] INFO: Saving data for NL61%20FOD: {'auction_closing_time': 1774951200.0, 'created_time': 1773828440.047534, 'last_price_update_time': 1774851172.581026}
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL61%2520FOD') HTTP/1.1" 204 0
2026-03-30 06:12:52 [bca.uk] INFO: Found listing with ID: DF64%20XZL
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF64%2520XZL%27 HTTP/1.1" 200 None
2026-03-30 06:12:52 [bca.uk] INFO: Scrape type for DF64%20XZL: 2
2026-03-30 06:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dfd090a-711e-5e05-806a-f8955dd83d70 with identifier: DF64%20XZL
2026-03-30 06:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dfd090a-711e-5e05-806a-f8955dd83d70 with scrape type 2
2026-03-30 06:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dfd090a-711e-5e05-806a-f8955dd83d70 with scrape type 2
2026-03-30 06:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dfd090a-711e-5e05-806a-f8955dd83d70, identifier: DF64%20XZL
2026-03-30 06:12:52 [bca.uk] INFO: Found listing with ID: BN74%20PFA
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN74%2520PFA%27 HTTP/1.1" 200 None
2026-03-30 06:12:52 [bca.uk] INFO: Scrape type for BN74%20PFA: 0
2026-03-30 06:12:52 [bca.uk] INFO: Found listing with ID: BN74%20PFG
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN74%2520PFG%27 HTTP/1.1" 200 None
2026-03-30 06:12:52 [bca.uk] INFO: Scrape type for BN74%20PFG: 0
2026-03-30 06:12:52 [bca.uk] INFO: Found listing with ID: CK20%20HYT
2026-03-30 06:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK20%2520HYT%27 HTTP/1.1" 200 None
2026-03-30 06:12:52 [bca.uk] INFO: Scrape type for CK20%20HYT: 2
2026-03-30 06:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a6cf46-74da-5b7b-8d3a-19de3c9cbc04 with identifier: CK20%20HYT
2026-03-30 06:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a6cf46-74da-5b7b-8d3a-19de3c9cbc04 with scrape type 2
2026-03-30 06:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a6cf46-74da-5b7b-8d3a-19de3c9cbc04 with scrape type 2
2026-03-30 06:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89a6cf46-74da-5b7b-8d3a-19de3c9cbc04, identifier: CK20%20HYT
2026-03-30 06:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4c520dc-bc4b-5a20-95dc-28e48fa893c3 with identifier: MJ23%20GNK
2026-03-30 06:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4c520dc-bc4b-5a20-95dc-28e48fa893c3 with identifier: MJ23%20GNK
2026-03-30 06:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4c520dc-bc4b-5a20-95dc-28e48fa893c3 with identifier: MJ23%20GNK to the API
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:53 [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': 20,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ23%20GNK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'c4c520dc-bc4b-5a20-95dc-28e48fa893c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ23 GNK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ23%20GNK&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'RANGE ROVER',
'odometer': 46054,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 66500,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER 3.0 P440E HSE StationWagon',
'transmission': 'automatic',
'trim': 'P440E HSE',
'vin': 'SALKA9A40PA059333',
'year': 2023}
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ23%2520GNK%27 HTTP/1.1" 200 None
2026-03-30 06:12:53 [bca.uk] INFO: Saving data for MJ23%20GNK: {'auction_closing_time': 1774854000.0, 'created_time': 1774448915.054699, 'last_price_update_time': 1774851173.198279}
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ23%2520GNK') HTTP/1.1" 204 0
2026-03-30 06:12:53 [bca.uk] INFO: Found listing with ID: KG05%20BVL
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KG05%2520BVL%27 HTTP/1.1" 200 None
2026-03-30 06:12:53 [bca.uk] INFO: Scrape type for KG05%20BVL: 2
2026-03-30 06:12:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with identifier: KG05%20BVL
2026-03-30 06:12:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with scrape type 2
2026-03-30 06:12:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with scrape type 2
2026-03-30 06:12:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8bff8d8-27e0-58e7-9372-9ccd25fe5787, identifier: KG05%20BVL
2026-03-30 06:12:53 [bca.uk] INFO: Found listing with ID: RJ17%20SVK
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ17%2520SVK%27 HTTP/1.1" 200 None
2026-03-30 06:12:53 [bca.uk] INFO: Scrape type for RJ17%20SVK: 0
2026-03-30 06:12:53 [bca.uk] INFO: Found listing with ID: SP13%20VCL
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP13%2520VCL%27 HTTP/1.1" 200 None
2026-03-30 06:12:53 [bca.uk] INFO: Scrape type for SP13%20VCL: 2
2026-03-30 06:12:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fd167c1-92a5-55c8-a40a-86c651461f81 with identifier: SP13%20VCL
2026-03-30 06:12:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd167c1-92a5-55c8-a40a-86c651461f81 with scrape type 2
2026-03-30 06:12:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fd167c1-92a5-55c8-a40a-86c651461f81 with scrape type 2
2026-03-30 06:12:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fd167c1-92a5-55c8-a40a-86c651461f81, identifier: SP13%20VCL
2026-03-30 06:12:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dfd090a-711e-5e05-806a-f8955dd83d70 with identifier: DF64%20XZL
2026-03-30 06:12:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dfd090a-711e-5e05-806a-f8955dd83d70 with identifier: DF64%20XZL
2026-03-30 06:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2dfd090a-711e-5e05-806a-f8955dd83d70 with identifier: DF64%20XZL to the API
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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=DF64%20XZL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2dfd090a-711e-5e05-806a-f8955dd83d70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DF64 XZL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF64%20XZL&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MAZDA',
'model': '2',
'odometer': 60486,
'odometer_reading_unit': '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.3 SPORT VENTURE EDITION Hatchback',
'transmission': 'manual',
'trim': 'SPORT VENTURE EDITION',
'vin': 'JMZDEA4J210522575',
'year': 2015}
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF64%2520XZL%27 HTTP/1.1" 200 None
2026-03-30 06:12:53 [bca.uk] INFO: Saving data for DF64%20XZL: {'auction_closing_time': 1775037600.0, 'created_time': 1774562897.773182, 'last_price_update_time': 1774851173.75987}
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF64%2520XZL') HTTP/1.1" 204 0
2026-03-30 06:12:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89a6cf46-74da-5b7b-8d3a-19de3c9cbc04 with identifier: CK20%20HYT
2026-03-30 06:12:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89a6cf46-74da-5b7b-8d3a-19de3c9cbc04 with identifier: CK20%20HYT
2026-03-30 06:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89a6cf46-74da-5b7b-8d3a-19de3c9cbc04 with identifier: CK20%20HYT to the API
2026-03-30 06:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 111,
'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': '89a6cf46-74da-5b7b-8d3a-19de3c9cbc04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK20 HYT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK20%20HYT&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'CITROEN',
'model': 'BERLINGO M',
'odometer': 101107,
'odometer_reading_unit': '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 650 ENTERPRISE Van',
'transmission': 'manual',
'trim': 'BLUEHDI 75 650 ENTERPRISE',
'vin': 'VR7EFYHWCLJ555007',
'year': 2020}
2026-03-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK20%2520HYT%27 HTTP/1.1" 200 None
2026-03-30 06:12:54 [bca.uk] INFO: Saving data for CK20%20HYT: {'auction_closing_time': 1775210400.0, 'created_time': 1774649355.953798, 'last_price_update_time': 1774851174.104818}
2026-03-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK20%2520HYT') HTTP/1.1" 204 0
2026-03-30 06:12:54 [bca.uk] INFO: Found listing with ID: MW71%20XLP
2026-03-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW71%2520XLP%27 HTTP/1.1" 200 None
2026-03-30 06:12:54 [bca.uk] INFO: Scrape type for MW71%20XLP: 2
2026-03-30 06:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f317f5d-1ff9-5a1e-851c-0c4c701b774e with identifier: MW71%20XLP
2026-03-30 06:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f317f5d-1ff9-5a1e-851c-0c4c701b774e with scrape type 2
2026-03-30 06:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f317f5d-1ff9-5a1e-851c-0c4c701b774e with scrape type 2
2026-03-30 06:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f317f5d-1ff9-5a1e-851c-0c4c701b774e, identifier: MW71%20XLP
2026-03-30 06:12:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with identifier: KG05%20BVL
2026-03-30 06:12:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8bff8d8-27e0-58e7-9372-9ccd25fe5787 with identifier: KG05%20BVL
2026-03-30 06:12:54 [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-30 06:12:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:54 [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': 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-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KG05%2520BVL%27 HTTP/1.1" 200 None
2026-03-30 06:12:54 [bca.uk] INFO: Saving data for KG05%20BVL: {'auction_closing_time': 1774951200.0, 'created_time': 1774477805.844428, 'last_price_update_time': 1774851174.506988}
2026-03-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:54 [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-30 06:12:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fd167c1-92a5-55c8-a40a-86c651461f81 with identifier: SP13%20VCL
2026-03-30 06:12:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fd167c1-92a5-55c8-a40a-86c651461f81 with identifier: SP13%20VCL
2026-03-30 06:12:54 [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-30 06:12:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP13%2520VCL%27 HTTP/1.1" 200 None
2026-03-30 06:12:54 [bca.uk] INFO: Saving data for SP13%20VCL: {'auction_closing_time': 1774951200.0, 'created_time': 1774275519.736264, 'last_price_update_time': 1774851174.895759}
2026-03-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:54 [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-30 06:12:54 [bca.uk] INFO: Found listing with ID: VN24%20OFL
2026-03-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN24%2520OFL%27 HTTP/1.1" 200 None
2026-03-30 06:12:54 [bca.uk] INFO: Scrape type for VN24%20OFL: 0
2026-03-30 06:12:54 [bca.uk] INFO: Found listing with ID: DV18%20UGL
2026-03-30 06:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV18%2520UGL%27 HTTP/1.1" 200 None
2026-03-30 06:12:54 [bca.uk] INFO: Scrape type for DV18%20UGL: 2
2026-03-30 06:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cd55138-df94-512f-bd07-35c74dd305da with identifier: DV18%20UGL
2026-03-30 06:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cd55138-df94-512f-bd07-35c74dd305da with scrape type 2
2026-03-30 06:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cd55138-df94-512f-bd07-35c74dd305da with scrape type 2
2026-03-30 06:12:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cd55138-df94-512f-bd07-35c74dd305da, identifier: DV18%20UGL
2026-03-30 06:12:55 [bca.uk] INFO: Found listing with ID: CU67%20XXH
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU67%2520XXH%27 HTTP/1.1" 200 None
2026-03-30 06:12:55 [bca.uk] INFO: Scrape type for CU67%20XXH: 2
2026-03-30 06:12:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ff47529-6219-5dc2-ba85-c433b33317ba with identifier: CU67%20XXH
2026-03-30 06:12:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ff47529-6219-5dc2-ba85-c433b33317ba with scrape type 2
2026-03-30 06:12:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ff47529-6219-5dc2-ba85-c433b33317ba with scrape type 2
2026-03-30 06:12:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ff47529-6219-5dc2-ba85-c433b33317ba, identifier: CU67%20XXH
2026-03-30 06:12:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f317f5d-1ff9-5a1e-851c-0c4c701b774e with identifier: MW71%20XLP
2026-03-30 06:12:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f317f5d-1ff9-5a1e-851c-0c4c701b774e with identifier: MW71%20XLP
2026-03-30 06:12:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f317f5d-1ff9-5a1e-851c-0c4c701b774e with identifier: MW71%20XLP to the API
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:55 [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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW71%20XLP-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': '4f317f5d-1ff9-5a1e-851c-0c4c701b774e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW71 XLP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW71%20XLP&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 18989,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19000,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT1NH168790',
'year': 2021}
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW71%2520XLP%27 HTTP/1.1" 200 None
2026-03-30 06:12:55 [bca.uk] INFO: Saving data for MW71%20XLP: {'auction_closing_time': 1774854000.0, 'created_time': 1773833316.987698, 'last_price_update_time': 1774851175.47821}
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW71%2520XLP') HTTP/1.1" 204 0
2026-03-30 06:12:55 [bca.uk] INFO: Found listing with ID: LA56%20LHG
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA56%2520LHG%27 HTTP/1.1" 200 None
2026-03-30 06:12:55 [bca.uk] INFO: Scrape type for LA56%20LHG: 2
2026-03-30 06:12:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with identifier: LA56%20LHG
2026-03-30 06:12:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with scrape type 2
2026-03-30 06:12:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with scrape type 2
2026-03-30 06:12:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f, identifier: LA56%20LHG
2026-03-30 06:12:55 [bca.uk] INFO: Found listing with ID: VE16%20FUD
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE16%2520FUD%27 HTTP/1.1" 200 None
2026-03-30 06:12:55 [bca.uk] INFO: Scrape type for VE16%20FUD: 2
2026-03-30 06:12:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 625271ce-7cad-58e0-8120-7ed73c090cf4 with identifier: VE16%20FUD
2026-03-30 06:12:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 625271ce-7cad-58e0-8120-7ed73c090cf4 with scrape type 2
2026-03-30 06:12:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 625271ce-7cad-58e0-8120-7ed73c090cf4 with scrape type 2
2026-03-30 06:12:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 625271ce-7cad-58e0-8120-7ed73c090cf4, identifier: VE16%20FUD
2026-03-30 06:12:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cd55138-df94-512f-bd07-35c74dd305da with identifier: DV18%20UGL
2026-03-30 06:12:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cd55138-df94-512f-bd07-35c74dd305da with identifier: DV18%20UGL
2026-03-30 06:12:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cd55138-df94-512f-bd07-35c74dd305da with identifier: DV18%20UGL to the API
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV18%20UGL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8cd55138-df94-512f-bd07-35c74dd305da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV18 UGL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV18%20UGL&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 83417,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'NISSAN X-TRAIL 1.6 DCI 130 N-CONNECTA (7ST) StationWagon',
'transmission': 'manual',
'trim': 'DCI 130 N-CONNECTA (7ST)',
'vin': 'JN1JCAT32U0107345',
'year': 2018}
2026-03-30 06:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV18%2520UGL%27 HTTP/1.1" 200 None
2026-03-30 06:12:56 [bca.uk] INFO: Saving data for DV18%20UGL: {'auction_closing_time': 1775037600.0, 'created_time': 1774303816.34169, 'last_price_update_time': 1774851176.007167}
2026-03-30 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV18%2520UGL') HTTP/1.1" 204 0
2026-03-30 06:12:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ff47529-6219-5dc2-ba85-c433b33317ba with identifier: CU67%20XXH
2026-03-30 06:12:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ff47529-6219-5dc2-ba85-c433b33317ba with identifier: CU67%20XXH
2026-03-30 06:12:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ff47529-6219-5dc2-ba85-c433b33317ba with identifier: CU67%20XXH to the API
2026-03-30 06:12:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU67%20XXH-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2ff47529-6219-5dc2-ba85-c433b33317ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CU67 XXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU67%20XXH&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'VIVARO 2.9T',
'odometer': 133326,
'odometer_reading_unit': '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 VIVARO 2.9T 1.6 CDTI 120 LWB SPORTIVE PanelVan',
'transmission': 'manual',
'trim': 'CDTI 120 LWB SPORTIVE',
'vin': 'W0VF7G600JV601277',
'year': 2017}
2026-03-30 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU67%2520XXH%27 HTTP/1.1" 200 None
2026-03-30 06:12:56 [bca.uk] INFO: Saving data for CU67%20XXH: {'auction_closing_time': 1775210400.0, 'created_time': 1774649355.592549, 'last_price_update_time': 1774851176.319109}
2026-03-30 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU67%2520XXH') HTTP/1.1" 204 0
2026-03-30 06:12:56 [bca.uk] INFO: Found listing with ID: NC21%20FCD
2026-03-30 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC21%2520FCD%27 HTTP/1.1" 200 None
2026-03-30 06:12:56 [bca.uk] INFO: Scrape type for NC21%20FCD: 2
2026-03-30 06:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ac3fe83-d097-5e07-a570-b01b4353dd54 with identifier: NC21%20FCD
2026-03-30 06:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ac3fe83-d097-5e07-a570-b01b4353dd54 with scrape type 2
2026-03-30 06:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ac3fe83-d097-5e07-a570-b01b4353dd54 with scrape type 2
2026-03-30 06:12:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ac3fe83-d097-5e07-a570-b01b4353dd54, identifier: NC21%20FCD
2026-03-30 06:12:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with identifier: LA56%20LHG
2026-03-30 06:12:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5beaaeeb-67d9-502b-86d0-e24cc1f66e4f with identifier: LA56%20LHG
2026-03-30 06:12:56 [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-30 06:12:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA56%2520LHG%27 HTTP/1.1" 200 None
2026-03-30 06:12:56 [bca.uk] INFO: Saving data for LA56%20LHG: {'auction_closing_time': 1774951200.0, 'created_time': 1774651150.972953, 'last_price_update_time': 1774851176.726911}
2026-03-30 06:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:56 [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-30 06:12:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 625271ce-7cad-58e0-8120-7ed73c090cf4 with identifier: VE16%20FUD
2026-03-30 06:12:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 625271ce-7cad-58e0-8120-7ed73c090cf4 with identifier: VE16%20FUD
2026-03-30 06:12:56 [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-30 06:12:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE16%2520FUD%27 HTTP/1.1" 200 None
2026-03-30 06:12:57 [bca.uk] INFO: Saving data for VE16%20FUD: {'auction_closing_time': 1774951200.0, 'created_time': 1774389817.512326, 'last_price_update_time': 1774851177.028317}
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:57 [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-30 06:12:57 [bca.uk] INFO: Found listing with ID: PF68%20UBR
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF68%2520UBR%27 HTTP/1.1" 200 None
2026-03-30 06:12:57 [bca.uk] INFO: Scrape type for PF68%20UBR: 2
2026-03-30 06:12:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c29363e9-1d24-5a8f-92c7-83c88bfcec7a with identifier: PF68%20UBR
2026-03-30 06:12:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c29363e9-1d24-5a8f-92c7-83c88bfcec7a with scrape type 2
2026-03-30 06:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c29363e9-1d24-5a8f-92c7-83c88bfcec7a with scrape type 2
2026-03-30 06:12:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c29363e9-1d24-5a8f-92c7-83c88bfcec7a, identifier: PF68%20UBR
2026-03-30 06:12:57 [bca.uk] INFO: Found listing with ID: NA68%20XGU
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA68%2520XGU%27 HTTP/1.1" 200 None
2026-03-30 06:12:57 [bca.uk] INFO: Scrape type for NA68%20XGU: 2
2026-03-30 06:12:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1fbaa95-4409-5bb3-b60e-bb410404a363 with identifier: NA68%20XGU
2026-03-30 06:12:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fbaa95-4409-5bb3-b60e-bb410404a363 with scrape type 2
2026-03-30 06:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1fbaa95-4409-5bb3-b60e-bb410404a363 with scrape type 2
2026-03-30 06:12:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1fbaa95-4409-5bb3-b60e-bb410404a363, identifier: NA68%20XGU
2026-03-30 06:12:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ac3fe83-d097-5e07-a570-b01b4353dd54 with identifier: NC21%20FCD
2026-03-30 06:12:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ac3fe83-d097-5e07-a570-b01b4353dd54 with identifier: NC21%20FCD
2026-03-30 06:12:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ac3fe83-d097-5e07-a570-b01b4353dd54 with identifier: NC21%20FCD to the API
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:57 [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': 48,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC21%20FCD-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': '5ac3fe83-d097-5e07-a570-b01b4353dd54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NC21 FCD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC21%20FCD&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'VOLVO',
'model': 'XC40 RECHARGE',
'odometer': 113506,
'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': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV R DESIGN StationWagon',
'transmission': 'automatic',
'trim': 'T5 PHEV R DESIGN',
'vin': 'YV1XZBBVFM2616259',
'year': 2021}
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC21%2520FCD%27 HTTP/1.1" 200 None
2026-03-30 06:12:57 [bca.uk] INFO: Saving data for NC21%20FCD: {'auction_closing_time': 1774854000.0, 'created_time': 1774449293.813153, 'last_price_update_time': 1774851177.548919}
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC21%2520FCD') HTTP/1.1" 204 0
2026-03-30 06:12:57 [bca.uk] INFO: Found listing with ID: LC05%20LHB
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC05%2520LHB%27 HTTP/1.1" 200 None
2026-03-30 06:12:57 [bca.uk] INFO: Scrape type for LC05%20LHB: 2
2026-03-30 06:12:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5bd098-852a-5300-a567-e0aff8cac8be with identifier: LC05%20LHB
2026-03-30 06:12:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e5bd098-852a-5300-a567-e0aff8cac8be with scrape type 2
2026-03-30 06:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e5bd098-852a-5300-a567-e0aff8cac8be with scrape type 2
2026-03-30 06:12:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e5bd098-852a-5300-a567-e0aff8cac8be, identifier: LC05%20LHB
2026-03-30 06:12:57 [bca.uk] INFO: Found listing with ID: BD16%20ZNJ
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD16%2520ZNJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:57 [bca.uk] INFO: Scrape type for BD16%20ZNJ: 2
2026-03-30 06:12:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8b53e11-a078-5fe3-9ad9-07860f28725e with identifier: BD16%20ZNJ
2026-03-30 06:12:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8b53e11-a078-5fe3-9ad9-07860f28725e with scrape type 2
2026-03-30 06:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8b53e11-a078-5fe3-9ad9-07860f28725e with scrape type 2
2026-03-30 06:12:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8b53e11-a078-5fe3-9ad9-07860f28725e, identifier: BD16%20ZNJ
2026-03-30 06:12:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c29363e9-1d24-5a8f-92c7-83c88bfcec7a with identifier: PF68%20UBR
2026-03-30 06:12:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c29363e9-1d24-5a8f-92c7-83c88bfcec7a with identifier: PF68%20UBR
2026-03-30 06:12:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c29363e9-1d24-5a8f-92c7-83c88bfcec7a with identifier: PF68%20UBR to the API
2026-03-30 06:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:58 [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': 141,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF68%20UBR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c29363e9-1d24-5a8f-92c7-83c88bfcec7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF68 UBR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF68%20UBR&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MAZDA',
'model': 'CX-3',
'odometer': 61104,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MAZDA CX-3 2.0 120 SE+ 2WD Hatchback',
'transmission': 'manual',
'trim': '120 SE+ 2WD',
'vin': 'MMZDK6W760W313637',
'year': 2019}
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF68%2520UBR%27 HTTP/1.1" 200 None
2026-03-30 06:12:58 [bca.uk] INFO: Saving data for PF68%20UBR: {'auction_closing_time': 1775037600.0, 'created_time': 1774477076.78266, 'last_price_update_time': 1774851178.109628}
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF68%2520UBR') HTTP/1.1" 204 0
2026-03-30 06:12:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1fbaa95-4409-5bb3-b60e-bb410404a363 with identifier: NA68%20XGU
2026-03-30 06:12:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1fbaa95-4409-5bb3-b60e-bb410404a363 with identifier: NA68%20XGU
2026-03-30 06:12:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1fbaa95-4409-5bb3-b60e-bb410404a363 with identifier: NA68%20XGU to the API
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 144,
'car_expert_report_source_url': None,
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.6L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e1fbaa95-4409-5bb3-b60e-bb410404a363',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA68 XGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA68%20XGU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'TOYOTA',
'model': 'PROACE',
'odometer': 76151,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'TOYOTA PROACE 1.6 D 95 COMPACT ICON PanelVan',
'transmission': 'manual',
'trim': 'D 95 COMPACT ICON',
'vin': 'YARVBBHVBGZ138242',
'year': 2019}
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA68%2520XGU%27 HTTP/1.1" 200 None
2026-03-30 06:12:58 [bca.uk] INFO: Saving data for NA68%20XGU: {'auction_closing_time': 1775210400.0, 'created_time': 1774649403.337875, 'last_price_update_time': 1774851178.409487}
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA68%2520XGU') HTTP/1.1" 204 0
2026-03-30 06:12:58 [bca.uk] INFO: Found listing with ID: NG23%20VZA
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG23%2520VZA%27 HTTP/1.1" 200 None
2026-03-30 06:12:58 [bca.uk] INFO: Scrape type for NG23%20VZA: 2
2026-03-30 06:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fa71f7d-9402-5577-b03e-02e85e70bc57 with identifier: NG23%20VZA
2026-03-30 06:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fa71f7d-9402-5577-b03e-02e85e70bc57 with scrape type 2
2026-03-30 06:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fa71f7d-9402-5577-b03e-02e85e70bc57 with scrape type 2
2026-03-30 06:12:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fa71f7d-9402-5577-b03e-02e85e70bc57, identifier: NG23%20VZA
2026-03-30 06:12:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e5bd098-852a-5300-a567-e0aff8cac8be with identifier: LC05%20LHB
2026-03-30 06:12:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e5bd098-852a-5300-a567-e0aff8cac8be with identifier: LC05%20LHB
2026-03-30 06:12:58 [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-30 06:12:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12: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': 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-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC05%2520LHB%27 HTTP/1.1" 200 None
2026-03-30 06:12:58 [bca.uk] INFO: Saving data for LC05%20LHB: {'auction_closing_time': 1774951200.0, 'created_time': 1774477824.478231, 'last_price_update_time': 1774851178.801754}
2026-03-30 06:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:58 [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-30 06:12:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8b53e11-a078-5fe3-9ad9-07860f28725e with identifier: BD16%20ZNJ
2026-03-30 06:12:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8b53e11-a078-5fe3-9ad9-07860f28725e with identifier: BD16%20ZNJ
2026-03-30 06:12:58 [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-30 06:12:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:59 [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': 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-30 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD16%2520ZNJ%27 HTTP/1.1" 200 None
2026-03-30 06:12:59 [bca.uk] INFO: Saving data for BD16%20ZNJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774389840.061009, 'last_price_update_time': 1774851179.191551}
2026-03-30 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:59 [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-30 06:12:59 [bca.uk] INFO: Found listing with ID: RV10%20KSE
2026-03-30 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV10%2520KSE%27 HTTP/1.1" 200 None
2026-03-30 06:12:59 [bca.uk] INFO: Scrape type for RV10%20KSE: 2
2026-03-30 06:12:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b51178f-5ef0-5d65-9cd2-2da1018251db with identifier: RV10%20KSE
2026-03-30 06:12:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b51178f-5ef0-5d65-9cd2-2da1018251db with scrape type 2
2026-03-30 06:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b51178f-5ef0-5d65-9cd2-2da1018251db with scrape type 2
2026-03-30 06:12:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b51178f-5ef0-5d65-9cd2-2da1018251db, identifier: RV10%20KSE
2026-03-30 06:12:59 [bca.uk] INFO: Found listing with ID: NU21%20OGO
2026-03-30 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU21%2520OGO%27 HTTP/1.1" 200 None
2026-03-30 06:12:59 [bca.uk] INFO: Scrape type for NU21%20OGO: 2
2026-03-30 06:12:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53fde256-96e5-5985-90be-27376579833a with identifier: NU21%20OGO
2026-03-30 06:12:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53fde256-96e5-5985-90be-27376579833a with scrape type 2
2026-03-30 06:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53fde256-96e5-5985-90be-27376579833a with scrape type 2
2026-03-30 06:12:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53fde256-96e5-5985-90be-27376579833a, identifier: NU21%20OGO
2026-03-30 06:12:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fa71f7d-9402-5577-b03e-02e85e70bc57 with identifier: NG23%20VZA
2026-03-30 06:12:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:59 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bronze HTTP/1.1" 200 None
2026-03-30 06:12:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fa71f7d-9402-5577-b03e-02e85e70bc57 with identifier: NG23%20VZA
2026-03-30 06:12:59 [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-30 06:12:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:12:59 [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': 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-30 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG23%2520VZA%27 HTTP/1.1" 200 None
2026-03-30 06:12:59 [bca.uk] INFO: Saving data for NG23%20VZA: {'auction_closing_time': 1774854000.0, 'created_time': 1774276740.723229, 'last_price_update_time': 1774851179.889696}
2026-03-30 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:59 [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-30 06:12:59 [bca.uk] INFO: Found listing with ID: LG61%20WYL
2026-03-30 06:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG61%2520WYL%27 HTTP/1.1" 200 None
2026-03-30 06:12:59 [bca.uk] INFO: Scrape type for LG61%20WYL: 2
2026-03-30 06:12:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1be6540b-9ddc-52fa-8211-f7cecb63491e with identifier: LG61%20WYL
2026-03-30 06:12:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1be6540b-9ddc-52fa-8211-f7cecb63491e with scrape type 2
2026-03-30 06:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1be6540b-9ddc-52fa-8211-f7cecb63491e with scrape type 2
2026-03-30 06:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1be6540b-9ddc-52fa-8211-f7cecb63491e, identifier: LG61%20WYL
2026-03-30 06:13:00 [bca.uk] INFO: Found listing with ID: BN63%20JDF
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN63%2520JDF%27 HTTP/1.1" 200 None
2026-03-30 06:13:00 [bca.uk] INFO: Scrape type for BN63%20JDF: 2
2026-03-30 06:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf6303e7-6462-5237-bc5c-cb88338bb9d4 with identifier: BN63%20JDF
2026-03-30 06:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf6303e7-6462-5237-bc5c-cb88338bb9d4 with scrape type 2
2026-03-30 06:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf6303e7-6462-5237-bc5c-cb88338bb9d4 with scrape type 2
2026-03-30 06:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf6303e7-6462-5237-bc5c-cb88338bb9d4, identifier: BN63%20JDF
2026-03-30 06:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b51178f-5ef0-5d65-9cd2-2da1018251db with identifier: RV10%20KSE
2026-03-30 06:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b51178f-5ef0-5d65-9cd2-2da1018251db with identifier: RV10%20KSE
2026-03-30 06:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b51178f-5ef0-5d65-9cd2-2da1018251db with identifier: RV10%20KSE to the API
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:00 [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': 185,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.8L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3b51178f-5ef0-5d65-9cd2-2da1018251db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV10 KSE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV10%20KSE&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'E250',
'odometer': 54242,
'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 1.8 CGI B/E SE TIP Convertible',
'transmission': 'manual',
'trim': 'CGI B/E SE TIP',
'vin': 'WDD2074472F044160',
'year': 2010}
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV10%2520KSE%27 HTTP/1.1" 200 None
2026-03-30 06:13:00 [bca.uk] INFO: Saving data for RV10%20KSE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649438.686262, 'last_price_update_time': 1774851180.464527}
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV10%2520KSE') HTTP/1.1" 204 0
2026-03-30 06:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53fde256-96e5-5985-90be-27376579833a with identifier: NU21%20OGO
2026-03-30 06:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53fde256-96e5-5985-90be-27376579833a with identifier: NU21%20OGO
2026-03-30 06:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53fde256-96e5-5985-90be-27376579833a with identifier: NU21%20OGO to the API
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 247,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU21%20OGO-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '53fde256-96e5-5985-90be-27376579833a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU21 OGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU21%20OGO&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'NISSAN',
'model': 'NAVARA',
'odometer': 46912,
'odometer_reading_unit': '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': 'VSKCTND23U0158413',
'year': 2021}
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU21%2520OGO%27 HTTP/1.1" 200 None
2026-03-30 06:13:00 [bca.uk] INFO: Saving data for NU21%20OGO: {'auction_closing_time': 1775210400.0, 'created_time': 1774649390.438569, 'last_price_update_time': 1774851180.773836}
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU21%2520OGO') HTTP/1.1" 204 0
2026-03-30 06:13:00 [bca.uk] INFO: Found listing with ID: NL23%20SYE
2026-03-30 06:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL23%2520SYE%27 HTTP/1.1" 200 None
2026-03-30 06:13:00 [bca.uk] INFO: Scrape type for NL23%20SYE: 2
2026-03-30 06:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92e24195-ddc9-57bb-bca9-42635a24a921 with identifier: NL23%20SYE
2026-03-30 06:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92e24195-ddc9-57bb-bca9-42635a24a921 with scrape type 2
2026-03-30 06:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92e24195-ddc9-57bb-bca9-42635a24a921 with scrape type 2
2026-03-30 06:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92e24195-ddc9-57bb-bca9-42635a24a921, identifier: NL23%20SYE
2026-03-30 06:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1be6540b-9ddc-52fa-8211-f7cecb63491e with identifier: LG61%20WYL
2026-03-30 06:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1be6540b-9ddc-52fa-8211-f7cecb63491e with identifier: LG61%20WYL
2026-03-30 06:13:00 [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-30 06:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:01 [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': 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-30 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG61%2520WYL%27 HTTP/1.1" 200 None
2026-03-30 06:13:01 [bca.uk] INFO: Saving data for LG61%20WYL: {'auction_closing_time': 1774951200.0, 'created_time': 1773820477.434292, 'last_price_update_time': 1774851181.197579}
2026-03-30 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:01 [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-30 06:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf6303e7-6462-5237-bc5c-cb88338bb9d4 with identifier: BN63%20JDF
2026-03-30 06:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf6303e7-6462-5237-bc5c-cb88338bb9d4 with identifier: BN63%20JDF
2026-03-30 06:13:01 [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-30 06:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN63%2520JDF%27 HTTP/1.1" 200 None
2026-03-30 06:13:01 [bca.uk] INFO: Saving data for BN63%20JDF: {'auction_closing_time': 1774951200.0, 'created_time': 1774389841.010781, 'last_price_update_time': 1774851181.525294}
2026-03-30 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:01 [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-30 06:13:01 [bca.uk] INFO: Found listing with ID: RJ74%20TCK
2026-03-30 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ74%2520TCK%27 HTTP/1.1" 200 None
2026-03-30 06:13:01 [bca.uk] INFO: Scrape type for RJ74%20TCK: 2
2026-03-30 06:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7f99599-56a7-5ba4-80a4-5176a8658c88 with identifier: RJ74%20TCK
2026-03-30 06:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7f99599-56a7-5ba4-80a4-5176a8658c88 with scrape type 2
2026-03-30 06:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7f99599-56a7-5ba4-80a4-5176a8658c88 with scrape type 2
2026-03-30 06:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7f99599-56a7-5ba4-80a4-5176a8658c88, identifier: RJ74%20TCK
2026-03-30 06:13:01 [bca.uk] INFO: Found listing with ID: WF21%20HLG
2026-03-30 06:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF21%2520HLG%27 HTTP/1.1" 200 None
2026-03-30 06:13:01 [bca.uk] INFO: Scrape type for WF21%20HLG: 2
2026-03-30 06:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38285f59-cdc0-5ad0-a522-f8b7f0e0e2b4 with identifier: WF21%20HLG
2026-03-30 06:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38285f59-cdc0-5ad0-a522-f8b7f0e0e2b4 with scrape type 2
2026-03-30 06:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38285f59-cdc0-5ad0-a522-f8b7f0e0e2b4 with scrape type 2
2026-03-30 06:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38285f59-cdc0-5ad0-a522-f8b7f0e0e2b4, identifier: WF21%20HLG
2026-03-30 06:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92e24195-ddc9-57bb-bca9-42635a24a921 with identifier: NL23%20SYE
2026-03-30 06:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92e24195-ddc9-57bb-bca9-42635a24a921 with identifier: NL23%20SYE
2026-03-30 06:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92e24195-ddc9-57bb-bca9-42635a24a921 with identifier: NL23%20SYE to the API
2026-03-30 06:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20SYE-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '92e24195-ddc9-57bb-bca9-42635a24a921',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NL23 SYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20SYE&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'KIA',
'model': 'EV6',
'odometer': 14345,
'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': 'KNAC481AUP5105934',
'year': 2023}
2026-03-30 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL23%2520SYE%27 HTTP/1.1" 200 None
2026-03-30 06:13:02 [bca.uk] INFO: Saving data for NL23%20SYE: {'auction_closing_time': 1774854000.0, 'created_time': 1774449279.353412, 'last_price_update_time': 1774851182.111841}
2026-03-30 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520SYE') HTTP/1.1" 204 0
2026-03-30 06:13:02 [bca.uk] INFO: Found listing with ID: LV13%20WFN
2026-03-30 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV13%2520WFN%27 HTTP/1.1" 200 None
2026-03-30 06:13:02 [bca.uk] INFO: Scrape type for LV13%20WFN: 2
2026-03-30 06:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with identifier: LV13%20WFN
2026-03-30 06:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with scrape type 2
2026-03-30 06:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with scrape type 2
2026-03-30 06:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0, identifier: LV13%20WFN
2026-03-30 06:13:02 [bca.uk] INFO: Found listing with ID: DU12%20AXD
2026-03-30 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU12%2520AXD%27 HTTP/1.1" 200 None
2026-03-30 06:13:02 [bca.uk] INFO: Scrape type for DU12%20AXD: 2
2026-03-30 06:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2ef8bdb-ab3e-5e69-9c1a-a1da7f48d230 with identifier: DU12%20AXD
2026-03-30 06:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2ef8bdb-ab3e-5e69-9c1a-a1da7f48d230 with scrape type 2
2026-03-30 06:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2ef8bdb-ab3e-5e69-9c1a-a1da7f48d230 with scrape type 2
2026-03-30 06:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2ef8bdb-ab3e-5e69-9c1a-a1da7f48d230, identifier: DU12%20AXD
2026-03-30 06:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7f99599-56a7-5ba4-80a4-5176a8658c88 with identifier: RJ74%20TCK
2026-03-30 06:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7f99599-56a7-5ba4-80a4-5176a8658c88 with identifier: RJ74%20TCK
2026-03-30 06:13:02 [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-30 06:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:02 [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': 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-30 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ74%2520TCK%27 HTTP/1.1" 200 None
2026-03-30 06:13:02 [bca.uk] INFO: Saving data for RJ74%20TCK: {'auction_closing_time': 1775124000.0, 'created_time': 1773842627.683417, 'last_price_update_time': 1774851182.711983}
2026-03-30 06:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:02 [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-30 06:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38285f59-cdc0-5ad0-a522-f8b7f0e0e2b4 with identifier: WF21%20HLG
2026-03-30 06:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38285f59-cdc0-5ad0-a522-f8b7f0e0e2b4 with identifier: WF21%20HLG
2026-03-30 06:13:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38285f59-cdc0-5ad0-a522-f8b7f0e0e2b4 with identifier: WF21%20HLG to the API
2026-03-30 06:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 200,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF21%20HLG-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '38285f59-cdc0-5ad0-a522-f8b7f0e0e2b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF21 HLG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF21%20HLG&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 50188,
'odometer_reading_unit': '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 320 SWB LIMITED L/R CrewCab Van',
'transmission': 'manual',
'trim': 'EBL 130 320 SWB LIMITED L/R',
'vin': 'WF0ZXXTTGZMJ87906',
'year': 2021}
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF21%2520HLG%27 HTTP/1.1" 200 None
2026-03-30 06:13:03 [bca.uk] INFO: Saving data for WF21%20HLG: {'auction_closing_time': 1775210400.0, 'created_time': 1774448759.500304, 'last_price_update_time': 1774851183.020682}
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF21%2520HLG') HTTP/1.1" 204 0
2026-03-30 06:13:03 [bca.uk] INFO: Found listing with ID: NL72%20VLB
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL72%2520VLB%27 HTTP/1.1" 200 None
2026-03-30 06:13:03 [bca.uk] INFO: Scrape type for NL72%20VLB: 2
2026-03-30 06:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with identifier: NL72%20VLB
2026-03-30 06:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with scrape type 2
2026-03-30 06:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with scrape type 2
2026-03-30 06:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47, identifier: NL72%20VLB
2026-03-30 06:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with identifier: LV13%20WFN
2026-03-30 06:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1e4ae56-3ea1-5eef-9e7a-693b9f0c0bb0 with identifier: LV13%20WFN
2026-03-30 06:13:03 [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-30 06:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:03 [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': 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-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV13%2520WFN%27 HTTP/1.1" 200 None
2026-03-30 06:13:03 [bca.uk] INFO: Saving data for LV13%20WFN: {'auction_closing_time': 1774951200.0, 'created_time': 1774389729.45941, 'last_price_update_time': 1774851183.458751}
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:03 [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-30 06:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2ef8bdb-ab3e-5e69-9c1a-a1da7f48d230 with identifier: DU12%20AXD
2026-03-30 06:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2ef8bdb-ab3e-5e69-9c1a-a1da7f48d230 with identifier: DU12%20AXD
2026-03-30 06:13:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2ef8bdb-ab3e-5e69-9c1a-a1da7f48d230 with identifier: DU12%20AXD to the API
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:03 [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=DU12%20AXD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e2ef8bdb-ab3e-5e69-9c1a-a1da7f48d230',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU12 AXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU12%20AXD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'KUGA',
'odometer': 87689,
'odometer_reading_unit': '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': 'WF0RXXGCDRCB59342',
'year': 2012}
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU12%2520AXD%27 HTTP/1.1" 200 None
2026-03-30 06:13:03 [bca.uk] INFO: Saving data for DU12%20AXD: {'auction_closing_time': 1774951200.0, 'created_time': 1773844935.046735, 'last_price_update_time': 1774851183.794249}
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU12%2520AXD') HTTP/1.1" 204 0
2026-03-30 06:13:03 [bca.uk] INFO: Found listing with ID: ML24%20FDM
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML24%2520FDM%27 HTTP/1.1" 200 None
2026-03-30 06:13:03 [bca.uk] INFO: Scrape type for ML24%20FDM: 0
2026-03-30 06:13:03 [bca.uk] INFO: Found listing with ID: WP18%20YCL
2026-03-30 06:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP18%2520YCL%27 HTTP/1.1" 200 None
2026-03-30 06:13:03 [bca.uk] INFO: Scrape type for WP18%20YCL: 2
2026-03-30 06:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08006316-1c6b-5a84-8548-5da5d00ba216 with identifier: WP18%20YCL
2026-03-30 06:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08006316-1c6b-5a84-8548-5da5d00ba216 with scrape type 2
2026-03-30 06:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08006316-1c6b-5a84-8548-5da5d00ba216 with scrape type 2
2026-03-30 06:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08006316-1c6b-5a84-8548-5da5d00ba216, identifier: WP18%20YCL
2026-03-30 06:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with identifier: NL72%20VLB
2026-03-30 06:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 555d9303-c741-5f08-9ceb-5cb7eeaf6e47 with identifier: NL72%20VLB
2026-03-30 06:13:04 [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-30 06:13:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL72%2520VLB%27 HTTP/1.1" 200 None
2026-03-30 06:13:04 [bca.uk] INFO: Saving data for NL72%20VLB: {'auction_closing_time': 1774854000.0, 'created_time': 1774276920.120964, 'last_price_update_time': 1774851184.253091}
2026-03-30 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:04 [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-30 06:13:04 [bca.uk] INFO: Found listing with ID: MJ61%20XRS
2026-03-30 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ61%2520XRS%27 HTTP/1.1" 200 None
2026-03-30 06:13:04 [bca.uk] INFO: Scrape type for MJ61%20XRS: 2
2026-03-30 06:13:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 918bcc6e-c002-55c1-9ca5-da8a6a72487f with identifier: MJ61%20XRS
2026-03-30 06:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 918bcc6e-c002-55c1-9ca5-da8a6a72487f with scrape type 2
2026-03-30 06:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 918bcc6e-c002-55c1-9ca5-da8a6a72487f with scrape type 2
2026-03-30 06:13:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 918bcc6e-c002-55c1-9ca5-da8a6a72487f, identifier: MJ61%20XRS
2026-03-30 06:13:04 [bca.uk] INFO: Found listing with ID: EA19%20FCD
2026-03-30 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA19%2520FCD%27 HTTP/1.1" 200 None
2026-03-30 06:13:04 [bca.uk] INFO: Scrape type for EA19%20FCD: 2
2026-03-30 06:13:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00d0c9e2-70ae-5339-a292-5dc611d49f7f with identifier: EA19%20FCD
2026-03-30 06:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00d0c9e2-70ae-5339-a292-5dc611d49f7f with scrape type 2
2026-03-30 06:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00d0c9e2-70ae-5339-a292-5dc611d49f7f with scrape type 2
2026-03-30 06:13:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00d0c9e2-70ae-5339-a292-5dc611d49f7f, identifier: EA19%20FCD
2026-03-30 06:13:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08006316-1c6b-5a84-8548-5da5d00ba216 with identifier: WP18%20YCL
2026-03-30 06:13:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08006316-1c6b-5a84-8548-5da5d00ba216 with identifier: WP18%20YCL
2026-03-30 06:13:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08006316-1c6b-5a84-8548-5da5d00ba216 with identifier: WP18%20YCL to the API
2026-03-30 06:13:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 124,
'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': '08006316-1c6b-5a84-8548-5da5d00ba216',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP18 YCL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP18%20YCL&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'TRANSIT CONNECT',
'odometer': 50129,
'odometer_reading_unit': '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 200 L1 L/R Van',
'transmission': 'manual',
'trim': 'TDCI 100 200 L1 L/R',
'vin': 'WF0RXXWPGRJJ07588',
'year': 2018}
2026-03-30 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP18%2520YCL%27 HTTP/1.1" 200 None
2026-03-30 06:13:04 [bca.uk] INFO: Saving data for WP18%20YCL: {'auction_closing_time': 1775210400.0, 'created_time': 1774477192.354002, 'last_price_update_time': 1774851184.923272}
2026-03-30 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP18%2520YCL') HTTP/1.1" 204 0
2026-03-30 06:13:04 [bca.uk] INFO: Found listing with ID: OE72%20JDU
2026-03-30 06:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE72%2520JDU%27 HTTP/1.1" 200 None
2026-03-30 06:13:04 [bca.uk] INFO: Scrape type for OE72%20JDU: 2
2026-03-30 06:13:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d3f736c-f3e4-530a-95ba-8aabefb43b21 with identifier: OE72%20JDU
2026-03-30 06:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d3f736c-f3e4-530a-95ba-8aabefb43b21 with scrape type 2
2026-03-30 06:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d3f736c-f3e4-530a-95ba-8aabefb43b21 with scrape type 2
2026-03-30 06:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d3f736c-f3e4-530a-95ba-8aabefb43b21, identifier: OE72%20JDU
2026-03-30 06:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 918bcc6e-c002-55c1-9ca5-da8a6a72487f with identifier: MJ61%20XRS
2026-03-30 06:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 918bcc6e-c002-55c1-9ca5-da8a6a72487f with identifier: MJ61%20XRS
2026-03-30 06:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 918bcc6e-c002-55c1-9ca5-da8a6a72487f with identifier: MJ61%20XRS to the API
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:05 [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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ61%20XRS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '918bcc6e-c002-55c1-9ca5-da8a6a72487f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ61 XRS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ61%20XRS&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'BMW',
'model': '116I',
'odometer': 93946,
'odometer_reading_unit': '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 116I 1.6 SE Hatchback',
'transmission': 'manual',
'trim': 'SE',
'vin': 'WBA1A12030E687382',
'year': 2011}
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ61%2520XRS%27 HTTP/1.1" 200 None
2026-03-30 06:13:05 [bca.uk] INFO: Saving data for MJ61%20XRS: {'auction_closing_time': 1774951200.0, 'created_time': 1774339628.275562, 'last_price_update_time': 1774851185.329314}
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ61%2520XRS') HTTP/1.1" 204 0
2026-03-30 06:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00d0c9e2-70ae-5339-a292-5dc611d49f7f with identifier: EA19%20FCD
2026-03-30 06:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00d0c9e2-70ae-5339-a292-5dc611d49f7f with identifier: EA19%20FCD
2026-03-30 06:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00d0c9e2-70ae-5339-a292-5dc611d49f7f with identifier: EA19%20FCD to the API
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA19%20FCD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '00d0c9e2-70ae-5339-a292-5dc611d49f7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA19 FCD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA19%20FCD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 56562,
'odometer_reading_unit': '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 PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'PREMIUM',
'vin': 'NLHA851ALKZ510665',
'year': 2019}
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA19%2520FCD%27 HTTP/1.1" 200 None
2026-03-30 06:13:05 [bca.uk] INFO: Saving data for EA19%20FCD: {'auction_closing_time': 1774951200.0, 'created_time': 1774649643.391135, 'last_price_update_time': 1774851185.619191}
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA19%2520FCD') HTTP/1.1" 204 0
2026-03-30 06:13:05 [bca.uk] INFO: Found listing with ID: BD16%20KZP
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD16%2520KZP%27 HTTP/1.1" 200 None
2026-03-30 06:13:05 [bca.uk] INFO: Scrape type for BD16%20KZP: 2
2026-03-30 06:13:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adbf274d-0228-5a5e-aeb6-e45b13d65ece with identifier: BD16%20KZP
2026-03-30 06:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adbf274d-0228-5a5e-aeb6-e45b13d65ece with scrape type 2
2026-03-30 06:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adbf274d-0228-5a5e-aeb6-e45b13d65ece with scrape type 2
2026-03-30 06:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adbf274d-0228-5a5e-aeb6-e45b13d65ece, identifier: BD16%20KZP
2026-03-30 06:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d3f736c-f3e4-530a-95ba-8aabefb43b21 with identifier: OE72%20JDU
2026-03-30 06:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d3f736c-f3e4-530a-95ba-8aabefb43b21 with identifier: OE72%20JDU
2026-03-30 06:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d3f736c-f3e4-530a-95ba-8aabefb43b21 with identifier: OE72%20JDU to the API
2026-03-30 06:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 52,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE72%20JDU-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': '8d3f736c-f3e4-530a-95ba-8aabefb43b21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE72 JDU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE72%20JDU&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 24388,
'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': 'SADCA2AY2PA716207',
'year': 2023}
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE72%2520JDU%27 HTTP/1.1" 200 None
2026-03-30 06:13:06 [bca.uk] INFO: Saving data for OE72%20JDU: {'auction_closing_time': 1774854000.0, 'created_time': 1774447758.223056, 'last_price_update_time': 1774851186.052755}
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE72%2520JDU') HTTP/1.1" 204 0
2026-03-30 06:13:06 [bca.uk] INFO: Found listing with ID: NA69%20XBT
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA69%2520XBT%27 HTTP/1.1" 200 None
2026-03-30 06:13:06 [bca.uk] INFO: Scrape type for NA69%20XBT: 2
2026-03-30 06:13:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with identifier: NA69%20XBT
2026-03-30 06:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with scrape type 2
2026-03-30 06:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with scrape type 2
2026-03-30 06:13:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada, identifier: NA69%20XBT
2026-03-30 06:13:06 [bca.uk] INFO: Found listing with ID: GU62%20WMM
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU62%2520WMM%27 HTTP/1.1" 200 None
2026-03-30 06:13:06 [bca.uk] INFO: Scrape type for GU62%20WMM: 2
2026-03-30 06:13:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cea0e40f-2511-5e96-9b5e-52e9bf3c541b with identifier: GU62%20WMM
2026-03-30 06:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cea0e40f-2511-5e96-9b5e-52e9bf3c541b with scrape type 2
2026-03-30 06:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cea0e40f-2511-5e96-9b5e-52e9bf3c541b with scrape type 2
2026-03-30 06:13:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cea0e40f-2511-5e96-9b5e-52e9bf3c541b, identifier: GU62%20WMM
2026-03-30 06:13:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adbf274d-0228-5a5e-aeb6-e45b13d65ece with identifier: BD16%20KZP
2026-03-30 06:13:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adbf274d-0228-5a5e-aeb6-e45b13d65ece with identifier: BD16%20KZP
2026-03-30 06:13:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adbf274d-0228-5a5e-aeb6-e45b13d65ece with identifier: BD16%20KZP to the API
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:06 [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': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD16%20KZP-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'adbf274d-0228-5a5e-aeb6-e45b13d65ece',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BD16 KZP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD16%20KZP&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'NISSAN',
'model': 'NP300 NAVARA',
'odometer': 59310,
'odometer_reading_unit': '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 160 4WD ACENTA CrewCab Pick-up',
'transmission': 'manual',
'trim': 'DCI 160 4WD ACENTA',
'vin': 'VSKCTND23U0010102',
'year': 2016}
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD16%2520KZP%27 HTTP/1.1" 200 None
2026-03-30 06:13:06 [bca.uk] INFO: Saving data for BD16%20KZP: {'auction_closing_time': 1775210400.0, 'created_time': 1774649402.547789, 'last_price_update_time': 1774851186.617957}
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD16%2520KZP') HTTP/1.1" 204 0
2026-03-30 06:13:06 [bca.uk] INFO: Found listing with ID: OV23%20CVP
2026-03-30 06:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV23%2520CVP%27 HTTP/1.1" 200 None
2026-03-30 06:13:06 [bca.uk] INFO: Scrape type for OV23%20CVP: 2
2026-03-30 06:13:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e53679d-119c-5245-91d8-937f25c8f94f with identifier: OV23%20CVP
2026-03-30 06:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e53679d-119c-5245-91d8-937f25c8f94f with scrape type 2
2026-03-30 06:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e53679d-119c-5245-91d8-937f25c8f94f with scrape type 2
2026-03-30 06:13:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e53679d-119c-5245-91d8-937f25c8f94f, identifier: OV23%20CVP
2026-03-30 06:13:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with identifier: NA69%20XBT
2026-03-30 06:13:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43a9c51d-f13d-5bf8-bf3d-3df98a318ada with identifier: NA69%20XBT
2026-03-30 06:13:06 [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-30 06:13:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA69%2520XBT%27 HTTP/1.1" 200 None
2026-03-30 06:13:07 [bca.uk] INFO: Saving data for NA69%20XBT: {'auction_closing_time': 1774951200.0, 'created_time': 1774047756.939562, 'last_price_update_time': 1774851187.019326}
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:07 [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-30 06:13:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cea0e40f-2511-5e96-9b5e-52e9bf3c541b with identifier: GU62%20WMM
2026-03-30 06:13:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cea0e40f-2511-5e96-9b5e-52e9bf3c541b with identifier: GU62%20WMM
2026-03-30 06:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cea0e40f-2511-5e96-9b5e-52e9bf3c541b with identifier: GU62%20WMM to the API
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU62%20WMM-GB',
'category': 'Car',
'color': 'gold',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cea0e40f-2511-5e96-9b5e-52e9bf3c541b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU62 WMM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU62%20WMM&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 999999,
'odometer_reading_unit': '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': 'WF0KXXERJKCL08007',
'year': 2012}
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU62%2520WMM%27 HTTP/1.1" 200 None
2026-03-30 06:13:07 [bca.uk] INFO: Saving data for GU62%20WMM: {'auction_closing_time': 1774951200.0, 'created_time': 1773960530.647627, 'last_price_update_time': 1774851187.342486}
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU62%2520WMM') HTTP/1.1" 204 0
2026-03-30 06:13:07 [bca.uk] INFO: Total items found: 100
2026-03-30 06:13:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded
2026-03-30 06:13:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:13:07 [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-30 06:13:07 [bca.uk] INFO: Found listing with ID: CF24%20PVA
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF24%2520PVA%27 HTTP/1.1" 200 None
2026-03-30 06:13:07 [bca.uk] INFO: Scrape type for CF24%20PVA: 2
2026-03-30 06:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6998c3f0-ceeb-50c4-a252-01ee062ba217 with identifier: CF24%20PVA
2026-03-30 06:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6998c3f0-ceeb-50c4-a252-01ee062ba217 with scrape type 2
2026-03-30 06:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6998c3f0-ceeb-50c4-a252-01ee062ba217 with scrape type 2
2026-03-30 06:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6998c3f0-ceeb-50c4-a252-01ee062ba217, identifier: CF24%20PVA
2026-03-30 06:13:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e53679d-119c-5245-91d8-937f25c8f94f with identifier: OV23%20CVP
2026-03-30 06:13:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e53679d-119c-5245-91d8-937f25c8f94f with identifier: OV23%20CVP
2026-03-30 06:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e53679d-119c-5245-91d8-937f25c8f94f with identifier: OV23%20CVP to the API
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:07 [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=OV23%20CVP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '2e53679d-119c-5245-91d8-937f25c8f94f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV23 CVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20CVP&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'POLESTAR',
'model': '2',
'odometer': 72008,
'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': 'YSMVSEGE6PL147418',
'year': 2023}
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV23%2520CVP%27 HTTP/1.1" 200 None
2026-03-30 06:13:07 [bca.uk] INFO: Saving data for OV23%20CVP: {'auction_closing_time': 1774854000.0, 'created_time': 1774449282.229618, 'last_price_update_time': 1774851187.777899}
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520CVP') HTTP/1.1" 204 0
2026-03-30 06:13:07 [bca.uk] INFO: Found listing with ID: SD13%20SXO
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD13%2520SXO%27 HTTP/1.1" 200 None
2026-03-30 06:13:07 [bca.uk] INFO: Scrape type for SD13%20SXO: 0
2026-03-30 06:13:07 [bca.uk] INFO: Found listing with ID: SG09%20FNU
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG09%2520FNU%27 HTTP/1.1" 200 None
2026-03-30 06:13:07 [bca.uk] INFO: Scrape type for SG09%20FNU: 2
2026-03-30 06:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4d8e102-d886-591f-a670-4ce04d709092 with identifier: SG09%20FNU
2026-03-30 06:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4d8e102-d886-591f-a670-4ce04d709092 with scrape type 2
2026-03-30 06:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4d8e102-d886-591f-a670-4ce04d709092 with scrape type 2
2026-03-30 06:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4d8e102-d886-591f-a670-4ce04d709092, identifier: SG09%20FNU
2026-03-30 06:13:07 [bca.uk] INFO: Found listing with ID: GY14%20KTD
2026-03-30 06:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY14%2520KTD%27 HTTP/1.1" 200 None
2026-03-30 06:13:07 [bca.uk] INFO: Scrape type for GY14%20KTD: 2
2026-03-30 06:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 101a17e8-fc39-5fbb-8120-2cb930bc93d6 with identifier: GY14%20KTD
2026-03-30 06:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 101a17e8-fc39-5fbb-8120-2cb930bc93d6 with scrape type 2
2026-03-30 06:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 101a17e8-fc39-5fbb-8120-2cb930bc93d6 with scrape type 2
2026-03-30 06:13:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 101a17e8-fc39-5fbb-8120-2cb930bc93d6, identifier: GY14%20KTD
2026-03-30 06:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6998c3f0-ceeb-50c4-a252-01ee062ba217 with identifier: CF24%20PVA
2026-03-30 06:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6998c3f0-ceeb-50c4-a252-01ee062ba217 with identifier: CF24%20PVA
2026-03-30 06:13:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6998c3f0-ceeb-50c4-a252-01ee062ba217 with identifier: CF24%20PVA to the API
2026-03-30 06:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:08 [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': 199,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF24%20PVA-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6998c3f0-ceeb-50c4-a252-01ee062ba217',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CF24 PVA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF24%20PVA&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'TOURNEO CUSTOM',
'odometer': 12605,
'odometer_reading_unit': '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 L2 TITANIUM Bus',
'transmission': 'manual',
'trim': 'EBL 136 320 L2 TITANIUM',
'vin': 'WF0XXXTA6XPU70474',
'year': 2024}
2026-03-30 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF24%2520PVA%27 HTTP/1.1" 200 None
2026-03-30 06:13:08 [bca.uk] INFO: Saving data for CF24%20PVA: {'auction_closing_time': 1775210400.0, 'created_time': 1774649411.329682, 'last_price_update_time': 1774851188.380311}
2026-03-30 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF24%2520PVA') HTTP/1.1" 204 0
2026-03-30 06:13:08 [bca.uk] INFO: Found listing with ID: OY25%20GNO
2026-03-30 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY25%2520GNO%27 HTTP/1.1" 200 None
2026-03-30 06:13:08 [bca.uk] INFO: Scrape type for OY25%20GNO: 2
2026-03-30 06:13:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16c5e618-49f2-5593-879b-c6a698373d2c with identifier: OY25%20GNO
2026-03-30 06:13:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c5e618-49f2-5593-879b-c6a698373d2c with scrape type 2
2026-03-30 06:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16c5e618-49f2-5593-879b-c6a698373d2c with scrape type 2
2026-03-30 06:13:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16c5e618-49f2-5593-879b-c6a698373d2c, identifier: OY25%20GNO
2026-03-30 06:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4d8e102-d886-591f-a670-4ce04d709092 with identifier: SG09%20FNU
2026-03-30 06:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4d8e102-d886-591f-a670-4ce04d709092 with identifier: SG09%20FNU
2026-03-30 06:13:08 [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-30 06:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:08 [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': 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-30 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG09%2520FNU%27 HTTP/1.1" 200 None
2026-03-30 06:13:08 [bca.uk] INFO: Saving data for SG09%20FNU: {'auction_closing_time': 1774951200.0, 'created_time': 1774389728.202822, 'last_price_update_time': 1774851188.88583}
2026-03-30 06:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:08 [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-30 06:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 101a17e8-fc39-5fbb-8120-2cb930bc93d6 with identifier: GY14%20KTD
2026-03-30 06:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 101a17e8-fc39-5fbb-8120-2cb930bc93d6 with identifier: GY14%20KTD
2026-03-30 06:13:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 101a17e8-fc39-5fbb-8120-2cb930bc93d6 with identifier: GY14%20KTD to the API
2026-03-30 06:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 137,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY14%20KTD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '101a17e8-fc39-5fbb-8120-2cb930bc93d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY14 KTD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY14%20KTD&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'CITROEN',
'model': 'C3 PICASSO',
'odometer': 159383,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'CITROEN C3 PICASSO 1.6 VTI EXCLUSIVE EGS6 MPV',
'transmission': 'automatic',
'trim': 'VTI EXCLUSIVE EGS6',
'vin': 'VF7SH5FS8ET532770',
'year': 2014}
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY14%2520KTD%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Saving data for GY14%20KTD: {'auction_closing_time': 1774951200.0, 'created_time': 1773829476.350794, 'last_price_update_time': 1774851189.188501}
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY14%2520KTD') HTTP/1.1" 204 0
2026-03-30 06:13:09 [bca.uk] INFO: Found listing with ID: SJ14%20NOF
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ14%2520NOF%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Scrape type for SJ14%20NOF: 0
2026-03-30 06:13:09 [bca.uk] INFO: Found listing with ID: SJ65%20XUT
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ65%2520XUT%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Scrape type for SJ65%20XUT: 2
2026-03-30 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c85edfd1-f89b-514f-97b7-57947431bd08 with identifier: SJ65%20XUT
2026-03-30 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c85edfd1-f89b-514f-97b7-57947431bd08 with scrape type 2
2026-03-30 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c85edfd1-f89b-514f-97b7-57947431bd08 with scrape type 2
2026-03-30 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c85edfd1-f89b-514f-97b7-57947431bd08, identifier: SJ65%20XUT
2026-03-30 06:13:09 [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-30 06:13:09 [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-30 06:13:09 [bca.uk] INFO: Found listing with ID: YC18%20RMV
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC18%2520RMV%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Scrape type for YC18%20RMV: 2
2026-03-30 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3385b80b-5735-500b-a49f-0eda55f1e89a with identifier: YC18%20RMV
2026-03-30 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3385b80b-5735-500b-a49f-0eda55f1e89a with scrape type 2
2026-03-30 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3385b80b-5735-500b-a49f-0eda55f1e89a with scrape type 2
2026-03-30 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3385b80b-5735-500b-a49f-0eda55f1e89a, identifier: YC18%20RMV
2026-03-30 06:13:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16c5e618-49f2-5593-879b-c6a698373d2c with identifier: OY25%20GNO
2026-03-30 06:13:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16c5e618-49f2-5593-879b-c6a698373d2c with identifier: OY25%20GNO
2026-03-30 06:13:09 [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-30 06:13:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:09 [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=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-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520GNO%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Saving data for OY25%20GNO: {'auction_closing_time': 1774854000.0, 'created_time': 1773841079.940411, 'last_price_update_time': 1774851189.739083}
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:09 [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-30 06:13:09 [bca.uk] INFO: Found listing with ID: SM61%20URB
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM61%2520URB%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Scrape type for SM61%20URB: 2
2026-03-30 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f280e50-82f8-5e07-a758-beb8a06841aa with identifier: SM61%20URB
2026-03-30 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f280e50-82f8-5e07-a758-beb8a06841aa with scrape type 2
2026-03-30 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f280e50-82f8-5e07-a758-beb8a06841aa with scrape type 2
2026-03-30 06:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f280e50-82f8-5e07-a758-beb8a06841aa, identifier: SM61%20URB
2026-03-30 06:13:09 [bca.uk] INFO: Found listing with ID: KF05%20WVN
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF05%2520WVN%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Scrape type for KF05%20WVN: 0
2026-03-30 06:13:09 [bca.uk] INFO: Found listing with ID: LN11%20SXC
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN11%2520SXC%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Scrape type for LN11%20SXC: 0
2026-03-30 06:13:09 [bca.uk] INFO: Found listing with ID: WK14%20WOD
2026-03-30 06:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK14%2520WOD%27 HTTP/1.1" 200 None
2026-03-30 06:13:09 [bca.uk] INFO: Scrape type for WK14%20WOD: 2
2026-03-30 06:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cac9adea-44de-5290-9a31-2f0f47c3d0a3 with identifier: WK14%20WOD
2026-03-30 06:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cac9adea-44de-5290-9a31-2f0f47c3d0a3 with scrape type 2
2026-03-30 06:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cac9adea-44de-5290-9a31-2f0f47c3d0a3 with scrape type 2
2026-03-30 06:13:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cac9adea-44de-5290-9a31-2f0f47c3d0a3, identifier: WK14%20WOD
2026-03-30 06:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c85edfd1-f89b-514f-97b7-57947431bd08 with identifier: SJ65%20XUT
2026-03-30 06:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c85edfd1-f89b-514f-97b7-57947431bd08 with identifier: SJ65%20XUT
2026-03-30 06:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c85edfd1-f89b-514f-97b7-57947431bd08 with identifier: SJ65%20XUT to the API
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ65%20XUT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c85edfd1-f89b-514f-97b7-57947431bd08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ65 XUT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ65%20XUT&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 72664,
'odometer_reading_unit': '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 SE Hatchback',
'transmission': 'manual',
'trim': '70 SE',
'vin': 'W0L0XEP68F4253064',
'year': 2015}
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ65%2520XUT%27 HTTP/1.1" 200 None
2026-03-30 06:13:10 [bca.uk] INFO: Saving data for SJ65%20XUT: {'auction_closing_time': 1774951200.0, 'created_time': 1773987163.758731, 'last_price_update_time': 1774851190.354228}
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ65%2520XUT') HTTP/1.1" 204 0
2026-03-30 06:13:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3385b80b-5735-500b-a49f-0eda55f1e89a with identifier: YC18%20RMV
2026-03-30 06:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3385b80b-5735-500b-a49f-0eda55f1e89a with identifier: YC18%20RMV
2026-03-30 06:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3385b80b-5735-500b-a49f-0eda55f1e89a with identifier: YC18%20RMV to the API
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC18%20RMV-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3385b80b-5735-500b-a49f-0eda55f1e89a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC18 RMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC18%20RMV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TOURNEO CUSTOM',
'odometer': 92857,
'odometer_reading_unit': '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 TOURNEO CUSTOM 2.0 EBL 130 LWB TITANIUM L/R Bus',
'transmission': 'manual',
'trim': 'EBL 130 LWB TITANIUM L/R',
'vin': 'WF03XXTTG3JL76742',
'year': 2018}
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC18%2520RMV%27 HTTP/1.1" 200 None
2026-03-30 06:13:10 [bca.uk] INFO: Saving data for YC18%20RMV: {'auction_closing_time': 1775210400.0, 'created_time': 1774649401.895412, 'last_price_update_time': 1774851190.669646}
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC18%2520RMV') HTTP/1.1" 204 0
2026-03-30 06:13:10 [bca.uk] INFO: Found listing with ID: PE71%20XBG
2026-03-30 06:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE71%2520XBG%27 HTTP/1.1" 200 None
2026-03-30 06:13:10 [bca.uk] INFO: Scrape type for PE71%20XBG: 2
2026-03-30 06:13:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb7f0fd8-2dd3-5788-99ee-075b573d407e with identifier: PE71%20XBG
2026-03-30 06:13:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb7f0fd8-2dd3-5788-99ee-075b573d407e with scrape type 2
2026-03-30 06:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb7f0fd8-2dd3-5788-99ee-075b573d407e with scrape type 2
2026-03-30 06:13:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb7f0fd8-2dd3-5788-99ee-075b573d407e, identifier: PE71%20XBG
2026-03-30 06:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f280e50-82f8-5e07-a758-beb8a06841aa with identifier: SM61%20URB
2026-03-30 06:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f280e50-82f8-5e07-a758-beb8a06841aa with identifier: SM61%20URB
2026-03-30 06:13:10 [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-30 06:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM61%2520URB%27 HTTP/1.1" 200 None
2026-03-30 06:13:11 [bca.uk] INFO: Saving data for SM61%20URB: {'auction_closing_time': 1774951200.0, 'created_time': 1774477827.118383, 'last_price_update_time': 1774851191.073587}
2026-03-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:11 [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-30 06:13:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cac9adea-44de-5290-9a31-2f0f47c3d0a3 with identifier: WK14%20WOD
2026-03-30 06:13:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cac9adea-44de-5290-9a31-2f0f47c3d0a3 with identifier: WK14%20WOD
2026-03-30 06:13:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cac9adea-44de-5290-9a31-2f0f47c3d0a3 with identifier: WK14%20WOD to the API
2026-03-30 06:13:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK14%20WOD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cac9adea-44de-5290-9a31-2f0f47c3d0a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK14 WOD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK14%20WOD&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 88235,
'odometer_reading_unit': '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 TITANIUM P/SHIFT MPV',
'transmission': 'automatic',
'trim': 'TITANIUM P/SHIFT',
'vin': 'WF0KXXERJKDE09308',
'year': 2014}
2026-03-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK14%2520WOD%27 HTTP/1.1" 200 None
2026-03-30 06:13:11 [bca.uk] INFO: Saving data for WK14%20WOD: {'auction_closing_time': 1774951200.0, 'created_time': 1773844807.36237, 'last_price_update_time': 1774851191.392225}
2026-03-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK14%2520WOD') HTTP/1.1" 204 0
2026-03-30 06:13:11 [bca.uk] INFO: Found listing with ID: KJ18%20SXG
2026-03-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ18%2520SXG%27 HTTP/1.1" 200 None
2026-03-30 06:13:11 [bca.uk] INFO: Scrape type for KJ18%20SXG: 2
2026-03-30 06:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 868df982-2bb3-5dd5-852b-92389ac4314c with identifier: KJ18%20SXG
2026-03-30 06:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 868df982-2bb3-5dd5-852b-92389ac4314c with scrape type 2
2026-03-30 06:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 868df982-2bb3-5dd5-852b-92389ac4314c with scrape type 2
2026-03-30 06:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 868df982-2bb3-5dd5-852b-92389ac4314c, identifier: KJ18%20SXG
2026-03-30 06:13:11 [bca.uk] INFO: Found listing with ID: DP23%20TKJ
2026-03-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TKJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:11 [bca.uk] INFO: Scrape type for DP23%20TKJ: 2
2026-03-30 06:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cde53025-21e3-53cf-b6e1-6af5c5e1f2fa with identifier: DP23%20TKJ
2026-03-30 06:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cde53025-21e3-53cf-b6e1-6af5c5e1f2fa with scrape type 2
2026-03-30 06:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cde53025-21e3-53cf-b6e1-6af5c5e1f2fa with scrape type 2
2026-03-30 06:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cde53025-21e3-53cf-b6e1-6af5c5e1f2fa, identifier: DP23%20TKJ
2026-03-30 06:13:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb7f0fd8-2dd3-5788-99ee-075b573d407e with identifier: PE71%20XBG
2026-03-30 06:13:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb7f0fd8-2dd3-5788-99ee-075b573d407e with identifier: PE71%20XBG
2026-03-30 06:13:11 [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-30 06:13:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE71%2520XBG%27 HTTP/1.1" 200 None
2026-03-30 06:13:11 [bca.uk] INFO: Saving data for PE71%20XBG: {'auction_closing_time': 1774854000.0, 'created_time': 1773833210.730312, 'last_price_update_time': 1774851191.927952}
2026-03-30 06:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:11 [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-30 06:13:12 [bca.uk] INFO: Found listing with ID: VF07%20KYX
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF07%2520KYX%27 HTTP/1.1" 200 None
2026-03-30 06:13:12 [bca.uk] INFO: Scrape type for VF07%20KYX: 2
2026-03-30 06:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32b0feb8-92cc-5ba8-bde4-9818722f90b6 with identifier: VF07%20KYX
2026-03-30 06:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32b0feb8-92cc-5ba8-bde4-9818722f90b6 with scrape type 2
2026-03-30 06:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32b0feb8-92cc-5ba8-bde4-9818722f90b6 with scrape type 2
2026-03-30 06:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32b0feb8-92cc-5ba8-bde4-9818722f90b6, identifier: VF07%20KYX
2026-03-30 06:13:12 [bca.uk] INFO: Found listing with ID: DL64%20MPX
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL64%2520MPX%27 HTTP/1.1" 200 None
2026-03-30 06:13:12 [bca.uk] INFO: Scrape type for DL64%20MPX: 0
2026-03-30 06:13:12 [bca.uk] INFO: Found listing with ID: SF16%20SMW
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF16%2520SMW%27 HTTP/1.1" 200 None
2026-03-30 06:13:12 [bca.uk] INFO: Scrape type for SF16%20SMW: 2
2026-03-30 06:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee5fd57b-07ea-5938-8394-cad0775a2259 with identifier: SF16%20SMW
2026-03-30 06:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee5fd57b-07ea-5938-8394-cad0775a2259 with scrape type 2
2026-03-30 06:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee5fd57b-07ea-5938-8394-cad0775a2259 with scrape type 2
2026-03-30 06:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee5fd57b-07ea-5938-8394-cad0775a2259, identifier: SF16%20SMW
2026-03-30 06:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 868df982-2bb3-5dd5-852b-92389ac4314c with identifier: KJ18%20SXG
2026-03-30 06:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 868df982-2bb3-5dd5-852b-92389ac4314c with identifier: KJ18%20SXG
2026-03-30 06:13:12 [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-30 06:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ18%2520SXG%27 HTTP/1.1" 200 None
2026-03-30 06:13:12 [bca.uk] INFO: Saving data for KJ18%20SXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774563779.474245, 'last_price_update_time': 1774851192.58548}
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:12 [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-30 06:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cde53025-21e3-53cf-b6e1-6af5c5e1f2fa with identifier: DP23%20TKJ
2026-03-30 06:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cde53025-21e3-53cf-b6e1-6af5c5e1f2fa with identifier: DP23%20TKJ
2026-03-30 06:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cde53025-21e3-53cf-b6e1-6af5c5e1f2fa with identifier: DP23%20TKJ to the API
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:12 [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': None,
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cde53025-21e3-53cf-b6e1-6af5c5e1f2fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP23 TKJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20TKJ&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1',
'odometer': 59553,
'odometer_reading_unit': '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 L1 1.5 TURBO D 100 2300 PRO Van',
'transmission': 'manual',
'trim': 'TURBO D 100 2300 PRO',
'vin': 'W0VEFYHT2PJ681947',
'year': 2023}
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP23%2520TKJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:12 [bca.uk] INFO: Saving data for DP23%20TKJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649439.077155, 'last_price_update_time': 1774851192.922392}
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520TKJ') HTTP/1.1" 204 0
2026-03-30 06:13:12 [bca.uk] INFO: Found listing with ID: RF70%20EGV
2026-03-30 06:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF70%2520EGV%27 HTTP/1.1" 200 None
2026-03-30 06:13:12 [bca.uk] INFO: Scrape type for RF70%20EGV: 2
2026-03-30 06:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c8de66a-7f30-5310-93fb-5bc9d6176753 with identifier: RF70%20EGV
2026-03-30 06:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c8de66a-7f30-5310-93fb-5bc9d6176753 with scrape type 2
2026-03-30 06:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c8de66a-7f30-5310-93fb-5bc9d6176753 with scrape type 2
2026-03-30 06:13:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c8de66a-7f30-5310-93fb-5bc9d6176753, identifier: RF70%20EGV
2026-03-30 06:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32b0feb8-92cc-5ba8-bde4-9818722f90b6 with identifier: VF07%20KYX
2026-03-30 06:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32b0feb8-92cc-5ba8-bde4-9818722f90b6 with identifier: VF07%20KYX
2026-03-30 06:13:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32b0feb8-92cc-5ba8-bde4-9818722f90b6 with identifier: VF07%20KYX to the API
2026-03-30 06:13:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VF07%20KYX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '32b0feb8-92cc-5ba8-bde4-9818722f90b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF07 KYX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VF07%20KYX&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 133748,
'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 CIVIC 1.8 I-VTEC TYPE S GT I-SHIFT Hatchback',
'transmission': 'automatic',
'trim': 'I-VTEC TYPE S GT I-SHIFT',
'vin': 'SHHFN14607U002339',
'year': 2007}
2026-03-30 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF07%2520KYX%27 HTTP/1.1" 200 None
2026-03-30 06:13:13 [bca.uk] INFO: Saving data for VF07%20KYX: {'auction_closing_time': 1774951200.0, 'created_time': 1774047725.886229, 'last_price_update_time': 1774851193.346078}
2026-03-30 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VF07%2520KYX') HTTP/1.1" 204 0
2026-03-30 06:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee5fd57b-07ea-5938-8394-cad0775a2259 with identifier: SF16%20SMW
2026-03-30 06:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee5fd57b-07ea-5938-8394-cad0775a2259 with identifier: SF16%20SMW
2026-03-30 06:13:13 [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-30 06:13:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF16%2520SMW%27 HTTP/1.1" 200 None
2026-03-30 06:13:14 [bca.uk] INFO: Saving data for SF16%20SMW: {'auction_closing_time': 1774951200.0, 'created_time': 1774564229.042694, 'last_price_update_time': 1774851194.200162}
2026-03-30 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:14 [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-30 06:13:14 [bca.uk] INFO: Found listing with ID: LJ64%20UMR
2026-03-30 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ64%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:13:14 [bca.uk] INFO: Scrape type for LJ64%20UMR: 2
2026-03-30 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f848400a-1e97-544e-8f1e-d0f806d0529f with identifier: LJ64%20UMR
2026-03-30 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f848400a-1e97-544e-8f1e-d0f806d0529f with scrape type 2
2026-03-30 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f848400a-1e97-544e-8f1e-d0f806d0529f with scrape type 2
2026-03-30 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f848400a-1e97-544e-8f1e-d0f806d0529f, identifier: LJ64%20UMR
2026-03-30 06:13:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c8de66a-7f30-5310-93fb-5bc9d6176753 with identifier: RF70%20EGV
2026-03-30 06:13:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c8de66a-7f30-5310-93fb-5bc9d6176753 with identifier: RF70%20EGV
2026-03-30 06:13:14 [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-30 06:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF70%2520EGV%27 HTTP/1.1" 200 None
2026-03-30 06:13:14 [bca.uk] INFO: Saving data for RF70%20EGV: {'auction_closing_time': 1774854000.0, 'created_time': 1774276441.58571, 'last_price_update_time': 1774851194.609898}
2026-03-30 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:14 [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-30 06:13:14 [bca.uk] INFO: Found listing with ID: WG63%20YYE
2026-03-30 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG63%2520YYE%27 HTTP/1.1" 200 None
2026-03-30 06:13:14 [bca.uk] INFO: Scrape type for WG63%20YYE: 2
2026-03-30 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with identifier: WG63%20YYE
2026-03-30 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with scrape type 2
2026-03-30 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with scrape type 2
2026-03-30 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e, identifier: WG63%20YYE
2026-03-30 06:13:14 [bca.uk] INFO: Found listing with ID: EX14%20FSZ
2026-03-30 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX14%2520FSZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:14 [bca.uk] INFO: Scrape type for EX14%20FSZ: 0
2026-03-30 06:13:14 [bca.uk] INFO: Found listing with ID: FE65%20UJU
2026-03-30 06:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE65%2520UJU%27 HTTP/1.1" 200 None
2026-03-30 06:13:14 [bca.uk] INFO: Scrape type for FE65%20UJU: 2
2026-03-30 06:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with identifier: FE65%20UJU
2026-03-30 06:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with scrape type 2
2026-03-30 06:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with scrape type 2
2026-03-30 06:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee, identifier: FE65%20UJU
2026-03-30 06:13:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f848400a-1e97-544e-8f1e-d0f806d0529f with identifier: LJ64%20UMR
2026-03-30 06:13:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f848400a-1e97-544e-8f1e-d0f806d0529f with identifier: LJ64%20UMR
2026-03-30 06:13:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f848400a-1e97-544e-8f1e-d0f806d0529f with identifier: LJ64%20UMR to the API
2026-03-30 06:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ64%20UMR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f848400a-1e97-544e-8f1e-d0f806d0529f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LJ64 UMR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ64%20UMR&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '320D',
'odometer': 129967,
'odometer_reading_unit': '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 XDRIVE LUXURY STEP Saloon',
'transmission': 'automatic',
'trim': 'XDRIVE LUXURY STEP',
'vin': 'WBA3W52030K282478',
'year': 2014}
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ64%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:13:15 [bca.uk] INFO: Saving data for LJ64%20UMR: {'auction_closing_time': 1774951200.0, 'created_time': 1774649561.506098, 'last_price_update_time': 1774851195.170182}
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ64%2520UMR') HTTP/1.1" 204 0
2026-03-30 06:13:15 [bca.uk] INFO: Found listing with ID: RV23%20WJK
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520WJK%27 HTTP/1.1" 200 None
2026-03-30 06:13:15 [bca.uk] INFO: Scrape type for RV23%20WJK: 2
2026-03-30 06:13:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 360b948f-f9e0-5e3f-95d3-dcc746f68801 with identifier: RV23%20WJK
2026-03-30 06:13:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 360b948f-f9e0-5e3f-95d3-dcc746f68801 with scrape type 2
2026-03-30 06:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 360b948f-f9e0-5e3f-95d3-dcc746f68801 with scrape type 2
2026-03-30 06:13:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 360b948f-f9e0-5e3f-95d3-dcc746f68801, identifier: RV23%20WJK
2026-03-30 06:13:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with identifier: WG63%20YYE
2026-03-30 06:13:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb95ac21-36aa-5c8e-9670-6cda8c43bf7e with identifier: WG63%20YYE
2026-03-30 06:13:15 [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-30 06:13:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG63%2520YYE%27 HTTP/1.1" 200 None
2026-03-30 06:13:15 [bca.uk] INFO: Saving data for WG63%20YYE: {'auction_closing_time': 1774951200.0, 'created_time': 1774274989.396302, 'last_price_update_time': 1774851195.598992}
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:15 [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-30 06:13:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with identifier: FE65%20UJU
2026-03-30 06:13:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4d00369-6f53-57e4-a6d3-d04b9ba7d6ee with identifier: FE65%20UJU
2026-03-30 06:13:15 [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-30 06:13:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520UJU%27 HTTP/1.1" 200 None
2026-03-30 06:13:15 [bca.uk] INFO: Saving data for FE65%20UJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774275406.417026, 'last_price_update_time': 1774851195.906835}
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:15 [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-30 06:13:15 [bca.uk] INFO: Found listing with ID: LV13%20EXZ
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520EXZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:15 [bca.uk] INFO: Scrape type for LV13%20EXZ: 2
2026-03-30 06:13:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7330ce64-054e-52e8-b5a0-cb2828bf1f00 with identifier: LV13%20EXZ
2026-03-30 06:13:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7330ce64-054e-52e8-b5a0-cb2828bf1f00 with scrape type 2
2026-03-30 06:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7330ce64-054e-52e8-b5a0-cb2828bf1f00 with scrape type 2
2026-03-30 06:13:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7330ce64-054e-52e8-b5a0-cb2828bf1f00, identifier: LV13%20EXZ
2026-03-30 06:13:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 360b948f-f9e0-5e3f-95d3-dcc746f68801 with identifier: RV23%20WJK
2026-03-30 06:13:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 360b948f-f9e0-5e3f-95d3-dcc746f68801 with identifier: RV23%20WJK
2026-03-30 06:13:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 360b948f-f9e0-5e3f-95d3-dcc746f68801 with identifier: RV23%20WJK to the API
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:16 [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': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV23%20WJK-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': '360b948f-f9e0-5e3f-95d3-dcc746f68801',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RV23 WJK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV23%20WJK&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 23175,
'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': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT3PH210640',
'year': 2023}
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV23%2520WJK%27 HTTP/1.1" 200 None
2026-03-30 06:13:16 [bca.uk] INFO: Saving data for RV23%20WJK: {'auction_closing_time': 1774854000.0, 'created_time': 1773834014.965089, 'last_price_update_time': 1774851196.33814}
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV23%2520WJK') HTTP/1.1" 204 0
2026-03-30 06:13:16 [bca.uk] INFO: Found listing with ID: WJ07%20XUC
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ07%2520XUC%27 HTTP/1.1" 200 None
2026-03-30 06:13:16 [bca.uk] INFO: Scrape type for WJ07%20XUC: 2
2026-03-30 06:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b704d201-9fc4-505e-9c73-d4e4a713a957 with identifier: WJ07%20XUC
2026-03-30 06:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b704d201-9fc4-505e-9c73-d4e4a713a957 with scrape type 2
2026-03-30 06:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b704d201-9fc4-505e-9c73-d4e4a713a957 with scrape type 2
2026-03-30 06:13:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b704d201-9fc4-505e-9c73-d4e4a713a957, identifier: WJ07%20XUC
2026-03-30 06:13:16 [bca.uk] INFO: Found listing with ID: HK15%20VKT
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK15%2520VKT%27 HTTP/1.1" 200 None
2026-03-30 06:13:16 [bca.uk] INFO: Scrape type for HK15%20VKT: 2
2026-03-30 06:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with identifier: HK15%20VKT
2026-03-30 06:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with scrape type 2
2026-03-30 06:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with scrape type 2
2026-03-30 06:13:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6, identifier: HK15%20VKT
2026-03-30 06:13:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7330ce64-054e-52e8-b5a0-cb2828bf1f00 with identifier: LV13%20EXZ
2026-03-30 06:13:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7330ce64-054e-52e8-b5a0-cb2828bf1f00 with identifier: LV13%20EXZ
2026-03-30 06:13:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7330ce64-054e-52e8-b5a0-cb2828bf1f00 with identifier: LV13%20EXZ to the API
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV13%20EXZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7330ce64-054e-52e8-b5a0-cb2828bf1f00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV13 EXZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV13%20EXZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'JAGUAR',
'model': 'XF SPORTBRAKE',
'odometer': 140850,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'JAGUAR XF SPORTBRAKE 2.2 D 200 SPORT Estate',
'transmission': 'automatic',
'trim': 'D 200 SPORT',
'vin': 'SAJAC016XDDS92299',
'year': 2013}
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV13%2520EXZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:16 [bca.uk] INFO: Saving data for LV13%20EXZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773822819.520544, 'last_price_update_time': 1774851196.861856}
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV13%2520EXZ') HTTP/1.1" 204 0
2026-03-30 06:13:16 [scrapy.extensions.logstats] INFO: Crawled 47 pages (at 2 pages/min), scraped 1281 items (at 122 items/min)
2026-03-30 06:13:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
2026-03-30 06:13:16 [bca.uk] INFO: Found listing with ID: SG22%20ORL
2026-03-30 06:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG22%2520ORL%27 HTTP/1.1" 200 None
2026-03-30 06:13:16 [bca.uk] INFO: Scrape type for SG22%20ORL: 2
2026-03-30 06:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82b334ae-9d83-5e39-a643-41639a59686a with identifier: SG22%20ORL
2026-03-30 06:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b334ae-9d83-5e39-a643-41639a59686a with scrape type 2
2026-03-30 06:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82b334ae-9d83-5e39-a643-41639a59686a with scrape type 2
2026-03-30 06:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82b334ae-9d83-5e39-a643-41639a59686a, identifier: SG22%20ORL
2026-03-30 06:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b704d201-9fc4-505e-9c73-d4e4a713a957 with identifier: WJ07%20XUC
2026-03-30 06:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b704d201-9fc4-505e-9c73-d4e4a713a957 with identifier: WJ07%20XUC
2026-03-30 06:13:17 [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-30 06:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ07%2520XUC%27 HTTP/1.1" 200 None
2026-03-30 06:13:17 [bca.uk] INFO: Saving data for WJ07%20XUC: {'auction_closing_time': 1774951200.0, 'created_time': 1774477943.267577, 'last_price_update_time': 1774851197.424505}
2026-03-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:17 [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-30 06:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with identifier: HK15%20VKT
2026-03-30 06:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 524865d2-0fb5-5f71-a6ae-5f0843f6f9f6 with identifier: HK15%20VKT
2026-03-30 06:13:17 [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-30 06:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK15%2520VKT%27 HTTP/1.1" 200 None
2026-03-30 06:13:17 [bca.uk] INFO: Saving data for HK15%20VKT: {'auction_closing_time': 1774951200.0, 'created_time': 1774390136.441752, 'last_price_update_time': 1774851197.715915}
2026-03-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:17 [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-30 06:13:17 [bca.uk] INFO: Found listing with ID: NA15%20UTV
2026-03-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA15%2520UTV%27 HTTP/1.1" 200 None
2026-03-30 06:13:17 [bca.uk] INFO: Scrape type for NA15%20UTV: 0
2026-03-30 06:13:17 [bca.uk] INFO: Found listing with ID: OU64%20WOH
2026-03-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU64%2520WOH%27 HTTP/1.1" 200 None
2026-03-30 06:13:17 [bca.uk] INFO: Scrape type for OU64%20WOH: 0
2026-03-30 06:13:17 [bca.uk] INFO: Found listing with ID: EK13%20RKJ
2026-03-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK13%2520RKJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:17 [bca.uk] INFO: Scrape type for EK13%20RKJ: 0
2026-03-30 06:13:17 [bca.uk] INFO: Found listing with ID: EO60%20LVJ
2026-03-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO60%2520LVJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:17 [bca.uk] INFO: Scrape type for EO60%20LVJ: 0
2026-03-30 06:13:17 [bca.uk] INFO: Found listing with ID: ET15%20LNC
2026-03-30 06:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET15%2520LNC%27 HTTP/1.1" 200 None
2026-03-30 06:13:17 [bca.uk] INFO: Scrape type for ET15%20LNC: 2
2026-03-30 06:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3de9157f-766c-54dc-877b-db283aca8bc0 with identifier: ET15%20LNC
2026-03-30 06:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3de9157f-766c-54dc-877b-db283aca8bc0 with scrape type 2
2026-03-30 06:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3de9157f-766c-54dc-877b-db283aca8bc0 with scrape type 2
2026-03-30 06:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3de9157f-766c-54dc-877b-db283aca8bc0, identifier: ET15%20LNC
2026-03-30 06:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82b334ae-9d83-5e39-a643-41639a59686a with identifier: SG22%20ORL
2026-03-30 06:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82b334ae-9d83-5e39-a643-41639a59686a with identifier: SG22%20ORL
2026-03-30 06:13:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82b334ae-9d83-5e39-a643-41639a59686a with identifier: SG22%20ORL to the API
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20ORL-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': '82b334ae-9d83-5e39-a643-41639a59686a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SG22 ORL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20ORL&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 47742,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19800,
'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': 'SALCA2AT0NH913289',
'year': 2022}
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG22%2520ORL%27 HTTP/1.1" 200 None
2026-03-30 06:13:18 [bca.uk] INFO: Saving data for SG22%20ORL: {'auction_closing_time': 1774854000.0, 'created_time': 1774449279.818316, 'last_price_update_time': 1774851198.244595}
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520ORL') HTTP/1.1" 204 0
2026-03-30 06:13:18 [bca.uk] INFO: Found listing with ID: DF14%20TKV
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF14%2520TKV%27 HTTP/1.1" 200 None
2026-03-30 06:13:18 [bca.uk] INFO: Scrape type for DF14%20TKV: 2
2026-03-30 06:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dda20011-9527-538d-ad9b-5da7a87c689e with identifier: DF14%20TKV
2026-03-30 06:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda20011-9527-538d-ad9b-5da7a87c689e with scrape type 2
2026-03-30 06:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dda20011-9527-538d-ad9b-5da7a87c689e with scrape type 2
2026-03-30 06:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dda20011-9527-538d-ad9b-5da7a87c689e, identifier: DF14%20TKV
2026-03-30 06:13:18 [bca.uk] INFO: Found listing with ID: KV57%20GEK
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV57%2520GEK%27 HTTP/1.1" 200 None
2026-03-30 06:13:18 [bca.uk] INFO: Scrape type for KV57%20GEK: 2
2026-03-30 06:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with identifier: KV57%20GEK
2026-03-30 06:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with scrape type 2
2026-03-30 06:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with scrape type 2
2026-03-30 06:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36, identifier: KV57%20GEK
2026-03-30 06:13:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3de9157f-766c-54dc-877b-db283aca8bc0 with identifier: ET15%20LNC
2026-03-30 06:13:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3de9157f-766c-54dc-877b-db283aca8bc0 with identifier: ET15%20LNC
2026-03-30 06:13:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3de9157f-766c-54dc-877b-db283aca8bc0 with identifier: ET15%20LNC to the API
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET15%20LNC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3de9157f-766c-54dc-877b-db283aca8bc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ET15 LNC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET15%20LNC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 79700,
'odometer_reading_unit': '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 ACENTA Hatchback',
'transmission': 'manual',
'trim': 'ACENTA',
'vin': 'MDHFBUK13U0827460',
'year': 2015}
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET15%2520LNC%27 HTTP/1.1" 200 None
2026-03-30 06:13:18 [bca.uk] INFO: Saving data for ET15%20LNC: {'auction_closing_time': 1774951200.0, 'created_time': 1774045546.066677, 'last_price_update_time': 1774851198.774958}
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET15%2520LNC') HTTP/1.1" 204 0
2026-03-30 06:13:18 [bca.uk] INFO: Found listing with ID: SM22%20NNB
2026-03-30 06:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM22%2520NNB%27 HTTP/1.1" 200 None
2026-03-30 06:13:18 [bca.uk] INFO: Scrape type for SM22%20NNB: 2
2026-03-30 06:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with identifier: SM22%20NNB
2026-03-30 06:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with scrape type 2
2026-03-30 06:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with scrape type 2
2026-03-30 06:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b, identifier: SM22%20NNB
2026-03-30 06:13:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dda20011-9527-538d-ad9b-5da7a87c689e with identifier: DF14%20TKV
2026-03-30 06:13:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dda20011-9527-538d-ad9b-5da7a87c689e with identifier: DF14%20TKV
2026-03-30 06:13:19 [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-30 06:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF14%2520TKV%27 HTTP/1.1" 200 None
2026-03-30 06:13:19 [bca.uk] INFO: Saving data for DF14%20TKV: {'auction_closing_time': 1774951200.0, 'created_time': 1774564317.207193, 'last_price_update_time': 1774851199.191143}
2026-03-30 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:19 [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-30 06:13:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with identifier: KV57%20GEK
2026-03-30 06:13:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9afebf60-cfa4-575f-bbd6-cd91fdfa7a36 with identifier: KV57%20GEK
2026-03-30 06:13:19 [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-30 06:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV57%2520GEK%27 HTTP/1.1" 200 None
2026-03-30 06:13:19 [bca.uk] INFO: Saving data for KV57%20GEK: {'auction_closing_time': 1774951200.0, 'created_time': 1774005766.654303, 'last_price_update_time': 1774851199.497304}
2026-03-30 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:19 [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-30 06:13:19 [bca.uk] INFO: Found listing with ID: PN09%20VVK
2026-03-30 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN09%2520VVK%27 HTTP/1.1" 200 None
2026-03-30 06:13:19 [bca.uk] INFO: Scrape type for PN09%20VVK: 2
2026-03-30 06:13:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c38b6ab-945f-5544-becc-9f56bc6dd1f1 with identifier: PN09%20VVK
2026-03-30 06:13:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c38b6ab-945f-5544-becc-9f56bc6dd1f1 with scrape type 2
2026-03-30 06:13:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c38b6ab-945f-5544-becc-9f56bc6dd1f1 with scrape type 2
2026-03-30 06:13:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c38b6ab-945f-5544-becc-9f56bc6dd1f1, identifier: PN09%20VVK
2026-03-30 06:13:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with identifier: SM22%20NNB
2026-03-30 06:13:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 466c7d53-69b2-59eb-b0d8-7933fa28fd9b with identifier: SM22%20NNB
2026-03-30 06:13:19 [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-30 06:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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=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-30 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM22%2520NNB%27 HTTP/1.1" 200 None
2026-03-30 06:13:19 [bca.uk] INFO: Saving data for SM22%20NNB: {'auction_closing_time': 1774854000.0, 'created_time': 1774276855.413902, 'last_price_update_time': 1774851199.917743}
2026-03-30 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:19 [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-30 06:13:19 [bca.uk] INFO: Found listing with ID: DU16%20VYC
2026-03-30 06:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU16%2520VYC%27 HTTP/1.1" 200 None
2026-03-30 06:13:19 [bca.uk] INFO: Scrape type for DU16%20VYC: 2
2026-03-30 06:13:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3b4265-8008-5966-a750-b9cdb8c59f2b with identifier: DU16%20VYC
2026-03-30 06:13:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3b4265-8008-5966-a750-b9cdb8c59f2b with scrape type 2
2026-03-30 06:13:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3b4265-8008-5966-a750-b9cdb8c59f2b with scrape type 2
2026-03-30 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de3b4265-8008-5966-a750-b9cdb8c59f2b, identifier: DU16%20VYC
2026-03-30 06:13:20 [bca.uk] INFO: Found listing with ID: KY65%20TBU
2026-03-30 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY65%2520TBU%27 HTTP/1.1" 200 None
2026-03-30 06:13:20 [bca.uk] INFO: Scrape type for KY65%20TBU: 2
2026-03-30 06:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 411da7f5-eab3-59c5-a182-18e12ab9b2bc with identifier: KY65%20TBU
2026-03-30 06:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 411da7f5-eab3-59c5-a182-18e12ab9b2bc with scrape type 2
2026-03-30 06:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 411da7f5-eab3-59c5-a182-18e12ab9b2bc with scrape type 2
2026-03-30 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 411da7f5-eab3-59c5-a182-18e12ab9b2bc, identifier: KY65%20TBU
2026-03-30 06:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c38b6ab-945f-5544-becc-9f56bc6dd1f1 with identifier: PN09%20VVK
2026-03-30 06:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c38b6ab-945f-5544-becc-9f56bc6dd1f1 with identifier: PN09%20VVK
2026-03-30 06:13:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c38b6ab-945f-5544-becc-9f56bc6dd1f1 with identifier: PN09%20VVK to the API
2026-03-30 06:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 200,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN09%20VVK-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8c38b6ab-945f-5544-becc-9f56bc6dd1f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN09 VVK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN09%20VVK&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'RAPIDO',
'model': 'LE RANDONNEUR',
'odometer': 26411,
'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': 'RAPIDO LE RANDONNEUR 2.3 7099F MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '7099F MOTORHOME',
'vin': 'ZFA25000001502959',
'year': 2009}
2026-03-30 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN09%2520VVK%27 HTTP/1.1" 200 None
2026-03-30 06:13:20 [bca.uk] INFO: Saving data for PN09%20VVK: {'auction_closing_time': 1775124000.0, 'created_time': 1774649559.394076, 'last_price_update_time': 1774851200.470021}
2026-03-30 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN09%2520VVK') HTTP/1.1" 204 0
2026-03-30 06:13:20 [bca.uk] INFO: Found listing with ID: VO23%20NNV
2026-03-30 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO23%2520NNV%27 HTTP/1.1" 200 None
2026-03-30 06:13:20 [bca.uk] INFO: Scrape type for VO23%20NNV: 2
2026-03-30 06:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with identifier: VO23%20NNV
2026-03-30 06:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with scrape type 2
2026-03-30 06:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with scrape type 2
2026-03-30 06:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd, identifier: VO23%20NNV
2026-03-30 06:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de3b4265-8008-5966-a750-b9cdb8c59f2b with identifier: DU16%20VYC
2026-03-30 06:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de3b4265-8008-5966-a750-b9cdb8c59f2b with identifier: DU16%20VYC
2026-03-30 06:13:20 [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-30 06:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU16%2520VYC%27 HTTP/1.1" 200 None
2026-03-30 06:13:20 [bca.uk] INFO: Saving data for DU16%20VYC: {'auction_closing_time': 1774951200.0, 'created_time': 1774005710.51724, 'last_price_update_time': 1774851200.981316}
2026-03-30 06:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:20 [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-30 06:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 411da7f5-eab3-59c5-a182-18e12ab9b2bc with identifier: KY65%20TBU
2026-03-30 06:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 411da7f5-eab3-59c5-a182-18e12ab9b2bc with identifier: KY65%20TBU
2026-03-30 06:13:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 411da7f5-eab3-59c5-a182-18e12ab9b2bc with identifier: KY65%20TBU to the API
2026-03-30 06:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY65%20TBU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '411da7f5-eab3-59c5-a182-18e12ab9b2bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY65 TBU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY65%20TBU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '208',
'odometer': 65402,
'odometer_reading_unit': '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': 'VF3CCHMZ6FT125787',
'year': 2015}
2026-03-30 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY65%2520TBU%27 HTTP/1.1" 200 None
2026-03-30 06:13:21 [bca.uk] INFO: Saving data for KY65%20TBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774352903.199309, 'last_price_update_time': 1774851201.285699}
2026-03-30 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY65%2520TBU') HTTP/1.1" 204 0
2026-03-30 06:13:21 [bca.uk] INFO: Found listing with ID: YJ69%20DTA
2026-03-30 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ69%2520DTA%27 HTTP/1.1" 200 None
2026-03-30 06:13:21 [bca.uk] INFO: Scrape type for YJ69%20DTA: 2
2026-03-30 06:13:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f4019f2-5c1c-5104-b379-0656800e24c9 with identifier: YJ69%20DTA
2026-03-30 06:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f4019f2-5c1c-5104-b379-0656800e24c9 with scrape type 2
2026-03-30 06:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f4019f2-5c1c-5104-b379-0656800e24c9 with scrape type 2
2026-03-30 06:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f4019f2-5c1c-5104-b379-0656800e24c9, identifier: YJ69%20DTA
2026-03-30 06:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with identifier: VO23%20NNV
2026-03-30 06:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac1c4481-3c74-5c1d-a3c6-9a0ebf9970cd with identifier: VO23%20NNV
2026-03-30 06:13:21 [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-30 06:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO23%2520NNV%27 HTTP/1.1" 200 None
2026-03-30 06:13:21 [bca.uk] INFO: Saving data for VO23%20NNV: {'auction_closing_time': 1774854000.0, 'created_time': 1774276307.155155, 'last_price_update_time': 1774851201.699845}
2026-03-30 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:21 [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-30 06:13:21 [bca.uk] INFO: Found listing with ID: EJ14%20VDR
2026-03-30 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ14%2520VDR%27 HTTP/1.1" 200 None
2026-03-30 06:13:21 [bca.uk] INFO: Scrape type for EJ14%20VDR: 2
2026-03-30 06:13:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b47c7e7d-56c2-563f-957a-2241061e1c25 with identifier: EJ14%20VDR
2026-03-30 06:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b47c7e7d-56c2-563f-957a-2241061e1c25 with scrape type 2
2026-03-30 06:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b47c7e7d-56c2-563f-957a-2241061e1c25 with scrape type 2
2026-03-30 06:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b47c7e7d-56c2-563f-957a-2241061e1c25, identifier: EJ14%20VDR
2026-03-30 06:13:21 [bca.uk] INFO: Found listing with ID: N13%20GWM
2026-03-30 06:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27N13%2520GWM%27 HTTP/1.1" 200 None
2026-03-30 06:13:21 [bca.uk] INFO: Scrape type for N13%20GWM: 2
2026-03-30 06:13:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09f182f2-74bb-591a-82c7-93451aeea158 with identifier: N13%20GWM
2026-03-30 06:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09f182f2-74bb-591a-82c7-93451aeea158 with scrape type 2
2026-03-30 06:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09f182f2-74bb-591a-82c7-93451aeea158 with scrape type 2
2026-03-30 06:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09f182f2-74bb-591a-82c7-93451aeea158, identifier: N13%20GWM
2026-03-30 06:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f4019f2-5c1c-5104-b379-0656800e24c9 with identifier: YJ69%20DTA
2026-03-30 06:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f4019f2-5c1c-5104-b379-0656800e24c9 with identifier: YJ69%20DTA
2026-03-30 06:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f4019f2-5c1c-5104-b379-0656800e24c9 with identifier: YJ69%20DTA to the API
2026-03-30 06:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ69%20DTA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '7f4019f2-5c1c-5104-b379-0656800e24c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ69 DTA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ69%20DTA&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 30957,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': False,
'registration_date': '2020-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': 'SALZA2AN5LH082008',
'year': 2020}
2026-03-30 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ69%2520DTA%27 HTTP/1.1" 200 None
2026-03-30 06:13:22 [bca.uk] INFO: Saving data for YJ69%20DTA: {'auction_closing_time': 1775199600.0, 'created_time': 1773930233.183296, 'last_price_update_time': 1774851202.273776}
2026-03-30 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ69%2520DTA') HTTP/1.1" 204 0
2026-03-30 06:13:22 [bca.uk] INFO: Found listing with ID: WD24%20HDC
2026-03-30 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD24%2520HDC%27 HTTP/1.1" 200 None
2026-03-30 06:13:22 [bca.uk] INFO: Scrape type for WD24%20HDC: 2
2026-03-30 06:13:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b2d6abb-b016-5627-b99f-9d42bb96f081 with identifier: WD24%20HDC
2026-03-30 06:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b2d6abb-b016-5627-b99f-9d42bb96f081 with scrape type 2
2026-03-30 06:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b2d6abb-b016-5627-b99f-9d42bb96f081 with scrape type 2
2026-03-30 06:13:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b2d6abb-b016-5627-b99f-9d42bb96f081, identifier: WD24%20HDC
2026-03-30 06:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b47c7e7d-56c2-563f-957a-2241061e1c25 with identifier: EJ14%20VDR
2026-03-30 06:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b47c7e7d-56c2-563f-957a-2241061e1c25 with identifier: EJ14%20VDR
2026-03-30 06:13:22 [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-30 06:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ14%2520VDR%27 HTTP/1.1" 200 None
2026-03-30 06:13:22 [bca.uk] INFO: Saving data for EJ14%20VDR: {'auction_closing_time': 1774951200.0, 'created_time': 1774389739.107498, 'last_price_update_time': 1774851202.710433}
2026-03-30 06:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:22 [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-30 06:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09f182f2-74bb-591a-82c7-93451aeea158 with identifier: N13%20GWM
2026-03-30 06:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09f182f2-74bb-591a-82c7-93451aeea158 with identifier: N13%20GWM
2026-03-30 06:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09f182f2-74bb-591a-82c7-93451aeea158 with identifier: N13%20GWM to the API
2026-03-30 06:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 139,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '09f182f2-74bb-591a-82c7-93451aeea158',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'N13 GWM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=N13%20GWM&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': '208',
'odometer': 68547,
'odometer_reading_unit': '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.6 THP GTI Hatchback',
'transmission': 'manual',
'trim': 'THP GTI',
'vin': 'VF3CA5FU8DW062633',
'year': 2013}
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27N13%2520GWM%27 HTTP/1.1" 200 None
2026-03-30 06:13:23 [bca.uk] INFO: Saving data for N13%20GWM: {'auction_closing_time': 1774951200.0, 'created_time': 1773961102.66487, 'last_price_update_time': 1774851203.009192}
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N13%2520GWM') HTTP/1.1" 204 0
2026-03-30 06:13:23 [bca.uk] INFO: Found listing with ID: AJ73%20DVM
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ73%2520DVM%27 HTTP/1.1" 200 None
2026-03-30 06:13:23 [bca.uk] INFO: Scrape type for AJ73%20DVM: 2
2026-03-30 06:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1211cd74-5f05-5cc8-ab55-b5649b827d39 with identifier: AJ73%20DVM
2026-03-30 06:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1211cd74-5f05-5cc8-ab55-b5649b827d39 with scrape type 2
2026-03-30 06:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1211cd74-5f05-5cc8-ab55-b5649b827d39 with scrape type 2
2026-03-30 06:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1211cd74-5f05-5cc8-ab55-b5649b827d39, identifier: AJ73%20DVM
2026-03-30 06:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b2d6abb-b016-5627-b99f-9d42bb96f081 with identifier: WD24%20HDC
2026-03-30 06:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b2d6abb-b016-5627-b99f-9d42bb96f081 with identifier: WD24%20HDC
2026-03-30 06:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b2d6abb-b016-5627-b99f-9d42bb96f081 with identifier: WD24%20HDC to the API
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:23 [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=WD24%20HDC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '8b2d6abb-b016-5627-b99f-9d42bb96f081',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WD24 HDC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD24%20HDC&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'GWM ORA',
'model': 'ORA 03',
'odometer': 5156,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9200,
'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': 'LGWEEUA53NK639856',
'year': 2024}
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD24%2520HDC%27 HTTP/1.1" 200 None
2026-03-30 06:13:23 [bca.uk] INFO: Saving data for WD24%20HDC: {'auction_closing_time': 1774854000.0, 'created_time': 1774449303.511364, 'last_price_update_time': 1774851203.437097}
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD24%2520HDC') HTTP/1.1" 204 0
2026-03-30 06:13:23 [bca.uk] INFO: Found listing with ID: GJ61%20FMC
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ61%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:13:23 [bca.uk] INFO: Scrape type for GJ61%20FMC: 2
2026-03-30 06:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4559729c-a2e6-5300-a0e1-7a53214edcd1 with identifier: GJ61%20FMC
2026-03-30 06:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4559729c-a2e6-5300-a0e1-7a53214edcd1 with scrape type 2
2026-03-30 06:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4559729c-a2e6-5300-a0e1-7a53214edcd1 with scrape type 2
2026-03-30 06:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4559729c-a2e6-5300-a0e1-7a53214edcd1, identifier: GJ61%20FMC
2026-03-30 06:13:23 [bca.uk] INFO: Found listing with ID: PL14%20HJK
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL14%2520HJK%27 HTTP/1.1" 200 None
2026-03-30 06:13:23 [bca.uk] INFO: Scrape type for PL14%20HJK: 2
2026-03-30 06:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a73382a-0023-5e75-a6d9-45581220cd1d with identifier: PL14%20HJK
2026-03-30 06:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a73382a-0023-5e75-a6d9-45581220cd1d with scrape type 2
2026-03-30 06:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a73382a-0023-5e75-a6d9-45581220cd1d with scrape type 2
2026-03-30 06:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a73382a-0023-5e75-a6d9-45581220cd1d, identifier: PL14%20HJK
2026-03-30 06:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1211cd74-5f05-5cc8-ab55-b5649b827d39 with identifier: AJ73%20DVM
2026-03-30 06:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1211cd74-5f05-5cc8-ab55-b5649b827d39 with identifier: AJ73%20DVM
2026-03-30 06:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1211cd74-5f05-5cc8-ab55-b5649b827d39 with identifier: AJ73%20DVM to the API
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 177,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ73%20DVM-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '1211cd74-5f05-5cc8-ab55-b5649b827d39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ73 DVM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ73%20DVM&vehicleType=*',
'listing': 'directbuy',
'location': 'Crawley',
'make': 'VAUXHALL',
'model': 'VIVARO 2900',
'odometer': 68410,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'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': 'VXEVBYHRMP7867273',
'year': 2023}
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ73%2520DVM%27 HTTP/1.1" 200 None
2026-03-30 06:13:23 [bca.uk] INFO: Saving data for AJ73%20DVM: {'auction_closing_time': 1775199600.0, 'created_time': 1773932038.243837, 'last_price_update_time': 1774851203.945538}
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ73%2520DVM') HTTP/1.1" 204 0
2026-03-30 06:13:23 [bca.uk] INFO: Found listing with ID: WG72%20ORF
2026-03-30 06:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG72%2520ORF%27 HTTP/1.1" 200 None
2026-03-30 06:13:23 [bca.uk] INFO: Scrape type for WG72%20ORF: 2
2026-03-30 06:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ecb2495-ce09-5ede-8004-00042e56da48 with identifier: WG72%20ORF
2026-03-30 06:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ecb2495-ce09-5ede-8004-00042e56da48 with scrape type 2
2026-03-30 06:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ecb2495-ce09-5ede-8004-00042e56da48 with scrape type 2
2026-03-30 06:13:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ecb2495-ce09-5ede-8004-00042e56da48, identifier: WG72%20ORF
2026-03-30 06:13:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4559729c-a2e6-5300-a0e1-7a53214edcd1 with identifier: GJ61%20FMC
2026-03-30 06:13:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4559729c-a2e6-5300-a0e1-7a53214edcd1 with identifier: GJ61%20FMC
2026-03-30 06:13:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4559729c-a2e6-5300-a0e1-7a53214edcd1 with identifier: GJ61%20FMC to the API
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ61%20FMC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4559729c-a2e6-5300-a0e1-7a53214edcd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ61 FMC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ61%20FMC&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 118035,
'odometer_reading_unit': '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 GO Hatchback',
'transmission': 'manual',
'trim': 'VVT-I GO',
'vin': 'JTDKG18C10N569466',
'year': 2011}
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ61%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:13:24 [bca.uk] INFO: Saving data for GJ61%20FMC: {'auction_closing_time': 1774951200.0, 'created_time': 1774351514.689412, 'last_price_update_time': 1774851204.369823}
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ61%2520FMC') HTTP/1.1" 204 0
2026-03-30 06:13:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a73382a-0023-5e75-a6d9-45581220cd1d with identifier: PL14%20HJK
2026-03-30 06:13:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a73382a-0023-5e75-a6d9-45581220cd1d with identifier: PL14%20HJK
2026-03-30 06:13:24 [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-30 06:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:24 [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': 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-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL14%2520HJK%27 HTTP/1.1" 200 None
2026-03-30 06:13:24 [bca.uk] INFO: Saving data for PL14%20HJK: {'auction_closing_time': 1774951200.0, 'created_time': 1774392237.229043, 'last_price_update_time': 1774851204.67461}
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:24 [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-30 06:13:24 [bca.uk] INFO: Found listing with ID: SF68%20RVN
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF68%2520RVN%27 HTTP/1.1" 200 None
2026-03-30 06:13:24 [bca.uk] INFO: Scrape type for SF68%20RVN: 0
2026-03-30 06:13:24 [bca.uk] INFO: Found listing with ID: SG22%20VOH
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG22%2520VOH%27 HTTP/1.1" 200 None
2026-03-30 06:13:24 [bca.uk] INFO: Scrape type for SG22%20VOH: 0
2026-03-30 06:13:24 [bca.uk] INFO: Found listing with ID: SG22%20VPC
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG22%2520VPC%27 HTTP/1.1" 200 None
2026-03-30 06:13:24 [bca.uk] INFO: Scrape type for SG22%20VPC: 0
2026-03-30 06:13:24 [bca.uk] INFO: Found listing with ID: FE18%20XLP
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE18%2520XLP%27 HTTP/1.1" 200 None
2026-03-30 06:13:24 [bca.uk] INFO: Scrape type for FE18%20XLP: 2
2026-03-30 06:13:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fca16ff2-31fa-5864-a12d-5b557ab07f81 with identifier: FE18%20XLP
2026-03-30 06:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fca16ff2-31fa-5864-a12d-5b557ab07f81 with scrape type 2
2026-03-30 06:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fca16ff2-31fa-5864-a12d-5b557ab07f81 with scrape type 2
2026-03-30 06:13:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fca16ff2-31fa-5864-a12d-5b557ab07f81, identifier: FE18%20XLP
2026-03-30 06:13:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ecb2495-ce09-5ede-8004-00042e56da48 with identifier: WG72%20ORF
2026-03-30 06:13:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ecb2495-ce09-5ede-8004-00042e56da48 with identifier: WG72%20ORF
2026-03-30 06:13:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ecb2495-ce09-5ede-8004-00042e56da48 with identifier: WG72%20ORF to the API
2026-03-30 06:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:25 [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': 23,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG72%20ORF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '6ecb2495-ce09-5ede-8004-00042e56da48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WG72 ORF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG72%20ORF&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'CLA 250 E',
'odometer': 26257,
'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': 'MERCEDES-BENZ CLA 250 E 1.3 AMG LINE PREMIUM DCT Coupe',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM DCT',
'vin': 'W1K5J8GB0PN379514',
'year': 2023}
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG72%2520ORF%27 HTTP/1.1" 200 None
2026-03-30 06:13:25 [bca.uk] INFO: Saving data for WG72%20ORF: {'auction_closing_time': 1774854000.0, 'created_time': 1774073360.099261, 'last_price_update_time': 1774851205.16538}
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG72%2520ORF') HTTP/1.1" 204 0
2026-03-30 06:13:25 [bca.uk] INFO: Found listing with ID: GU64%20NXK
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU64%2520NXK%27 HTTP/1.1" 200 None
2026-03-30 06:13:25 [bca.uk] INFO: Scrape type for GU64%20NXK: 2
2026-03-30 06:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e84cfe8-2848-552d-8a85-8984c15787ab with identifier: GU64%20NXK
2026-03-30 06:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e84cfe8-2848-552d-8a85-8984c15787ab with scrape type 2
2026-03-30 06:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e84cfe8-2848-552d-8a85-8984c15787ab with scrape type 2
2026-03-30 06:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e84cfe8-2848-552d-8a85-8984c15787ab, identifier: GU64%20NXK
2026-03-30 06:13:25 [bca.uk] INFO: Found listing with ID: VE65%20YLT
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE65%2520YLT%27 HTTP/1.1" 200 None
2026-03-30 06:13:25 [bca.uk] INFO: Scrape type for VE65%20YLT: 0
2026-03-30 06:13:25 [bca.uk] INFO: Found listing with ID: WG62%20WDW
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG62%2520WDW%27 HTTP/1.1" 200 None
2026-03-30 06:13:25 [bca.uk] INFO: Scrape type for WG62%20WDW: 2
2026-03-30 06:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c293a269-ebf5-5dab-ae0e-c709d140c4a6 with identifier: WG62%20WDW
2026-03-30 06:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c293a269-ebf5-5dab-ae0e-c709d140c4a6 with scrape type 2
2026-03-30 06:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c293a269-ebf5-5dab-ae0e-c709d140c4a6 with scrape type 2
2026-03-30 06:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c293a269-ebf5-5dab-ae0e-c709d140c4a6, identifier: WG62%20WDW
2026-03-30 06:13:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fca16ff2-31fa-5864-a12d-5b557ab07f81 with identifier: FE18%20XLP
2026-03-30 06:13:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fca16ff2-31fa-5864-a12d-5b557ab07f81 with identifier: FE18%20XLP
2026-03-30 06:13:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fca16ff2-31fa-5864-a12d-5b557ab07f81 with identifier: FE18%20XLP to the API
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 89,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE18%20XLP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T16:00:00Z',
'fuel_type': 'Diesel',
'id': 'fca16ff2-31fa-5864-a12d-5b557ab07f81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE18 XLP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE18%20XLP&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'VAUXHALL',
'model': 'ASTRA TOURER',
'odometer': 99501,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2500,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA TOURER 1.6 CDTI 110 ECOTEC TECH LINE S/S Estate',
'transmission': 'manual',
'trim': 'CDTI 110 ECOTEC TECH LINE S/S',
'vin': 'W0VBD8EL8J8040057',
'year': 2018}
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE18%2520XLP%27 HTTP/1.1" 200 None
2026-03-30 06:13:25 [bca.uk] INFO: Saving data for FE18%20XLP: {'auction_closing_time': 1775232000.0, 'created_time': 1773843899.798313, 'last_price_update_time': 1774851205.806632}
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE18%2520XLP') HTTP/1.1" 204 0
2026-03-30 06:13:25 [bca.uk] INFO: Found listing with ID: WR71%20ZHH
2026-03-30 06:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-30 06:13:25 [bca.uk] INFO: Scrape type for WR71%20ZHH: 2
2026-03-30 06:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with identifier: WR71%20ZHH
2026-03-30 06:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with scrape type 2
2026-03-30 06:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with scrape type 2
2026-03-30 06:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214, identifier: WR71%20ZHH
2026-03-30 06:13:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e84cfe8-2848-552d-8a85-8984c15787ab with identifier: GU64%20NXK
2026-03-30 06:13:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e84cfe8-2848-552d-8a85-8984c15787ab with identifier: GU64%20NXK
2026-03-30 06:13:26 [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-30 06:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU64%2520NXK%27 HTTP/1.1" 200 None
2026-03-30 06:13:26 [bca.uk] INFO: Saving data for GU64%20NXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774651152.926853, 'last_price_update_time': 1774851206.319459}
2026-03-30 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:26 [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-30 06:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c293a269-ebf5-5dab-ae0e-c709d140c4a6 with identifier: WG62%20WDW
2026-03-30 06:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c293a269-ebf5-5dab-ae0e-c709d140c4a6 with identifier: WG62%20WDW
2026-03-30 06:13:26 [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-30 06:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG62%2520WDW%27 HTTP/1.1" 200 None
2026-03-30 06:13:26 [bca.uk] INFO: Saving data for WG62%20WDW: {'auction_closing_time': 1774951200.0, 'created_time': 1774392237.560484, 'last_price_update_time': 1774851206.616127}
2026-03-30 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:26 [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-30 06:13:26 [bca.uk] INFO: Found listing with ID: SB15%20HFS
2026-03-30 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB15%2520HFS%27 HTTP/1.1" 200 None
2026-03-30 06:13:26 [bca.uk] INFO: Scrape type for SB15%20HFS: 0
2026-03-30 06:13:26 [bca.uk] INFO: Found listing with ID: SB64%20ARZ
2026-03-30 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB64%2520ARZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:26 [bca.uk] INFO: Scrape type for SB64%20ARZ: 0
2026-03-30 06:13:26 [bca.uk] INFO: Found listing with ID: SB71%20XEU
2026-03-30 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB71%2520XEU%27 HTTP/1.1" 200 None
2026-03-30 06:13:26 [bca.uk] INFO: Scrape type for SB71%20XEU: 0
2026-03-30 06:13:26 [bca.uk] INFO: Found listing with ID: SC23%20RKV
2026-03-30 06:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC23%2520RKV%27 HTTP/1.1" 200 None
2026-03-30 06:13:26 [bca.uk] INFO: Scrape type for SC23%20RKV: 2
2026-03-30 06:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87f9326b-80eb-5309-8c31-3be27a8325bb with identifier: SC23%20RKV
2026-03-30 06:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87f9326b-80eb-5309-8c31-3be27a8325bb with scrape type 2
2026-03-30 06:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87f9326b-80eb-5309-8c31-3be27a8325bb with scrape type 2
2026-03-30 06:13:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87f9326b-80eb-5309-8c31-3be27a8325bb, identifier: SC23%20RKV
2026-03-30 06:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with identifier: WR71%20ZHH
2026-03-30 06:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dfdb6cf-181f-548b-a7a7-5dd6f79c8214 with identifier: WR71%20ZHH
2026-03-30 06:13:26 [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-30 06:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:27 [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': 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-30 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-30 06:13:27 [bca.uk] INFO: Saving data for WR71%20ZHH: {'auction_closing_time': 1774854000.0, 'created_time': 1774276355.44794, 'last_price_update_time': 1774851207.096236}
2026-03-30 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:27 [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-30 06:13:27 [bca.uk] INFO: Found listing with ID: HD07%20EZL
2026-03-30 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD07%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:13:27 [bca.uk] INFO: Scrape type for HD07%20EZL: 2
2026-03-30 06:13:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e68a83d-4cab-5dad-89af-4faf4abd69ee with identifier: HD07%20EZL
2026-03-30 06:13:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e68a83d-4cab-5dad-89af-4faf4abd69ee with scrape type 2
2026-03-30 06:13:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e68a83d-4cab-5dad-89af-4faf4abd69ee with scrape type 2
2026-03-30 06:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e68a83d-4cab-5dad-89af-4faf4abd69ee, identifier: HD07%20EZL
2026-03-30 06:13:27 [bca.uk] INFO: Found listing with ID: WU05%20WWZ
2026-03-30 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU05%2520WWZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:27 [bca.uk] INFO: Scrape type for WU05%20WWZ: 2
2026-03-30 06:13:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d5e50d5-86f6-586e-acc6-301d19556189 with identifier: WU05%20WWZ
2026-03-30 06:13:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d5e50d5-86f6-586e-acc6-301d19556189 with scrape type 2
2026-03-30 06:13:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d5e50d5-86f6-586e-acc6-301d19556189 with scrape type 2
2026-03-30 06:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d5e50d5-86f6-586e-acc6-301d19556189, identifier: WU05%20WWZ
2026-03-30 06:13:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87f9326b-80eb-5309-8c31-3be27a8325bb with identifier: SC23%20RKV
2026-03-30 06:13:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87f9326b-80eb-5309-8c31-3be27a8325bb with identifier: SC23%20RKV
2026-03-30 06:13:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87f9326b-80eb-5309-8c31-3be27a8325bb with identifier: SC23%20RKV to the API
2026-03-30 06:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC23%20RKV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '87f9326b-80eb-5309-8c31-3be27a8325bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC23 RKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC23%20RKV&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'LAND ROVER',
'model': 'DEFENDER 110',
'odometer': 28087,
'odometer_reading_unit': '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 SE (5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'D250 AWD X-DYNAMIC SE (5ST)',
'vin': 'SALEA7AW7P2240233',
'year': 2023}
2026-03-30 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC23%2520RKV%27 HTTP/1.1" 200 None
2026-03-30 06:13:27 [bca.uk] INFO: Saving data for SC23%20RKV: {'auction_closing_time': 1774854000.0, 'created_time': 1774045578.211528, 'last_price_update_time': 1774851207.603627}
2026-03-30 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC23%2520RKV') HTTP/1.1" 204 0
2026-03-30 06:13:27 [bca.uk] INFO: Found listing with ID: WX23%20GXK
2026-03-30 06:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX23%2520GXK%27 HTTP/1.1" 200 None
2026-03-30 06:13:27 [bca.uk] INFO: Scrape type for WX23%20GXK: 2
2026-03-30 06:13:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1beda86b-a252-568d-8abc-d695dd06b275 with identifier: WX23%20GXK
2026-03-30 06:13:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1beda86b-a252-568d-8abc-d695dd06b275 with scrape type 2
2026-03-30 06:13:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1beda86b-a252-568d-8abc-d695dd06b275 with scrape type 2
2026-03-30 06:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1beda86b-a252-568d-8abc-d695dd06b275, identifier: WX23%20GXK
2026-03-30 06:13:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e68a83d-4cab-5dad-89af-4faf4abd69ee with identifier: HD07%20EZL
2026-03-30 06:13:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e68a83d-4cab-5dad-89af-4faf4abd69ee with identifier: HD07%20EZL
2026-03-30 06:13:27 [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-30 06:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD07%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:13:28 [bca.uk] INFO: Saving data for HD07%20EZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774651134.161761, 'last_price_update_time': 1774851208.033715}
2026-03-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:28 [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-30 06:13:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d5e50d5-86f6-586e-acc6-301d19556189 with identifier: WU05%20WWZ
2026-03-30 06:13:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d5e50d5-86f6-586e-acc6-301d19556189 with identifier: WU05%20WWZ
2026-03-30 06:13:28 [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-30 06:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU05%2520WWZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:28 [bca.uk] INFO: Saving data for WU05%20WWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774005765.901472, 'last_price_update_time': 1774851208.444328}
2026-03-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:28 [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-30 06:13:28 [bca.uk] INFO: Found listing with ID: SG17%20YRD
2026-03-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG17%2520YRD%27 HTTP/1.1" 200 None
2026-03-30 06:13:28 [bca.uk] INFO: Scrape type for SG17%20YRD: 0
2026-03-30 06:13:28 [bca.uk] INFO: Found listing with ID: SH16%20TWD
2026-03-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH16%2520TWD%27 HTTP/1.1" 200 None
2026-03-30 06:13:28 [bca.uk] INFO: Scrape type for SH16%20TWD: 2
2026-03-30 06:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 466606b0-66ba-58bc-8563-6fe1a61fb4be with identifier: SH16%20TWD
2026-03-30 06:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 466606b0-66ba-58bc-8563-6fe1a61fb4be with scrape type 2
2026-03-30 06:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 466606b0-66ba-58bc-8563-6fe1a61fb4be with scrape type 2
2026-03-30 06:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 466606b0-66ba-58bc-8563-6fe1a61fb4be, identifier: SH16%20TWD
2026-03-30 06:13:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1beda86b-a252-568d-8abc-d695dd06b275 with identifier: WX23%20GXK
2026-03-30 06:13:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1beda86b-a252-568d-8abc-d695dd06b275 with identifier: WX23%20GXK
2026-03-30 06:13:28 [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-30 06:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:28 [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': 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-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX23%2520GXK%27 HTTP/1.1" 200 None
2026-03-30 06:13:28 [bca.uk] INFO: Saving data for WX23%20GXK: {'auction_closing_time': 1774854000.0, 'created_time': 1774276781.107989, 'last_price_update_time': 1774851208.900332}
2026-03-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:28 [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-30 06:13:28 [bca.uk] INFO: Found listing with ID: VK23%20RVT
2026-03-30 06:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK23%2520RVT%27 HTTP/1.1" 200 None
2026-03-30 06:13:28 [bca.uk] INFO: Scrape type for VK23%20RVT: 2
2026-03-30 06:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dfb295b-738f-5b1c-bda8-2c90cea15c30 with identifier: VK23%20RVT
2026-03-30 06:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dfb295b-738f-5b1c-bda8-2c90cea15c30 with scrape type 2
2026-03-30 06:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dfb295b-738f-5b1c-bda8-2c90cea15c30 with scrape type 2
2026-03-30 06:13:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dfb295b-738f-5b1c-bda8-2c90cea15c30, identifier: VK23%20RVT
2026-03-30 06:13:29 [bca.uk] INFO: Found listing with ID: AV17%20OEJ
2026-03-30 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV17%2520OEJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:29 [bca.uk] INFO: Scrape type for AV17%20OEJ: 2
2026-03-30 06:13:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad15c3de-3659-56eb-aead-0b78082252bb with identifier: AV17%20OEJ
2026-03-30 06:13:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad15c3de-3659-56eb-aead-0b78082252bb with scrape type 2
2026-03-30 06:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad15c3de-3659-56eb-aead-0b78082252bb with scrape type 2
2026-03-30 06:13:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad15c3de-3659-56eb-aead-0b78082252bb, identifier: AV17%20OEJ
2026-03-30 06:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 466606b0-66ba-58bc-8563-6fe1a61fb4be with identifier: SH16%20TWD
2026-03-30 06:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 466606b0-66ba-58bc-8563-6fe1a61fb4be with identifier: SH16%20TWD
2026-03-30 06:13:29 [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-30 06:13:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH16%2520TWD%27 HTTP/1.1" 200 None
2026-03-30 06:13:29 [bca.uk] INFO: Saving data for SH16%20TWD: {'auction_closing_time': 1774854000.0, 'created_time': 1774564657.185266, 'last_price_update_time': 1774851209.466163}
2026-03-30 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:29 [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-30 06:13:29 [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-30 06:13:29 [bca.uk] INFO: Found listing with ID: YK22%20TBV
2026-03-30 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK22%2520TBV%27 HTTP/1.1" 200 None
2026-03-30 06:13:29 [bca.uk] INFO: Scrape type for YK22%20TBV: 2
2026-03-30 06:13:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c52020-3374-5859-a1d7-08be99d8ee52 with identifier: YK22%20TBV
2026-03-30 06:13:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c52020-3374-5859-a1d7-08be99d8ee52 with scrape type 2
2026-03-30 06:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63c52020-3374-5859-a1d7-08be99d8ee52 with scrape type 2
2026-03-30 06:13:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63c52020-3374-5859-a1d7-08be99d8ee52, identifier: YK22%20TBV
2026-03-30 06:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dfb295b-738f-5b1c-bda8-2c90cea15c30 with identifier: VK23%20RVT
2026-03-30 06:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dfb295b-738f-5b1c-bda8-2c90cea15c30 with identifier: VK23%20RVT
2026-03-30 06:13:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dfb295b-738f-5b1c-bda8-2c90cea15c30 with identifier: VK23%20RVT to the API
2026-03-30 06:13:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 25,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK23%20RVT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '7dfb295b-738f-5b1c-bda8-2c90cea15c30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK23 RVT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK23%20RVT&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 30015,
'odometer_reading_unit': '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 PHEV AWD GT-LINE StationWagon',
'transmission': 'automatic',
'trim': 'T GDI PHEV AWD GT-LINE',
'vin': 'U5YPX81HSPL074543',
'year': 2023}
2026-03-30 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK23%2520RVT%27 HTTP/1.1" 200 None
2026-03-30 06:13:29 [bca.uk] INFO: Saving data for VK23%20RVT: {'auction_closing_time': 1775037600.0, 'created_time': 1774534291.545082, 'last_price_update_time': 1774851209.885169}
2026-03-30 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK23%2520RVT') HTTP/1.1" 204 0
2026-03-30 06:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad15c3de-3659-56eb-aead-0b78082252bb with identifier: AV17%20OEJ
2026-03-30 06:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad15c3de-3659-56eb-aead-0b78082252bb with identifier: AV17%20OEJ
2026-03-30 06:13:29 [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-30 06:13:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV17%2520OEJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:30 [bca.uk] INFO: Saving data for AV17%20OEJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774476852.202343, 'last_price_update_time': 1774851210.190245}
2026-03-30 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:30 [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-30 06:13:30 [bca.uk] INFO: Found listing with ID: SJ72%20JEO
2026-03-30 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ72%2520JEO%27 HTTP/1.1" 200 None
2026-03-30 06:13:30 [bca.uk] INFO: Scrape type for SJ72%20JEO: 0
2026-03-30 06:13:30 [bca.uk] INFO: Found listing with ID: SN22%20OPG
2026-03-30 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN22%2520OPG%27 HTTP/1.1" 200 None
2026-03-30 06:13:30 [bca.uk] INFO: Scrape type for SN22%20OPG: 2
2026-03-30 06:13:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 639f0326-84e8-5596-913a-f62b9cb4d2b1 with identifier: SN22%20OPG
2026-03-30 06:13:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639f0326-84e8-5596-913a-f62b9cb4d2b1 with scrape type 2
2026-03-30 06:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 639f0326-84e8-5596-913a-f62b9cb4d2b1 with scrape type 2
2026-03-30 06:13:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 639f0326-84e8-5596-913a-f62b9cb4d2b1, identifier: SN22%20OPG
2026-03-30 06:13:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63c52020-3374-5859-a1d7-08be99d8ee52 with identifier: YK22%20TBV
2026-03-30 06:13:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63c52020-3374-5859-a1d7-08be99d8ee52 with identifier: YK22%20TBV
2026-03-30 06:13:30 [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-30 06:13:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:30 [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': 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-30 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK22%2520TBV%27 HTTP/1.1" 200 None
2026-03-30 06:13:30 [bca.uk] INFO: Saving data for YK22%20TBV: {'auction_closing_time': 1774854000.0, 'created_time': 1774276420.102865, 'last_price_update_time': 1774851210.625276}
2026-03-30 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:30 [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-30 06:13:30 [bca.uk] INFO: Found listing with ID: FV59%20MFZ
2026-03-30 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV59%2520MFZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:30 [bca.uk] INFO: Scrape type for FV59%20MFZ: 2
2026-03-30 06:13:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a883ed36-b3fb-59b6-82c4-1ea6eb51bfc6 with identifier: FV59%20MFZ
2026-03-30 06:13:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a883ed36-b3fb-59b6-82c4-1ea6eb51bfc6 with scrape type 2
2026-03-30 06:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a883ed36-b3fb-59b6-82c4-1ea6eb51bfc6 with scrape type 2
2026-03-30 06:13:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a883ed36-b3fb-59b6-82c4-1ea6eb51bfc6, identifier: FV59%20MFZ
2026-03-30 06:13:30 [bca.uk] INFO: Found listing with ID: CA62%20PRV
2026-03-30 06:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA62%2520PRV%27 HTTP/1.1" 200 None
2026-03-30 06:13:30 [bca.uk] INFO: Scrape type for CA62%20PRV: 2
2026-03-30 06:13:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33d54eb3-407f-56d6-9578-0504cdf67f7d with identifier: CA62%20PRV
2026-03-30 06:13:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33d54eb3-407f-56d6-9578-0504cdf67f7d with scrape type 2
2026-03-30 06:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33d54eb3-407f-56d6-9578-0504cdf67f7d with scrape type 2
2026-03-30 06:13:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33d54eb3-407f-56d6-9578-0504cdf67f7d, identifier: CA62%20PRV
2026-03-30 06:13:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 639f0326-84e8-5596-913a-f62b9cb4d2b1 with identifier: SN22%20OPG
2026-03-30 06:13:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 639f0326-84e8-5596-913a-f62b9cb4d2b1 with identifier: SN22%20OPG
2026-03-30 06:13:30 [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-30 06:13:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN22%2520OPG%27 HTTP/1.1" 200 None
2026-03-30 06:13:31 [bca.uk] INFO: Saving data for SN22%20OPG: {'auction_closing_time': 1774854000.0, 'created_time': 1774476205.507544, 'last_price_update_time': 1774851211.388123}
2026-03-30 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:31 [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-30 06:13:31 [bca.uk] INFO: Found listing with ID: YK22%20TEO
2026-03-30 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK22%2520TEO%27 HTTP/1.1" 200 None
2026-03-30 06:13:31 [bca.uk] INFO: Scrape type for YK22%20TEO: 2
2026-03-30 06:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with identifier: YK22%20TEO
2026-03-30 06:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with scrape type 2
2026-03-30 06:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with scrape type 2
2026-03-30 06:13:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d, identifier: YK22%20TEO
2026-03-30 06:13:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a883ed36-b3fb-59b6-82c4-1ea6eb51bfc6 with identifier: FV59%20MFZ
2026-03-30 06:13:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a883ed36-b3fb-59b6-82c4-1ea6eb51bfc6 with identifier: FV59%20MFZ
2026-03-30 06:13:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a883ed36-b3fb-59b6-82c4-1ea6eb51bfc6 with identifier: FV59%20MFZ to the API
2026-03-30 06:13:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV59%20MFZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a883ed36-b3fb-59b6-82c4-1ea6eb51bfc6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV59 MFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV59%20MFZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 139004,
'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.6 TDI 105 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 SE',
'vin': 'WVWZZZ1KZAP089436',
'year': 2009}
2026-03-30 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV59%2520MFZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:31 [bca.uk] INFO: Saving data for FV59%20MFZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774351532.049421, 'last_price_update_time': 1774851211.803165}
2026-03-30 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV59%2520MFZ') HTTP/1.1" 204 0
2026-03-30 06:13:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33d54eb3-407f-56d6-9578-0504cdf67f7d with identifier: CA62%20PRV
2026-03-30 06:13:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33d54eb3-407f-56d6-9578-0504cdf67f7d with identifier: CA62%20PRV
2026-03-30 06:13:31 [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-30 06:13:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA62%2520PRV%27 HTTP/1.1" 200 None
2026-03-30 06:13:32 [bca.uk] INFO: Saving data for CA62%20PRV: {'auction_closing_time': 1774951200.0, 'created_time': 1774390046.288629, 'last_price_update_time': 1774851212.132865}
2026-03-30 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:32 [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-30 06:13:32 [bca.uk] INFO: Found listing with ID: SP72%20PWY
2026-03-30 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP72%2520PWY%27 HTTP/1.1" 200 None
2026-03-30 06:13:32 [bca.uk] INFO: Scrape type for SP72%20PWY: 2
2026-03-30 06:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c95b2dcb-6b1b-5f6c-996e-4c972a9e7bfe with identifier: SP72%20PWY
2026-03-30 06:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c95b2dcb-6b1b-5f6c-996e-4c972a9e7bfe with scrape type 2
2026-03-30 06:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c95b2dcb-6b1b-5f6c-996e-4c972a9e7bfe with scrape type 2
2026-03-30 06:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c95b2dcb-6b1b-5f6c-996e-4c972a9e7bfe, identifier: SP72%20PWY
2026-03-30 06:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with identifier: YK22%20TEO
2026-03-30 06:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1b79505-6c3d-5fda-9bb1-f94c91dc6b8d with identifier: YK22%20TEO
2026-03-30 06:13:32 [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-30 06:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:32 [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': 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-30 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK22%2520TEO%27 HTTP/1.1" 200 None
2026-03-30 06:13:32 [bca.uk] INFO: Saving data for YK22%20TEO: {'auction_closing_time': 1774854000.0, 'created_time': 1773825819.136107, 'last_price_update_time': 1774851212.526355}
2026-03-30 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:32 [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-30 06:13:32 [bca.uk] INFO: Found listing with ID: GX63%20OJP
2026-03-30 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX63%2520OJP%27 HTTP/1.1" 200 None
2026-03-30 06:13:32 [bca.uk] INFO: Scrape type for GX63%20OJP: 2
2026-03-30 06:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1966fbb3-b521-5f6a-9373-3478dc50718c with identifier: GX63%20OJP
2026-03-30 06:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1966fbb3-b521-5f6a-9373-3478dc50718c with scrape type 2
2026-03-30 06:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1966fbb3-b521-5f6a-9373-3478dc50718c with scrape type 2
2026-03-30 06:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1966fbb3-b521-5f6a-9373-3478dc50718c, identifier: GX63%20OJP
2026-03-30 06:13:32 [bca.uk] INFO: Found listing with ID: CK18%20EYV
2026-03-30 06:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK18%2520EYV%27 HTTP/1.1" 200 None
2026-03-30 06:13:32 [bca.uk] INFO: Scrape type for CK18%20EYV: 2
2026-03-30 06:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03b1d374-8550-551d-bda1-1fc47335db3f with identifier: CK18%20EYV
2026-03-30 06:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03b1d374-8550-551d-bda1-1fc47335db3f with scrape type 2
2026-03-30 06:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03b1d374-8550-551d-bda1-1fc47335db3f with scrape type 2
2026-03-30 06:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03b1d374-8550-551d-bda1-1fc47335db3f, identifier: CK18%20EYV
2026-03-30 06:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c95b2dcb-6b1b-5f6c-996e-4c972a9e7bfe with identifier: SP72%20PWY
2026-03-30 06:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c95b2dcb-6b1b-5f6c-996e-4c972a9e7bfe with identifier: SP72%20PWY
2026-03-30 06:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c95b2dcb-6b1b-5f6c-996e-4c972a9e7bfe with identifier: SP72%20PWY to the API
2026-03-30 06:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP72%20PWY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'c95b2dcb-6b1b-5f6c-996e-4c972a9e7bfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP72 PWY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP72%20PWY&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 44731,
'odometer_reading_unit': '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 BLACK StationWagon',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYNAMIC BLACK',
'vin': 'SADCA2AN7PA715804',
'year': 2023}
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP72%2520PWY%27 HTTP/1.1" 200 None
2026-03-30 06:13:33 [bca.uk] INFO: Saving data for SP72%20PWY: {'auction_closing_time': 1774854000.0, 'created_time': 1773832949.626528, 'last_price_update_time': 1774851213.139852}
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP72%2520PWY') HTTP/1.1" 204 0
2026-03-30 06:13:33 [bca.uk] INFO: Total items found: 100
2026-03-30 06:13:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded
2026-03-30 06:13:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:13:33 [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-30 06:13:33 [bca.uk] INFO: Found listing with ID: YK72%20UPF
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK72%2520UPF%27 HTTP/1.1" 200 None
2026-03-30 06:13:33 [bca.uk] INFO: Scrape type for YK72%20UPF: 2
2026-03-30 06:13:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41e0ecbf-f120-5c34-a83b-564cbc12ce03 with identifier: YK72%20UPF
2026-03-30 06:13:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41e0ecbf-f120-5c34-a83b-564cbc12ce03 with scrape type 2
2026-03-30 06:13:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41e0ecbf-f120-5c34-a83b-564cbc12ce03 with scrape type 2
2026-03-30 06:13:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41e0ecbf-f120-5c34-a83b-564cbc12ce03, identifier: YK72%20UPF
2026-03-30 06:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1966fbb3-b521-5f6a-9373-3478dc50718c with identifier: GX63%20OJP
2026-03-30 06:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1966fbb3-b521-5f6a-9373-3478dc50718c with identifier: GX63%20OJP
2026-03-30 06:13:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1966fbb3-b521-5f6a-9373-3478dc50718c with identifier: GX63%20OJP to the API
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX63%20OJP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1966fbb3-b521-5f6a-9373-3478dc50718c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX63 OJP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX63%20OJP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLVO',
'model': 'V70',
'odometer': 100581,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'VOLVO V70 2.0 D3 136 SE G/T Estate',
'transmission': 'manual',
'trim': 'D3 136 SE G/T',
'vin': 'YV1BW3180E1289661',
'year': 2013}
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX63%2520OJP%27 HTTP/1.1" 200 None
2026-03-30 06:13:33 [bca.uk] INFO: Saving data for GX63%20OJP: {'auction_closing_time': 1774951200.0, 'created_time': 1774351533.595616, 'last_price_update_time': 1774851213.6167}
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX63%2520OJP') HTTP/1.1" 204 0
2026-03-30 06:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03b1d374-8550-551d-bda1-1fc47335db3f with identifier: CK18%20EYV
2026-03-30 06:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03b1d374-8550-551d-bda1-1fc47335db3f with identifier: CK18%20EYV
2026-03-30 06:13:33 [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-30 06:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK18%2520EYV%27 HTTP/1.1" 200 None
2026-03-30 06:13:33 [bca.uk] INFO: Saving data for CK18%20EYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774390035.983739, 'last_price_update_time': 1774851213.927707}
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:33 [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-30 06:13:33 [bca.uk] INFO: Found listing with ID: VK21%20WLP
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK21%2520WLP%27 HTTP/1.1" 200 None
2026-03-30 06:13:33 [bca.uk] INFO: Scrape type for VK21%20WLP: 0
2026-03-30 06:13:33 [bca.uk] INFO: Found listing with ID: YF19%20FJL
2026-03-30 06:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF19%2520FJL%27 HTTP/1.1" 200 None
2026-03-30 06:13:33 [bca.uk] INFO: Scrape type for YF19%20FJL: 2
2026-03-30 06:13:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f30ce10-0d60-56ac-8667-ff3a476eeafa with identifier: YF19%20FJL
2026-03-30 06:13:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f30ce10-0d60-56ac-8667-ff3a476eeafa with scrape type 2
2026-03-30 06:13:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f30ce10-0d60-56ac-8667-ff3a476eeafa with scrape type 2
2026-03-30 06:13:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f30ce10-0d60-56ac-8667-ff3a476eeafa, identifier: YF19%20FJL
2026-03-30 06:13:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41e0ecbf-f120-5c34-a83b-564cbc12ce03 with identifier: YK72%20UPF
2026-03-30 06:13:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41e0ecbf-f120-5c34-a83b-564cbc12ce03 with identifier: YK72%20UPF
2026-03-30 06:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41e0ecbf-f120-5c34-a83b-564cbc12ce03 with identifier: YK72%20UPF to the API
2026-03-30 06:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:34 [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': 34,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK72%20UPF-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': '41e0ecbf-f120-5c34-a83b-564cbc12ce03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YK72 UPF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK72%20UPF&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 23093,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22500,
'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': 'SALZA2AT7PH206039',
'year': 2022}
2026-03-30 06:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK72%2520UPF%27 HTTP/1.1" 200 None
2026-03-30 06:13:34 [bca.uk] INFO: Saving data for YK72%20UPF: {'auction_closing_time': 1774854000.0, 'created_time': 1774448905.817864, 'last_price_update_time': 1774851214.39007}
2026-03-30 06:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK72%2520UPF') HTTP/1.1" 204 0
2026-03-30 06:13:34 [bca.uk] INFO: Found listing with ID: KS58%20OPT
2026-03-30 06:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS58%2520OPT%27 HTTP/1.1" 200 None
2026-03-30 06:13:34 [bca.uk] INFO: Scrape type for KS58%20OPT: 2
2026-03-30 06:13:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16f5f9b9-0f18-5ca5-bb63-c243a36e7ffb with identifier: KS58%20OPT
2026-03-30 06:13:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16f5f9b9-0f18-5ca5-bb63-c243a36e7ffb with scrape type 2
2026-03-30 06:13:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16f5f9b9-0f18-5ca5-bb63-c243a36e7ffb with scrape type 2
2026-03-30 06:13:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16f5f9b9-0f18-5ca5-bb63-c243a36e7ffb, identifier: KS58%20OPT
2026-03-30 06:13:34 [bca.uk] INFO: Found listing with ID: CU65%20MXK
2026-03-30 06:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU65%2520MXK%27 HTTP/1.1" 200 None
2026-03-30 06:13:34 [bca.uk] INFO: Scrape type for CU65%20MXK: 2
2026-03-30 06:13:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66bbd54b-2970-5e3e-8364-f125942a4bc9 with identifier: CU65%20MXK
2026-03-30 06:13:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66bbd54b-2970-5e3e-8364-f125942a4bc9 with scrape type 2
2026-03-30 06:13:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66bbd54b-2970-5e3e-8364-f125942a4bc9 with scrape type 2
2026-03-30 06:13:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66bbd54b-2970-5e3e-8364-f125942a4bc9, identifier: CU65%20MXK
2026-03-30 06:13:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f30ce10-0d60-56ac-8667-ff3a476eeafa with identifier: YF19%20FJL
2026-03-30 06:13:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f30ce10-0d60-56ac-8667-ff3a476eeafa with identifier: YF19%20FJL
2026-03-30 06:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f30ce10-0d60-56ac-8667-ff3a476eeafa with identifier: YF19%20FJL to the API
2026-03-30 06:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:34 [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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF19%20FJL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '2f30ce10-0d60-56ac-8667-ff3a476eeafa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF19 FJL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF19%20FJL&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 52937,
'odometer_reading_unit': '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 CLASSIC Hatchback',
'transmission': 'automatic',
'trim': 'COOPER CLASSIC',
'vin': 'WMWYW320903L06867',
'year': 2019}
2026-03-30 06:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF19%2520FJL%27 HTTP/1.1" 200 None
2026-03-30 06:13:34 [bca.uk] INFO: Saving data for YF19%20FJL: {'auction_closing_time': 1774854000.0, 'created_time': 1773932427.184506, 'last_price_update_time': 1774851214.992679}
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF19%2520FJL') HTTP/1.1" 204 0
2026-03-30 06:13:35 [bca.uk] INFO: Found listing with ID: MJ74%20HDD
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ74%2520HDD%27 HTTP/1.1" 200 None
2026-03-30 06:13:35 [bca.uk] INFO: Scrape type for MJ74%20HDD: 2
2026-03-30 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with identifier: MJ74%20HDD
2026-03-30 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with scrape type 2
2026-03-30 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with scrape type 2
2026-03-30 06:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b, identifier: MJ74%20HDD
2026-03-30 06:13:35 [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-30 06:13:35 [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-30 06:13:35 [bca.uk] INFO: Found listing with ID: YP72%20NTM
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP72%2520NTM%27 HTTP/1.1" 200 None
2026-03-30 06:13:35 [bca.uk] INFO: Scrape type for YP72%20NTM: 2
2026-03-30 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 749421a6-abf4-5051-987f-357921d80c76 with identifier: YP72%20NTM
2026-03-30 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 749421a6-abf4-5051-987f-357921d80c76 with scrape type 2
2026-03-30 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 749421a6-abf4-5051-987f-357921d80c76 with scrape type 2
2026-03-30 06:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 749421a6-abf4-5051-987f-357921d80c76, identifier: YP72%20NTM
2026-03-30 06:13:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16f5f9b9-0f18-5ca5-bb63-c243a36e7ffb with identifier: KS58%20OPT
2026-03-30 06:13:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16f5f9b9-0f18-5ca5-bb63-c243a36e7ffb with identifier: KS58%20OPT
2026-03-30 06:13:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16f5f9b9-0f18-5ca5-bb63-c243a36e7ffb with identifier: KS58%20OPT to the API
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:13: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-30 06:13: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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS58%20OPT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '16f5f9b9-0f18-5ca5-bb63-c243a36e7ffb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS58 OPT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS58%20OPT&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FIAT',
'model': '500',
'odometer': 137030,
'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.4 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA31200000152691',
'year': 2009}
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS58%2520OPT%27 HTTP/1.1" 200 None
2026-03-30 06:13:35 [bca.uk] INFO: Saving data for KS58%20OPT: {'auction_closing_time': 1774951200.0, 'created_time': 1774351491.731493, 'last_price_update_time': 1774851215.53996}
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS58%2520OPT') HTTP/1.1" 204 0
2026-03-30 06:13:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66bbd54b-2970-5e3e-8364-f125942a4bc9 with identifier: CU65%20MXK
2026-03-30 06:13:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66bbd54b-2970-5e3e-8364-f125942a4bc9 with identifier: CU65%20MXK
2026-03-30 06:13:35 [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-30 06:13:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:13: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-30 06:13: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': 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-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU65%2520MXK%27 HTTP/1.1" 200 None
2026-03-30 06:13:35 [bca.uk] INFO: Saving data for CU65%20MXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774476850.653934, 'last_price_update_time': 1774851215.835001}
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:35 [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-30 06:13:35 [bca.uk] INFO: Found listing with ID: YL17%20EWF
2026-03-30 06:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL17%2520EWF%27 HTTP/1.1" 200 None
2026-03-30 06:13:35 [bca.uk] INFO: Scrape type for YL17%20EWF: 2
2026-03-30 06:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7948fd7e-23d8-5ca4-82fe-49c66e810470 with identifier: YL17%20EWF
2026-03-30 06:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7948fd7e-23d8-5ca4-82fe-49c66e810470 with scrape type 2
2026-03-30 06:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7948fd7e-23d8-5ca4-82fe-49c66e810470 with scrape type 2
2026-03-30 06:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7948fd7e-23d8-5ca4-82fe-49c66e810470, identifier: YL17%20EWF
2026-03-30 06:13:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with identifier: MJ74%20HDD
2026-03-30 06:13:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a860e1ba-9c5b-5e1d-b206-e65eeeff9b8b with identifier: MJ74%20HDD
2026-03-30 06:13:36 [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-30 06:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ74%2520HDD%27 HTTP/1.1" 200 None
2026-03-30 06:13:36 [bca.uk] INFO: Saving data for MJ74%20HDD: {'auction_closing_time': 1775199600.0, 'created_time': 1773841930.451387, 'last_price_update_time': 1774851216.265961}
2026-03-30 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:36 [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-30 06:13:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 749421a6-abf4-5051-987f-357921d80c76 with identifier: YP72%20NTM
2026-03-30 06:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 749421a6-abf4-5051-987f-357921d80c76 with identifier: YP72%20NTM
2026-03-30 06:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 749421a6-abf4-5051-987f-357921d80c76 with identifier: YP72%20NTM to the API
2026-03-30 06:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:36 [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=YP72%20NTM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '749421a6-abf4-5051-987f-357921d80c76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YP72 NTM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP72%20NTM&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'FORD',
'model': 'MUSTANG MACH-E',
'odometer': 32029,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17600,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FORD MUSTANG MACH-E 198KW 70KWH RWD STANDARD RANGE Hatchback',
'transmission': 'automatic',
'trim': '198KW 70KWH RWD STANDARD RANGE',
'vin': 'WF0TR1RM6NMA09610',
'year': 2022}
2026-03-30 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP72%2520NTM%27 HTTP/1.1" 200 None
2026-03-30 06:13:36 [bca.uk] INFO: Saving data for YP72%20NTM: {'auction_closing_time': 1774854000.0, 'created_time': 1774449117.455747, 'last_price_update_time': 1774851216.544257}
2026-03-30 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520NTM') HTTP/1.1" 204 0
2026-03-30 06:13:36 [bca.uk] INFO: Found listing with ID: LM62%20GWZ
2026-03-30 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM62%2520GWZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:36 [bca.uk] INFO: Scrape type for LM62%20GWZ: 2
2026-03-30 06:13:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dd8d932-c82c-5f3e-b871-586cbbade297 with identifier: LM62%20GWZ
2026-03-30 06:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dd8d932-c82c-5f3e-b871-586cbbade297 with scrape type 2
2026-03-30 06:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dd8d932-c82c-5f3e-b871-586cbbade297 with scrape type 2
2026-03-30 06:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dd8d932-c82c-5f3e-b871-586cbbade297, identifier: LM62%20GWZ
2026-03-30 06:13:36 [bca.uk] INFO: Found listing with ID: CV58%20YNE
2026-03-30 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV58%2520YNE%27 HTTP/1.1" 200 None
2026-03-30 06:13:36 [bca.uk] INFO: Scrape type for CV58%20YNE: 0
2026-03-30 06:13:36 [bca.uk] INFO: Found listing with ID: CV64%20HRP
2026-03-30 06:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV64%2520HRP%27 HTTP/1.1" 200 None
2026-03-30 06:13:36 [bca.uk] INFO: Scrape type for CV64%20HRP: 2
2026-03-30 06:13:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b820f884-0f08-5827-8be9-7b208b8ea581 with identifier: CV64%20HRP
2026-03-30 06:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b820f884-0f08-5827-8be9-7b208b8ea581 with scrape type 2
2026-03-30 06:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b820f884-0f08-5827-8be9-7b208b8ea581 with scrape type 2
2026-03-30 06:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b820f884-0f08-5827-8be9-7b208b8ea581, identifier: CV64%20HRP
2026-03-30 06:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7948fd7e-23d8-5ca4-82fe-49c66e810470 with identifier: YL17%20EWF
2026-03-30 06:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7948fd7e-23d8-5ca4-82fe-49c66e810470 with identifier: YL17%20EWF
2026-03-30 06:13:36 [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-30 06:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:37 [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=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-30 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL17%2520EWF%27 HTTP/1.1" 200 None
2026-03-30 06:13:37 [bca.uk] INFO: Saving data for YL17%20EWF: {'auction_closing_time': 1774854000.0, 'created_time': 1774564679.234823, 'last_price_update_time': 1774851217.090258}
2026-03-30 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:37 [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-30 06:13:37 [bca.uk] INFO: Found listing with ID: MW74%20DFF
2026-03-30 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DFF%27 HTTP/1.1" 200 None
2026-03-30 06:13:37 [bca.uk] INFO: Scrape type for MW74%20DFF: 2
2026-03-30 06:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb030675-1a18-56a4-89f5-dd26f362bd12 with identifier: MW74%20DFF
2026-03-30 06:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb030675-1a18-56a4-89f5-dd26f362bd12 with scrape type 2
2026-03-30 06:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb030675-1a18-56a4-89f5-dd26f362bd12 with scrape type 2
2026-03-30 06:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb030675-1a18-56a4-89f5-dd26f362bd12, identifier: MW74%20DFF
2026-03-30 06:13:37 [bca.uk] INFO: Found listing with ID: YR72%20HSU
2026-03-30 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR72%2520HSU%27 HTTP/1.1" 200 None
2026-03-30 06:13:37 [bca.uk] INFO: Scrape type for YR72%20HSU: 2
2026-03-30 06:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c76bb69d-2a3f-5e0b-a63b-057f290bfd38 with identifier: YR72%20HSU
2026-03-30 06:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c76bb69d-2a3f-5e0b-a63b-057f290bfd38 with scrape type 2
2026-03-30 06:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c76bb69d-2a3f-5e0b-a63b-057f290bfd38 with scrape type 2
2026-03-30 06:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c76bb69d-2a3f-5e0b-a63b-057f290bfd38, identifier: YR72%20HSU
2026-03-30 06:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dd8d932-c82c-5f3e-b871-586cbbade297 with identifier: LM62%20GWZ
2026-03-30 06:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dd8d932-c82c-5f3e-b871-586cbbade297 with identifier: LM62%20GWZ
2026-03-30 06:13:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dd8d932-c82c-5f3e-b871-586cbbade297 with identifier: LM62%20GWZ to the API
2026-03-30 06:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM62%20GWZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3dd8d932-c82c-5f3e-b871-586cbbade297',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM62 GWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM62%20GWZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'FREELANDER 2',
'odometer': 128188,
'odometer_reading_unit': '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 GS StationWagon',
'transmission': 'automatic',
'trim': 'TD4 150 GS',
'vin': 'SALFA2AC2CH310919',
'year': 2012}
2026-03-30 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM62%2520GWZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:37 [bca.uk] INFO: Saving data for LM62%20GWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774351553.04563, 'last_price_update_time': 1774851217.705925}
2026-03-30 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM62%2520GWZ') HTTP/1.1" 204 0
2026-03-30 06:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b820f884-0f08-5827-8be9-7b208b8ea581 with identifier: CV64%20HRP
2026-03-30 06:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b820f884-0f08-5827-8be9-7b208b8ea581 with identifier: CV64%20HRP
2026-03-30 06:13:37 [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-30 06:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV64%2520HRP%27 HTTP/1.1" 200 None
2026-03-30 06:13:38 [bca.uk] INFO: Saving data for CV64%20HRP: {'auction_closing_time': 1774951200.0, 'created_time': 1774390128.990197, 'last_price_update_time': 1774851218.009334}
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:38 [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-30 06:13:38 [bca.uk] INFO: Found listing with ID: AJ13%20LKF
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ13%2520LKF%27 HTTP/1.1" 200 None
2026-03-30 06:13:38 [bca.uk] INFO: Scrape type for AJ13%20LKF: 2
2026-03-30 06:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18bfca71-94ad-5732-b0c7-d60f38534d80 with identifier: AJ13%20LKF
2026-03-30 06:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18bfca71-94ad-5732-b0c7-d60f38534d80 with scrape type 2
2026-03-30 06:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18bfca71-94ad-5732-b0c7-d60f38534d80 with scrape type 2
2026-03-30 06:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18bfca71-94ad-5732-b0c7-d60f38534d80, identifier: AJ13%20LKF
2026-03-30 06:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb030675-1a18-56a4-89f5-dd26f362bd12 with identifier: MW74%20DFF
2026-03-30 06:13: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-30 06:13: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-30 06:13:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:13:38 [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=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-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DFF%27 HTTP/1.1" 200 None
2026-03-30 06:13:38 [bca.uk] INFO: Saving data for MW74%20DFF: {'auction_closing_time': 1775199600.0, 'created_time': 1773841925.131629, 'last_price_update_time': 1774851218.420073}
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:38 [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-30 06:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c76bb69d-2a3f-5e0b-a63b-057f290bfd38 with identifier: YR72%20HSU
2026-03-30 06:13:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c76bb69d-2a3f-5e0b-a63b-057f290bfd38 with identifier: YR72%20HSU
2026-03-30 06:13:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c76bb69d-2a3f-5e0b-a63b-057f290bfd38 with identifier: YR72%20HSU to the API
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:13:38 [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=YR72%20HSU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'c76bb69d-2a3f-5e0b-a63b-057f290bfd38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR72 HSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR72%20HSU&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'VOLVO',
'model': 'XC40 ELECTRIC',
'odometer': 23368,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLVO XC40 ELECTRIC 170KW 69KWH R/C SM PLUS StationWagon',
'transmission': 'automatic',
'trim': '170KW 69KWH R/C SM PLUS',
'vin': 'YV1XZEFV8P2939491',
'year': 2022}
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR72%2520HSU%27 HTTP/1.1" 200 None
2026-03-30 06:13:38 [bca.uk] INFO: Saving data for YR72%20HSU: {'auction_closing_time': 1774854000.0, 'created_time': 1774447778.337004, 'last_price_update_time': 1774851218.739033}
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520HSU') HTTP/1.1" 204 0
2026-03-30 06:13:38 [bca.uk] INFO: Found listing with ID: MJ62%20EOL
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ62%2520EOL%27 HTTP/1.1" 200 None
2026-03-30 06:13:38 [bca.uk] INFO: Scrape type for MJ62%20EOL: 2
2026-03-30 06:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76bcabc2-3786-597c-aed5-efc0c0f68458 with identifier: MJ62%20EOL
2026-03-30 06:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76bcabc2-3786-597c-aed5-efc0c0f68458 with scrape type 2
2026-03-30 06:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76bcabc2-3786-597c-aed5-efc0c0f68458 with scrape type 2
2026-03-30 06:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76bcabc2-3786-597c-aed5-efc0c0f68458, identifier: MJ62%20EOL
2026-03-30 06:13:38 [bca.uk] INFO: Found listing with ID: DG64%20SWO
2026-03-30 06:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG64%2520SWO%27 HTTP/1.1" 200 None
2026-03-30 06:13:38 [bca.uk] INFO: Scrape type for DG64%20SWO: 2
2026-03-30 06:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with identifier: DG64%20SWO
2026-03-30 06:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with scrape type 2
2026-03-30 06:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with scrape type 2
2026-03-30 06:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4, identifier: DG64%20SWO
2026-03-30 06:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18bfca71-94ad-5732-b0c7-d60f38534d80 with identifier: AJ13%20LKF
2026-03-30 06:13:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18bfca71-94ad-5732-b0c7-d60f38534d80 with identifier: AJ13%20LKF
2026-03-30 06:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18bfca71-94ad-5732-b0c7-d60f38534d80 with identifier: AJ13%20LKF to the API
2026-03-30 06:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ13%20LKF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '18bfca71-94ad-5732-b0c7-d60f38534d80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ13 LKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ13%20LKF&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MINI',
'model': 'COOPER CLUBMAN',
'odometer': 80404,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'MINI COOPER CLUBMAN 1.6 Estate',
'transmission': 'manual',
'trim': '',
'vin': 'WMWZF32030TY75833',
'year': 2013}
2026-03-30 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ13%2520LKF%27 HTTP/1.1" 200 None
2026-03-30 06:13:39 [bca.uk] INFO: Saving data for AJ13%20LKF: {'auction_closing_time': 1774854000.0, 'created_time': 1774351965.7588, 'last_price_update_time': 1774851219.274209}
2026-03-30 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ13%2520LKF') HTTP/1.1" 204 0
2026-03-30 06:13:39 [bca.uk] INFO: Found listing with ID: MW74%20DLO
2026-03-30 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DLO%27 HTTP/1.1" 200 None
2026-03-30 06:13:39 [bca.uk] INFO: Scrape type for MW74%20DLO: 2
2026-03-30 06:13:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with identifier: MW74%20DLO
2026-03-30 06:13: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-30 06:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with scrape type 2
2026-03-30 06:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20, identifier: MW74%20DLO
2026-03-30 06:13:39 [bca.uk] INFO: Found listing with ID: YT72%20CDF
2026-03-30 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT72%2520CDF%27 HTTP/1.1" 200 None
2026-03-30 06:13:39 [bca.uk] INFO: Scrape type for YT72%20CDF: 2
2026-03-30 06:13:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with identifier: YT72%20CDF
2026-03-30 06:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with scrape type 2
2026-03-30 06:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with scrape type 2
2026-03-30 06:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce, identifier: YT72%20CDF
2026-03-30 06:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76bcabc2-3786-597c-aed5-efc0c0f68458 with identifier: MJ62%20EOL
2026-03-30 06:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76bcabc2-3786-597c-aed5-efc0c0f68458 with identifier: MJ62%20EOL
2026-03-30 06:13:39 [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-30 06:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ62%2520EOL%27 HTTP/1.1" 200 None
2026-03-30 06:13:39 [bca.uk] INFO: Saving data for MJ62%20EOL: {'auction_closing_time': 1774951200.0, 'created_time': 1774389722.115578, 'last_price_update_time': 1774851219.828316}
2026-03-30 06:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:39 [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-30 06:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with identifier: DG64%20SWO
2026-03-30 06:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa7e9ccd-0426-58c0-b64c-eaa55f50e4a4 with identifier: DG64%20SWO
2026-03-30 06:13:39 [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-30 06:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:40 [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': 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-30 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG64%2520SWO%27 HTTP/1.1" 200 None
2026-03-30 06:13:40 [bca.uk] INFO: Saving data for DG64%20SWO: {'auction_closing_time': 1774951200.0, 'created_time': 1774477913.617975, 'last_price_update_time': 1774851220.133157}
2026-03-30 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:40 [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-30 06:13:40 [bca.uk] INFO: Found listing with ID: LB14%20KBJ
2026-03-30 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB14%2520KBJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:40 [bca.uk] INFO: Scrape type for LB14%20KBJ: 2
2026-03-30 06:13:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b889aef2-9161-564c-9eec-0562208fccbd with identifier: LB14%20KBJ
2026-03-30 06:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b889aef2-9161-564c-9eec-0562208fccbd with scrape type 2
2026-03-30 06:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b889aef2-9161-564c-9eec-0562208fccbd with scrape type 2
2026-03-30 06:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b889aef2-9161-564c-9eec-0562208fccbd, identifier: LB14%20KBJ
2026-03-30 06:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 835d1868-e4f0-5d75-bb67-8fb7bd5bdc20 with identifier: MW74%20DLO
2026-03-30 06:13: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-30 06:13: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-30 06:13:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:40 [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=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-30 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520DLO%27 HTTP/1.1" 200 None
2026-03-30 06:13:40 [bca.uk] INFO: Saving data for MW74%20DLO: {'auction_closing_time': 1775199600.0, 'created_time': 1773841939.532679, 'last_price_update_time': 1774851220.5544}
2026-03-30 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13: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-30 06:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with identifier: YT72%20CDF
2026-03-30 06:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e3aa3e4-75ae-5f0f-a73d-3678348777ce with identifier: YT72%20CDF
2026-03-30 06:13:40 [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-30 06:13:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:40 [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=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-30 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT72%2520CDF%27 HTTP/1.1" 200 None
2026-03-30 06:13:40 [bca.uk] INFO: Saving data for YT72%20CDF: {'auction_closing_time': 1774854000.0, 'created_time': 1774276451.273065, 'last_price_update_time': 1774851220.862611}
2026-03-30 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:40 [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-30 06:13:40 [bca.uk] INFO: Found listing with ID: NJ60%20NMX
2026-03-30 06:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ60%2520NMX%27 HTTP/1.1" 200 None
2026-03-30 06:13:40 [bca.uk] INFO: Scrape type for NJ60%20NMX: 2
2026-03-30 06:13:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with identifier: NJ60%20NMX
2026-03-30 06:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with scrape type 2
2026-03-30 06:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with scrape type 2
2026-03-30 06:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e, identifier: NJ60%20NMX
2026-03-30 06:13:40 [bca.uk] INFO: Found listing with ID: DN14%20GKA
2026-03-30 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN14%2520GKA%27 HTTP/1.1" 200 None
2026-03-30 06:13:41 [bca.uk] INFO: Scrape type for DN14%20GKA: 0
2026-03-30 06:13:41 [bca.uk] INFO: Found listing with ID: DN62%20GZL
2026-03-30 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN62%2520GZL%27 HTTP/1.1" 200 None
2026-03-30 06:13:41 [bca.uk] INFO: Scrape type for DN62%20GZL: 2
2026-03-30 06:13:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with identifier: DN62%20GZL
2026-03-30 06:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with scrape type 2
2026-03-30 06:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with scrape type 2
2026-03-30 06:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 864f08f0-d453-55ad-bc6f-75e6ae0becd0, identifier: DN62%20GZL
2026-03-30 06:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b889aef2-9161-564c-9eec-0562208fccbd with identifier: LB14%20KBJ
2026-03-30 06:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b889aef2-9161-564c-9eec-0562208fccbd with identifier: LB14%20KBJ
2026-03-30 06:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b889aef2-9161-564c-9eec-0562208fccbd with identifier: LB14%20KBJ to the API
2026-03-30 06:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:41 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB14%20KBJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'b889aef2-9161-564c-9eec-0562208fccbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB14 KBJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB14%20KBJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 161069,
'odometer_reading_unit': '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 STUDIO Hatchback',
'transmission': 'manual',
'trim': 'STUDIO',
'vin': 'WF0KXXGCBKEM36720',
'year': 2014}
2026-03-30 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB14%2520KBJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:41 [bca.uk] INFO: Saving data for LB14%20KBJ: {'auction_closing_time': 1774854000.0, 'created_time': 1774437928.678858, 'last_price_update_time': 1774851221.420796}
2026-03-30 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB14%2520KBJ') HTTP/1.1" 204 0
2026-03-30 06:13:41 [bca.uk] INFO: Found listing with ID: MW74%20NRL
2026-03-30 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520NRL%27 HTTP/1.1" 200 None
2026-03-30 06:13:41 [bca.uk] INFO: Scrape type for MW74%20NRL: 2
2026-03-30 06:13:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5acd226-cbd5-5b2e-9a72-5561dc279e9c with identifier: MW74%20NRL
2026-03-30 06:13: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-30 06:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5acd226-cbd5-5b2e-9a72-5561dc279e9c with scrape type 2
2026-03-30 06:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5acd226-cbd5-5b2e-9a72-5561dc279e9c, identifier: MW74%20NRL
2026-03-30 06:13:41 [bca.uk] INFO: Found listing with ID: HX14%20FFC
2026-03-30 06:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX14%2520FFC%27 HTTP/1.1" 200 None
2026-03-30 06:13:41 [bca.uk] INFO: Scrape type for HX14%20FFC: 2
2026-03-30 06:13:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 790c47de-2187-5b73-b797-d4351ba0109f with identifier: HX14%20FFC
2026-03-30 06:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 790c47de-2187-5b73-b797-d4351ba0109f with scrape type 2
2026-03-30 06:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 790c47de-2187-5b73-b797-d4351ba0109f with scrape type 2
2026-03-30 06:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 790c47de-2187-5b73-b797-d4351ba0109f, identifier: HX14%20FFC
2026-03-30 06:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with identifier: NJ60%20NMX
2026-03-30 06:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1dc158e-ead4-58a1-a8e2-37ee6183ea8e with identifier: NJ60%20NMX
2026-03-30 06:13:41 [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-30 06:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:42 [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': 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-30 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ60%2520NMX%27 HTTP/1.1" 200 None
2026-03-30 06:13:42 [bca.uk] INFO: Saving data for NJ60%20NMX: {'auction_closing_time': 1774951200.0, 'created_time': 1774389688.361391, 'last_price_update_time': 1774851222.033916}
2026-03-30 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:42 [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-30 06:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with identifier: DN62%20GZL
2026-03-30 06:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 864f08f0-d453-55ad-bc6f-75e6ae0becd0 with identifier: DN62%20GZL
2026-03-30 06:13:42 [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-30 06:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:13:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:13: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': 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-30 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN62%2520GZL%27 HTTP/1.1" 200 None
2026-03-30 06:13:42 [bca.uk] INFO: Saving data for DN62%20GZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390022.399132, 'last_price_update_time': 1774851222.358325}
2026-03-30 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:42 [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-30 06:13:42 [bca.uk] INFO: Found listing with ID: AF23%20ELH
2026-03-30 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF23%2520ELH%27 HTTP/1.1" 200 None
2026-03-30 06:13:42 [bca.uk] INFO: Scrape type for AF23%20ELH: 2
2026-03-30 06:13:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96806254-9e8e-5316-a5dc-a415a84b2e5d with identifier: AF23%20ELH
2026-03-30 06:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96806254-9e8e-5316-a5dc-a415a84b2e5d with scrape type 2
2026-03-30 06:13:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96806254-9e8e-5316-a5dc-a415a84b2e5d with scrape type 2
2026-03-30 06:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96806254-9e8e-5316-a5dc-a415a84b2e5d, identifier: AF23%20ELH
2026-03-30 06:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5acd226-cbd5-5b2e-9a72-5561dc279e9c with identifier: MW74%20NRL
2026-03-30 06:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5acd226-cbd5-5b2e-9a72-5561dc279e9c with identifier: MW74%20NRL
2026-03-30 06:13:42 [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-30 06:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:13:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:13:42 [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=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-30 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW74%2520NRL%27 HTTP/1.1" 200 None
2026-03-30 06:13:42 [bca.uk] INFO: Saving data for MW74%20NRL: {'auction_closing_time': 1775199600.0, 'created_time': 1773841656.663544, 'last_price_update_time': 1774851222.775288}
2026-03-30 06:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:42 [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-30 06:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 790c47de-2187-5b73-b797-d4351ba0109f with identifier: HX14%20FFC
2026-03-30 06:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 790c47de-2187-5b73-b797-d4351ba0109f with identifier: HX14%20FFC
2026-03-30 06:13:42 [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-30 06:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:13:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:13:43 [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': 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-30 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX14%2520FFC%27 HTTP/1.1" 200 None
2026-03-30 06:13:43 [bca.uk] INFO: Saving data for HX14%20FFC: {'auction_closing_time': 1775124000.0, 'created_time': 1774651502.839256, 'last_price_update_time': 1774851223.074435}
2026-03-30 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:43 [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-30 06:13:43 [bca.uk] INFO: Found listing with ID: SH18%20GZJ
2026-03-30 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH18%2520GZJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:43 [bca.uk] INFO: Scrape type for SH18%20GZJ: 2
2026-03-30 06:13:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc0a5922-abfc-55e8-abaa-830deab85792 with identifier: SH18%20GZJ
2026-03-30 06:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc0a5922-abfc-55e8-abaa-830deab85792 with scrape type 2
2026-03-30 06:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc0a5922-abfc-55e8-abaa-830deab85792 with scrape type 2
2026-03-30 06:13:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc0a5922-abfc-55e8-abaa-830deab85792, identifier: SH18%20GZJ
2026-03-30 06:13:43 [bca.uk] INFO: Found listing with ID: DN67%20DUH
2026-03-30 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN67%2520DUH%27 HTTP/1.1" 200 None
2026-03-30 06:13:43 [bca.uk] INFO: Scrape type for DN67%20DUH: 2
2026-03-30 06:13:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa5f8b2f-7a1c-50a1-87d1-68bebd21a1f5 with identifier: DN67%20DUH
2026-03-30 06:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa5f8b2f-7a1c-50a1-87d1-68bebd21a1f5 with scrape type 2
2026-03-30 06:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa5f8b2f-7a1c-50a1-87d1-68bebd21a1f5 with scrape type 2
2026-03-30 06:13:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa5f8b2f-7a1c-50a1-87d1-68bebd21a1f5, identifier: DN67%20DUH
2026-03-30 06:13:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96806254-9e8e-5316-a5dc-a415a84b2e5d with identifier: AF23%20ELH
2026-03-30 06:13:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96806254-9e8e-5316-a5dc-a415a84b2e5d with identifier: AF23%20ELH
2026-03-30 06:13:43 [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-30 06:13:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF23%2520ELH%27 HTTP/1.1" 200 None
2026-03-30 06:13:43 [bca.uk] INFO: Saving data for AF23%20ELH: {'auction_closing_time': 1774854000.0, 'created_time': 1774478496.955111, 'last_price_update_time': 1774851223.607434}
2026-03-30 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:43 [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-30 06:13:43 [bca.uk] INFO: Found listing with ID: RX73%20KSU
2026-03-30 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX73%2520KSU%27 HTTP/1.1" 200 None
2026-03-30 06:13:43 [bca.uk] INFO: Scrape type for RX73%20KSU: 2
2026-03-30 06:13:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74caec46-a492-5013-b0b0-93c035e4880e with identifier: RX73%20KSU
2026-03-30 06:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74caec46-a492-5013-b0b0-93c035e4880e with scrape type 2
2026-03-30 06:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74caec46-a492-5013-b0b0-93c035e4880e with scrape type 2
2026-03-30 06:13:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74caec46-a492-5013-b0b0-93c035e4880e, identifier: RX73%20KSU
2026-03-30 06:13:43 [bca.uk] INFO: Found listing with ID: BX20%20OGT
2026-03-30 06:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX20%2520OGT%27 HTTP/1.1" 200 None
2026-03-30 06:13:43 [bca.uk] INFO: Scrape type for BX20%20OGT: 2
2026-03-30 06:13:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with identifier: BX20%20OGT
2026-03-30 06:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with scrape type 2
2026-03-30 06:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with scrape type 2
2026-03-30 06:13:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaa9c7f0-203d-5c2f-beef-d954158b1ca2, identifier: BX20%20OGT
2026-03-30 06:13:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc0a5922-abfc-55e8-abaa-830deab85792 with identifier: SH18%20GZJ
2026-03-30 06:13:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc0a5922-abfc-55e8-abaa-830deab85792 with identifier: SH18%20GZJ
2026-03-30 06:13:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc0a5922-abfc-55e8-abaa-830deab85792 with identifier: SH18%20GZJ to the API
2026-03-30 06:13:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH18%20GZJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dc0a5922-abfc-55e8-abaa-830deab85792',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH18 GZJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH18%20GZJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 40799,
'odometer_reading_unit': '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': 'WVWZZZAWZJU024552',
'year': 2018}
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH18%2520GZJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:44 [bca.uk] INFO: Saving data for SH18%20GZJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649646.579208, 'last_price_update_time': 1774851224.156686}
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH18%2520GZJ') HTTP/1.1" 204 0
2026-03-30 06:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa5f8b2f-7a1c-50a1-87d1-68bebd21a1f5 with identifier: DN67%20DUH
2026-03-30 06:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa5f8b2f-7a1c-50a1-87d1-68bebd21a1f5 with identifier: DN67%20DUH
2026-03-30 06:13:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa5f8b2f-7a1c-50a1-87d1-68bebd21a1f5 with identifier: DN67%20DUH to the API
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:44 [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': 101,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN67%20DUH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.1L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'aa5f8b2f-7a1c-50a1-87d1-68bebd21a1f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN67 DUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN67%20DUH&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 51381,
'odometer_reading_unit': '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': 'WF0JXXGAHJHE46783',
'year': 2018}
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN67%2520DUH%27 HTTP/1.1" 200 None
2026-03-30 06:13:44 [bca.uk] INFO: Saving data for DN67%20DUH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649603.543681, 'last_price_update_time': 1774851224.461312}
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN67%2520DUH') HTTP/1.1" 204 0
2026-03-30 06:13:44 [bca.uk] INFO: Found listing with ID: AJ72%20GVR
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ72%2520GVR%27 HTTP/1.1" 200 None
2026-03-30 06:13:44 [bca.uk] INFO: Scrape type for AJ72%20GVR: 2
2026-03-30 06:13:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with identifier: AJ72%20GVR
2026-03-30 06:13:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with scrape type 2
2026-03-30 06:13:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with scrape type 2
2026-03-30 06:13:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576, identifier: AJ72%20GVR
2026-03-30 06:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74caec46-a492-5013-b0b0-93c035e4880e with identifier: RX73%20KSU
2026-03-30 06:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74caec46-a492-5013-b0b0-93c035e4880e with identifier: RX73%20KSU
2026-03-30 06:13:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74caec46-a492-5013-b0b0-93c035e4880e with identifier: RX73%20KSU to the API
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:44 [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': 251,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX73%20KSU-GB',
'category': 'Car',
'color': 'yellow',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '74caec46-a492-5013-b0b0-93c035e4880e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RX73 KSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX73%20KSU&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'JEEP',
'model': 'WRANGLER',
'odometer': 9524,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 42400,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'JEEP WRANGLER 2.0 GME OVERLAND HARD TOP StationWagon',
'transmission': 'automatic',
'trim': 'GME OVERLAND HARD TOP',
'vin': '1C4HJXLN1PW538407',
'year': 2023}
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX73%2520KSU%27 HTTP/1.1" 200 None
2026-03-30 06:13:44 [bca.uk] INFO: Saving data for RX73%20KSU: {'auction_closing_time': 1775199600.0, 'created_time': 1773835016.203733, 'last_price_update_time': 1774851224.866279}
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX73%2520KSU') HTTP/1.1" 204 0
2026-03-30 06:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with identifier: BX20%20OGT
2026-03-30 06:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaa9c7f0-203d-5c2f-beef-d954158b1ca2 with identifier: BX20%20OGT
2026-03-30 06:13:44 [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-30 06:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX20%2520OGT%27 HTTP/1.1" 200 None
2026-03-30 06:13:45 [bca.uk] INFO: Saving data for BX20%20OGT: {'auction_closing_time': 1775124000.0, 'created_time': 1774651422.715111, 'last_price_update_time': 1774851225.164041}
2026-03-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:45 [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-30 06:13:45 [bca.uk] INFO: Found listing with ID: AC59%20DAC
2026-03-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AC59%2520DAC%27 HTTP/1.1" 200 None
2026-03-30 06:13:45 [bca.uk] INFO: Scrape type for AC59%20DAC: 2
2026-03-30 06:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with identifier: AC59%20DAC
2026-03-30 06:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with scrape type 2
2026-03-30 06:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with scrape type 2
2026-03-30 06:13:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36, identifier: AC59%20DAC
2026-03-30 06:13:45 [bca.uk] INFO: Found listing with ID: EN15%20YTY
2026-03-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN15%2520YTY%27 HTTP/1.1" 200 None
2026-03-30 06:13:45 [bca.uk] INFO: Scrape type for EN15%20YTY: 2
2026-03-30 06:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3046f133-c2c0-537a-8f3a-79ca20ab075b with identifier: EN15%20YTY
2026-03-30 06:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3046f133-c2c0-537a-8f3a-79ca20ab075b with scrape type 2
2026-03-30 06:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3046f133-c2c0-537a-8f3a-79ca20ab075b with scrape type 2
2026-03-30 06:13:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3046f133-c2c0-537a-8f3a-79ca20ab075b, identifier: EN15%20YTY
2026-03-30 06:13:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with identifier: AJ72%20GVR
2026-03-30 06:13:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b0d2b33-74ee-5f88-bbdd-a1e07b9fd576 with identifier: AJ72%20GVR
2026-03-30 06:13:45 [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-30 06:13:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:45 [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=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-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ72%2520GVR%27 HTTP/1.1" 200 None
2026-03-30 06:13:45 [bca.uk] INFO: Saving data for AJ72%20GVR: {'auction_closing_time': 1774854000.0, 'created_time': 1774391565.695373, 'last_price_update_time': 1774851225.703949}
2026-03-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:45 [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-30 06:13:45 [bca.uk] INFO: Found listing with ID: WM72%20RXO
2026-03-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM72%2520RXO%27 HTTP/1.1" 200 None
2026-03-30 06:13:45 [bca.uk] INFO: Scrape type for WM72%20RXO: 0
2026-03-30 06:13:45 [bca.uk] INFO: Found listing with ID: WP74%20CWK
2026-03-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP74%2520CWK%27 HTTP/1.1" 200 None
2026-03-30 06:13:45 [bca.uk] INFO: Scrape type for WP74%20CWK: 0
2026-03-30 06:13:45 [bca.uk] INFO: Found listing with ID: WV74%20OCH
2026-03-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV74%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:13:45 [bca.uk] INFO: Scrape type for WV74%20OCH: 2
2026-03-30 06:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with identifier: WV74%20OCH
2026-03-30 06:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with scrape type 2
2026-03-30 06:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with scrape type 2
2026-03-30 06:13:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa36fbbf-2f4d-5965-9f77-7417e377c4b9, identifier: WV74%20OCH
2026-03-30 06:13:45 [bca.uk] INFO: Found listing with ID: ML63%20NKT
2026-03-30 06:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML63%2520NKT%27 HTTP/1.1" 200 None
2026-03-30 06:13:45 [bca.uk] INFO: Scrape type for ML63%20NKT: 2
2026-03-30 06:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8b598c0-b105-5ebf-980e-09857ef24207 with identifier: ML63%20NKT
2026-03-30 06:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b598c0-b105-5ebf-980e-09857ef24207 with scrape type 2
2026-03-30 06:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8b598c0-b105-5ebf-980e-09857ef24207 with scrape type 2
2026-03-30 06:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8b598c0-b105-5ebf-980e-09857ef24207, identifier: ML63%20NKT
2026-03-30 06:13:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with identifier: AC59%20DAC
2026-03-30 06:13:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a803c9-6f99-59b6-8d18-4ba04ee1dc36 with identifier: AC59%20DAC
2026-03-30 06:13:46 [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-30 06:13:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AC59%2520DAC%27 HTTP/1.1" 200 None
2026-03-30 06:13:48 [bca.uk] INFO: Saving data for AC59%20DAC: {'auction_closing_time': 1774951200.0, 'created_time': 1774389693.134657, 'last_price_update_time': 1774851228.202718}
2026-03-30 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:48 [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-30 06:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3046f133-c2c0-537a-8f3a-79ca20ab075b with identifier: EN15%20YTY
2026-03-30 06:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3046f133-c2c0-537a-8f3a-79ca20ab075b with identifier: EN15%20YTY
2026-03-30 06:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3046f133-c2c0-537a-8f3a-79ca20ab075b with identifier: EN15%20YTY to the API
2026-03-30 06:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 99,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3046f133-c2c0-537a-8f3a-79ca20ab075b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN15 YTY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN15%20YTY&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 89762,
'odometer_reading_unit': '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': 'WF0DXXGAKDFY83271',
'year': 2015}
2026-03-30 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN15%2520YTY%27 HTTP/1.1" 200 None
2026-03-30 06:13:48 [bca.uk] INFO: Saving data for EN15%20YTY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649560.16167, 'last_price_update_time': 1774851228.59984}
2026-03-30 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN15%2520YTY') HTTP/1.1" 204 0
2026-03-30 06:13:48 [bca.uk] INFO: Found listing with ID: AV73%20UYJ
2026-03-30 06:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV73%2520UYJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:48 [bca.uk] INFO: Scrape type for AV73%20UYJ: 2
2026-03-30 06:13:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae0ef125-7011-5860-9530-5cdc6c257b56 with identifier: AV73%20UYJ
2026-03-30 06:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae0ef125-7011-5860-9530-5cdc6c257b56 with scrape type 2
2026-03-30 06:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae0ef125-7011-5860-9530-5cdc6c257b56 with scrape type 2
2026-03-30 06:13:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae0ef125-7011-5860-9530-5cdc6c257b56, identifier: AV73%20UYJ
2026-03-30 06:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with identifier: WV74%20OCH
2026-03-30 06:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa36fbbf-2f4d-5965-9f77-7417e377c4b9 with identifier: WV74%20OCH
2026-03-30 06:13:48 [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-30 06:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:48 [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=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-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV74%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:13:49 [bca.uk] INFO: Saving data for WV74%20OCH: {'auction_closing_time': 1775199600.0, 'created_time': 1773823461.972603, 'last_price_update_time': 1774851229.020959}
2026-03-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:49 [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-30 06:13:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8b598c0-b105-5ebf-980e-09857ef24207 with identifier: ML63%20NKT
2026-03-30 06:13:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8b598c0-b105-5ebf-980e-09857ef24207 with identifier: ML63%20NKT
2026-03-30 06:13:49 [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-30 06:13:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML63%2520NKT%27 HTTP/1.1" 200 None
2026-03-30 06:13:49 [bca.uk] INFO: Saving data for ML63%20NKT: {'auction_closing_time': 1774951200.0, 'created_time': 1774651300.889645, 'last_price_update_time': 1774851229.333483}
2026-03-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:49 [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-30 06:13:49 [bca.uk] INFO: Found listing with ID: FD63%20KVK
2026-03-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD63%2520KVK%27 HTTP/1.1" 200 None
2026-03-30 06:13:49 [bca.uk] INFO: Scrape type for FD63%20KVK: 2
2026-03-30 06:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0295af93-aba3-588b-9253-4195ac46325d with identifier: FD63%20KVK
2026-03-30 06:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0295af93-aba3-588b-9253-4195ac46325d with scrape type 2
2026-03-30 06:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0295af93-aba3-588b-9253-4195ac46325d with scrape type 2
2026-03-30 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0295af93-aba3-588b-9253-4195ac46325d, identifier: FD63%20KVK
2026-03-30 06:13:49 [bca.uk] INFO: Found listing with ID: SJ07%20LJK
2026-03-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ07%2520LJK%27 HTTP/1.1" 200 None
2026-03-30 06:13:49 [bca.uk] INFO: Scrape type for SJ07%20LJK: 2
2026-03-30 06:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b42fb23-79b6-5a86-8198-9cf4a247c8d7 with identifier: SJ07%20LJK
2026-03-30 06:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b42fb23-79b6-5a86-8198-9cf4a247c8d7 with scrape type 2
2026-03-30 06:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b42fb23-79b6-5a86-8198-9cf4a247c8d7 with scrape type 2
2026-03-30 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b42fb23-79b6-5a86-8198-9cf4a247c8d7, identifier: SJ07%20LJK
2026-03-30 06:13:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae0ef125-7011-5860-9530-5cdc6c257b56 with identifier: AV73%20UYJ
2026-03-30 06:13:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae0ef125-7011-5860-9530-5cdc6c257b56 with identifier: AV73%20UYJ
2026-03-30 06:13:49 [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-30 06:13:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV73%2520UYJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:49 [bca.uk] INFO: Saving data for AV73%20UYJ: {'auction_closing_time': 1774854000.0, 'created_time': 1773839957.087214, 'last_price_update_time': 1774851229.856477}
2026-03-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:49 [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-30 06:13:49 [bca.uk] INFO: Found listing with ID: YF23%20UOA
2026-03-30 06:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF23%2520UOA%27 HTTP/1.1" 200 None
2026-03-30 06:13:49 [bca.uk] INFO: Scrape type for YF23%20UOA: 2
2026-03-30 06:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f81f312-05de-557c-8bf7-7885e8937902 with identifier: YF23%20UOA
2026-03-30 06:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f81f312-05de-557c-8bf7-7885e8937902 with scrape type 2
2026-03-30 06:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f81f312-05de-557c-8bf7-7885e8937902 with scrape type 2
2026-03-30 06:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f81f312-05de-557c-8bf7-7885e8937902, identifier: YF23%20UOA
2026-03-30 06:13:49 [bca.uk] INFO: Found listing with ID: DC65%20VLJ
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC65%2520VLJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:50 [bca.uk] INFO: Scrape type for DC65%20VLJ: 0
2026-03-30 06:13:50 [bca.uk] INFO: Found listing with ID: WA20%20YHO
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA20%2520YHO%27 HTTP/1.1" 200 None
2026-03-30 06:13:50 [bca.uk] INFO: Scrape type for WA20%20YHO: 2
2026-03-30 06:13:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52b465f7-d0e2-5676-8dc3-2d1655c08dd4 with identifier: WA20%20YHO
2026-03-30 06:13:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52b465f7-d0e2-5676-8dc3-2d1655c08dd4 with scrape type 2
2026-03-30 06:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52b465f7-d0e2-5676-8dc3-2d1655c08dd4 with scrape type 2
2026-03-30 06:13:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52b465f7-d0e2-5676-8dc3-2d1655c08dd4, identifier: WA20%20YHO
2026-03-30 06:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0295af93-aba3-588b-9253-4195ac46325d with identifier: FD63%20KVK
2026-03-30 06:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0295af93-aba3-588b-9253-4195ac46325d with identifier: FD63%20KVK
2026-03-30 06:13:50 [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-30 06:13:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD63%2520KVK%27 HTTP/1.1" 200 None
2026-03-30 06:13:50 [bca.uk] INFO: Saving data for FD63%20KVK: {'auction_closing_time': 1774951200.0, 'created_time': 1774389692.106842, 'last_price_update_time': 1774851230.428759}
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:50 [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-30 06:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b42fb23-79b6-5a86-8198-9cf4a247c8d7 with identifier: SJ07%20LJK
2026-03-30 06:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b42fb23-79b6-5a86-8198-9cf4a247c8d7 with identifier: SJ07%20LJK
2026-03-30 06:13:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b42fb23-79b6-5a86-8198-9cf4a247c8d7 with identifier: SJ07%20LJK to the API
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ07%20LJK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3b42fb23-79b6-5a86-8198-9cf4a247c8d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ07 LJK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ07%20LJK&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'BMW',
'model': '320D',
'odometer': 139452,
'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': 'WBAVC32040VF39932',
'year': 2007}
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ07%2520LJK%27 HTTP/1.1" 200 None
2026-03-30 06:13:50 [bca.uk] INFO: Saving data for SJ07%20LJK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649556.692991, 'last_price_update_time': 1774851230.720788}
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ07%2520LJK') HTTP/1.1" 204 0
2026-03-30 06:13:50 [bca.uk] INFO: Found listing with ID: BG72%20DUH
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG72%2520DUH%27 HTTP/1.1" 200 None
2026-03-30 06:13:50 [bca.uk] INFO: Scrape type for BG72%20DUH: 2
2026-03-30 06:13:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c967709-1e6d-5be8-826b-b631d7e76b41 with identifier: BG72%20DUH
2026-03-30 06:13:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c967709-1e6d-5be8-826b-b631d7e76b41 with scrape type 2
2026-03-30 06:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c967709-1e6d-5be8-826b-b631d7e76b41 with scrape type 2
2026-03-30 06:13:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c967709-1e6d-5be8-826b-b631d7e76b41, identifier: BG72%20DUH
2026-03-30 06:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f81f312-05de-557c-8bf7-7885e8937902 with identifier: YF23%20UOA
2026-03-30 06:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f81f312-05de-557c-8bf7-7885e8937902 with identifier: YF23%20UOA
2026-03-30 06:13:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f81f312-05de-557c-8bf7-7885e8937902 with identifier: YF23%20UOA to the API
2026-03-30 06:13:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20UOA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '0f81f312-05de-557c-8bf7-7885e8937902',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF23 UOA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20UOA&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 14032,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11100,
'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': 'JTDAGNAC500107826',
'year': 2023}
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF23%2520UOA%27 HTTP/1.1" 200 None
2026-03-30 06:13:51 [bca.uk] INFO: Saving data for YF23%20UOA: {'auction_closing_time': 1775199600.0, 'created_time': 1773841641.874926, 'last_price_update_time': 1774851231.145999}
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520UOA') HTTP/1.1" 204 0
2026-03-30 06:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52b465f7-d0e2-5676-8dc3-2d1655c08dd4 with identifier: WA20%20YHO
2026-03-30 06:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52b465f7-d0e2-5676-8dc3-2d1655c08dd4 with identifier: WA20%20YHO
2026-03-30 06:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52b465f7-d0e2-5676-8dc3-2d1655c08dd4 with identifier: WA20%20YHO to the API
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:51 [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=WA20%20YHO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '52b465f7-d0e2-5676-8dc3-2d1655c08dd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA20 YHO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA20%20YHO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 56925,
'odometer_reading_unit': '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 ELECTRIC 105KW 45KWH EXCLUSIVE Hatchback',
'transmission': 'automatic',
'trim': '105KW 45KWH EXCLUSIVE',
'vin': 'SDPW7CB3FKZ218340',
'year': 2020}
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA20%2520YHO%27 HTTP/1.1" 200 None
2026-03-30 06:13:51 [bca.uk] INFO: Saving data for WA20%20YHO: {'auction_closing_time': 1774951200.0, 'created_time': 1774351944.406104, 'last_price_update_time': 1774851231.46827}
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA20%2520YHO') HTTP/1.1" 204 0
2026-03-30 06:13:51 [bca.uk] INFO: Found listing with ID: FL72%20ZHH
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL72%2520ZHH%27 HTTP/1.1" 200 None
2026-03-30 06:13:51 [bca.uk] INFO: Scrape type for FL72%20ZHH: 0
2026-03-30 06:13:51 [bca.uk] INFO: Found listing with ID: SW13%20EBX
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW13%2520EBX%27 HTTP/1.1" 200 None
2026-03-30 06:13:51 [bca.uk] INFO: Scrape type for SW13%20EBX: 2
2026-03-30 06:13:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55487d83-0192-5470-b15b-27a816235685 with identifier: SW13%20EBX
2026-03-30 06:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55487d83-0192-5470-b15b-27a816235685 with scrape type 2
2026-03-30 06:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55487d83-0192-5470-b15b-27a816235685 with scrape type 2
2026-03-30 06:13:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55487d83-0192-5470-b15b-27a816235685, identifier: SW13%20EBX
2026-03-30 06:13:51 [bca.uk] INFO: Found listing with ID: WG11%20KFJ
2026-03-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG11%2520KFJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:51 [bca.uk] INFO: Scrape type for WG11%20KFJ: 2
2026-03-30 06:13:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d72bd27d-7287-522d-808d-92ca16c1e35d with identifier: WG11%20KFJ
2026-03-30 06:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d72bd27d-7287-522d-808d-92ca16c1e35d with scrape type 2
2026-03-30 06:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d72bd27d-7287-522d-808d-92ca16c1e35d with scrape type 2
2026-03-30 06:13:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d72bd27d-7287-522d-808d-92ca16c1e35d, identifier: WG11%20KFJ
2026-03-30 06:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c967709-1e6d-5be8-826b-b631d7e76b41 with identifier: BG72%20DUH
2026-03-30 06:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c967709-1e6d-5be8-826b-b631d7e76b41 with identifier: BG72%20DUH
2026-03-30 06:13:51 [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-30 06:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG72%2520DUH%27 HTTP/1.1" 200 None
2026-03-30 06:13:52 [bca.uk] INFO: Saving data for BG72%20DUH: {'auction_closing_time': 1774854000.0, 'created_time': 1774478380.975516, 'last_price_update_time': 1774851232.008935}
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:52 [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-30 06:13:52 [bca.uk] INFO: Found listing with ID: YY73%20XEC
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XEC%27 HTTP/1.1" 200 None
2026-03-30 06:13:52 [bca.uk] INFO: Scrape type for YY73%20XEC: 2
2026-03-30 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b10349b2-4776-516a-84d4-dba8e9fa4925 with identifier: YY73%20XEC
2026-03-30 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b10349b2-4776-516a-84d4-dba8e9fa4925 with scrape type 2
2026-03-30 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b10349b2-4776-516a-84d4-dba8e9fa4925 with scrape type 2
2026-03-30 06:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b10349b2-4776-516a-84d4-dba8e9fa4925, identifier: YY73%20XEC
2026-03-30 06:13:52 [bca.uk] INFO: Found listing with ID: Y20%20RDE
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y20%2520RDE%27 HTTP/1.1" 200 None
2026-03-30 06:13:52 [bca.uk] INFO: Scrape type for Y20%20RDE: 2
2026-03-30 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f469694-4f58-5781-ae77-ad3a6490ce13 with identifier: Y20%20RDE
2026-03-30 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f469694-4f58-5781-ae77-ad3a6490ce13 with scrape type 2
2026-03-30 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f469694-4f58-5781-ae77-ad3a6490ce13 with scrape type 2
2026-03-30 06:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f469694-4f58-5781-ae77-ad3a6490ce13, identifier: Y20%20RDE
2026-03-30 06:13:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55487d83-0192-5470-b15b-27a816235685 with identifier: SW13%20EBX
2026-03-30 06:13:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55487d83-0192-5470-b15b-27a816235685 with identifier: SW13%20EBX
2026-03-30 06:13:52 [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-30 06:13:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW13%2520EBX%27 HTTP/1.1" 200 None
2026-03-30 06:13:52 [bca.uk] INFO: Saving data for SW13%20EBX: {'auction_closing_time': 1774951200.0, 'created_time': 1773821708.693295, 'last_price_update_time': 1774851232.528231}
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:52 [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-30 06:13:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d72bd27d-7287-522d-808d-92ca16c1e35d with identifier: WG11%20KFJ
2026-03-30 06:13:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d72bd27d-7287-522d-808d-92ca16c1e35d with identifier: WG11%20KFJ
2026-03-30 06:13:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d72bd27d-7287-522d-808d-92ca16c1e35d with identifier: WG11%20KFJ to the API
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG11%20KFJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd72bd27d-7287-522d-808d-92ca16c1e35d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG11 KFJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG11%20KFJ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HYUNDAI',
'model': 'I20',
'odometer': 45570,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'HYUNDAI I20 1.2 S LTD.ED. Hatchback',
'transmission': 'manual',
'trim': 'S LTD.ED.',
'vin': 'MALBA31BLBM021450',
'year': 2011}
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG11%2520KFJ%27 HTTP/1.1" 200 None
2026-03-30 06:13:52 [bca.uk] INFO: Saving data for WG11%20KFJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774389985.92251, 'last_price_update_time': 1774851232.937482}
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG11%2520KFJ') HTTP/1.1" 204 0
2026-03-30 06:13:52 [bca.uk] INFO: Found listing with ID: CJ71%20KAA
2026-03-30 06:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJ71%2520KAA%27 HTTP/1.1" 200 None
2026-03-30 06:13:52 [bca.uk] INFO: Scrape type for CJ71%20KAA: 2
2026-03-30 06:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with identifier: CJ71%20KAA
2026-03-30 06:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with scrape type 2
2026-03-30 06:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with scrape type 2
2026-03-30 06:13:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17, identifier: CJ71%20KAA
2026-03-30 06:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b10349b2-4776-516a-84d4-dba8e9fa4925 with identifier: YY73%20XEC
2026-03-30 06:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b10349b2-4776-516a-84d4-dba8e9fa4925 with identifier: YY73%20XEC
2026-03-30 06:13:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b10349b2-4776-516a-84d4-dba8e9fa4925 with identifier: YY73%20XEC to the API
2026-03-30 06:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XEC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'b10349b2-4776-516a-84d4-dba8e9fa4925',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YY73 XEC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XEC&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 18881,
'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': 'FIAT 500 1.0 M/H Hatchback',
'transmission': 'manual',
'trim': 'M/H',
'vin': 'ZFACF1BJ4PJJ12142',
'year': 2023}
2026-03-30 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XEC%27 HTTP/1.1" 200 None
2026-03-30 06:13:53 [bca.uk] INFO: Saving data for YY73%20XEC: {'auction_closing_time': 1775199600.0, 'created_time': 1773835123.329542, 'last_price_update_time': 1774851233.374972}
2026-03-30 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XEC') HTTP/1.1" 204 0
2026-03-30 06:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f469694-4f58-5781-ae77-ad3a6490ce13 with identifier: Y20%20RDE
2026-03-30 06:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f469694-4f58-5781-ae77-ad3a6490ce13 with identifier: Y20%20RDE
2026-03-30 06:13:53 [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-30 06:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:53 [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': 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-30 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y20%2520RDE%27 HTTP/1.1" 200 None
2026-03-30 06:13:53 [bca.uk] INFO: Saving data for Y20%20RDE: {'auction_closing_time': 1774951200.0, 'created_time': 1774563762.004537, 'last_price_update_time': 1774851233.667356}
2026-03-30 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:53 [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-30 06:13:53 [bca.uk] INFO: Found listing with ID: EK57%20YWZ
2026-03-30 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK57%2520YWZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:53 [bca.uk] INFO: Scrape type for EK57%20YWZ: 2
2026-03-30 06:13:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3e6c9ce-109c-56e7-9dc5-386acca34f54 with identifier: EK57%20YWZ
2026-03-30 06:13:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3e6c9ce-109c-56e7-9dc5-386acca34f54 with scrape type 2
2026-03-30 06:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3e6c9ce-109c-56e7-9dc5-386acca34f54 with scrape type 2
2026-03-30 06:13:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3e6c9ce-109c-56e7-9dc5-386acca34f54, identifier: EK57%20YWZ
2026-03-30 06:13:53 [bca.uk] INFO: Found listing with ID: WK59%20VGD
2026-03-30 06:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK59%2520VGD%27 HTTP/1.1" 200 None
2026-03-30 06:13:53 [bca.uk] INFO: Scrape type for WK59%20VGD: 2
2026-03-30 06:13:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b864b576-83a7-51e3-aee5-e14b045d56bf with identifier: WK59%20VGD
2026-03-30 06:13:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b864b576-83a7-51e3-aee5-e14b045d56bf with scrape type 2
2026-03-30 06:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b864b576-83a7-51e3-aee5-e14b045d56bf with scrape type 2
2026-03-30 06:13:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b864b576-83a7-51e3-aee5-e14b045d56bf, identifier: WK59%20VGD
2026-03-30 06:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with identifier: CJ71%20KAA
2026-03-30 06:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fb8fc31-1c16-58a2-8b9d-65e7a1515f17 with identifier: CJ71%20KAA
2026-03-30 06:13:54 [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-30 06:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJ71%2520KAA%27 HTTP/1.1" 200 None
2026-03-30 06:13:54 [bca.uk] INFO: Saving data for CJ71%20KAA: {'auction_closing_time': 1774854000.0, 'created_time': 1774478398.239918, 'last_price_update_time': 1774851234.231425}
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:54 [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-30 06:13:54 [bca.uk] INFO: Found listing with ID: YY73%20XHZ
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XHZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:54 [bca.uk] INFO: Scrape type for YY73%20XHZ: 0
2026-03-30 06:13:54 [bca.uk] INFO: Found listing with ID: YY73%20XJD
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XJD%27 HTTP/1.1" 200 None
2026-03-30 06:13:54 [bca.uk] INFO: Scrape type for YY73%20XJD: 2
2026-03-30 06:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fa93cd0-12d0-5311-bc2b-0bb39c954b53 with identifier: YY73%20XJD
2026-03-30 06:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fa93cd0-12d0-5311-bc2b-0bb39c954b53 with scrape type 2
2026-03-30 06:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fa93cd0-12d0-5311-bc2b-0bb39c954b53 with scrape type 2
2026-03-30 06:13:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fa93cd0-12d0-5311-bc2b-0bb39c954b53, identifier: YY73%20XJD
2026-03-30 06:13:54 [bca.uk] INFO: Found listing with ID: YA12%20PDK
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA12%2520PDK%27 HTTP/1.1" 200 None
2026-03-30 06:13:54 [bca.uk] INFO: Scrape type for YA12%20PDK: 0
2026-03-30 06:13:54 [bca.uk] INFO: Found listing with ID: YJ63%20CVO
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ63%2520CVO%27 HTTP/1.1" 200 None
2026-03-30 06:13:54 [bca.uk] INFO: Scrape type for YJ63%20CVO: 0
2026-03-30 06:13:54 [bca.uk] INFO: Found listing with ID: YP60%20UFT
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP60%2520UFT%27 HTTP/1.1" 200 None
2026-03-30 06:13:54 [bca.uk] INFO: Scrape type for YP60%20UFT: 2
2026-03-30 06:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with identifier: YP60%20UFT
2026-03-30 06:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with scrape type 2
2026-03-30 06:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with scrape type 2
2026-03-30 06:13:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53, identifier: YP60%20UFT
2026-03-30 06:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3e6c9ce-109c-56e7-9dc5-386acca34f54 with identifier: EK57%20YWZ
2026-03-30 06:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3e6c9ce-109c-56e7-9dc5-386acca34f54 with identifier: EK57%20YWZ
2026-03-30 06:13:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3e6c9ce-109c-56e7-9dc5-386acca34f54 with identifier: EK57%20YWZ to the API
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:54 [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=EK57%20YWZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a3e6c9ce-109c-56e7-9dc5-386acca34f54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK57 YWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK57%20YWZ&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'MERCEDES-BENZ',
'model': 'B180',
'odometer': 73320,
'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 B180 2.0 CDI SE Hatchback',
'transmission': 'manual',
'trim': 'CDI SE',
'vin': 'WDD2452072J282915',
'year': 2007}
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK57%2520YWZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:54 [bca.uk] INFO: Saving data for EK57%20YWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774536072.184231, 'last_price_update_time': 1774851234.889233}
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK57%2520YWZ') HTTP/1.1" 204 0
2026-03-30 06:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b864b576-83a7-51e3-aee5-e14b045d56bf with identifier: WK59%20VGD
2026-03-30 06:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b864b576-83a7-51e3-aee5-e14b045d56bf with identifier: WK59%20VGD
2026-03-30 06:13:55 [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-30 06:13:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK59%2520VGD%27 HTTP/1.1" 200 None
2026-03-30 06:13:55 [bca.uk] INFO: Saving data for WK59%20VGD: {'auction_closing_time': 1774951200.0, 'created_time': 1774389945.51764, 'last_price_update_time': 1774851235.182776}
2026-03-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:55 [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-30 06:13:55 [bca.uk] INFO: Found listing with ID: FV24%20VKM
2026-03-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV24%2520VKM%27 HTTP/1.1" 200 None
2026-03-30 06:13:55 [bca.uk] INFO: Scrape type for FV24%20VKM: 2
2026-03-30 06:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e808f5bf-42b7-5d24-b198-29839856d8aa with identifier: FV24%20VKM
2026-03-30 06:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e808f5bf-42b7-5d24-b198-29839856d8aa with scrape type 2
2026-03-30 06:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e808f5bf-42b7-5d24-b198-29839856d8aa with scrape type 2
2026-03-30 06:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e808f5bf-42b7-5d24-b198-29839856d8aa, identifier: FV24%20VKM
2026-03-30 06:13:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fa93cd0-12d0-5311-bc2b-0bb39c954b53 with identifier: YY73%20XJD
2026-03-30 06:13:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fa93cd0-12d0-5311-bc2b-0bb39c954b53 with identifier: YY73%20XJD
2026-03-30 06:13:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fa93cd0-12d0-5311-bc2b-0bb39c954b53 with identifier: YY73%20XJD to the API
2026-03-30 06:13:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XJD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '4fa93cd0-12d0-5311-bc2b-0bb39c954b53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YY73 XJD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XJD&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 11718,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9100,
'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': 'ZFACF1BJXPJJ12078',
'year': 2023}
2026-03-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY73%2520XJD%27 HTTP/1.1" 200 None
2026-03-30 06:13:55 [bca.uk] INFO: Saving data for YY73%20XJD: {'auction_closing_time': 1775199600.0, 'created_time': 1773841785.688631, 'last_price_update_time': 1774851235.610309}
2026-03-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XJD') HTTP/1.1" 204 0
2026-03-30 06:13:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with identifier: YP60%20UFT
2026-03-30 06:13:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0e0e57b-3f76-51ed-b4b7-134e1b64dc53 with identifier: YP60%20UFT
2026-03-30 06:13:55 [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-30 06:13:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:55 [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': 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-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP60%2520UFT%27 HTTP/1.1" 200 None
2026-03-30 06:13:55 [bca.uk] INFO: Saving data for YP60%20UFT: {'auction_closing_time': 1774951200.0, 'created_time': 1774477816.150477, 'last_price_update_time': 1774851235.921534}
2026-03-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:55 [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-30 06:13:55 [bca.uk] INFO: Found listing with ID: PF67%20ENX
2026-03-30 06:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF67%2520ENX%27 HTTP/1.1" 200 None
2026-03-30 06:13:55 [bca.uk] INFO: Scrape type for PF67%20ENX: 2
2026-03-30 06:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2270d430-e634-5a7d-a6ec-63485c4e513e with identifier: PF67%20ENX
2026-03-30 06:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2270d430-e634-5a7d-a6ec-63485c4e513e with scrape type 2
2026-03-30 06:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2270d430-e634-5a7d-a6ec-63485c4e513e with scrape type 2
2026-03-30 06:13:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2270d430-e634-5a7d-a6ec-63485c4e513e, identifier: PF67%20ENX
2026-03-30 06:13:56 [bca.uk] INFO: Found listing with ID: WK61%20THG
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK61%2520THG%27 HTTP/1.1" 200 None
2026-03-30 06:13:56 [bca.uk] INFO: Scrape type for WK61%20THG: 2
2026-03-30 06:13:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd2e0a12-0070-548e-81e6-0412a1ced017 with identifier: WK61%20THG
2026-03-30 06:13:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd2e0a12-0070-548e-81e6-0412a1ced017 with scrape type 2
2026-03-30 06:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd2e0a12-0070-548e-81e6-0412a1ced017 with scrape type 2
2026-03-30 06:13:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd2e0a12-0070-548e-81e6-0412a1ced017, identifier: WK61%20THG
2026-03-30 06:13:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e808f5bf-42b7-5d24-b198-29839856d8aa with identifier: FV24%20VKM
2026-03-30 06:13:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e808f5bf-42b7-5d24-b198-29839856d8aa with identifier: FV24%20VKM
2026-03-30 06:13:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e808f5bf-42b7-5d24-b198-29839856d8aa with identifier: FV24%20VKM to the API
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:13: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV24%20VKM-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'e808f5bf-42b7-5d24-b198-29839856d8aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FV24 VKM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV24%20VKM&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'MERCEDES-BENZ',
'model': 'EQB 250+',
'odometer': 20207,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 26000,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQB 250+ 140KW 70.5KWH AMG LINE EXEC. StationWagon',
'transmission': 'automatic',
'trim': '140KW 70.5KWH AMG LINE EXEC.',
'vin': 'W1N9M0CB7SN088830',
'year': 2024}
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV24%2520VKM%27 HTTP/1.1" 200 None
2026-03-30 06:13:56 [bca.uk] INFO: Saving data for FV24%20VKM: {'auction_closing_time': 1774854000.0, 'created_time': 1774447442.009068, 'last_price_update_time': 1774851236.471725}
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV24%2520VKM') HTTP/1.1" 204 0
2026-03-30 06:13:56 [bca.uk] INFO: Found listing with ID: CP18%20SYV
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520SYV%27 HTTP/1.1" 200 None
2026-03-30 06:13:56 [bca.uk] INFO: Scrape type for CP18%20SYV: 2
2026-03-30 06:13:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c04fd1e-2968-5552-8b33-203bf667e09d with identifier: CP18%20SYV
2026-03-30 06:13:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c04fd1e-2968-5552-8b33-203bf667e09d with scrape type 2
2026-03-30 06:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c04fd1e-2968-5552-8b33-203bf667e09d with scrape type 2
2026-03-30 06:13:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c04fd1e-2968-5552-8b33-203bf667e09d, identifier: CP18%20SYV
2026-03-30 06:13:56 [bca.uk] INFO: Found listing with ID: FV64%20UGS
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520UGS%27 HTTP/1.1" 200 None
2026-03-30 06:13:56 [bca.uk] INFO: Scrape type for FV64%20UGS: 0
2026-03-30 06:13:56 [bca.uk] INFO: Found listing with ID: GJ62%20OWW
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ62%2520OWW%27 HTTP/1.1" 200 None
2026-03-30 06:13:56 [bca.uk] INFO: Scrape type for GJ62%20OWW: 0
2026-03-30 06:13:56 [bca.uk] INFO: Found listing with ID: HD66%20AYV
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD66%2520AYV%27 HTTP/1.1" 200 None
2026-03-30 06:13:56 [bca.uk] INFO: Scrape type for HD66%20AYV: 2
2026-03-30 06:13:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9ce9a6a-9151-564c-ba1c-508fe1441656 with identifier: HD66%20AYV
2026-03-30 06:13:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ce9a6a-9151-564c-ba1c-508fe1441656 with scrape type 2
2026-03-30 06:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9ce9a6a-9151-564c-ba1c-508fe1441656 with scrape type 2
2026-03-30 06:13:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9ce9a6a-9151-564c-ba1c-508fe1441656, identifier: HD66%20AYV
2026-03-30 06:13:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2270d430-e634-5a7d-a6ec-63485c4e513e with identifier: PF67%20ENX
2026-03-30 06:13:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2270d430-e634-5a7d-a6ec-63485c4e513e with identifier: PF67%20ENX
2026-03-30 06:13:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2270d430-e634-5a7d-a6ec-63485c4e513e with identifier: PF67%20ENX to the API
2026-03-30 06:13:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:57 [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': 95,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF67%20ENX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2270d430-e634-5a7d-a6ec-63485c4e513e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PF67 ENX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF67%20ENX&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 54054,
'odometer_reading_unit': '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-PRESS Hatchback',
'transmission': 'manual',
'trim': 'VVT-I X-PRESS',
'vin': 'JTDKGNEC70N308564',
'year': 2017}
2026-03-30 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF67%2520ENX%27 HTTP/1.1" 200 None
2026-03-30 06:13:57 [bca.uk] INFO: Saving data for PF67%20ENX: {'auction_closing_time': 1774951200.0, 'created_time': 1773987157.944568, 'last_price_update_time': 1774851237.175742}
2026-03-30 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF67%2520ENX') HTTP/1.1" 204 0
2026-03-30 06:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd2e0a12-0070-548e-81e6-0412a1ced017 with identifier: WK61%20THG
2026-03-30 06:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd2e0a12-0070-548e-81e6-0412a1ced017 with identifier: WK61%20THG
2026-03-30 06:13:57 [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-30 06:13:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK61%2520THG%27 HTTP/1.1" 200 None
2026-03-30 06:13:57 [bca.uk] INFO: Saving data for WK61%20THG: {'auction_closing_time': 1774951200.0, 'created_time': 1774477902.351281, 'last_price_update_time': 1774851237.478251}
2026-03-30 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:57 [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-30 06:13:57 [bca.uk] INFO: Found listing with ID: FV71%20XER
2026-03-30 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV71%2520XER%27 HTTP/1.1" 200 None
2026-03-30 06:13:57 [bca.uk] INFO: Scrape type for FV71%20XER: 2
2026-03-30 06:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a038e6-7559-5611-93b9-f033b379e2d2 with identifier: FV71%20XER
2026-03-30 06:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a038e6-7559-5611-93b9-f033b379e2d2 with scrape type 2
2026-03-30 06:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5a038e6-7559-5611-93b9-f033b379e2d2 with scrape type 2
2026-03-30 06:13:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a038e6-7559-5611-93b9-f033b379e2d2, identifier: FV71%20XER
2026-03-30 06:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c04fd1e-2968-5552-8b33-203bf667e09d with identifier: CP18%20SYV
2026-03-30 06:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c04fd1e-2968-5552-8b33-203bf667e09d with identifier: CP18%20SYV
2026-03-30 06:13:57 [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-30 06:13:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP18%2520SYV%27 HTTP/1.1" 200 None
2026-03-30 06:13:57 [bca.uk] INFO: Saving data for CP18%20SYV: {'auction_closing_time': 1775199600.0, 'created_time': 1773829426.872563, 'last_price_update_time': 1774851237.92588}
2026-03-30 06:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:57 [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-30 06:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9ce9a6a-9151-564c-ba1c-508fe1441656 with identifier: HD66%20AYV
2026-03-30 06:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9ce9a6a-9151-564c-ba1c-508fe1441656 with identifier: HD66%20AYV
2026-03-30 06:13:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9ce9a6a-9151-564c-ba1c-508fe1441656 with identifier: HD66%20AYV to the API
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD66%20AYV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd9ce9a6a-9151-564c-ba1c-508fe1441656',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HD66 AYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD66%20AYV&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 42024,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'SKODA FABIA 1.2 TSI 110 SE L DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 110 SE L DSG',
'vin': 'TMBFN6NJ4HZ047622',
'year': 2016}
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD66%2520AYV%27 HTTP/1.1" 200 None
2026-03-30 06:13:58 [bca.uk] INFO: Saving data for HD66%20AYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774045202.378321, 'last_price_update_time': 1774851238.283252}
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD66%2520AYV') HTTP/1.1" 204 0
2026-03-30 06:13:58 [bca.uk] INFO: Found listing with ID: WP14%20FBF
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP14%2520FBF%27 HTTP/1.1" 200 None
2026-03-30 06:13:58 [bca.uk] INFO: Scrape type for WP14%20FBF: 2
2026-03-30 06:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f5a14bc-25b1-591f-98b0-eb312b866d6a with identifier: WP14%20FBF
2026-03-30 06:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f5a14bc-25b1-591f-98b0-eb312b866d6a with scrape type 2
2026-03-30 06:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f5a14bc-25b1-591f-98b0-eb312b866d6a with scrape type 2
2026-03-30 06:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f5a14bc-25b1-591f-98b0-eb312b866d6a, identifier: WP14%20FBF
2026-03-30 06:13:58 [bca.uk] INFO: Found listing with ID: WV64%20PJX
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV64%2520PJX%27 HTTP/1.1" 200 None
2026-03-30 06:13:58 [bca.uk] INFO: Scrape type for WV64%20PJX: 2
2026-03-30 06:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c86523a2-c615-5156-8b20-d19e2aacdcc3 with identifier: WV64%20PJX
2026-03-30 06:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c86523a2-c615-5156-8b20-d19e2aacdcc3 with scrape type 2
2026-03-30 06:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c86523a2-c615-5156-8b20-d19e2aacdcc3 with scrape type 2
2026-03-30 06:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c86523a2-c615-5156-8b20-d19e2aacdcc3, identifier: WV64%20PJX
2026-03-30 06:13:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a038e6-7559-5611-93b9-f033b379e2d2 with identifier: FV71%20XER
2026-03-30 06:13:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a038e6-7559-5611-93b9-f033b379e2d2 with identifier: FV71%20XER
2026-03-30 06:13:58 [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-30 06:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13: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': 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-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV71%2520XER%27 HTTP/1.1" 200 None
2026-03-30 06:13:58 [bca.uk] INFO: Saving data for FV71%20XER: {'auction_closing_time': 1774854000.0, 'created_time': 1774478403.227362, 'last_price_update_time': 1774851238.795151}
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:58 [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-30 06:13:58 [bca.uk] INFO: Found listing with ID: KX68%20NDF
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX68%2520NDF%27 HTTP/1.1" 200 None
2026-03-30 06:13:58 [bca.uk] INFO: Scrape type for KX68%20NDF: 2
2026-03-30 06:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f0835fc-6195-5c04-82b6-6bc35bb06413 with identifier: KX68%20NDF
2026-03-30 06:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f0835fc-6195-5c04-82b6-6bc35bb06413 with scrape type 2
2026-03-30 06:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f0835fc-6195-5c04-82b6-6bc35bb06413 with scrape type 2
2026-03-30 06:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f0835fc-6195-5c04-82b6-6bc35bb06413, identifier: KX68%20NDF
2026-03-30 06:13:58 [bca.uk] INFO: Found listing with ID: HX65%20VZY
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX65%2520VZY%27 HTTP/1.1" 200 None
2026-03-30 06:13:58 [bca.uk] INFO: Scrape type for HX65%20VZY: 0
2026-03-30 06:13:58 [bca.uk] INFO: Found listing with ID: KN60%20UXA
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN60%2520UXA%27 HTTP/1.1" 200 None
2026-03-30 06:13:58 [bca.uk] INFO: Scrape type for KN60%20UXA: 0
2026-03-30 06:13:58 [bca.uk] INFO: Found listing with ID: LC62%20ENO
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC62%2520ENO%27 HTTP/1.1" 200 None
2026-03-30 06:13:58 [bca.uk] INFO: Scrape type for LC62%20ENO: 0
2026-03-30 06:13:58 [bca.uk] INFO: Found listing with ID: LS18%20GSV
2026-03-30 06:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS18%2520GSV%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Scrape type for LS18%20GSV: 0
2026-03-30 06:13:59 [bca.uk] INFO: Found listing with ID: MV17%20GRK
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV17%2520GRK%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Scrape type for MV17%20GRK: 0
2026-03-30 06:13:59 [bca.uk] INFO: Found listing with ID: BG12%20YSA
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG12%2520YSA%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Scrape type for BG12%20YSA: 0
2026-03-30 06:13:59 [bca.uk] INFO: Found listing with ID: BJ59%20YSS
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ59%2520YSS%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Scrape type for BJ59%20YSS: 0
2026-03-30 06:13:59 [bca.uk] INFO: Found listing with ID: BP06%20UJK
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP06%2520UJK%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Scrape type for BP06%20UJK: 0
2026-03-30 06:13:59 [bca.uk] INFO: Found listing with ID: BV17%20NCY
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV17%2520NCY%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Scrape type for BV17%20NCY: 2
2026-03-30 06:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 378ed105-9f0a-5cd3-9755-d2d7bf895849 with identifier: BV17%20NCY
2026-03-30 06:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 378ed105-9f0a-5cd3-9755-d2d7bf895849 with scrape type 2
2026-03-30 06:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 378ed105-9f0a-5cd3-9755-d2d7bf895849 with scrape type 2
2026-03-30 06:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 378ed105-9f0a-5cd3-9755-d2d7bf895849, identifier: BV17%20NCY
2026-03-30 06:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f5a14bc-25b1-591f-98b0-eb312b866d6a with identifier: WP14%20FBF
2026-03-30 06:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f5a14bc-25b1-591f-98b0-eb312b866d6a with identifier: WP14%20FBF
2026-03-30 06:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f5a14bc-25b1-591f-98b0-eb312b866d6a with identifier: WP14%20FBF to the API
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:59 [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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP14%20FBF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7f5a14bc-25b1-591f-98b0-eb312b866d6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP14 FBF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP14%20FBF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'KIA',
'model': 'PICANTO',
'odometer': 37884,
'odometer_reading_unit': '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': 'KNABX311LET722602',
'year': 2014}
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP14%2520FBF%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Saving data for WP14%20FBF: {'auction_closing_time': 1774951200.0, 'created_time': 1773987159.853923, 'last_price_update_time': 1774851239.474292}
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP14%2520FBF') HTTP/1.1" 204 0
2026-03-30 06:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c86523a2-c615-5156-8b20-d19e2aacdcc3 with identifier: WV64%20PJX
2026-03-30 06:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c86523a2-c615-5156-8b20-d19e2aacdcc3 with identifier: WV64%20PJX
2026-03-30 06:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c86523a2-c615-5156-8b20-d19e2aacdcc3 with identifier: WV64%20PJX to the API
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:13:59 [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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV64%20PJX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c86523a2-c615-5156-8b20-d19e2aacdcc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV64 PJX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV64%20PJX&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 77744,
'odometer_reading_unit': '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 DESIGN Hatchback',
'transmission': 'manual',
'trim': 'VVT DESIGN',
'vin': 'W0L0SDL68E4258114',
'year': 2014}
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV64%2520PJX%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Saving data for WV64%20PJX: {'auction_closing_time': 1774951200.0, 'created_time': 1773822378.292035, 'last_price_update_time': 1774851239.858205}
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV64%2520PJX') HTTP/1.1" 204 0
2026-03-30 06:13:59 [bca.uk] INFO: Found listing with ID: GN23%20XUZ
2026-03-30 06:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN23%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:13:59 [bca.uk] INFO: Scrape type for GN23%20XUZ: 2
2026-03-30 06:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with identifier: GN23%20XUZ
2026-03-30 06:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with scrape type 2
2026-03-30 06:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with scrape type 2
2026-03-30 06:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19ba3e24-8141-56c5-bc30-1f8d32838ac6, identifier: GN23%20XUZ
2026-03-30 06:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f0835fc-6195-5c04-82b6-6bc35bb06413 with identifier: KX68%20NDF
2026-03-30 06:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f0835fc-6195-5c04-82b6-6bc35bb06413 with identifier: KX68%20NDF
2026-03-30 06:14:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f0835fc-6195-5c04-82b6-6bc35bb06413 with identifier: KX68%20NDF to the API
2026-03-30 06:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX68%20NDF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '0f0835fc-6195-5c04-82b6-6bc35bb06413',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KX68 NDF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX68%20NDF&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'VOLVO',
'model': 'XC40',
'odometer': 150525,
'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': 'VOLVO XC40 2.0 D3 MOMENTUM PRO StationWagon',
'transmission': 'manual',
'trim': 'D3 MOMENTUM PRO',
'vin': 'YV1XZ72B1K2073455',
'year': 2018}
2026-03-30 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX68%2520NDF%27 HTTP/1.1" 200 None
2026-03-30 06:14:00 [bca.uk] INFO: Saving data for KX68%20NDF: {'auction_closing_time': 1775199600.0, 'created_time': 1773958674.419318, 'last_price_update_time': 1774851240.302791}
2026-03-30 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX68%2520NDF') HTTP/1.1" 204 0
2026-03-30 06:14:00 [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-30 06:14:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 378ed105-9f0a-5cd3-9755-d2d7bf895849 with identifier: BV17%20NCY
2026-03-30 06:14:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 378ed105-9f0a-5cd3-9755-d2d7bf895849 with identifier: BV17%20NCY
2026-03-30 06:14:00 [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-30 06:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV17%2520NCY%27 HTTP/1.1" 200 None
2026-03-30 06:14:00 [bca.uk] INFO: Saving data for BV17%20NCY: {'auction_closing_time': 1774951200.0, 'created_time': 1774651492.59132, 'last_price_update_time': 1774851240.635194}
2026-03-30 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:00 [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-30 06:14:00 [bca.uk] INFO: Found listing with ID: WT16%20KKB
2026-03-30 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT16%2520KKB%27 HTTP/1.1" 200 None
2026-03-30 06:14:00 [bca.uk] INFO: Scrape type for WT16%20KKB: 2
2026-03-30 06:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af35a4f6-7ab3-5ba4-8fa6-8c3d11aa88ac with identifier: WT16%20KKB
2026-03-30 06:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af35a4f6-7ab3-5ba4-8fa6-8c3d11aa88ac with scrape type 2
2026-03-30 06:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af35a4f6-7ab3-5ba4-8fa6-8c3d11aa88ac with scrape type 2
2026-03-30 06:14:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af35a4f6-7ab3-5ba4-8fa6-8c3d11aa88ac, identifier: WT16%20KKB
2026-03-30 06:14:00 [bca.uk] INFO: Found listing with ID: YE10%20LCX
2026-03-30 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE10%2520LCX%27 HTTP/1.1" 200 None
2026-03-30 06:14:00 [bca.uk] INFO: Scrape type for YE10%20LCX: 0
2026-03-30 06:14:00 [bca.uk] INFO: Found listing with ID: BR53%20NNR
2026-03-30 06:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BR53%2520NNR%27 HTTP/1.1" 200 None
2026-03-30 06:14:00 [bca.uk] INFO: Scrape type for BR53%20NNR: 2
2026-03-30 06:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 987d7d99-882a-557d-9527-573a1ca7da6c with identifier: BR53%20NNR
2026-03-30 06:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 987d7d99-882a-557d-9527-573a1ca7da6c with scrape type 2
2026-03-30 06:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 987d7d99-882a-557d-9527-573a1ca7da6c with scrape type 2
2026-03-30 06:14:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 987d7d99-882a-557d-9527-573a1ca7da6c, identifier: BR53%20NNR
2026-03-30 06:14:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with identifier: GN23%20XUZ
2026-03-30 06:14:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19ba3e24-8141-56c5-bc30-1f8d32838ac6 with identifier: GN23%20XUZ
2026-03-30 06:14:00 [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-30 06:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN23%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:01 [bca.uk] INFO: Saving data for GN23%20XUZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774391609.846226, 'last_price_update_time': 1774851241.721831}
2026-03-30 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:01 [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-30 06:14:01 [bca.uk] INFO: Found listing with ID: OY18%20CXR
2026-03-30 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY18%2520CXR%27 HTTP/1.1" 200 None
2026-03-30 06:14:01 [bca.uk] INFO: Scrape type for OY18%20CXR: 2
2026-03-30 06:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6044d8f9-0a1f-55e4-a06c-c68910c3f462 with identifier: OY18%20CXR
2026-03-30 06:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6044d8f9-0a1f-55e4-a06c-c68910c3f462 with scrape type 2
2026-03-30 06:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6044d8f9-0a1f-55e4-a06c-c68910c3f462 with scrape type 2
2026-03-30 06:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6044d8f9-0a1f-55e4-a06c-c68910c3f462, identifier: OY18%20CXR
2026-03-30 06:14:01 [bca.uk] INFO: Found listing with ID: DE18%20HKD
2026-03-30 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE18%2520HKD%27 HTTP/1.1" 200 None
2026-03-30 06:14:01 [bca.uk] INFO: Scrape type for DE18%20HKD: 0
2026-03-30 06:14:01 [bca.uk] INFO: Found listing with ID: EA65%20ZCT
2026-03-30 06:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA65%2520ZCT%27 HTTP/1.1" 200 None
2026-03-30 06:14:01 [bca.uk] INFO: Scrape type for EA65%20ZCT: 0
2026-03-30 06:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af35a4f6-7ab3-5ba4-8fa6-8c3d11aa88ac with identifier: WT16%20KKB
2026-03-30 06:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af35a4f6-7ab3-5ba4-8fa6-8c3d11aa88ac with identifier: WT16%20KKB
2026-03-30 06:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af35a4f6-7ab3-5ba4-8fa6-8c3d11aa88ac with identifier: WT16%20KKB to the API
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:02 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT16%20KKB-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'af35a4f6-7ab3-5ba4-8fa6-8c3d11aa88ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WT16 KKB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT16%20KKB&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FIAT',
'model': '500X',
'odometer': 56216,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FIAT 500X 1.6 M/JET 120 CROSS PLUS Hatchback',
'transmission': 'manual',
'trim': 'M/JET 120 CROSS PLUS',
'vin': 'ZFA3340000P485115',
'year': 2016}
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT16%2520KKB%27 HTTP/1.1" 200 None
2026-03-30 06:14:02 [bca.uk] INFO: Saving data for WT16%20KKB: {'auction_closing_time': 1774951200.0, 'created_time': 1774536044.783355, 'last_price_update_time': 1774851242.196917}
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT16%2520KKB') HTTP/1.1" 204 0
2026-03-30 06:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 987d7d99-882a-557d-9527-573a1ca7da6c with identifier: BR53%20NNR
2026-03-30 06:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 987d7d99-882a-557d-9527-573a1ca7da6c with identifier: BR53%20NNR
2026-03-30 06:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 987d7d99-882a-557d-9527-573a1ca7da6c with identifier: BR53%20NNR to the API
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BR53%20NNR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '987d7d99-882a-557d-9527-573a1ca7da6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BR53 NNR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BR53%20NNR&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'BMW',
'model': '118D',
'odometer': 112920,
'odometer_reading_unit': '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 118D 2.0 EXCLUSIVE EDITION Coupe',
'transmission': 'manual',
'trim': 'EXCLUSIVE EDITION',
'vin': 'WBAUR12010VW39630',
'year': 2013}
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BR53%2520NNR%27 HTTP/1.1" 200 None
2026-03-30 06:14:02 [bca.uk] INFO: Saving data for BR53%20NNR: {'auction_closing_time': 1774951200.0, 'created_time': 1773822401.670237, 'last_price_update_time': 1774851242.481833}
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BR53%2520NNR') HTTP/1.1" 204 0
2026-03-30 06:14:02 [bca.uk] INFO: Found listing with ID: KN23%20ZSZ
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN23%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:02 [bca.uk] INFO: Scrape type for KN23%20ZSZ: 2
2026-03-30 06:14:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47d35420-930b-5286-9ac7-bdd639dc86f3 with identifier: KN23%20ZSZ
2026-03-30 06:14:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47d35420-930b-5286-9ac7-bdd639dc86f3 with scrape type 2
2026-03-30 06:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47d35420-930b-5286-9ac7-bdd639dc86f3 with scrape type 2
2026-03-30 06:14:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47d35420-930b-5286-9ac7-bdd639dc86f3, identifier: KN23%20ZSZ
2026-03-30 06:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6044d8f9-0a1f-55e4-a06c-c68910c3f462 with identifier: OY18%20CXR
2026-03-30 06:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6044d8f9-0a1f-55e4-a06c-c68910c3f462 with identifier: OY18%20CXR
2026-03-30 06:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6044d8f9-0a1f-55e4-a06c-c68910c3f462 with identifier: OY18%20CXR to the API
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY18%20CXR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '6044d8f9-0a1f-55e4-a06c-c68910c3f462',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY18 CXR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY18%20CXR&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 49726,
'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': 'JAGUAR F-PACE 2.0 D 240 AWD R SPORT StationWagon',
'transmission': 'automatic',
'trim': 'D 240 AWD R SPORT',
'vin': 'SADCA2AN8JA297163',
'year': 2018}
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY18%2520CXR%27 HTTP/1.1" 200 None
2026-03-30 06:14:02 [bca.uk] INFO: Saving data for OY18%20CXR: {'auction_closing_time': 1775199600.0, 'created_time': 1774436526.384998, 'last_price_update_time': 1774851242.904956}
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY18%2520CXR') HTTP/1.1" 204 0
2026-03-30 06:14:02 [bca.uk] INFO: Found listing with ID: YB66%20CAV
2026-03-30 06:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB66%2520CAV%27 HTTP/1.1" 200 None
2026-03-30 06:14:02 [bca.uk] INFO: Scrape type for YB66%20CAV: 2
2026-03-30 06:14:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc88cfad-7840-54f7-bca7-0b7f040640f0 with identifier: YB66%20CAV
2026-03-30 06:14:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc88cfad-7840-54f7-bca7-0b7f040640f0 with scrape type 2
2026-03-30 06:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc88cfad-7840-54f7-bca7-0b7f040640f0 with scrape type 2
2026-03-30 06:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc88cfad-7840-54f7-bca7-0b7f040640f0, identifier: YB66%20CAV
2026-03-30 06:14:03 [bca.uk] INFO: Found listing with ID: DK10%20USC
2026-03-30 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK10%2520USC%27 HTTP/1.1" 200 None
2026-03-30 06:14:03 [bca.uk] INFO: Scrape type for DK10%20USC: 2
2026-03-30 06:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aebc489-5e24-529d-b673-3c9cfd19dcb1 with identifier: DK10%20USC
2026-03-30 06:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aebc489-5e24-529d-b673-3c9cfd19dcb1 with scrape type 2
2026-03-30 06:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1aebc489-5e24-529d-b673-3c9cfd19dcb1 with scrape type 2
2026-03-30 06:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1aebc489-5e24-529d-b673-3c9cfd19dcb1, identifier: DK10%20USC
2026-03-30 06:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47d35420-930b-5286-9ac7-bdd639dc86f3 with identifier: KN23%20ZSZ
2026-03-30 06:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47d35420-930b-5286-9ac7-bdd639dc86f3 with identifier: KN23%20ZSZ
2026-03-30 06:14:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47d35420-930b-5286-9ac7-bdd639dc86f3 with identifier: KN23%20ZSZ to the API
2026-03-30 06:14:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN23%20ZSZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '47d35420-930b-5286-9ac7-bdd639dc86f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KN23 ZSZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN23%20ZSZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'SUZUKI',
'model': 'VITARA',
'odometer': 47281,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11600,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'SUZUKI VITARA 1.4 B-JET 48V HYBRID SZ5 Hatchback',
'transmission': 'manual',
'trim': 'B-JET 48V HYBRID SZ5',
'vin': 'TSMLYDD1S00C18172',
'year': 2023}
2026-03-30 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN23%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:03 [bca.uk] INFO: Saving data for KN23%20ZSZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774016612.46885, 'last_price_update_time': 1774851243.473326}
2026-03-30 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN23%2520ZSZ') HTTP/1.1" 204 0
2026-03-30 06:14:03 [bca.uk] INFO: Found listing with ID: PX67%20WMY
2026-03-30 06:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX67%2520WMY%27 HTTP/1.1" 200 None
2026-03-30 06:14:03 [bca.uk] INFO: Scrape type for PX67%20WMY: 2
2026-03-30 06:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 724ff0fe-0834-5e89-84b3-3b1aab2a3b10 with identifier: PX67%20WMY
2026-03-30 06:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 724ff0fe-0834-5e89-84b3-3b1aab2a3b10 with scrape type 2
2026-03-30 06:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 724ff0fe-0834-5e89-84b3-3b1aab2a3b10 with scrape type 2
2026-03-30 06:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 724ff0fe-0834-5e89-84b3-3b1aab2a3b10, identifier: PX67%20WMY
2026-03-30 06:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc88cfad-7840-54f7-bca7-0b7f040640f0 with identifier: YB66%20CAV
2026-03-30 06:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc88cfad-7840-54f7-bca7-0b7f040640f0 with identifier: YB66%20CAV
2026-03-30 06:14: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-30 06:14:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:04 [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': 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-30 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB66%2520CAV%27 HTTP/1.1" 200 None
2026-03-30 06:14:04 [bca.uk] INFO: Saving data for YB66%20CAV: {'auction_closing_time': 1774951200.0, 'created_time': 1774477991.667157, 'last_price_update_time': 1774851244.717519}
2026-03-30 06:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:04 [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-30 06:14:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1aebc489-5e24-529d-b673-3c9cfd19dcb1 with identifier: DK10%20USC
2026-03-30 06:14:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1aebc489-5e24-529d-b673-3c9cfd19dcb1 with identifier: DK10%20USC
2026-03-30 06:14:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1aebc489-5e24-529d-b673-3c9cfd19dcb1 with identifier: DK10%20USC to the API
2026-03-30 06:14:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK10%20USC-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1aebc489-5e24-529d-b673-3c9cfd19dcb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DK10 USC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK10%20USC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'ALFA ROMEO',
'model': '159 SPORTWAGON',
'odometer': 60157,
'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': 'ALFA ROMEO 159 SPORTWAGON 1.9 JTDM 8V ECO TURISMO Estate',
'transmission': 'manual',
'trim': 'JTDM 8V ECO TURISMO',
'vin': 'ZAR93900007266643',
'year': 2010}
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK10%2520USC%27 HTTP/1.1" 200 None
2026-03-30 06:14:05 [bca.uk] INFO: Saving data for DK10%20USC: {'auction_closing_time': 1774951200.0, 'created_time': 1774045361.770095, 'last_price_update_time': 1774851245.114386}
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK10%2520USC') HTTP/1.1" 204 0
2026-03-30 06:14:05 [bca.uk] INFO: Found listing with ID: KP72%20XUH
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP72%2520XUH%27 HTTP/1.1" 200 None
2026-03-30 06:14:05 [bca.uk] INFO: Scrape type for KP72%20XUH: 2
2026-03-30 06:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8abc6d0d-a605-582e-8628-a34b757c6b4c with identifier: KP72%20XUH
2026-03-30 06:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8abc6d0d-a605-582e-8628-a34b757c6b4c with scrape type 2
2026-03-30 06:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8abc6d0d-a605-582e-8628-a34b757c6b4c with scrape type 2
2026-03-30 06:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8abc6d0d-a605-582e-8628-a34b757c6b4c, identifier: KP72%20XUH
2026-03-30 06:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 724ff0fe-0834-5e89-84b3-3b1aab2a3b10 with identifier: PX67%20WMY
2026-03-30 06:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 724ff0fe-0834-5e89-84b3-3b1aab2a3b10 with identifier: PX67%20WMY
2026-03-30 06:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 724ff0fe-0834-5e89-84b3-3b1aab2a3b10 with identifier: PX67%20WMY to the API
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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=PX67%20WMY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '724ff0fe-0834-5e89-84b3-3b1aab2a3b10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX67 WMY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX67%20WMY&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'AUDI',
'model': 'Q2',
'odometer': 93729,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8200,
'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': 'WAUZZZGA7JA030119',
'year': 2017}
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX67%2520WMY%27 HTTP/1.1" 200 None
2026-03-30 06:14:05 [bca.uk] INFO: Saving data for PX67%20WMY: {'auction_closing_time': 1775199600.0, 'created_time': 1774438263.238347, 'last_price_update_time': 1774851245.525414}
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX67%2520WMY') HTTP/1.1" 204 0
2026-03-30 06:14:05 [bca.uk] INFO: Found listing with ID: YP61%20WOR
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP61%2520WOR%27 HTTP/1.1" 200 None
2026-03-30 06:14:05 [bca.uk] INFO: Scrape type for YP61%20WOR: 2
2026-03-30 06:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f672820-3164-5bbf-aa68-2e7e6a17eb23 with identifier: YP61%20WOR
2026-03-30 06:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f672820-3164-5bbf-aa68-2e7e6a17eb23 with scrape type 2
2026-03-30 06:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f672820-3164-5bbf-aa68-2e7e6a17eb23 with scrape type 2
2026-03-30 06:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f672820-3164-5bbf-aa68-2e7e6a17eb23, identifier: YP61%20WOR
2026-03-30 06:14:05 [bca.uk] INFO: Found listing with ID: GY60%20KSU
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY60%2520KSU%27 HTTP/1.1" 200 None
2026-03-30 06:14:05 [bca.uk] INFO: Scrape type for GY60%20KSU: 2
2026-03-30 06:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68469308-eda3-589b-99eb-748ebd0c29bb with identifier: GY60%20KSU
2026-03-30 06:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68469308-eda3-589b-99eb-748ebd0c29bb with scrape type 2
2026-03-30 06:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68469308-eda3-589b-99eb-748ebd0c29bb with scrape type 2
2026-03-30 06:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68469308-eda3-589b-99eb-748ebd0c29bb, identifier: GY60%20KSU
2026-03-30 06:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8abc6d0d-a605-582e-8628-a34b757c6b4c with identifier: KP72%20XUH
2026-03-30 06:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8abc6d0d-a605-582e-8628-a34b757c6b4c with identifier: KP72%20XUH
2026-03-30 06:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8abc6d0d-a605-582e-8628-a34b757c6b4c with identifier: KP72%20XUH to the API
2026-03-30 06:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP72%20XUH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '8abc6d0d-a605-582e-8628-a34b757c6b4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KP72 XUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP72%20XUH&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'KIA',
'model': 'NIRO',
'odometer': 49071,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13000,
'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': 'KNACP81EVP5038230',
'year': 2022}
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP72%2520XUH%27 HTTP/1.1" 200 None
2026-03-30 06:14:06 [bca.uk] INFO: Saving data for KP72%20XUH: {'auction_closing_time': 1774854000.0, 'created_time': 1774016647.383824, 'last_price_update_time': 1774851246.033673}
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP72%2520XUH') HTTP/1.1" 204 0
2026-03-30 06:14:06 [bca.uk] INFO: Found listing with ID: SV14%20XST
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV14%2520XST%27 HTTP/1.1" 200 None
2026-03-30 06:14:06 [bca.uk] INFO: Scrape type for SV14%20XST: 2
2026-03-30 06:14:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92eb6ee9-6158-5920-b71b-8dfb1e7f9d4e with identifier: SV14%20XST
2026-03-30 06:14:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92eb6ee9-6158-5920-b71b-8dfb1e7f9d4e with scrape type 2
2026-03-30 06:14:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92eb6ee9-6158-5920-b71b-8dfb1e7f9d4e with scrape type 2
2026-03-30 06:14:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92eb6ee9-6158-5920-b71b-8dfb1e7f9d4e, identifier: SV14%20XST
2026-03-30 06:14:06 [bca.uk] INFO: Total items found: 100
2026-03-30 06:14:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded
2026-03-30 06:14:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:14:06 [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-30 06:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f672820-3164-5bbf-aa68-2e7e6a17eb23 with identifier: YP61%20WOR
2026-03-30 06:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f672820-3164-5bbf-aa68-2e7e6a17eb23 with identifier: YP61%20WOR
2026-03-30 06:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f672820-3164-5bbf-aa68-2e7e6a17eb23 with identifier: YP61%20WOR to the API
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:06 [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': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP61%20WOR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1f672820-3164-5bbf-aa68-2e7e6a17eb23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP61 WOR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP61%20WOR&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'RENAULT',
'model': 'GRAND MODUS',
'odometer': 110971,
'odometer_reading_unit': '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 GRAND MODUS 1.6 DYNAMIQUE Hatchback',
'transmission': 'automatic',
'trim': 'DYNAMIQUE',
'vin': 'VF1JP36FA46411123',
'year': 2011}
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP61%2520WOR%27 HTTP/1.1" 200 None
2026-03-30 06:14:06 [bca.uk] INFO: Saving data for YP61%20WOR: {'auction_closing_time': 1774951200.0, 'created_time': 1773987161.914051, 'last_price_update_time': 1774851246.459672}
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP61%2520WOR') HTTP/1.1" 204 0
2026-03-30 06:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68469308-eda3-589b-99eb-748ebd0c29bb with identifier: GY60%20KSU
2026-03-30 06:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68469308-eda3-589b-99eb-748ebd0c29bb with identifier: GY60%20KSU
2026-03-30 06:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68469308-eda3-589b-99eb-748ebd0c29bb with identifier: GY60%20KSU to the API
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY60%20KSU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '68469308-eda3-589b-99eb-748ebd0c29bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY60 KSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY60%20KSU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 91591,
'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 12V S Hatchback',
'transmission': 'manual',
'trim': '12V S',
'vin': 'TMBFH25J7B3074646',
'year': 2010}
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY60%2520KSU%27 HTTP/1.1" 200 None
2026-03-30 06:14:06 [bca.uk] INFO: Saving data for GY60%20KSU: {'auction_closing_time': 1774951200.0, 'created_time': 1773986674.103985, 'last_price_update_time': 1774851246.760192}
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY60%2520KSU') HTTP/1.1" 204 0
2026-03-30 06:14:06 [bca.uk] INFO: Found listing with ID: LL72%20GLZ
2026-03-30 06:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL72%2520GLZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:06 [bca.uk] INFO: Scrape type for LL72%20GLZ: 2
2026-03-30 06:14:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e01408ab-e3ca-5563-a102-5850aa299688 with identifier: LL72%20GLZ
2026-03-30 06:14:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e01408ab-e3ca-5563-a102-5850aa299688 with scrape type 2
2026-03-30 06:14:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e01408ab-e3ca-5563-a102-5850aa299688 with scrape type 2
2026-03-30 06:14:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e01408ab-e3ca-5563-a102-5850aa299688, identifier: LL72%20GLZ
2026-03-30 06:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92eb6ee9-6158-5920-b71b-8dfb1e7f9d4e with identifier: SV14%20XST
2026-03-30 06:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92eb6ee9-6158-5920-b71b-8dfb1e7f9d4e with identifier: SV14%20XST
2026-03-30 06:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92eb6ee9-6158-5920-b71b-8dfb1e7f9d4e with identifier: SV14%20XST to the API
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV14%20XST-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '92eb6ee9-6158-5920-b71b-8dfb1e7f9d4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV14 XST',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV14%20XST&vehicleType=*',
'listing': 'directbuy',
'location': 'Livingston',
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 103572,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 5500,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 TDI 177 QUATTRO BLACK ED.S-T Estate',
'transmission': 'automatic',
'trim': 'TDI 177 QUATTRO BLACK ED.S-T',
'vin': 'WAUZZZ8K2EA098762',
'year': 2014}
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV14%2520XST%27 HTTP/1.1" 200 None
2026-03-30 06:14:07 [bca.uk] INFO: Saving data for SV14%20XST: {'auction_closing_time': 1775199600.0, 'created_time': 1774534407.976268, 'last_price_update_time': 1774851247.174243}
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV14%2520XST') HTTP/1.1" 204 0
2026-03-30 06:14:07 [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-30 06:14:07 [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-30 06:14:07 [bca.uk] INFO: Found listing with ID: YX14%20ORY
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX14%2520ORY%27 HTTP/1.1" 200 None
2026-03-30 06:14:07 [bca.uk] INFO: Scrape type for YX14%20ORY: 2
2026-03-30 06:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 235fed1d-c071-5b66-b25c-c467178caf20 with identifier: YX14%20ORY
2026-03-30 06:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 235fed1d-c071-5b66-b25c-c467178caf20 with scrape type 2
2026-03-30 06:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 235fed1d-c071-5b66-b25c-c467178caf20 with scrape type 2
2026-03-30 06:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 235fed1d-c071-5b66-b25c-c467178caf20, identifier: YX14%20ORY
2026-03-30 06:14:07 [bca.uk] INFO: Found listing with ID: LR61%20CGG
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR61%2520CGG%27 HTTP/1.1" 200 None
2026-03-30 06:14:07 [bca.uk] INFO: Scrape type for LR61%20CGG: 2
2026-03-30 06:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7494d370-7ba1-5fcb-b3cd-40d002946636 with identifier: LR61%20CGG
2026-03-30 06:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7494d370-7ba1-5fcb-b3cd-40d002946636 with scrape type 2
2026-03-30 06:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7494d370-7ba1-5fcb-b3cd-40d002946636 with scrape type 2
2026-03-30 06:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7494d370-7ba1-5fcb-b3cd-40d002946636, identifier: LR61%20CGG
2026-03-30 06:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e01408ab-e3ca-5563-a102-5850aa299688 with identifier: LL72%20GLZ
2026-03-30 06:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e01408ab-e3ca-5563-a102-5850aa299688 with identifier: LL72%20GLZ
2026-03-30 06:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e01408ab-e3ca-5563-a102-5850aa299688 with identifier: LL72%20GLZ to the API
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 26,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL72%20GLZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'e01408ab-e3ca-5563-a102-5850aa299688',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL72 GLZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL72%20GLZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 33245,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
'transmission': 'automatic',
'trim': '40 TFSI E S LINE S-T',
'vin': 'WAUZZZGY5PA033073',
'year': 2022}
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL72%2520GLZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:07 [bca.uk] INFO: Saving data for LL72%20GLZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774447635.837475, 'last_price_update_time': 1774851247.743855}
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL72%2520GLZ') HTTP/1.1" 204 0
2026-03-30 06:14:07 [bca.uk] INFO: Found listing with ID: SW69%20PGF
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW69%2520PGF%27 HTTP/1.1" 200 None
2026-03-30 06:14:07 [bca.uk] INFO: Scrape type for SW69%20PGF: 2
2026-03-30 06:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c11241e-d001-53e0-8314-19301aa774fc with identifier: SW69%20PGF
2026-03-30 06:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c11241e-d001-53e0-8314-19301aa774fc with scrape type 2
2026-03-30 06:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c11241e-d001-53e0-8314-19301aa774fc with scrape type 2
2026-03-30 06:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c11241e-d001-53e0-8314-19301aa774fc, identifier: SW69%20PGF
2026-03-30 06:14:07 [bca.uk] INFO: Found listing with ID: LC68%20DRX
2026-03-30 06:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC68%2520DRX%27 HTTP/1.1" 200 None
2026-03-30 06:14:07 [bca.uk] INFO: Scrape type for LC68%20DRX: 2
2026-03-30 06:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaf5b000-84ec-507d-9478-134b09866c63 with identifier: LC68%20DRX
2026-03-30 06:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaf5b000-84ec-507d-9478-134b09866c63 with scrape type 2
2026-03-30 06:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaf5b000-84ec-507d-9478-134b09866c63 with scrape type 2
2026-03-30 06:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaf5b000-84ec-507d-9478-134b09866c63, identifier: LC68%20DRX
2026-03-30 06:14:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 235fed1d-c071-5b66-b25c-c467178caf20 with identifier: YX14%20ORY
2026-03-30 06:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 235fed1d-c071-5b66-b25c-c467178caf20 with identifier: YX14%20ORY
2026-03-30 06:14:08 [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-30 06:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:08 [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': 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-30 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX14%2520ORY%27 HTTP/1.1" 200 None
2026-03-30 06:14:08 [bca.uk] INFO: Saving data for YX14%20ORY: {'auction_closing_time': 1774951200.0, 'created_time': 1774389834.062158, 'last_price_update_time': 1774851248.319417}
2026-03-30 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:08 [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-30 06:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7494d370-7ba1-5fcb-b3cd-40d002946636 with identifier: LR61%20CGG
2026-03-30 06:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7494d370-7ba1-5fcb-b3cd-40d002946636 with identifier: LR61%20CGG
2026-03-30 06:14:08 [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-30 06:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:08 [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': 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-30 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR61%2520CGG%27 HTTP/1.1" 200 None
2026-03-30 06:14:08 [bca.uk] INFO: Saving data for LR61%20CGG: {'auction_closing_time': 1774951200.0, 'created_time': 1774389947.414988, 'last_price_update_time': 1774851248.636419}
2026-03-30 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:08 [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-30 06:14:08 [bca.uk] INFO: Found listing with ID: LO23%20MLK
2026-03-30 06:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO23%2520MLK%27 HTTP/1.1" 200 None
2026-03-30 06:14:08 [bca.uk] INFO: Scrape type for LO23%20MLK: 2
2026-03-30 06:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with identifier: LO23%20MLK
2026-03-30 06:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with scrape type 2
2026-03-30 06:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with scrape type 2
2026-03-30 06:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d521c24-3876-5f0b-8e46-ced273cb0bb2, identifier: LO23%20MLK
2026-03-30 06:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c11241e-d001-53e0-8314-19301aa774fc with identifier: SW69%20PGF
2026-03-30 06:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c11241e-d001-53e0-8314-19301aa774fc with identifier: SW69%20PGF
2026-03-30 06:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c11241e-d001-53e0-8314-19301aa774fc with identifier: SW69%20PGF to the API
2026-03-30 06:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW69%20PGF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '4c11241e-d001-53e0-8314-19301aa774fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW69 PGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW69%20PGF&vehicleType=*',
'listing': 'directbuy',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 61026,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16000,
'price_includes_vat': False,
'registration_date': '2019-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': 'SALCA2AN7LH851047',
'year': 2019}
2026-03-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW69%2520PGF%27 HTTP/1.1" 200 None
2026-03-30 06:14:09 [bca.uk] INFO: Saving data for SW69%20PGF: {'auction_closing_time': 1775199600.0, 'created_time': 1774536142.379105, 'last_price_update_time': 1774851249.037087}
2026-03-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW69%2520PGF') HTTP/1.1" 204 0
2026-03-30 06:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaf5b000-84ec-507d-9478-134b09866c63 with identifier: LC68%20DRX
2026-03-30 06:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaf5b000-84ec-507d-9478-134b09866c63 with identifier: LC68%20DRX
2026-03-30 06:14:09 [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-30 06:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:09 [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': 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-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC68%2520DRX%27 HTTP/1.1" 200 None
2026-03-30 06:14:09 [bca.uk] INFO: Saving data for LC68%20DRX: {'auction_closing_time': 1775037600.0, 'created_time': 1774564022.862207, 'last_price_update_time': 1774851249.341406}
2026-03-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:09 [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-30 06:14:09 [bca.uk] INFO: Found listing with ID: SH09%20CPE
2026-03-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH09%2520CPE%27 HTTP/1.1" 200 None
2026-03-30 06:14:09 [bca.uk] INFO: Scrape type for SH09%20CPE: 2
2026-03-30 06:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 196e255f-1b91-5725-83c9-8c55b4665e3e with identifier: SH09%20CPE
2026-03-30 06:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196e255f-1b91-5725-83c9-8c55b4665e3e with scrape type 2
2026-03-30 06:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 196e255f-1b91-5725-83c9-8c55b4665e3e with scrape type 2
2026-03-30 06:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 196e255f-1b91-5725-83c9-8c55b4665e3e, identifier: SH09%20CPE
2026-03-30 06:14:09 [bca.uk] INFO: Found listing with ID: MA17%20EEJ
2026-03-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA17%2520EEJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:09 [bca.uk] INFO: Scrape type for MA17%20EEJ: 0
2026-03-30 06:14:09 [bca.uk] INFO: Found listing with ID: NA10%20FLB
2026-03-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA10%2520FLB%27 HTTP/1.1" 200 None
2026-03-30 06:14:09 [bca.uk] INFO: Scrape type for NA10%20FLB: 2
2026-03-30 06:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7eff836-2263-5ed2-a6b4-e28d4f6e04be with identifier: NA10%20FLB
2026-03-30 06:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7eff836-2263-5ed2-a6b4-e28d4f6e04be with scrape type 2
2026-03-30 06:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7eff836-2263-5ed2-a6b4-e28d4f6e04be with scrape type 2
2026-03-30 06:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7eff836-2263-5ed2-a6b4-e28d4f6e04be, identifier: NA10%20FLB
2026-03-30 06:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with identifier: LO23%20MLK
2026-03-30 06:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d521c24-3876-5f0b-8e46-ced273cb0bb2 with identifier: LO23%20MLK
2026-03-30 06:14:09 [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-30 06:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:09 [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': 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-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO23%2520MLK%27 HTTP/1.1" 200 None
2026-03-30 06:14:09 [bca.uk] INFO: Saving data for LO23%20MLK: {'auction_closing_time': 1774854000.0, 'created_time': 1774478157.253294, 'last_price_update_time': 1774851249.9038}
2026-03-30 06:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:09 [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-30 06:14:10 [bca.uk] INFO: Found listing with ID: EO17%20NNT
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO17%2520NNT%27 HTTP/1.1" 200 None
2026-03-30 06:14:10 [bca.uk] INFO: Scrape type for EO17%20NNT: 0
2026-03-30 06:14:10 [bca.uk] INFO: Found listing with ID: GB67%20HRV
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GB67%2520HRV%27 HTTP/1.1" 200 None
2026-03-30 06:14:10 [bca.uk] INFO: Scrape type for GB67%20HRV: 2
2026-03-30 06:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with identifier: GB67%20HRV
2026-03-30 06:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with scrape type 2
2026-03-30 06:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with scrape type 2
2026-03-30 06:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9c23bd6-dd2d-55e7-8f9d-b619234d0109, identifier: GB67%20HRV
2026-03-30 06:14:10 [bca.uk] INFO: Found listing with ID: RK70%20GYB
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK70%2520GYB%27 HTTP/1.1" 200 None
2026-03-30 06:14:10 [bca.uk] INFO: Scrape type for RK70%20GYB: 2
2026-03-30 06:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af4354dd-03e0-57cc-a833-89ac610ed2ac with identifier: RK70%20GYB
2026-03-30 06:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af4354dd-03e0-57cc-a833-89ac610ed2ac with scrape type 2
2026-03-30 06:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af4354dd-03e0-57cc-a833-89ac610ed2ac with scrape type 2
2026-03-30 06:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af4354dd-03e0-57cc-a833-89ac610ed2ac, identifier: RK70%20GYB
2026-03-30 06:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 196e255f-1b91-5725-83c9-8c55b4665e3e with identifier: SH09%20CPE
2026-03-30 06:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 196e255f-1b91-5725-83c9-8c55b4665e3e with identifier: SH09%20CPE
2026-03-30 06:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 196e255f-1b91-5725-83c9-8c55b4665e3e with identifier: SH09%20CPE to the API
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:10 [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=SH09%20CPE-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '196e255f-1b91-5725-83c9-8c55b4665e3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH09 CPE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH09%20CPE&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 92575,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'HONDA JAZZ 1.4 I-VTEC ES I-SHIFT Hatchback',
'transmission': 'automatic',
'trim': 'I-VTEC ES I-SHIFT',
'vin': 'JHMGE68609S223635',
'year': 2009}
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH09%2520CPE%27 HTTP/1.1" 200 None
2026-03-30 06:14:10 [bca.uk] INFO: Saving data for SH09%20CPE: {'auction_closing_time': 1774951200.0, 'created_time': 1774352055.202196, 'last_price_update_time': 1774851250.559689}
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH09%2520CPE') HTTP/1.1" 204 0
2026-03-30 06:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7eff836-2263-5ed2-a6b4-e28d4f6e04be with identifier: NA10%20FLB
2026-03-30 06:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7eff836-2263-5ed2-a6b4-e28d4f6e04be with identifier: NA10%20FLB
2026-03-30 06:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7eff836-2263-5ed2-a6b4-e28d4f6e04be with identifier: NA10%20FLB to the API
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA10%20FLB-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e7eff836-2263-5ed2-a6b4-e28d4f6e04be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA10 FLB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA10%20FLB&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'KIA',
'model': 'VENGA',
'odometer': 113668,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'KIA VENGA 1.6 2 MPV',
'transmission': 'automatic',
'trim': '2',
'vin': 'TMAEH812MAJ010774',
'year': 2010}
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA10%2520FLB%27 HTTP/1.1" 200 None
2026-03-30 06:14:10 [bca.uk] INFO: Saving data for NA10%20FLB: {'auction_closing_time': 1774951200.0, 'created_time': 1774352642.147096, 'last_price_update_time': 1774851250.848622}
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA10%2520FLB') HTTP/1.1" 204 0
2026-03-30 06:14:10 [bca.uk] INFO: Found listing with ID: LR22%20HKP
2026-03-30 06:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR22%2520HKP%27 HTTP/1.1" 200 None
2026-03-30 06:14:10 [bca.uk] INFO: Scrape type for LR22%20HKP: 2
2026-03-30 06:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with identifier: LR22%20HKP
2026-03-30 06:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with scrape type 2
2026-03-30 06:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with scrape type 2
2026-03-30 06:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c428726-d81c-5ad5-a79c-e0a09b66bd79, identifier: LR22%20HKP
2026-03-30 06:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with identifier: GB67%20HRV
2026-03-30 06:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9c23bd6-dd2d-55e7-8f9d-b619234d0109 with identifier: GB67%20HRV
2026-03-30 06:14:11 [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-30 06:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GB67%2520HRV%27 HTTP/1.1" 200 None
2026-03-30 06:14:11 [bca.uk] INFO: Saving data for GB67%20HRV: {'auction_closing_time': 1775199600.0, 'created_time': 1774265899.488864, 'last_price_update_time': 1774851251.319232}
2026-03-30 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:11 [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-30 06:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af4354dd-03e0-57cc-a833-89ac610ed2ac with identifier: RK70%20GYB
2026-03-30 06:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af4354dd-03e0-57cc-a833-89ac610ed2ac with identifier: RK70%20GYB
2026-03-30 06:14:11 [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-30 06:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:11 [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': 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-30 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK70%2520GYB%27 HTTP/1.1" 200 None
2026-03-30 06:14:11 [bca.uk] INFO: Saving data for RK70%20GYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774564020.11342, 'last_price_update_time': 1774851251.615028}
2026-03-30 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:11 [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-30 06:14:11 [bca.uk] INFO: Found listing with ID: SV60%20MXJ
2026-03-30 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV60%2520MXJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:11 [bca.uk] INFO: Scrape type for SV60%20MXJ: 2
2026-03-30 06:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f97257c5-7b54-55e4-a698-6776480d0ff8 with identifier: SV60%20MXJ
2026-03-30 06:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f97257c5-7b54-55e4-a698-6776480d0ff8 with scrape type 2
2026-03-30 06:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f97257c5-7b54-55e4-a698-6776480d0ff8 with scrape type 2
2026-03-30 06:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f97257c5-7b54-55e4-a698-6776480d0ff8, identifier: SV60%20MXJ
2026-03-30 06:14:11 [bca.uk] INFO: Found listing with ID: RJ13%20ABV
2026-03-30 06:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ13%2520ABV%27 HTTP/1.1" 200 None
2026-03-30 06:14:11 [bca.uk] INFO: Scrape type for RJ13%20ABV: 2
2026-03-30 06:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d4f1e8-b358-5905-b718-1b32d96f6df0 with identifier: RJ13%20ABV
2026-03-30 06:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d4f1e8-b358-5905-b718-1b32d96f6df0 with scrape type 2
2026-03-30 06:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d4f1e8-b358-5905-b718-1b32d96f6df0 with scrape type 2
2026-03-30 06:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92d4f1e8-b358-5905-b718-1b32d96f6df0, identifier: RJ13%20ABV
2026-03-30 06:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with identifier: LR22%20HKP
2026-03-30 06:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c428726-d81c-5ad5-a79c-e0a09b66bd79 with identifier: LR22%20HKP
2026-03-30 06:14:11 [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-30 06:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR22%2520HKP%27 HTTP/1.1" 200 None
2026-03-30 06:14:12 [bca.uk] INFO: Saving data for LR22%20HKP: {'auction_closing_time': 1774854000.0, 'created_time': 1774478385.686974, 'last_price_update_time': 1774851252.152324}
2026-03-30 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:12 [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-30 06:14:12 [bca.uk] INFO: Found listing with ID: KV68%20XLU
2026-03-30 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV68%2520XLU%27 HTTP/1.1" 200 None
2026-03-30 06:14:12 [bca.uk] INFO: Scrape type for KV68%20XLU: 2
2026-03-30 06:14:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87773ca0-8e6b-5154-83a5-0fb68820cc2f with identifier: KV68%20XLU
2026-03-30 06:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87773ca0-8e6b-5154-83a5-0fb68820cc2f with scrape type 2
2026-03-30 06:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87773ca0-8e6b-5154-83a5-0fb68820cc2f with scrape type 2
2026-03-30 06:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87773ca0-8e6b-5154-83a5-0fb68820cc2f, identifier: KV68%20XLU
2026-03-30 06:14:12 [bca.uk] INFO: Found listing with ID: RV22%20XFF
2026-03-30 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV22%2520XFF%27 HTTP/1.1" 200 None
2026-03-30 06:14:12 [bca.uk] INFO: Scrape type for RV22%20XFF: 2
2026-03-30 06:14:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b839e6af-62b2-584e-8ed5-eb0518d6c659 with identifier: RV22%20XFF
2026-03-30 06:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b839e6af-62b2-584e-8ed5-eb0518d6c659 with scrape type 2
2026-03-30 06:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b839e6af-62b2-584e-8ed5-eb0518d6c659 with scrape type 2
2026-03-30 06:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b839e6af-62b2-584e-8ed5-eb0518d6c659, identifier: RV22%20XFF
2026-03-30 06:14:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f97257c5-7b54-55e4-a698-6776480d0ff8 with identifier: SV60%20MXJ
2026-03-30 06:14:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f97257c5-7b54-55e4-a698-6776480d0ff8 with identifier: SV60%20MXJ
2026-03-30 06:14:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f97257c5-7b54-55e4-a698-6776480d0ff8 with identifier: SV60%20MXJ to the API
2026-03-30 06:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV60%20MXJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f97257c5-7b54-55e4-a698-6776480d0ff8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV60 MXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV60%20MXJ&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MERCEDES-BENZ',
'model': 'CLC 160',
'odometer': 60043,
'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 160 1.6 B/E SPORT Coupe',
'transmission': 'manual',
'trim': 'B/E SPORT',
'vin': 'WDB2037312E084906',
'year': 2010}
2026-03-30 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV60%2520MXJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:12 [bca.uk] INFO: Saving data for SV60%20MXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773821531.727186, 'last_price_update_time': 1774851252.691768}
2026-03-30 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV60%2520MXJ') HTTP/1.1" 204 0
2026-03-30 06:14:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92d4f1e8-b358-5905-b718-1b32d96f6df0 with identifier: RJ13%20ABV
2026-03-30 06:14:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92d4f1e8-b358-5905-b718-1b32d96f6df0 with identifier: RJ13%20ABV
2026-03-30 06:14:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92d4f1e8-b358-5905-b718-1b32d96f6df0 with identifier: RJ13%20ABV to the API
2026-03-30 06:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:12 [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': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ13%20ABV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '92d4f1e8-b358-5905-b718-1b32d96f6df0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RJ13 ABV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ13%20ABV&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'TOURAN',
'odometer': 132915,
'odometer_reading_unit': '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 1.6 TDI 105 BMT S MPV',
'transmission': 'manual',
'trim': 'TDI 105 BMT S',
'vin': 'WVGZZZ1TZDW106094',
'year': 2013}
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ13%2520ABV%27 HTTP/1.1" 200 None
2026-03-30 06:14:13 [bca.uk] INFO: Saving data for RJ13%20ABV: {'auction_closing_time': 1774951200.0, 'created_time': 1774535127.700141, 'last_price_update_time': 1774851253.013489}
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ13%2520ABV') HTTP/1.1" 204 0
2026-03-30 06:14:13 [bca.uk] INFO: Found listing with ID: MA23%20LXR
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA23%2520LXR%27 HTTP/1.1" 200 None
2026-03-30 06:14:13 [bca.uk] INFO: Scrape type for MA23%20LXR: 2
2026-03-30 06:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0cb551-3471-52c3-b905-4e48e0fdebe9 with identifier: MA23%20LXR
2026-03-30 06:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0cb551-3471-52c3-b905-4e48e0fdebe9 with scrape type 2
2026-03-30 06:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0cb551-3471-52c3-b905-4e48e0fdebe9 with scrape type 2
2026-03-30 06:14:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb0cb551-3471-52c3-b905-4e48e0fdebe9, identifier: MA23%20LXR
2026-03-30 06:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87773ca0-8e6b-5154-83a5-0fb68820cc2f with identifier: KV68%20XLU
2026-03-30 06:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87773ca0-8e6b-5154-83a5-0fb68820cc2f with identifier: KV68%20XLU
2026-03-30 06:14:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87773ca0-8e6b-5154-83a5-0fb68820cc2f with identifier: KV68%20XLU to the API
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV68%20XLU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '87773ca0-8e6b-5154-83a5-0fb68820cc2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV68 XLU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV68%20XLU&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 35234,
'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': 'MERCEDES-BENZ A180 D 1.5 SPORT EXECUTIVE DCT Hatchback',
'transmission': 'automatic',
'trim': 'SPORT EXECUTIVE DCT',
'vin': 'WDD1770032J034007',
'year': 2018}
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV68%2520XLU%27 HTTP/1.1" 200 None
2026-03-30 06:14:13 [bca.uk] INFO: Saving data for KV68%20XLU: {'auction_closing_time': 1775199600.0, 'created_time': 1774447370.995127, 'last_price_update_time': 1774851253.456449}
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV68%2520XLU') HTTP/1.1" 204 0
2026-03-30 06:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b839e6af-62b2-584e-8ed5-eb0518d6c659 with identifier: RV22%20XFF
2026-03-30 06:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b839e6af-62b2-584e-8ed5-eb0518d6c659 with identifier: RV22%20XFF
2026-03-30 06:14:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b839e6af-62b2-584e-8ed5-eb0518d6c659 with identifier: RV22%20XFF to the API
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:13 [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': 223,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV22%20XFF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b839e6af-62b2-584e-8ed5-eb0518d6c659',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RV22 XFF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV22%20XFF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 63297,
'odometer_reading_unit': '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 D250 HSE SILVER StationWagon',
'transmission': 'automatic',
'trim': 'D250 HSE SILVER',
'vin': 'SALWA2AW5NA238023',
'year': 2022}
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV22%2520XFF%27 HTTP/1.1" 200 None
2026-03-30 06:14:13 [bca.uk] INFO: Saving data for RV22%20XFF: {'auction_closing_time': 1775037600.0, 'created_time': 1774621182.162138, 'last_price_update_time': 1774851253.756215}
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520XFF') HTTP/1.1" 204 0
2026-03-30 06:14:13 [bca.uk] INFO: Found listing with ID: FH10%20OZN
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH10%2520OZN%27 HTTP/1.1" 200 None
2026-03-30 06:14:13 [bca.uk] INFO: Scrape type for FH10%20OZN: 2
2026-03-30 06:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e89fb0df-b8aa-54fb-8598-79ca3d193677 with identifier: FH10%20OZN
2026-03-30 06:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e89fb0df-b8aa-54fb-8598-79ca3d193677 with scrape type 2
2026-03-30 06:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e89fb0df-b8aa-54fb-8598-79ca3d193677 with scrape type 2
2026-03-30 06:14:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e89fb0df-b8aa-54fb-8598-79ca3d193677, identifier: FH10%20OZN
2026-03-30 06:14:13 [bca.uk] INFO: Found listing with ID: KN71%20FCZ
2026-03-30 06:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN71%2520FCZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:13 [bca.uk] INFO: Scrape type for KN71%20FCZ: 2
2026-03-30 06:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb8b2e4-6497-5754-8b28-1cf879ffc7e8 with identifier: KN71%20FCZ
2026-03-30 06:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb8b2e4-6497-5754-8b28-1cf879ffc7e8 with scrape type 2
2026-03-30 06:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccb8b2e4-6497-5754-8b28-1cf879ffc7e8 with scrape type 2
2026-03-30 06:14:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccb8b2e4-6497-5754-8b28-1cf879ffc7e8, identifier: KN71%20FCZ
2026-03-30 06:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb0cb551-3471-52c3-b905-4e48e0fdebe9 with identifier: MA23%20LXR
2026-03-30 06:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb0cb551-3471-52c3-b905-4e48e0fdebe9 with identifier: MA23%20LXR
2026-03-30 06:14:14 [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-30 06:14:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA23%2520LXR%27 HTTP/1.1" 200 None
2026-03-30 06:14:14 [bca.uk] INFO: Saving data for MA23%20LXR: {'auction_closing_time': 1774854000.0, 'created_time': 1774391600.295031, 'last_price_update_time': 1774851254.29629}
2026-03-30 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:14 [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-30 06:14:14 [bca.uk] INFO: Found listing with ID: LC22%20KRD
2026-03-30 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC22%2520KRD%27 HTTP/1.1" 200 None
2026-03-30 06:14:14 [bca.uk] INFO: Scrape type for LC22%20KRD: 0
2026-03-30 06:14:14 [bca.uk] INFO: Found listing with ID: LC72%20DHL
2026-03-30 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC72%2520DHL%27 HTTP/1.1" 200 None
2026-03-30 06:14:14 [bca.uk] INFO: Scrape type for LC72%20DHL: 0
2026-03-30 06:14:14 [bca.uk] INFO: Found listing with ID: LL70%20FHT
2026-03-30 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL70%2520FHT%27 HTTP/1.1" 200 None
2026-03-30 06:14:14 [bca.uk] INFO: Scrape type for LL70%20FHT: 2
2026-03-30 06:14:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9c7977-609a-54e2-9b88-c0d2462e247b with identifier: LL70%20FHT
2026-03-30 06:14:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9c7977-609a-54e2-9b88-c0d2462e247b with scrape type 2
2026-03-30 06:14:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c9c7977-609a-54e2-9b88-c0d2462e247b with scrape type 2
2026-03-30 06:14:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c9c7977-609a-54e2-9b88-c0d2462e247b, identifier: LL70%20FHT
2026-03-30 06:14:14 [bca.uk] INFO: Found listing with ID: MK68%20BWN
2026-03-30 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK68%2520BWN%27 HTTP/1.1" 200 None
2026-03-30 06:14:14 [bca.uk] INFO: Scrape type for MK68%20BWN: 2
2026-03-30 06:14:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6488e23-3226-57cf-a595-8258a7bab6cb with identifier: MK68%20BWN
2026-03-30 06:14:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6488e23-3226-57cf-a595-8258a7bab6cb with scrape type 2
2026-03-30 06:14:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6488e23-3226-57cf-a595-8258a7bab6cb with scrape type 2
2026-03-30 06:14:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6488e23-3226-57cf-a595-8258a7bab6cb, identifier: MK68%20BWN
2026-03-30 06:14:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e89fb0df-b8aa-54fb-8598-79ca3d193677 with identifier: FH10%20OZN
2026-03-30 06:14:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e89fb0df-b8aa-54fb-8598-79ca3d193677 with identifier: FH10%20OZN
2026-03-30 06:14:14 [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-30 06:14:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:14 [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': 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-30 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH10%2520OZN%27 HTTP/1.1" 200 None
2026-03-30 06:14:14 [bca.uk] INFO: Saving data for FH10%20OZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774389824.77732, 'last_price_update_time': 1774851254.960145}
2026-03-30 06:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:14 [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-30 06:14:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccb8b2e4-6497-5754-8b28-1cf879ffc7e8 with identifier: KN71%20FCZ
2026-03-30 06:14:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccb8b2e4-6497-5754-8b28-1cf879ffc7e8 with identifier: KN71%20FCZ
2026-03-30 06:14:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccb8b2e4-6497-5754-8b28-1cf879ffc7e8 with identifier: KN71%20FCZ to the API
2026-03-30 06:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 253,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN71%20FCZ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ccb8b2e4-6497-5754-8b28-1cf879ffc7e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN71 FCZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN71%20FCZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 315',
'odometer': 85234,
'odometer_reading_unit': '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': 'W1V9076352P399278',
'year': 2021}
2026-03-30 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN71%2520FCZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:15 [bca.uk] INFO: Saving data for KN71%20FCZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649559.78599, 'last_price_update_time': 1774851255.279299}
2026-03-30 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520FCZ') HTTP/1.1" 204 0
2026-03-30 06:14:15 [bca.uk] INFO: Found listing with ID: MA23%20OOJ
2026-03-30 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA23%2520OOJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:15 [bca.uk] INFO: Scrape type for MA23%20OOJ: 2
2026-03-30 06:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with identifier: MA23%20OOJ
2026-03-30 06:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with scrape type 2
2026-03-30 06:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with scrape type 2
2026-03-30 06:14:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a77e247-804e-50f2-85ad-ddd041e4ebd8, identifier: MA23%20OOJ
2026-03-30 06:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c9c7977-609a-54e2-9b88-c0d2462e247b with identifier: LL70%20FHT
2026-03-30 06:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c9c7977-609a-54e2-9b88-c0d2462e247b with identifier: LL70%20FHT
2026-03-30 06:14:15 [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-30 06:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:15 [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=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-30 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL70%2520FHT%27 HTTP/1.1" 200 None
2026-03-30 06:14:15 [bca.uk] INFO: Saving data for LL70%20FHT: {'auction_closing_time': 1775199600.0, 'created_time': 1773826670.159318, 'last_price_update_time': 1774851255.69692}
2026-03-30 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:15 [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-30 06:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6488e23-3226-57cf-a595-8258a7bab6cb with identifier: MK68%20BWN
2026-03-30 06:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6488e23-3226-57cf-a595-8258a7bab6cb with identifier: MK68%20BWN
2026-03-30 06:14:15 [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-30 06:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:15 [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': 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-30 06:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK68%2520BWN%27 HTTP/1.1" 200 None
2026-03-30 06:14:15 [bca.uk] INFO: Saving data for MK68%20BWN: {'auction_closing_time': 1775037600.0, 'created_time': 1774563713.732063, 'last_price_update_time': 1774851255.997572}
2026-03-30 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:16 [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-30 06:14:16 [bca.uk] INFO: Found listing with ID: NX67%20XBD
2026-03-30 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX67%2520XBD%27 HTTP/1.1" 200 None
2026-03-30 06:14:16 [bca.uk] INFO: Scrape type for NX67%20XBD: 2
2026-03-30 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b898bd8d-b373-5da9-99e8-e662caea5164 with identifier: NX67%20XBD
2026-03-30 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b898bd8d-b373-5da9-99e8-e662caea5164 with scrape type 2
2026-03-30 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b898bd8d-b373-5da9-99e8-e662caea5164 with scrape type 2
2026-03-30 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b898bd8d-b373-5da9-99e8-e662caea5164, identifier: NX67%20XBD
2026-03-30 06:14:16 [bca.uk] INFO: Found listing with ID: KN71%20FFC
2026-03-30 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN71%2520FFC%27 HTTP/1.1" 200 None
2026-03-30 06:14:16 [bca.uk] INFO: Scrape type for KN71%20FFC: 2
2026-03-30 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 079947b3-d056-59c7-a788-c013e6a2ef1c with identifier: KN71%20FFC
2026-03-30 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 079947b3-d056-59c7-a788-c013e6a2ef1c with scrape type 2
2026-03-30 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 079947b3-d056-59c7-a788-c013e6a2ef1c with scrape type 2
2026-03-30 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 079947b3-d056-59c7-a788-c013e6a2ef1c, identifier: KN71%20FFC
2026-03-30 06:14:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with identifier: MA23%20OOJ
2026-03-30 06:14:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a77e247-804e-50f2-85ad-ddd041e4ebd8 with identifier: MA23%20OOJ
2026-03-30 06:14:16 [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-30 06:14:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA23%2520OOJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:16 [bca.uk] INFO: Saving data for MA23%20OOJ: {'auction_closing_time': 1774854000.0, 'created_time': 1774277546.712739, 'last_price_update_time': 1774851256.540696}
2026-03-30 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:16 [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-30 06:14:16 [bca.uk] INFO: Found listing with ID: LV24%20JUC
2026-03-30 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV24%2520JUC%27 HTTP/1.1" 200 None
2026-03-30 06:14:16 [bca.uk] INFO: Scrape type for LV24%20JUC: 2
2026-03-30 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdd08f5c-935b-54b1-8741-13a53259cc92 with identifier: LV24%20JUC
2026-03-30 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdd08f5c-935b-54b1-8741-13a53259cc92 with scrape type 2
2026-03-30 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdd08f5c-935b-54b1-8741-13a53259cc92 with scrape type 2
2026-03-30 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdd08f5c-935b-54b1-8741-13a53259cc92, identifier: LV24%20JUC
2026-03-30 06:14:16 [bca.uk] INFO: Found listing with ID: OY18%20OXG
2026-03-30 06:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY18%2520OXG%27 HTTP/1.1" 200 None
2026-03-30 06:14:16 [bca.uk] INFO: Scrape type for OY18%20OXG: 2
2026-03-30 06:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with identifier: OY18%20OXG
2026-03-30 06:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with scrape type 2
2026-03-30 06:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with scrape type 2
2026-03-30 06:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2, identifier: OY18%20OXG
2026-03-30 06:14:16 [scrapy.extensions.logstats] INFO: Crawled 49 pages (at 2 pages/min), scraped 1408 items (at 127 items/min)
2026-03-30 06:14:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
2026-03-30 06:14:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b898bd8d-b373-5da9-99e8-e662caea5164 with identifier: NX67%20XBD
2026-03-30 06:14:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b898bd8d-b373-5da9-99e8-e662caea5164 with identifier: NX67%20XBD
2026-03-30 06:14:16 [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-30 06:14:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX67%2520XBD%27 HTTP/1.1" 200 None
2026-03-30 06:14:17 [bca.uk] INFO: Saving data for NX67%20XBD: {'auction_closing_time': 1774951200.0, 'created_time': 1774389852.143943, 'last_price_update_time': 1774851257.063802}
2026-03-30 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:17 [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-30 06:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 079947b3-d056-59c7-a788-c013e6a2ef1c with identifier: KN71%20FFC
2026-03-30 06:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 079947b3-d056-59c7-a788-c013e6a2ef1c with identifier: KN71%20FFC
2026-03-30 06:14:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 079947b3-d056-59c7-a788-c013e6a2ef1c with identifier: KN71%20FFC to the API
2026-03-30 06:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 253,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN71%20FFC-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '079947b3-d056-59c7-a788-c013e6a2ef1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN71 FFC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN71%20FFC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 315',
'odometer': 114345,
'odometer_reading_unit': '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': 'W1V9076352P398337',
'year': 2021}
2026-03-30 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN71%2520FFC%27 HTTP/1.1" 200 None
2026-03-30 06:14:17 [bca.uk] INFO: Saving data for KN71%20FFC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649561.889506, 'last_price_update_time': 1774851257.363188}
2026-03-30 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520FFC') HTTP/1.1" 204 0
2026-03-30 06:14:17 [bca.uk] INFO: Found listing with ID: MW72%20XOK
2026-03-30 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW72%2520XOK%27 HTTP/1.1" 200 None
2026-03-30 06:14:17 [bca.uk] INFO: Scrape type for MW72%20XOK: 2
2026-03-30 06:14:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c84e7e9-db8a-52e5-8206-8b8c027bbaf2 with identifier: MW72%20XOK
2026-03-30 06:14:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c84e7e9-db8a-52e5-8206-8b8c027bbaf2 with scrape type 2
2026-03-30 06:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c84e7e9-db8a-52e5-8206-8b8c027bbaf2 with scrape type 2
2026-03-30 06:14:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c84e7e9-db8a-52e5-8206-8b8c027bbaf2, identifier: MW72%20XOK
2026-03-30 06:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdd08f5c-935b-54b1-8741-13a53259cc92 with identifier: LV24%20JUC
2026-03-30 06:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdd08f5c-935b-54b1-8741-13a53259cc92 with identifier: LV24%20JUC
2026-03-30 06:14:17 [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-30 06:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:17 [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=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-30 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV24%2520JUC%27 HTTP/1.1" 200 None
2026-03-30 06:14:17 [bca.uk] INFO: Saving data for LV24%20JUC: {'auction_closing_time': 1775199600.0, 'created_time': 1773834947.11522, 'last_price_update_time': 1774851257.784275}
2026-03-30 06:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:17 [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-30 06:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with identifier: OY18%20OXG
2026-03-30 06:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c0b46c7-88cc-5d2e-9980-3149b7a51ee2 with identifier: OY18%20OXG
2026-03-30 06:14:17 [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-30 06:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY18%2520OXG%27 HTTP/1.1" 200 None
2026-03-30 06:14:18 [bca.uk] INFO: Saving data for OY18%20OXG: {'auction_closing_time': 1775037600.0, 'created_time': 1774564011.707974, 'last_price_update_time': 1774851258.174382}
2026-03-30 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:18 [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-30 06:14:18 [bca.uk] INFO: Found listing with ID: YM24%20JBU
2026-03-30 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM24%2520JBU%27 HTTP/1.1" 200 None
2026-03-30 06:14:18 [bca.uk] INFO: Scrape type for YM24%20JBU: 2
2026-03-30 06:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68d6739b-ece9-5137-baaa-b13674616e49 with identifier: YM24%20JBU
2026-03-30 06:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68d6739b-ece9-5137-baaa-b13674616e49 with scrape type 2
2026-03-30 06:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68d6739b-ece9-5137-baaa-b13674616e49 with scrape type 2
2026-03-30 06:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68d6739b-ece9-5137-baaa-b13674616e49, identifier: YM24%20JBU
2026-03-30 06:14:18 [bca.uk] INFO: Found listing with ID: KN71%20FHS
2026-03-30 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN71%2520FHS%27 HTTP/1.1" 200 None
2026-03-30 06:14:18 [bca.uk] INFO: Scrape type for KN71%20FHS: 2
2026-03-30 06:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42177016-c6d8-5ef2-bb07-d1626f2cf045 with identifier: KN71%20FHS
2026-03-30 06:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42177016-c6d8-5ef2-bb07-d1626f2cf045 with scrape type 2
2026-03-30 06:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42177016-c6d8-5ef2-bb07-d1626f2cf045 with scrape type 2
2026-03-30 06:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42177016-c6d8-5ef2-bb07-d1626f2cf045, identifier: KN71%20FHS
2026-03-30 06:14:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c84e7e9-db8a-52e5-8206-8b8c027bbaf2 with identifier: MW72%20XOK
2026-03-30 06:14:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c84e7e9-db8a-52e5-8206-8b8c027bbaf2 with identifier: MW72%20XOK
2026-03-30 06:14:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c84e7e9-db8a-52e5-8206-8b8c027bbaf2 with identifier: MW72%20XOK to the API
2026-03-30 06:14:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW72%20XOK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '2c84e7e9-db8a-52e5-8206-8b8c027bbaf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW72 XOK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW72%20XOK&vehicleType=*',
'listing': 'directbuy',
'location': 'Wolverhampton',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 64098,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13200,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'TESLA MODEL 3 RWD Saloon',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRW3F7FS7PC751339',
'year': 2023}
2026-03-30 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW72%2520XOK%27 HTTP/1.1" 200 None
2026-03-30 06:14:18 [bca.uk] INFO: Saving data for MW72%20XOK: {'auction_closing_time': 1774854000.0, 'created_time': 1774447440.692063, 'last_price_update_time': 1774851258.734871}
2026-03-30 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW72%2520XOK') HTTP/1.1" 204 0
2026-03-30 06:14:18 [bca.uk] INFO: Found listing with ID: OE68%20UGJ
2026-03-30 06:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE68%2520UGJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:18 [bca.uk] INFO: Scrape type for OE68%20UGJ: 2
2026-03-30 06:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b7f8e36-6d89-5026-9e7f-b008445c8920 with identifier: OE68%20UGJ
2026-03-30 06:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b7f8e36-6d89-5026-9e7f-b008445c8920 with scrape type 2
2026-03-30 06:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b7f8e36-6d89-5026-9e7f-b008445c8920 with scrape type 2
2026-03-30 06:14:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b7f8e36-6d89-5026-9e7f-b008445c8920, identifier: OE68%20UGJ
2026-03-30 06:14:19 [bca.uk] INFO: Found listing with ID: PK22%20WPW
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK22%2520WPW%27 HTTP/1.1" 200 None
2026-03-30 06:14:19 [bca.uk] INFO: Scrape type for PK22%20WPW: 2
2026-03-30 06:14:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with identifier: PK22%20WPW
2026-03-30 06:14:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with scrape type 2
2026-03-30 06:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with scrape type 2
2026-03-30 06:14:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2dfc78c-a0f3-5bc6-acb0-651527e806d6, identifier: PK22%20WPW
2026-03-30 06:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68d6739b-ece9-5137-baaa-b13674616e49 with identifier: YM24%20JBU
2026-03-30 06:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68d6739b-ece9-5137-baaa-b13674616e49 with identifier: YM24%20JBU
2026-03-30 06:14:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68d6739b-ece9-5137-baaa-b13674616e49 with identifier: YM24%20JBU to the API
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM24%20JBU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '68d6739b-ece9-5137-baaa-b13674616e49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YM24 JBU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM24%20JBU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 19866,
'odometer_reading_unit': '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 25 TFSI SPORT Hatchback',
'transmission': 'manual',
'trim': '25 TFSI SPORT',
'vin': 'WAUZZZGBXRR047759',
'year': 2024}
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM24%2520JBU%27 HTTP/1.1" 200 None
2026-03-30 06:14:19 [bca.uk] INFO: Saving data for YM24%20JBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649569.290131, 'last_price_update_time': 1774851259.432757}
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM24%2520JBU') HTTP/1.1" 204 0
2026-03-30 06:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42177016-c6d8-5ef2-bb07-d1626f2cf045 with identifier: KN71%20FHS
2026-03-30 06:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42177016-c6d8-5ef2-bb07-d1626f2cf045 with identifier: KN71%20FHS
2026-03-30 06:14:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42177016-c6d8-5ef2-bb07-d1626f2cf045 with identifier: KN71%20FHS to the API
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 253,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN71%20FHS-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '42177016-c6d8-5ef2-bb07-d1626f2cf045',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN71 FHS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN71%20FHS&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 315',
'odometer': 116922,
'odometer_reading_unit': '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': 'W1V9076352P399300',
'year': 2021}
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN71%2520FHS%27 HTTP/1.1" 200 None
2026-03-30 06:14:19 [bca.uk] INFO: Saving data for KN71%20FHS: {'auction_closing_time': 1774951200.0, 'created_time': 1774649557.747683, 'last_price_update_time': 1774851259.733283}
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520FHS') HTTP/1.1" 204 0
2026-03-30 06:14:19 [bca.uk] INFO: Found listing with ID: NG72%20DVV
2026-03-30 06:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG72%2520DVV%27 HTTP/1.1" 200 None
2026-03-30 06:14:19 [bca.uk] INFO: Scrape type for NG72%20DVV: 2
2026-03-30 06:14:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with identifier: NG72%20DVV
2026-03-30 06:14:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with scrape type 2
2026-03-30 06:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with scrape type 2
2026-03-30 06:14:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a, identifier: NG72%20DVV
2026-03-30 06:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b7f8e36-6d89-5026-9e7f-b008445c8920 with identifier: OE68%20UGJ
2026-03-30 06:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b7f8e36-6d89-5026-9e7f-b008445c8920 with identifier: OE68%20UGJ
2026-03-30 06:14:19 [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-30 06:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:20 [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=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-30 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE68%2520UGJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:20 [bca.uk] INFO: Saving data for OE68%20UGJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773834932.866772, 'last_price_update_time': 1774851260.147368}
2026-03-30 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:20 [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-30 06:14:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with identifier: PK22%20WPW
2026-03-30 06:14:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2dfc78c-a0f3-5bc6-acb0-651527e806d6 with identifier: PK22%20WPW
2026-03-30 06:14:20 [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-30 06:14:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK22%2520WPW%27 HTTP/1.1" 200 None
2026-03-30 06:14:20 [bca.uk] INFO: Saving data for PK22%20WPW: {'auction_closing_time': 1775037600.0, 'created_time': 1774563708.834499, 'last_price_update_time': 1774851260.459522}
2026-03-30 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:20 [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-30 06:14:20 [bca.uk] INFO: Found listing with ID: YG17%20ONF
2026-03-30 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG17%2520ONF%27 HTTP/1.1" 200 None
2026-03-30 06:14:20 [bca.uk] INFO: Scrape type for YG17%20ONF: 2
2026-03-30 06:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2a448c4-82a8-517c-977a-4c8e3af4c129 with identifier: YG17%20ONF
2026-03-30 06:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2a448c4-82a8-517c-977a-4c8e3af4c129 with scrape type 2
2026-03-30 06:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2a448c4-82a8-517c-977a-4c8e3af4c129 with scrape type 2
2026-03-30 06:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2a448c4-82a8-517c-977a-4c8e3af4c129, identifier: YG17%20ONF
2026-03-30 06:14:20 [bca.uk] INFO: Found listing with ID: DV13%20YRE
2026-03-30 06:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV13%2520YRE%27 HTTP/1.1" 200 None
2026-03-30 06:14:20 [bca.uk] INFO: Scrape type for DV13%20YRE: 2
2026-03-30 06:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7f81bcb-c011-5528-ad42-51679d368572 with identifier: DV13%20YRE
2026-03-30 06:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7f81bcb-c011-5528-ad42-51679d368572 with scrape type 2
2026-03-30 06:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7f81bcb-c011-5528-ad42-51679d368572 with scrape type 2
2026-03-30 06:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7f81bcb-c011-5528-ad42-51679d368572, identifier: DV13%20YRE
2026-03-30 06:14:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with identifier: NG72%20DVV
2026-03-30 06:14:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32065390-0ac2-5ccd-8b55-2fe691bdaf5a with identifier: NG72%20DVV
2026-03-30 06:14:20 [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-30 06:14:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG72%2520DVV%27 HTTP/1.1" 200 None
2026-03-30 06:14:21 [bca.uk] INFO: Saving data for NG72%20DVV: {'auction_closing_time': 1774854000.0, 'created_time': 1774478471.798768, 'last_price_update_time': 1774851261.016123}
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:21 [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-30 06:14:21 [bca.uk] INFO: Found listing with ID: SE70%20BUP
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE70%2520BUP%27 HTTP/1.1" 200 None
2026-03-30 06:14:21 [bca.uk] INFO: Scrape type for SE70%20BUP: 2
2026-03-30 06:14:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with identifier: SE70%20BUP
2026-03-30 06:14:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with scrape type 2
2026-03-30 06:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with scrape type 2
2026-03-30 06:14:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57e06633-47dd-5a10-90dc-ce1cbd681fa4, identifier: SE70%20BUP
2026-03-30 06:14:21 [bca.uk] INFO: Found listing with ID: YT22%20AHN
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT22%2520AHN%27 HTTP/1.1" 200 None
2026-03-30 06:14:21 [bca.uk] INFO: Scrape type for YT22%20AHN: 2
2026-03-30 06:14:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f72f611-285c-552c-a43a-7025fa935212 with identifier: YT22%20AHN
2026-03-30 06:14:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f72f611-285c-552c-a43a-7025fa935212 with scrape type 2
2026-03-30 06:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f72f611-285c-552c-a43a-7025fa935212 with scrape type 2
2026-03-30 06:14:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f72f611-285c-552c-a43a-7025fa935212, identifier: YT22%20AHN
2026-03-30 06:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2a448c4-82a8-517c-977a-4c8e3af4c129 with identifier: YG17%20ONF
2026-03-30 06:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2a448c4-82a8-517c-977a-4c8e3af4c129 with identifier: YG17%20ONF
2026-03-30 06:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2a448c4-82a8-517c-977a-4c8e3af4c129 with identifier: YG17%20ONF to the API
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG17%20ONF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c2a448c4-82a8-517c-977a-4c8e3af4c129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG17 ONF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG17%20ONF&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'MOKKA X',
'odometer': 53276,
'odometer_reading_unit': '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 DESIGN S/S Hatchback',
'transmission': 'manual',
'trim': 'T 140 DESIGN S/S',
'vin': 'W0LJC7E82HB010031',
'year': 2017}
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG17%2520ONF%27 HTTP/1.1" 200 None
2026-03-30 06:14:21 [bca.uk] INFO: Saving data for YG17%20ONF: {'auction_closing_time': 1774951200.0, 'created_time': 1773959509.618141, 'last_price_update_time': 1774851261.567493}
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG17%2520ONF') HTTP/1.1" 204 0
2026-03-30 06:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7f81bcb-c011-5528-ad42-51679d368572 with identifier: DV13%20YRE
2026-03-30 06:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7f81bcb-c011-5528-ad42-51679d368572 with identifier: DV13%20YRE
2026-03-30 06:14:21 [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-30 06:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV13%2520YRE%27 HTTP/1.1" 200 None
2026-03-30 06:14:21 [bca.uk] INFO: Saving data for DV13%20YRE: {'auction_closing_time': 1774951200.0, 'created_time': 1774389965.586003, 'last_price_update_time': 1774851261.860685}
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:21 [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-30 06:14:21 [bca.uk] INFO: Found listing with ID: OY22%20XCS
2026-03-30 06:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY22%2520XCS%27 HTTP/1.1" 200 None
2026-03-30 06:14:21 [bca.uk] INFO: Scrape type for OY22%20XCS: 2
2026-03-30 06:14:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e88811ee-b8ba-5425-b466-316265d7b163 with identifier: OY22%20XCS
2026-03-30 06:14:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e88811ee-b8ba-5425-b466-316265d7b163 with scrape type 2
2026-03-30 06:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e88811ee-b8ba-5425-b466-316265d7b163 with scrape type 2
2026-03-30 06:14:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e88811ee-b8ba-5425-b466-316265d7b163, identifier: OY22%20XCS
2026-03-30 06:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with identifier: SE70%20BUP
2026-03-30 06:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57e06633-47dd-5a10-90dc-ce1cbd681fa4 with identifier: SE70%20BUP
2026-03-30 06:14:22 [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-30 06:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:22 [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': 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-30 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE70%2520BUP%27 HTTP/1.1" 200 None
2026-03-30 06:14:22 [bca.uk] INFO: Saving data for SE70%20BUP: {'auction_closing_time': 1775199600.0, 'created_time': 1774006018.766913, 'last_price_update_time': 1774851262.277325}
2026-03-30 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:22 [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-30 06:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f72f611-285c-552c-a43a-7025fa935212 with identifier: YT22%20AHN
2026-03-30 06:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f72f611-285c-552c-a43a-7025fa935212 with identifier: YT22%20AHN
2026-03-30 06:14:22 [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-30 06:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:22 [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': 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-30 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT22%2520AHN%27 HTTP/1.1" 200 None
2026-03-30 06:14:22 [bca.uk] INFO: Saving data for YT22%20AHN: {'auction_closing_time': 1775037600.0, 'created_time': 1774563698.297685, 'last_price_update_time': 1774851262.578801}
2026-03-30 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:22 [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-30 06:14:22 [bca.uk] INFO: Found listing with ID: YH61%20SGV
2026-03-30 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH61%2520SGV%27 HTTP/1.1" 200 None
2026-03-30 06:14:22 [bca.uk] INFO: Scrape type for YH61%20SGV: 2
2026-03-30 06:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 565d2ae1-ddac-5719-84af-584edb6f1981 with identifier: YH61%20SGV
2026-03-30 06:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 565d2ae1-ddac-5719-84af-584edb6f1981 with scrape type 2
2026-03-30 06:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 565d2ae1-ddac-5719-84af-584edb6f1981 with scrape type 2
2026-03-30 06:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 565d2ae1-ddac-5719-84af-584edb6f1981, identifier: YH61%20SGV
2026-03-30 06:14:22 [bca.uk] INFO: Found listing with ID: GF59%20YWE
2026-03-30 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF59%2520YWE%27 HTTP/1.1" 200 None
2026-03-30 06:14:22 [bca.uk] INFO: Scrape type for GF59%20YWE: 2
2026-03-30 06:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1cc0cdf-45ba-59ad-84bc-dbb46859aad5 with identifier: GF59%20YWE
2026-03-30 06:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1cc0cdf-45ba-59ad-84bc-dbb46859aad5 with scrape type 2
2026-03-30 06:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1cc0cdf-45ba-59ad-84bc-dbb46859aad5 with scrape type 2
2026-03-30 06:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1cc0cdf-45ba-59ad-84bc-dbb46859aad5, identifier: GF59%20YWE
2026-03-30 06:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e88811ee-b8ba-5425-b466-316265d7b163 with identifier: OY22%20XCS
2026-03-30 06:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:14:22 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=void HTTP/1.1" 200 None
2026-03-30 06:14:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e88811ee-b8ba-5425-b466-316265d7b163 with identifier: OY22%20XCS
2026-03-30 06:14:23 [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-30 06:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY22%2520XCS%27 HTTP/1.1" 200 None
2026-03-30 06:14:23 [bca.uk] INFO: Saving data for OY22%20XCS: {'auction_closing_time': 1774854000.0, 'created_time': 1774478468.235852, 'last_price_update_time': 1774851263.215978}
2026-03-30 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:23 [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-30 06:14:23 [bca.uk] INFO: Found listing with ID: YC17%20ZWS
2026-03-30 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC17%2520ZWS%27 HTTP/1.1" 200 None
2026-03-30 06:14:23 [bca.uk] INFO: Scrape type for YC17%20ZWS: 2
2026-03-30 06:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3823dab-16a5-545d-b270-8c597c0744b2 with identifier: YC17%20ZWS
2026-03-30 06:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3823dab-16a5-545d-b270-8c597c0744b2 with scrape type 2
2026-03-30 06:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3823dab-16a5-545d-b270-8c597c0744b2 with scrape type 2
2026-03-30 06:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3823dab-16a5-545d-b270-8c597c0744b2, identifier: YC17%20ZWS
2026-03-30 06:14:23 [bca.uk] INFO: Found listing with ID: KT18%20NNJ
2026-03-30 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT18%2520NNJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:23 [bca.uk] INFO: Scrape type for KT18%20NNJ: 2
2026-03-30 06:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4b14984-06f7-5f03-ac92-7852d3abc232 with identifier: KT18%20NNJ
2026-03-30 06:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4b14984-06f7-5f03-ac92-7852d3abc232 with scrape type 2
2026-03-30 06:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4b14984-06f7-5f03-ac92-7852d3abc232 with scrape type 2
2026-03-30 06:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4b14984-06f7-5f03-ac92-7852d3abc232, identifier: KT18%20NNJ
2026-03-30 06:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 565d2ae1-ddac-5719-84af-584edb6f1981 with identifier: YH61%20SGV
2026-03-30 06:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 565d2ae1-ddac-5719-84af-584edb6f1981 with identifier: YH61%20SGV
2026-03-30 06:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 565d2ae1-ddac-5719-84af-584edb6f1981 with identifier: YH61%20SGV to the API
2026-03-30 06:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH61%20SGV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '565d2ae1-ddac-5719-84af-584edb6f1981',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YH61 SGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH61%20SGV&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MAZDA',
'model': '2',
'odometer': 103127,
'odometer_reading_unit': '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.5 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'JMZDEA35200303658',
'year': 2011}
2026-03-30 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH61%2520SGV%27 HTTP/1.1" 200 None
2026-03-30 06:14:23 [bca.uk] INFO: Saving data for YH61%20SGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774448603.230251, 'last_price_update_time': 1774851263.734576}
2026-03-30 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH61%2520SGV') HTTP/1.1" 204 0
2026-03-30 06:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1cc0cdf-45ba-59ad-84bc-dbb46859aad5 with identifier: GF59%20YWE
2026-03-30 06:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1cc0cdf-45ba-59ad-84bc-dbb46859aad5 with identifier: GF59%20YWE
2026-03-30 06:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1cc0cdf-45ba-59ad-84bc-dbb46859aad5 with identifier: GF59%20YWE to the API
2026-03-30 06:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:24 [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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF59%20YWE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd1cc0cdf-45ba-59ad-84bc-dbb46859aad5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF59 YWE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF59%20YWE&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 174542,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 2.0 TDI 140 BLACK ED.S-T Hatchback',
'transmission': 'automatic',
'trim': 'TDI 140 BLACK ED.S-T',
'vin': 'WAUZZZ8PXAA078393',
'year': 2009}
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF59%2520YWE%27 HTTP/1.1" 200 None
2026-03-30 06:14:24 [bca.uk] INFO: Saving data for GF59%20YWE: {'auction_closing_time': 1774951200.0, 'created_time': 1774352664.005969, 'last_price_update_time': 1774851264.13282}
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF59%2520YWE') HTTP/1.1" 204 0
2026-03-30 06:14:24 [bca.uk] INFO: Found listing with ID: RY24%20YBA
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RY24%2520YBA%27 HTTP/1.1" 200 None
2026-03-30 06:14:24 [bca.uk] INFO: Scrape type for RY24%20YBA: 2
2026-03-30 06:14:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad7ef5ab-57e0-56c4-850c-2b749942c648 with identifier: RY24%20YBA
2026-03-30 06:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad7ef5ab-57e0-56c4-850c-2b749942c648 with scrape type 2
2026-03-30 06:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad7ef5ab-57e0-56c4-850c-2b749942c648 with scrape type 2
2026-03-30 06:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad7ef5ab-57e0-56c4-850c-2b749942c648, identifier: RY24%20YBA
2026-03-30 06:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3823dab-16a5-545d-b270-8c597c0744b2 with identifier: YC17%20ZWS
2026-03-30 06:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3823dab-16a5-545d-b270-8c597c0744b2 with identifier: YC17%20ZWS
2026-03-30 06:14:24 [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-30 06:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:24 [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': 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-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC17%2520ZWS%27 HTTP/1.1" 200 None
2026-03-30 06:14:24 [bca.uk] INFO: Saving data for YC17%20ZWS: {'auction_closing_time': 1775199600.0, 'created_time': 1774006037.454272, 'last_price_update_time': 1774851264.573614}
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:24 [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-30 06:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4b14984-06f7-5f03-ac92-7852d3abc232 with identifier: KT18%20NNJ
2026-03-30 06:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4b14984-06f7-5f03-ac92-7852d3abc232 with identifier: KT18%20NNJ
2026-03-30 06:14:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4b14984-06f7-5f03-ac92-7852d3abc232 with identifier: KT18%20NNJ to the API
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:24 [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': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT18%20NNJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b4b14984-06f7-5f03-ac92-7852d3abc232',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KT18 NNJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT18%20NNJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'Q5',
'odometer': 56164,
'odometer_reading_unit': '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 Q5 2.0 TFSI 250 QUATTRO S LINE S-T StationWagon',
'transmission': 'automatic',
'trim': 'TFSI 250 QUATTRO S LINE S-T',
'vin': 'WAUZZZFY9J2148875',
'year': 2018}
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT18%2520NNJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:24 [bca.uk] INFO: Saving data for KT18%20NNJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774649638.243298, 'last_price_update_time': 1774851264.868095}
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT18%2520NNJ') HTTP/1.1" 204 0
2026-03-30 06:14:24 [bca.uk] INFO: Found listing with ID: DN58%20UWL
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN58%2520UWL%27 HTTP/1.1" 200 None
2026-03-30 06:14:24 [bca.uk] INFO: Scrape type for DN58%20UWL: 2
2026-03-30 06:14:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80b529a4-ff0f-5c14-9726-9dfac51b3ab2 with identifier: DN58%20UWL
2026-03-30 06:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80b529a4-ff0f-5c14-9726-9dfac51b3ab2 with scrape type 2
2026-03-30 06:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80b529a4-ff0f-5c14-9726-9dfac51b3ab2 with scrape type 2
2026-03-30 06:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80b529a4-ff0f-5c14-9726-9dfac51b3ab2, identifier: DN58%20UWL
2026-03-30 06:14:24 [bca.uk] INFO: Found listing with ID: ND15%20CVZ
2026-03-30 06:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND15%2520CVZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:25 [bca.uk] INFO: Scrape type for ND15%20CVZ: 2
2026-03-30 06:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b85e97-2769-51fb-a44f-d012ce9a26db with identifier: ND15%20CVZ
2026-03-30 06:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b85e97-2769-51fb-a44f-d012ce9a26db with scrape type 2
2026-03-30 06:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b85e97-2769-51fb-a44f-d012ce9a26db with scrape type 2
2026-03-30 06:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09b85e97-2769-51fb-a44f-d012ce9a26db, identifier: ND15%20CVZ
2026-03-30 06:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad7ef5ab-57e0-56c4-850c-2b749942c648 with identifier: RY24%20YBA
2026-03-30 06:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad7ef5ab-57e0-56c4-850c-2b749942c648 with identifier: RY24%20YBA
2026-03-30 06:14:25 [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-30 06:14:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RY24%2520YBA%27 HTTP/1.1" 200 None
2026-03-30 06:14:25 [bca.uk] INFO: Saving data for RY24%20YBA: {'auction_closing_time': 1774854000.0, 'created_time': 1774478397.379129, 'last_price_update_time': 1774851265.381569}
2026-03-30 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:25 [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-30 06:14:25 [bca.uk] INFO: Found listing with ID: BD71%20ZCE
2026-03-30 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD71%2520ZCE%27 HTTP/1.1" 200 None
2026-03-30 06:14:25 [bca.uk] INFO: Scrape type for BD71%20ZCE: 0
2026-03-30 06:14:25 [bca.uk] INFO: Found listing with ID: KN69%20EOF
2026-03-30 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN69%2520EOF%27 HTTP/1.1" 200 None
2026-03-30 06:14:25 [bca.uk] INFO: Scrape type for KN69%20EOF: 2
2026-03-30 06:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60a283cc-75dc-58c8-8ac7-8cb9361443e2 with identifier: KN69%20EOF
2026-03-30 06:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60a283cc-75dc-58c8-8ac7-8cb9361443e2 with scrape type 2
2026-03-30 06:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60a283cc-75dc-58c8-8ac7-8cb9361443e2 with scrape type 2
2026-03-30 06:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60a283cc-75dc-58c8-8ac7-8cb9361443e2, identifier: KN69%20EOF
2026-03-30 06:14:25 [bca.uk] INFO: Found listing with ID: BC22%20HLN
2026-03-30 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC22%2520HLN%27 HTTP/1.1" 200 None
2026-03-30 06:14:25 [bca.uk] INFO: Scrape type for BC22%20HLN: 2
2026-03-30 06:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6731ca7f-151b-5b89-86f2-a28aa6c09600 with identifier: BC22%20HLN
2026-03-30 06:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6731ca7f-151b-5b89-86f2-a28aa6c09600 with scrape type 2
2026-03-30 06:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6731ca7f-151b-5b89-86f2-a28aa6c09600 with scrape type 2
2026-03-30 06:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6731ca7f-151b-5b89-86f2-a28aa6c09600, identifier: BC22%20HLN
2026-03-30 06:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80b529a4-ff0f-5c14-9726-9dfac51b3ab2 with identifier: DN58%20UWL
2026-03-30 06:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80b529a4-ff0f-5c14-9726-9dfac51b3ab2 with identifier: DN58%20UWL
2026-03-30 06:14:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80b529a4-ff0f-5c14-9726-9dfac51b3ab2 with identifier: DN58%20UWL to the API
2026-03-30 06:14:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN58%20UWL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '80b529a4-ff0f-5c14-9726-9dfac51b3ab2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN58 UWL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN58%20UWL&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'AUDI',
'model': 'TT',
'odometer': 205902,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'AUDI TT 2.0 TDI QUATTRO Coupe',
'transmission': 'manual',
'trim': 'TDI QUATTRO',
'vin': 'TRUZZZ8JX91015391',
'year': 2009}
2026-03-30 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN58%2520UWL%27 HTTP/1.1" 200 None
2026-03-30 06:14:25 [bca.uk] INFO: Saving data for DN58%20UWL: {'auction_closing_time': 1774951200.0, 'created_time': 1773824747.289875, 'last_price_update_time': 1774851265.909971}
2026-03-30 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN58%2520UWL') HTTP/1.1" 204 0
2026-03-30 06:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09b85e97-2769-51fb-a44f-d012ce9a26db with identifier: ND15%20CVZ
2026-03-30 06:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09b85e97-2769-51fb-a44f-d012ce9a26db with identifier: ND15%20CVZ
2026-03-30 06:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09b85e97-2769-51fb-a44f-d012ce9a26db with identifier: ND15%20CVZ to the API
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND15%20CVZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '09b85e97-2769-51fb-a44f-d012ce9a26db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND15 CVZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND15%20CVZ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 60804,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 70 STING Hatchback',
'transmission': 'manual',
'trim': '70 STING',
'vin': 'W0L0XEP08F6071208',
'year': 2015}
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND15%2520CVZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:26 [bca.uk] INFO: Saving data for ND15%20CVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773839377.581103, 'last_price_update_time': 1774851266.211553}
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND15%2520CVZ') HTTP/1.1" 204 0
2026-03-30 06:14:26 [bca.uk] INFO: Found listing with ID: SJ23%20YZX
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ23%2520YZX%27 HTTP/1.1" 200 None
2026-03-30 06:14:26 [bca.uk] INFO: Scrape type for SJ23%20YZX: 2
2026-03-30 06:14:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with identifier: SJ23%20YZX
2026-03-30 06:14:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with scrape type 2
2026-03-30 06:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with scrape type 2
2026-03-30 06:14:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f68b1920-6a86-5057-ad91-6b06d6c2b7d3, identifier: SJ23%20YZX
2026-03-30 06:14:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60a283cc-75dc-58c8-8ac7-8cb9361443e2 with identifier: KN69%20EOF
2026-03-30 06:14:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60a283cc-75dc-58c8-8ac7-8cb9361443e2 with identifier: KN69%20EOF
2026-03-30 06:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60a283cc-75dc-58c8-8ac7-8cb9361443e2 with identifier: KN69%20EOF to the API
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN69%20EOF-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '60a283cc-75dc-58c8-8ac7-8cb9361443e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN69 EOF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN69%20EOF&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 50417,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16500,
'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': 'SALCA2ANXLH858350',
'year': 2020}
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN69%2520EOF%27 HTTP/1.1" 200 None
2026-03-30 06:14:26 [bca.uk] INFO: Saving data for KN69%20EOF: {'auction_closing_time': 1775199600.0, 'created_time': 1774265430.952576, 'last_price_update_time': 1774851266.601438}
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN69%2520EOF') HTTP/1.1" 204 0
2026-03-30 06:14:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6731ca7f-151b-5b89-86f2-a28aa6c09600 with identifier: BC22%20HLN
2026-03-30 06:14:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6731ca7f-151b-5b89-86f2-a28aa6c09600 with identifier: BC22%20HLN
2026-03-30 06:14:26 [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-30 06:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:26 [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': 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-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC22%2520HLN%27 HTTP/1.1" 200 None
2026-03-30 06:14:26 [bca.uk] INFO: Saving data for BC22%20HLN: {'auction_closing_time': 1775037600.0, 'created_time': 1774564027.55489, 'last_price_update_time': 1774851266.899959}
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:26 [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-30 06:14:26 [bca.uk] INFO: Found listing with ID: NJ09%20OGF
2026-03-30 06:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ09%2520OGF%27 HTTP/1.1" 200 None
2026-03-30 06:14:26 [bca.uk] INFO: Scrape type for NJ09%20OGF: 2
2026-03-30 06:14:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec0f1868-c774-56b1-a01c-2fc55c2f7b8f with identifier: NJ09%20OGF
2026-03-30 06:14:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec0f1868-c774-56b1-a01c-2fc55c2f7b8f with scrape type 2
2026-03-30 06:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec0f1868-c774-56b1-a01c-2fc55c2f7b8f with scrape type 2
2026-03-30 06:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec0f1868-c774-56b1-a01c-2fc55c2f7b8f, identifier: NJ09%20OGF
2026-03-30 06:14:27 [bca.uk] INFO: Found listing with ID: DA03%20RYT
2026-03-30 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA03%2520RYT%27 HTTP/1.1" 200 None
2026-03-30 06:14:27 [bca.uk] INFO: Scrape type for DA03%20RYT: 2
2026-03-30 06:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63e8c839-0b11-53b8-8bec-bd7e9d1294a3 with identifier: DA03%20RYT
2026-03-30 06:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e8c839-0b11-53b8-8bec-bd7e9d1294a3 with scrape type 2
2026-03-30 06:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63e8c839-0b11-53b8-8bec-bd7e9d1294a3 with scrape type 2
2026-03-30 06:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63e8c839-0b11-53b8-8bec-bd7e9d1294a3, identifier: DA03%20RYT
2026-03-30 06:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with identifier: SJ23%20YZX
2026-03-30 06:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f68b1920-6a86-5057-ad91-6b06d6c2b7d3 with identifier: SJ23%20YZX
2026-03-30 06:14:27 [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-30 06:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ23%2520YZX%27 HTTP/1.1" 200 None
2026-03-30 06:14:27 [bca.uk] INFO: Saving data for SJ23%20YZX: {'auction_closing_time': 1774854000.0, 'created_time': 1774391575.249023, 'last_price_update_time': 1774851267.493969}
2026-03-30 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:27 [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-30 06:14:27 [bca.uk] INFO: Found listing with ID: BV68%20BNK
2026-03-30 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV68%2520BNK%27 HTTP/1.1" 200 None
2026-03-30 06:14:27 [bca.uk] INFO: Scrape type for BV68%20BNK: 2
2026-03-30 06:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8e02b83-69f2-5baf-b2fc-efcaa0798fc0 with identifier: BV68%20BNK
2026-03-30 06:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8e02b83-69f2-5baf-b2fc-efcaa0798fc0 with scrape type 2
2026-03-30 06:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8e02b83-69f2-5baf-b2fc-efcaa0798fc0 with scrape type 2
2026-03-30 06:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8e02b83-69f2-5baf-b2fc-efcaa0798fc0, identifier: BV68%20BNK
2026-03-30 06:14:27 [bca.uk] INFO: Found listing with ID: C12%20OLL
2026-03-30 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27C12%2520OLL%27 HTTP/1.1" 200 None
2026-03-30 06:14:27 [bca.uk] INFO: Scrape type for C12%20OLL: 0
2026-03-30 06:14:27 [bca.uk] INFO: Found listing with ID: DY68%20VKP
2026-03-30 06:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY68%2520VKP%27 HTTP/1.1" 200 None
2026-03-30 06:14:27 [bca.uk] INFO: Scrape type for DY68%20VKP: 2
2026-03-30 06:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with identifier: DY68%20VKP
2026-03-30 06:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with scrape type 2
2026-03-30 06:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with scrape type 2
2026-03-30 06:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d, identifier: DY68%20VKP
2026-03-30 06:14:27 [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-30 06:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec0f1868-c774-56b1-a01c-2fc55c2f7b8f with identifier: NJ09%20OGF
2026-03-30 06:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec0f1868-c774-56b1-a01c-2fc55c2f7b8f with identifier: NJ09%20OGF
2026-03-30 06:14:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec0f1868-c774-56b1-a01c-2fc55c2f7b8f with identifier: NJ09%20OGF to the API
2026-03-30 06:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ09%20OGF-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ec0f1868-c774-56b1-a01c-2fc55c2f7b8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NJ09 OGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ09%20OGF&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MERCEDES-BENZ',
'model': 'A150',
'odometer': 92873,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A150 1.5 CLASSIC SE Hatchback',
'transmission': 'manual',
'trim': 'CLASSIC SE',
'vin': 'WDD1690312J719727',
'year': 2009}
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ09%2520OGF%27 HTTP/1.1" 200 None
2026-03-30 06:14:28 [bca.uk] INFO: Saving data for NJ09%20OGF: {'auction_closing_time': 1774951200.0, 'created_time': 1773821646.420424, 'last_price_update_time': 1774851268.048722}
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ09%2520OGF') HTTP/1.1" 204 0
2026-03-30 06:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63e8c839-0b11-53b8-8bec-bd7e9d1294a3 with identifier: DA03%20RYT
2026-03-30 06:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63e8c839-0b11-53b8-8bec-bd7e9d1294a3 with identifier: DA03%20RYT
2026-03-30 06:14:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63e8c839-0b11-53b8-8bec-bd7e9d1294a3 with identifier: DA03%20RYT to the API
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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=DA03%20RYT-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '63e8c839-0b11-53b8-8bec-bd7e9d1294a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DA03 RYT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA03%20RYT&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'AUTO-TRAIL',
'model': 'CHEYENNE',
'odometer': 69153,
'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': 'AUTO-TRAIL CHEYENNE 2.2 634 SE MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '634 SE MOTORHOME',
'vin': 'WDB9036122R499973',
'year': 2003}
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA03%2520RYT%27 HTTP/1.1" 200 None
2026-03-30 06:14:28 [bca.uk] INFO: Saving data for DA03%20RYT: {'auction_closing_time': 1775124000.0, 'created_time': 1774649580.543822, 'last_price_update_time': 1774851268.435154}
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA03%2520RYT') HTTP/1.1" 204 0
2026-03-30 06:14:28 [bca.uk] INFO: Found listing with ID: WU23%20ESO
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU23%2520ESO%27 HTTP/1.1" 200 None
2026-03-30 06:14:28 [bca.uk] INFO: Scrape type for WU23%20ESO: 2
2026-03-30 06:14:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d07c28d-29ac-5676-9d97-2dc64519c4ff with identifier: WU23%20ESO
2026-03-30 06:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d07c28d-29ac-5676-9d97-2dc64519c4ff with scrape type 2
2026-03-30 06:14:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d07c28d-29ac-5676-9d97-2dc64519c4ff with scrape type 2
2026-03-30 06:14:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d07c28d-29ac-5676-9d97-2dc64519c4ff, identifier: WU23%20ESO
2026-03-30 06:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8e02b83-69f2-5baf-b2fc-efcaa0798fc0 with identifier: BV68%20BNK
2026-03-30 06:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8e02b83-69f2-5baf-b2fc-efcaa0798fc0 with identifier: BV68%20BNK
2026-03-30 06:14:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8e02b83-69f2-5baf-b2fc-efcaa0798fc0 with identifier: BV68%20BNK to the API
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV68%20BNK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'd8e02b83-69f2-5baf-b2fc-efcaa0798fc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV68 BNK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV68%20BNK&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'CROSSLAND X',
'odometer': 63529,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4500,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VAUXHALL CROSSLAND X 1.2 ELITE Hatchback',
'transmission': 'manual',
'trim': 'ELITE',
'vin': 'W0V7H9EE1K4039598',
'year': 2018}
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV68%2520BNK%27 HTTP/1.1" 200 None
2026-03-30 06:14:28 [bca.uk] INFO: Saving data for BV68%20BNK: {'auction_closing_time': 1775199600.0, 'created_time': 1774006001.969824, 'last_price_update_time': 1774851268.835513}
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV68%2520BNK') HTTP/1.1" 204 0
2026-03-30 06:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with identifier: DY68%20VKP
2026-03-30 06:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18bbc0bd-88ca-5442-99e1-ff3d1d84ff0d with identifier: DY68%20VKP
2026-03-30 06:14:28 [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-30 06:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY68%2520VKP%27 HTTP/1.1" 200 None
2026-03-30 06:14:29 [bca.uk] INFO: Saving data for DY68%20VKP: {'auction_closing_time': 1775124000.0, 'created_time': 1774678139.760321, 'last_price_update_time': 1774851269.728458}
2026-03-30 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:29 [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-30 06:14:29 [bca.uk] INFO: Found listing with ID: PK12%20TXL
2026-03-30 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK12%2520TXL%27 HTTP/1.1" 200 None
2026-03-30 06:14:29 [bca.uk] INFO: Scrape type for PK12%20TXL: 2
2026-03-30 06:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28ddcf83-355c-5e7c-be15-ab36ba65425f with identifier: PK12%20TXL
2026-03-30 06:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28ddcf83-355c-5e7c-be15-ab36ba65425f with scrape type 2
2026-03-30 06:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28ddcf83-355c-5e7c-be15-ab36ba65425f with scrape type 2
2026-03-30 06:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28ddcf83-355c-5e7c-be15-ab36ba65425f, identifier: PK12%20TXL
2026-03-30 06:14:29 [bca.uk] INFO: Found listing with ID: SM57%20UMV
2026-03-30 06:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM57%2520UMV%27 HTTP/1.1" 200 None
2026-03-30 06:14:29 [bca.uk] INFO: Scrape type for SM57%20UMV: 2
2026-03-30 06:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342df5c1-c926-59a9-89b2-9c9d4b72876f with identifier: SM57%20UMV
2026-03-30 06:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342df5c1-c926-59a9-89b2-9c9d4b72876f with scrape type 2
2026-03-30 06:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 342df5c1-c926-59a9-89b2-9c9d4b72876f with scrape type 2
2026-03-30 06:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 342df5c1-c926-59a9-89b2-9c9d4b72876f, identifier: SM57%20UMV
2026-03-30 06:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d07c28d-29ac-5676-9d97-2dc64519c4ff with identifier: WU23%20ESO
2026-03-30 06:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d07c28d-29ac-5676-9d97-2dc64519c4ff with identifier: WU23%20ESO
2026-03-30 06:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d07c28d-29ac-5676-9d97-2dc64519c4ff with identifier: WU23%20ESO to the API
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:30 [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=WU23%20ESO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '6d07c28d-29ac-5676-9d97-2dc64519c4ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WU23 ESO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU23%20ESO&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 16592,
'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': 'TESLA MODEL 3 RWD Saloon',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRW3F7FS8PC775455',
'year': 2023}
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU23%2520ESO%27 HTTP/1.1" 200 None
2026-03-30 06:14:30 [bca.uk] INFO: Saving data for WU23%20ESO: {'auction_closing_time': 1774854000.0, 'created_time': 1773825242.477583, 'last_price_update_time': 1774851270.275964}
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520ESO') HTTP/1.1" 204 0
2026-03-30 06:14:30 [bca.uk] INFO: Found listing with ID: DU25%20CDO
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU25%2520CDO%27 HTTP/1.1" 200 None
2026-03-30 06:14:30 [bca.uk] INFO: Scrape type for DU25%20CDO: 2
2026-03-30 06:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf539382-a89e-50f0-b3ce-892658730a6b with identifier: DU25%20CDO
2026-03-30 06:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf539382-a89e-50f0-b3ce-892658730a6b with scrape type 2
2026-03-30 06:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf539382-a89e-50f0-b3ce-892658730a6b with scrape type 2
2026-03-30 06:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf539382-a89e-50f0-b3ce-892658730a6b, identifier: DU25%20CDO
2026-03-30 06:14:30 [bca.uk] INFO: Found listing with ID: NA22%20COJ
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA22%2520COJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:30 [bca.uk] INFO: Scrape type for NA22%20COJ: 2
2026-03-30 06:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 142ccbd2-feee-52a5-8e06-5ef0b1a354f1 with identifier: NA22%20COJ
2026-03-30 06:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 142ccbd2-feee-52a5-8e06-5ef0b1a354f1 with scrape type 2
2026-03-30 06:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 142ccbd2-feee-52a5-8e06-5ef0b1a354f1 with scrape type 2
2026-03-30 06:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 142ccbd2-feee-52a5-8e06-5ef0b1a354f1, identifier: NA22%20COJ
2026-03-30 06:14:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28ddcf83-355c-5e7c-be15-ab36ba65425f with identifier: PK12%20TXL
2026-03-30 06:14:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28ddcf83-355c-5e7c-be15-ab36ba65425f with identifier: PK12%20TXL
2026-03-30 06:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28ddcf83-355c-5e7c-be15-ab36ba65425f with identifier: PK12%20TXL to the API
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK12%20TXL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '28ddcf83-355c-5e7c-be15-ab36ba65425f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK12 TXL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK12%20TXL&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'PEUGEOT',
'model': '208',
'odometer': 137776,
'odometer_reading_unit': '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.6 E-HDI 92 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'E-HDI 92 ACTIVE',
'vin': 'VF3CC9HP0CW073455',
'year': 2012}
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK12%2520TXL%27 HTTP/1.1" 200 None
2026-03-30 06:14:30 [bca.uk] INFO: Saving data for PK12%20TXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774649611.685943, 'last_price_update_time': 1774851270.7939}
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK12%2520TXL') HTTP/1.1" 204 0
2026-03-30 06:14:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 342df5c1-c926-59a9-89b2-9c9d4b72876f with identifier: SM57%20UMV
2026-03-30 06:14:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 342df5c1-c926-59a9-89b2-9c9d4b72876f with identifier: SM57%20UMV
2026-03-30 06:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 342df5c1-c926-59a9-89b2-9c9d4b72876f with identifier: SM57%20UMV to the API
2026-03-30 06:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 214,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM57%20UMV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '342df5c1-c926-59a9-89b2-9c9d4b72876f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM57 UMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM57%20UMV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LEXUS',
'model': 'IS 250',
'odometer': 96843,
'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': 'LEXUS IS 250 2.5 SE Saloon',
'transmission': 'automatic',
'trim': 'SE',
'vin': 'JTHBK262405051008',
'year': 2007}
2026-03-30 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM57%2520UMV%27 HTTP/1.1" 200 None
2026-03-30 06:14:31 [bca.uk] INFO: Saving data for SM57%20UMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649644.053888, 'last_price_update_time': 1774851271.704646}
2026-03-30 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM57%2520UMV') HTTP/1.1" 204 0
2026-03-30 06:14:31 [bca.uk] INFO: Found listing with ID: WX67%20WPZ
2026-03-30 06:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX67%2520WPZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:31 [bca.uk] INFO: Scrape type for WX67%20WPZ: 2
2026-03-30 06:14:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a9cbedf-fcdd-5035-b9d8-6f999a6f42ea with identifier: WX67%20WPZ
2026-03-30 06:14:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a9cbedf-fcdd-5035-b9d8-6f999a6f42ea with scrape type 2
2026-03-30 06:14:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a9cbedf-fcdd-5035-b9d8-6f999a6f42ea with scrape type 2
2026-03-30 06:14:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a9cbedf-fcdd-5035-b9d8-6f999a6f42ea, identifier: WX67%20WPZ
2026-03-30 06:14:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf539382-a89e-50f0-b3ce-892658730a6b with identifier: DU25%20CDO
2026-03-30 06:14:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf539382-a89e-50f0-b3ce-892658730a6b with identifier: DU25%20CDO
2026-03-30 06:14:31 [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-30 06:14:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU25%2520CDO%27 HTTP/1.1" 200 None
2026-03-30 06:14:32 [bca.uk] INFO: Saving data for DU25%20CDO: {'auction_closing_time': 1775199600.0, 'created_time': 1774305054.987763, 'last_price_update_time': 1774851272.133496}
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:32 [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-30 06:14:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 142ccbd2-feee-52a5-8e06-5ef0b1a354f1 with identifier: NA22%20COJ
2026-03-30 06:14:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 142ccbd2-feee-52a5-8e06-5ef0b1a354f1 with identifier: NA22%20COJ
2026-03-30 06:14:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 142ccbd2-feee-52a5-8e06-5ef0b1a354f1 with identifier: NA22%20COJ to the API
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA22%20COJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '142ccbd2-feee-52a5-8e06-5ef0b1a354f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NA22 COJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA22%20COJ&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 20929,
'odometer_reading_unit': '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': 'SALZA2AN2PH181018',
'year': 2022}
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA22%2520COJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:32 [bca.uk] INFO: Saving data for NA22%20COJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622339.149399, 'last_price_update_time': 1774851272.442854}
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA22%2520COJ') HTTP/1.1" 204 0
2026-03-30 06:14:32 [bca.uk] INFO: Found listing with ID: PX08%20GWJ
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX08%2520GWJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:32 [bca.uk] INFO: Scrape type for PX08%20GWJ: 2
2026-03-30 06:14:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with identifier: PX08%20GWJ
2026-03-30 06:14:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with scrape type 2
2026-03-30 06:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with scrape type 2
2026-03-30 06:14:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f, identifier: PX08%20GWJ
2026-03-30 06:14:32 [bca.uk] INFO: Found listing with ID: VA12%20NWM
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA12%2520NWM%27 HTTP/1.1" 200 None
2026-03-30 06:14:32 [bca.uk] INFO: Scrape type for VA12%20NWM: 0
2026-03-30 06:14:32 [bca.uk] INFO: Found listing with ID: VE61%20YSX
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE61%2520YSX%27 HTTP/1.1" 200 None
2026-03-30 06:14:32 [bca.uk] INFO: Scrape type for VE61%20YSX: 0
2026-03-30 06:14:32 [bca.uk] INFO: Found listing with ID: WF11%20YRA
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF11%2520YRA%27 HTTP/1.1" 200 None
2026-03-30 06:14:32 [bca.uk] INFO: Scrape type for WF11%20YRA: 2
2026-03-30 06:14:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f909123b-1f19-5557-ac0d-3915e4ee95d7 with identifier: WF11%20YRA
2026-03-30 06:14:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f909123b-1f19-5557-ac0d-3915e4ee95d7 with scrape type 2
2026-03-30 06:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f909123b-1f19-5557-ac0d-3915e4ee95d7 with scrape type 2
2026-03-30 06:14:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f909123b-1f19-5557-ac0d-3915e4ee95d7, identifier: WF11%20YRA
2026-03-30 06:14:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a9cbedf-fcdd-5035-b9d8-6f999a6f42ea with identifier: WX67%20WPZ
2026-03-30 06:14:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a9cbedf-fcdd-5035-b9d8-6f999a6f42ea with identifier: WX67%20WPZ
2026-03-30 06:14:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a9cbedf-fcdd-5035-b9d8-6f999a6f42ea with identifier: WX67%20WPZ to the API
2026-03-30 06:14:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX67%20WPZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '0a9cbedf-fcdd-5035-b9d8-6f999a6f42ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WX67 WPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX67%20WPZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Walsall',
'make': 'MERCEDES-BENZ',
'model': 'E220 D',
'odometer': 83913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Saloon',
'transmission': 'manual',
'trim': 'AMG LINE 9G',
'vin': 'WDD2130042A352006',
'year': 2017}
2026-03-30 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX67%2520WPZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:33 [bca.uk] INFO: Saving data for WX67%20WPZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774447540.554864, 'last_price_update_time': 1774851273.050748}
2026-03-30 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX67%2520WPZ') HTTP/1.1" 204 0
2026-03-30 06:14:33 [bca.uk] INFO: Found listing with ID: EA71%20ATN
2026-03-30 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA71%2520ATN%27 HTTP/1.1" 200 None
2026-03-30 06:14:33 [bca.uk] INFO: Scrape type for EA71%20ATN: 2
2026-03-30 06:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1938abed-f98e-5dfb-afd3-00d6ae26b0ac with identifier: EA71%20ATN
2026-03-30 06:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1938abed-f98e-5dfb-afd3-00d6ae26b0ac with scrape type 2
2026-03-30 06:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1938abed-f98e-5dfb-afd3-00d6ae26b0ac with scrape type 2
2026-03-30 06:14:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1938abed-f98e-5dfb-afd3-00d6ae26b0ac, identifier: EA71%20ATN
2026-03-30 06:14:33 [bca.uk] INFO: Found listing with ID: NX69%20MFO
2026-03-30 06:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX69%2520MFO%27 HTTP/1.1" 200 None
2026-03-30 06:14:33 [bca.uk] INFO: Scrape type for NX69%20MFO: 2
2026-03-30 06:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85f4c079-3808-53d2-9522-ea00a20e4e42 with identifier: NX69%20MFO
2026-03-30 06:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f4c079-3808-53d2-9522-ea00a20e4e42 with scrape type 2
2026-03-30 06:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85f4c079-3808-53d2-9522-ea00a20e4e42 with scrape type 2
2026-03-30 06:14:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85f4c079-3808-53d2-9522-ea00a20e4e42, identifier: NX69%20MFO
2026-03-30 06:14:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with identifier: PX08%20GWJ
2026-03-30 06:14:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ea7966f-ef85-5f22-8ce4-d17cc8d1635f with identifier: PX08%20GWJ
2026-03-30 06:14:33 [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-30 06:14:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PX08%2520GWJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:34 [bca.uk] INFO: Saving data for PX08%20GWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651409.490421, 'last_price_update_time': 1774851274.217686}
2026-03-30 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:34 [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-30 06:14:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f909123b-1f19-5557-ac0d-3915e4ee95d7 with identifier: WF11%20YRA
2026-03-30 06:14:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f909123b-1f19-5557-ac0d-3915e4ee95d7 with identifier: WF11%20YRA
2026-03-30 06:14:34 [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-30 06:14:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF11%2520YRA%27 HTTP/1.1" 200 None
2026-03-30 06:14:34 [bca.uk] INFO: Saving data for WF11%20YRA: {'auction_closing_time': 1774951200.0, 'created_time': 1774389980.737026, 'last_price_update_time': 1774851274.634353}
2026-03-30 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:34 [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-30 06:14:34 [bca.uk] INFO: Found listing with ID: AP71%20GFY
2026-03-30 06:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP71%2520GFY%27 HTTP/1.1" 200 None
2026-03-30 06:14:34 [bca.uk] INFO: Scrape type for AP71%20GFY: 2
2026-03-30 06:14:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a07a900-dfd4-51d9-aea7-ab1afb8d4d95 with identifier: AP71%20GFY
2026-03-30 06:14:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a07a900-dfd4-51d9-aea7-ab1afb8d4d95 with scrape type 2
2026-03-30 06:14:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a07a900-dfd4-51d9-aea7-ab1afb8d4d95 with scrape type 2
2026-03-30 06:14:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a07a900-dfd4-51d9-aea7-ab1afb8d4d95, identifier: AP71%20GFY
2026-03-30 06:14:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1938abed-f98e-5dfb-afd3-00d6ae26b0ac with identifier: EA71%20ATN
2026-03-30 06:14:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1938abed-f98e-5dfb-afd3-00d6ae26b0ac with identifier: EA71%20ATN
2026-03-30 06:14:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1938abed-f98e-5dfb-afd3-00d6ae26b0ac with identifier: EA71%20ATN to the API
2026-03-30 06:14:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:35 [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=EA71%20ATN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '1938abed-f98e-5dfb-afd3-00d6ae26b0ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA71 ATN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA71%20ATN&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 29396,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11950,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 DIG-T 140 MH PREMIERE ED. Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 140 MH PREMIERE ED.',
'vin': 'SJNTAAJ12U1055323',
'year': 2022}
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA71%2520ATN%27 HTTP/1.1" 200 None
2026-03-30 06:14:35 [bca.uk] INFO: Saving data for EA71%20ATN: {'auction_closing_time': 1775199600.0, 'created_time': 1774045228.906399, 'last_price_update_time': 1774851275.046053}
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520ATN') HTTP/1.1" 204 0
2026-03-30 06:14:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85f4c079-3808-53d2-9522-ea00a20e4e42 with identifier: NX69%20MFO
2026-03-30 06:14:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85f4c079-3808-53d2-9522-ea00a20e4e42 with identifier: NX69%20MFO
2026-03-30 06:14:35 [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-30 06:14:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:14: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-30 06:14:35 [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': 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-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX69%2520MFO%27 HTTP/1.1" 200 None
2026-03-30 06:14:35 [bca.uk] INFO: Saving data for NX69%20MFO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564025.862141, 'last_price_update_time': 1774851275.38296}
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:35 [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-30 06:14:35 [bca.uk] INFO: Total items found: 100
2026-03-30 06:14:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded
2026-03-30 06:14:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:14:35 [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-30 06:14:35 [bca.uk] INFO: Found listing with ID: RF12%20FYR
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF12%2520FYR%27 HTTP/1.1" 200 None
2026-03-30 06:14:35 [bca.uk] INFO: Scrape type for RF12%20FYR: 2
2026-03-30 06:14:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with identifier: RF12%20FYR
2026-03-30 06:14:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with scrape type 2
2026-03-30 06:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with scrape type 2
2026-03-30 06:14:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3, identifier: RF12%20FYR
2026-03-30 06:14:35 [bca.uk] INFO: Found listing with ID: WP12%20KFK
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP12%2520KFK%27 HTTP/1.1" 200 None
2026-03-30 06:14:35 [bca.uk] INFO: Scrape type for WP12%20KFK: 0
2026-03-30 06:14:35 [bca.uk] INFO: Found listing with ID: WU58%20MYB
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU58%2520MYB%27 HTTP/1.1" 200 None
2026-03-30 06:14:35 [bca.uk] INFO: Scrape type for WU58%20MYB: 0
2026-03-30 06:14:35 [bca.uk] INFO: Found listing with ID: KP61%20YTC
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP61%2520YTC%27 HTTP/1.1" 200 None
2026-03-30 06:14:35 [bca.uk] INFO: Scrape type for KP61%20YTC: 2
2026-03-30 06:14:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with identifier: KP61%20YTC
2026-03-30 06:14:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with scrape type 2
2026-03-30 06:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with scrape type 2
2026-03-30 06:14:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f1c4dd3-998b-5efb-8dba-9503e091afc9, identifier: KP61%20YTC
2026-03-30 06:14:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a07a900-dfd4-51d9-aea7-ab1afb8d4d95 with identifier: AP71%20GFY
2026-03-30 06:14:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a07a900-dfd4-51d9-aea7-ab1afb8d4d95 with identifier: AP71%20GFY
2026-03-30 06:14:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a07a900-dfd4-51d9-aea7-ab1afb8d4d95 with identifier: AP71%20GFY to the API
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:14: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-30 06:14: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP71%20GFY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '9a07a900-dfd4-51d9-aea7-ab1afb8d4d95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AP71 GFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP71%20GFY&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'EQC 400',
'odometer': 39471,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ EQC 400 AMG LINE StationWagon',
'transmission': 'automatic',
'trim': 'AMG LINE',
'vin': 'W1K2938902F036922',
'year': 2022}
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP71%2520GFY%27 HTTP/1.1" 200 None
2026-03-30 06:14:35 [bca.uk] INFO: Saving data for AP71%20GFY: {'auction_closing_time': 1774854000.0, 'created_time': 1774649587.564011, 'last_price_update_time': 1774851275.969867}
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP71%2520GFY') HTTP/1.1" 204 0
2026-03-30 06:14:35 [bca.uk] INFO: Found listing with ID: EA73%20HHR
2026-03-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA73%2520HHR%27 HTTP/1.1" 200 None
2026-03-30 06:14:36 [bca.uk] INFO: Scrape type for EA73%20HHR: 2
2026-03-30 06:14:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa321166-beba-5d38-b7e9-56f4933e453f with identifier: EA73%20HHR
2026-03-30 06:14:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa321166-beba-5d38-b7e9-56f4933e453f with scrape type 2
2026-03-30 06:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa321166-beba-5d38-b7e9-56f4933e453f with scrape type 2
2026-03-30 06:14:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa321166-beba-5d38-b7e9-56f4933e453f, identifier: EA73%20HHR
2026-03-30 06:14:36 [bca.uk] INFO: Found listing with ID: SG71%20XJD
2026-03-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG71%2520XJD%27 HTTP/1.1" 200 None
2026-03-30 06:14:36 [bca.uk] INFO: Scrape type for SG71%20XJD: 2
2026-03-30 06:14:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05295eb0-9624-551f-a94f-0e5f4478133a with identifier: SG71%20XJD
2026-03-30 06:14:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05295eb0-9624-551f-a94f-0e5f4478133a with scrape type 2
2026-03-30 06:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05295eb0-9624-551f-a94f-0e5f4478133a with scrape type 2
2026-03-30 06:14:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05295eb0-9624-551f-a94f-0e5f4478133a, identifier: SG71%20XJD
2026-03-30 06:14:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with identifier: RF12%20FYR
2026-03-30 06:14:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ebf32dc-0076-5abb-ab2b-e1c645cb2cb3 with identifier: RF12%20FYR
2026-03-30 06:14:36 [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-30 06:14:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:14: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-30 06:14: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': 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-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF12%2520FYR%27 HTTP/1.1" 200 None
2026-03-30 06:14:36 [bca.uk] INFO: Saving data for RF12%20FYR: {'auction_closing_time': 1774951200.0, 'created_time': 1774005632.338073, 'last_price_update_time': 1774851276.492261}
2026-03-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:36 [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-30 06:14:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with identifier: KP61%20YTC
2026-03-30 06:14:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f1c4dd3-998b-5efb-8dba-9503e091afc9 with identifier: KP61%20YTC
2026-03-30 06:14:36 [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-30 06:14:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:14: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-30 06:14: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': 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-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP61%2520YTC%27 HTTP/1.1" 200 None
2026-03-30 06:14:36 [bca.uk] INFO: Saving data for KP61%20YTC: {'auction_closing_time': 1774951200.0, 'created_time': 1774389977.362771, 'last_price_update_time': 1774851276.781286}
2026-03-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:36 [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-30 06:14:36 [bca.uk] INFO: Found listing with ID: RJ68%20ECE
2026-03-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ68%2520ECE%27 HTTP/1.1" 200 None
2026-03-30 06:14:36 [bca.uk] INFO: Scrape type for RJ68%20ECE: 0
2026-03-30 06:14:36 [bca.uk] INFO: Found listing with ID: WR21%20YPP
2026-03-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR21%2520YPP%27 HTTP/1.1" 200 None
2026-03-30 06:14:36 [bca.uk] INFO: Scrape type for WR21%20YPP: 0
2026-03-30 06:14:36 [bca.uk] INFO: Found listing with ID: SN68%20GKV
2026-03-30 06:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN68%2520GKV%27 HTTP/1.1" 200 None
2026-03-30 06:14:36 [bca.uk] INFO: Scrape type for SN68%20GKV: 2
2026-03-30 06:14:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18533501-eaff-5db4-bf37-5bd59fd9e005 with identifier: SN68%20GKV
2026-03-30 06:14:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18533501-eaff-5db4-bf37-5bd59fd9e005 with scrape type 2
2026-03-30 06:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18533501-eaff-5db4-bf37-5bd59fd9e005 with scrape type 2
2026-03-30 06:14:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18533501-eaff-5db4-bf37-5bd59fd9e005, identifier: SN68%20GKV
2026-03-30 06:14:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa321166-beba-5d38-b7e9-56f4933e453f with identifier: EA73%20HHR
2026-03-30 06:14:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa321166-beba-5d38-b7e9-56f4933e453f with identifier: EA73%20HHR
2026-03-30 06:14:37 [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-30 06:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA73%2520HHR%27 HTTP/1.1" 200 None
2026-03-30 06:14:37 [bca.uk] INFO: Saving data for EA73%20HHR: {'auction_closing_time': 1775199600.0, 'created_time': 1774274782.352067, 'last_price_update_time': 1774851277.236067}
2026-03-30 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:37 [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-30 06:14:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05295eb0-9624-551f-a94f-0e5f4478133a with identifier: SG71%20XJD
2026-03-30 06:14:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05295eb0-9624-551f-a94f-0e5f4478133a with identifier: SG71%20XJD
2026-03-30 06:14:37 [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-30 06:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:37 [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': 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-30 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG71%2520XJD%27 HTTP/1.1" 200 None
2026-03-30 06:14:37 [bca.uk] INFO: Saving data for SG71%20XJD: {'auction_closing_time': 1775037600.0, 'created_time': 1774564764.003151, 'last_price_update_time': 1774851277.524952}
2026-03-30 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:37 [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-30 06:14:37 [bca.uk] INFO: Found listing with ID: SK13%20EOT
2026-03-30 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK13%2520EOT%27 HTTP/1.1" 200 None
2026-03-30 06:14:37 [bca.uk] INFO: Scrape type for SK13%20EOT: 2
2026-03-30 06:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eb05917-9802-536f-a5e2-7cbc691ad45b with identifier: SK13%20EOT
2026-03-30 06:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eb05917-9802-536f-a5e2-7cbc691ad45b with scrape type 2
2026-03-30 06:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eb05917-9802-536f-a5e2-7cbc691ad45b with scrape type 2
2026-03-30 06:14:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6eb05917-9802-536f-a5e2-7cbc691ad45b, identifier: SK13%20EOT
2026-03-30 06:14:37 [bca.uk] INFO: Found listing with ID: WG19%20UHJ
2026-03-30 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG19%2520UHJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:37 [bca.uk] INFO: Scrape type for WG19%20UHJ: 2
2026-03-30 06:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a69331c9-4fe6-5150-b8f1-2da1a0407291 with identifier: WG19%20UHJ
2026-03-30 06:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a69331c9-4fe6-5150-b8f1-2da1a0407291 with scrape type 2
2026-03-30 06:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a69331c9-4fe6-5150-b8f1-2da1a0407291 with scrape type 2
2026-03-30 06:14:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a69331c9-4fe6-5150-b8f1-2da1a0407291, identifier: WG19%20UHJ
2026-03-30 06:14:37 [bca.uk] INFO: Found listing with ID: KR58%20KAE
2026-03-30 06:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR58%2520KAE%27 HTTP/1.1" 200 None
2026-03-30 06:14:37 [bca.uk] INFO: Scrape type for KR58%20KAE: 2
2026-03-30 06:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8d8e169-0567-57f4-852d-0060d24114c8 with identifier: KR58%20KAE
2026-03-30 06:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8d8e169-0567-57f4-852d-0060d24114c8 with scrape type 2
2026-03-30 06:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8d8e169-0567-57f4-852d-0060d24114c8 with scrape type 2
2026-03-30 06:14:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8d8e169-0567-57f4-852d-0060d24114c8, identifier: KR58%20KAE
2026-03-30 06:14:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18533501-eaff-5db4-bf37-5bd59fd9e005 with identifier: SN68%20GKV
2026-03-30 06:14:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18533501-eaff-5db4-bf37-5bd59fd9e005 with identifier: SN68%20GKV
2026-03-30 06:14:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18533501-eaff-5db4-bf37-5bd59fd9e005 with identifier: SN68%20GKV to the API
2026-03-30 06:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN68%20GKV-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '18533501-eaff-5db4-bf37-5bd59fd9e005',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN68 GKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN68%20GKV&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'VOLVO',
'model': 'XC40',
'odometer': 86391,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'VOLVO XC40 2.0 D3 R DESIGN G/T StationWagon',
'transmission': 'automatic',
'trim': 'D3 R DESIGN G/T',
'vin': 'YV1XZ72VDK2083917',
'year': 2018}
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN68%2520GKV%27 HTTP/1.1" 200 None
2026-03-30 06:14:38 [bca.uk] INFO: Saving data for SN68%20GKV: {'auction_closing_time': 1775199600.0, 'created_time': 1773821272.188751, 'last_price_update_time': 1774851278.181544}
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN68%2520GKV') HTTP/1.1" 204 0
2026-03-30 06:14:38 [bca.uk] INFO: Found listing with ID: EN68%20RVC
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN68%2520RVC%27 HTTP/1.1" 200 None
2026-03-30 06:14:38 [bca.uk] INFO: Scrape type for EN68%20RVC: 2
2026-03-30 06:14:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eadcc3cd-ee9e-5604-bf17-235661f6090e with identifier: EN68%20RVC
2026-03-30 06:14:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eadcc3cd-ee9e-5604-bf17-235661f6090e with scrape type 2
2026-03-30 06:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eadcc3cd-ee9e-5604-bf17-235661f6090e with scrape type 2
2026-03-30 06:14:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eadcc3cd-ee9e-5604-bf17-235661f6090e, identifier: EN68%20RVC
2026-03-30 06:14:38 [bca.uk] INFO: Found listing with ID: SW22%20JBO
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW22%2520JBO%27 HTTP/1.1" 200 None
2026-03-30 06:14:38 [bca.uk] INFO: Scrape type for SW22%20JBO: 2
2026-03-30 06:14:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with identifier: SW22%20JBO
2026-03-30 06:14:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with scrape type 2
2026-03-30 06:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with scrape type 2
2026-03-30 06:14:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb, identifier: SW22%20JBO
2026-03-30 06:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6eb05917-9802-536f-a5e2-7cbc691ad45b with identifier: SK13%20EOT
2026-03-30 06:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6eb05917-9802-536f-a5e2-7cbc691ad45b with identifier: SK13%20EOT
2026-03-30 06:14:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6eb05917-9802-536f-a5e2-7cbc691ad45b with identifier: SK13%20EOT to the API
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:38 [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': 120,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6eb05917-9802-536f-a5e2-7cbc691ad45b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK13 EOT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK13%20EOT&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 97672,
'odometer_reading_unit': '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': 'WF0CXXGAKCDJ12268',
'year': 2013}
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK13%2520EOT%27 HTTP/1.1" 200 None
2026-03-30 06:14:38 [bca.uk] INFO: Saving data for SK13%20EOT: {'auction_closing_time': 1774951200.0, 'created_time': 1774649629.879238, 'last_price_update_time': 1774851278.793725}
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK13%2520EOT') HTTP/1.1" 204 0
2026-03-30 06:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a69331c9-4fe6-5150-b8f1-2da1a0407291 with identifier: WG19%20UHJ
2026-03-30 06:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a69331c9-4fe6-5150-b8f1-2da1a0407291 with identifier: WG19%20UHJ
2026-03-30 06:14:38 [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-30 06:14:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG19%2520UHJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:39 [bca.uk] INFO: Saving data for WG19%20UHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651413.428575, 'last_price_update_time': 1774851279.081904}
2026-03-30 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:39 [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-30 06:14:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8d8e169-0567-57f4-852d-0060d24114c8 with identifier: KR58%20KAE
2026-03-30 06:14:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8d8e169-0567-57f4-852d-0060d24114c8 with identifier: KR58%20KAE
2026-03-30 06:14:39 [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-30 06:14:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR58%2520KAE%27 HTTP/1.1" 200 None
2026-03-30 06:14:39 [bca.uk] INFO: Saving data for KR58%20KAE: {'auction_closing_time': 1774951200.0, 'created_time': 1774091334.171301, 'last_price_update_time': 1774851279.386975}
2026-03-30 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:39 [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-30 06:14:39 [bca.uk] INFO: Found listing with ID: BG70%20NZK
2026-03-30 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG70%2520NZK%27 HTTP/1.1" 200 None
2026-03-30 06:14:39 [bca.uk] INFO: Scrape type for BG70%20NZK: 2
2026-03-30 06:14:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a015302-39ca-5618-956e-8ace4a665300 with identifier: BG70%20NZK
2026-03-30 06:14:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a015302-39ca-5618-956e-8ace4a665300 with scrape type 2
2026-03-30 06:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a015302-39ca-5618-956e-8ace4a665300 with scrape type 2
2026-03-30 06:14:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a015302-39ca-5618-956e-8ace4a665300, identifier: BG70%20NZK
2026-03-30 06:14:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eadcc3cd-ee9e-5604-bf17-235661f6090e with identifier: EN68%20RVC
2026-03-30 06:14:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eadcc3cd-ee9e-5604-bf17-235661f6090e with identifier: EN68%20RVC
2026-03-30 06:14:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eadcc3cd-ee9e-5604-bf17-235661f6090e with identifier: EN68%20RVC to the API
2026-03-30 06:14:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN68%20RVC-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'eadcc3cd-ee9e-5604-bf17-235661f6090e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN68 RVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN68%20RVC&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 94289,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7350,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 GDI EDITION 25 ISG StationWagon',
'transmission': 'manual',
'trim': 'GDI EDITION 25 ISG',
'vin': 'U5YPH814LKL633778',
'year': 2019}
2026-03-30 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN68%2520RVC%27 HTTP/1.1" 200 None
2026-03-30 06:14:39 [bca.uk] INFO: Saving data for EN68%20RVC: {'auction_closing_time': 1775199600.0, 'created_time': 1774016730.157528, 'last_price_update_time': 1774851279.783439}
2026-03-30 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN68%2520RVC') HTTP/1.1" 204 0
2026-03-30 06:14:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with identifier: SW22%20JBO
2026-03-30 06:14:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5f348ab-b3a9-59d8-a657-b1f1a0000dfb with identifier: SW22%20JBO
2026-03-30 06:14:39 [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-30 06:14:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:40 [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': 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-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW22%2520JBO%27 HTTP/1.1" 200 None
2026-03-30 06:14:40 [bca.uk] INFO: Saving data for SW22%20JBO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564029.87717, 'last_price_update_time': 1774851280.101411}
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:40 [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-30 06:14:40 [bca.uk] INFO: Found listing with ID: LA18%20YHN
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA18%2520YHN%27 HTTP/1.1" 200 None
2026-03-30 06:14:40 [bca.uk] INFO: Scrape type for LA18%20YHN: 2
2026-03-30 06:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 320234a4-3a1d-5e4c-a251-744cccf01cde with identifier: LA18%20YHN
2026-03-30 06:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 320234a4-3a1d-5e4c-a251-744cccf01cde with scrape type 2
2026-03-30 06:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 320234a4-3a1d-5e4c-a251-744cccf01cde with scrape type 2
2026-03-30 06:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 320234a4-3a1d-5e4c-a251-744cccf01cde, identifier: LA18%20YHN
2026-03-30 06:14:40 [bca.uk] INFO: Found listing with ID: WP62%20XYU
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP62%2520XYU%27 HTTP/1.1" 200 None
2026-03-30 06:14:40 [bca.uk] INFO: Scrape type for WP62%20XYU: 2
2026-03-30 06:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f458be3-335d-532a-a625-d4c783497cea with identifier: WP62%20XYU
2026-03-30 06:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f458be3-335d-532a-a625-d4c783497cea with scrape type 2
2026-03-30 06:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f458be3-335d-532a-a625-d4c783497cea with scrape type 2
2026-03-30 06:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f458be3-335d-532a-a625-d4c783497cea, identifier: WP62%20XYU
2026-03-30 06:14:40 [bca.uk] INFO: Found listing with ID: KV57%20OHT
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV57%2520OHT%27 HTTP/1.1" 200 None
2026-03-30 06:14:40 [bca.uk] INFO: Scrape type for KV57%20OHT: 2
2026-03-30 06:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdda705e-162b-5590-8b3e-bca2276fca01 with identifier: KV57%20OHT
2026-03-30 06:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdda705e-162b-5590-8b3e-bca2276fca01 with scrape type 2
2026-03-30 06:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdda705e-162b-5590-8b3e-bca2276fca01 with scrape type 2
2026-03-30 06:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdda705e-162b-5590-8b3e-bca2276fca01, identifier: KV57%20OHT
2026-03-30 06:14:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a015302-39ca-5618-956e-8ace4a665300 with identifier: BG70%20NZK
2026-03-30 06:14:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a015302-39ca-5618-956e-8ace4a665300 with identifier: BG70%20NZK
2026-03-30 06:14:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a015302-39ca-5618-956e-8ace4a665300 with identifier: BG70%20NZK to the API
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG70%20NZK-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '8a015302-39ca-5618-956e-8ace4a665300',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG70 NZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG70%20NZK&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'TRANSIT 350 FWD',
'odometer': 102961,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7700,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'FORD TRANSIT 350 FWD 2.0 EBL 185 L3 H2 LIMITED PanelVan',
'transmission': 'manual',
'trim': 'EBL 185 L3 H2 LIMITED',
'vin': 'WF0EXXTTRELK65323',
'year': 2020}
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG70%2520NZK%27 HTTP/1.1" 200 None
2026-03-30 06:14:40 [bca.uk] INFO: Saving data for BG70%20NZK: {'auction_closing_time': 1775199600.0, 'created_time': 1773838887.699211, 'last_price_update_time': 1774851280.7627}
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG70%2520NZK') HTTP/1.1" 204 0
2026-03-30 06:14:40 [bca.uk] INFO: Found listing with ID: EX23%20AYH
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX23%2520AYH%27 HTTP/1.1" 200 None
2026-03-30 06:14:40 [bca.uk] INFO: Scrape type for EX23%20AYH: 0
2026-03-30 06:14:40 [bca.uk] INFO: Found listing with ID: EY72%20LOD
2026-03-30 06:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY72%2520LOD%27 HTTP/1.1" 200 None
2026-03-30 06:14:40 [bca.uk] INFO: Scrape type for EY72%20LOD: 2
2026-03-30 06:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2f8491-a4bb-595c-a357-8de08eb3ecce with identifier: EY72%20LOD
2026-03-30 06:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2f8491-a4bb-595c-a357-8de08eb3ecce with scrape type 2
2026-03-30 06:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2f8491-a4bb-595c-a357-8de08eb3ecce with scrape type 2
2026-03-30 06:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb2f8491-a4bb-595c-a357-8de08eb3ecce, identifier: EY72%20LOD
2026-03-30 06:14:40 [bca.uk] INFO: Found listing with ID: KS20%20GNF
2026-03-30 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS20%2520GNF%27 HTTP/1.1" 200 None
2026-03-30 06:14:41 [bca.uk] INFO: Scrape type for KS20%20GNF: 2
2026-03-30 06:14:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with identifier: KS20%20GNF
2026-03-30 06:14:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with scrape type 2
2026-03-30 06:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with scrape type 2
2026-03-30 06:14:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f, identifier: KS20%20GNF
2026-03-30 06:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 320234a4-3a1d-5e4c-a251-744cccf01cde with identifier: LA18%20YHN
2026-03-30 06:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 320234a4-3a1d-5e4c-a251-744cccf01cde with identifier: LA18%20YHN
2026-03-30 06:14:41 [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-30 06:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:41 [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': 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-30 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA18%2520YHN%27 HTTP/1.1" 200 None
2026-03-30 06:14:41 [bca.uk] INFO: Saving data for LA18%20YHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774476270.195857, 'last_price_update_time': 1774851281.400958}
2026-03-30 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:41 [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-30 06:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f458be3-335d-532a-a625-d4c783497cea with identifier: WP62%20XYU
2026-03-30 06:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f458be3-335d-532a-a625-d4c783497cea with identifier: WP62%20XYU
2026-03-30 06:14:41 [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-30 06:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP62%2520XYU%27 HTTP/1.1" 200 None
2026-03-30 06:14:41 [bca.uk] INFO: Saving data for WP62%20XYU: {'auction_closing_time': 1774951200.0, 'created_time': 1774389907.642359, 'last_price_update_time': 1774851281.694751}
2026-03-30 06:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:41 [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-30 06:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdda705e-162b-5590-8b3e-bca2276fca01 with identifier: KV57%20OHT
2026-03-30 06:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdda705e-162b-5590-8b3e-bca2276fca01 with identifier: KV57%20OHT
2026-03-30 06:14:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdda705e-162b-5590-8b3e-bca2276fca01 with identifier: KV57%20OHT to the API
2026-03-30 06:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV57%20OHT-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'cdda705e-162b-5590-8b3e-bca2276fca01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV57 OHT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV57%20OHT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 93265,
'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 CIVIC 1.4 I-DSI ES IMA Saloon',
'transmission': 'automatic',
'trim': 'I-DSI ES IMA',
'vin': 'JHMFD36207S209643',
'year': 2007}
2026-03-30 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV57%2520OHT%27 HTTP/1.1" 200 None
2026-03-30 06:14:42 [bca.uk] INFO: Saving data for KV57%20OHT: {'auction_closing_time': 1774951200.0, 'created_time': 1774534799.550943, 'last_price_update_time': 1774851282.770843}
2026-03-30 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV57%2520OHT') HTTP/1.1" 204 0
2026-03-30 06:14:42 [bca.uk] INFO: Found listing with ID: FG70%20HJC
2026-03-30 06:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG70%2520HJC%27 HTTP/1.1" 200 None
2026-03-30 06:14:42 [bca.uk] INFO: Scrape type for FG70%20HJC: 2
2026-03-30 06:14:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e87af32-25a6-57a7-ba9b-3771673742ca with identifier: FG70%20HJC
2026-03-30 06:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e87af32-25a6-57a7-ba9b-3771673742ca with scrape type 2
2026-03-30 06:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e87af32-25a6-57a7-ba9b-3771673742ca with scrape type 2
2026-03-30 06:14:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e87af32-25a6-57a7-ba9b-3771673742ca, identifier: FG70%20HJC
2026-03-30 06:14:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb2f8491-a4bb-595c-a357-8de08eb3ecce with identifier: EY72%20LOD
2026-03-30 06:14:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb2f8491-a4bb-595c-a357-8de08eb3ecce with identifier: EY72%20LOD
2026-03-30 06:14:42 [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-30 06:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY72%2520LOD%27 HTTP/1.1" 200 None
2026-03-30 06:14:43 [bca.uk] INFO: Saving data for EY72%20LOD: {'auction_closing_time': 1775199600.0, 'created_time': 1774305045.36865, 'last_price_update_time': 1774851283.177397}
2026-03-30 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:43 [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-30 06:14:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with identifier: KS20%20GNF
2026-03-30 06:14:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e85421a-429d-5c7e-b1dc-1bcc4d06745f with identifier: KS20%20GNF
2026-03-30 06:14:43 [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-30 06:14:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:43 [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': 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-30 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS20%2520GNF%27 HTTP/1.1" 200 None
2026-03-30 06:14:43 [bca.uk] INFO: Saving data for KS20%20GNF: {'auction_closing_time': 1775124000.0, 'created_time': 1774678145.821051, 'last_price_update_time': 1774851283.468148}
2026-03-30 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:43 [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-30 06:14:43 [bca.uk] INFO: Found listing with ID: YY61%20AUF
2026-03-30 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY61%2520AUF%27 HTTP/1.1" 200 None
2026-03-30 06:14:43 [bca.uk] INFO: Scrape type for YY61%20AUF: 2
2026-03-30 06:14:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeedfaef-193c-5d40-b1df-fc5c986c0a75 with identifier: YY61%20AUF
2026-03-30 06:14:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeedfaef-193c-5d40-b1df-fc5c986c0a75 with scrape type 2
2026-03-30 06:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeedfaef-193c-5d40-b1df-fc5c986c0a75 with scrape type 2
2026-03-30 06:14:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aeedfaef-193c-5d40-b1df-fc5c986c0a75, identifier: YY61%20AUF
2026-03-30 06:14:43 [bca.uk] INFO: Found listing with ID: PL73%20JNF
2026-03-30 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL73%2520JNF%27 HTTP/1.1" 200 None
2026-03-30 06:14:43 [bca.uk] INFO: Scrape type for PL73%20JNF: 2
2026-03-30 06:14:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67261b4e-db10-5f57-95c4-966ec7ca9d90 with identifier: PL73%20JNF
2026-03-30 06:14:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67261b4e-db10-5f57-95c4-966ec7ca9d90 with scrape type 2
2026-03-30 06:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67261b4e-db10-5f57-95c4-966ec7ca9d90 with scrape type 2
2026-03-30 06:14:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67261b4e-db10-5f57-95c4-966ec7ca9d90, identifier: PL73%20JNF
2026-03-30 06:14:43 [bca.uk] INFO: Found listing with ID: KY12%20OTH
2026-03-30 06:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY12%2520OTH%27 HTTP/1.1" 200 None
2026-03-30 06:14:43 [bca.uk] INFO: Scrape type for KY12%20OTH: 2
2026-03-30 06:14:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d786c125-a20a-572a-aeba-01092635b065 with identifier: KY12%20OTH
2026-03-30 06:14:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d786c125-a20a-572a-aeba-01092635b065 with scrape type 2
2026-03-30 06:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d786c125-a20a-572a-aeba-01092635b065 with scrape type 2
2026-03-30 06:14:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d786c125-a20a-572a-aeba-01092635b065, identifier: KY12%20OTH
2026-03-30 06:14:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e87af32-25a6-57a7-ba9b-3771673742ca with identifier: FG70%20HJC
2026-03-30 06:14:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e87af32-25a6-57a7-ba9b-3771673742ca with identifier: FG70%20HJC
2026-03-30 06:14:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e87af32-25a6-57a7-ba9b-3771673742ca with identifier: FG70%20HJC to the API
2026-03-30 06:14:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG70%20HJC-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '4e87af32-25a6-57a7-ba9b-3771673742ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG70 HJC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG70%20HJC&vehicleType=*',
'listing': 'directbuy',
'location': 'Brighouse',
'make': 'RENAULT',
'model': 'TRAFIC 28',
'odometer': 127665,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4800,
'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': 'VF1FL000865729231',
'year': 2020}
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG70%2520HJC%27 HTTP/1.1" 200 None
2026-03-30 06:14:44 [bca.uk] INFO: Saving data for FG70%20HJC: {'auction_closing_time': 1775199600.0, 'created_time': 1773958640.808634, 'last_price_update_time': 1774851284.164493}
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG70%2520HJC') HTTP/1.1" 204 0
2026-03-30 06:14:44 [bca.uk] INFO: Found listing with ID: HG69%20EAF
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG69%2520EAF%27 HTTP/1.1" 200 None
2026-03-30 06:14:44 [bca.uk] INFO: Scrape type for HG69%20EAF: 2
2026-03-30 06:14:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba6e5de-d558-57e5-8ea9-1d26d75c4272 with identifier: HG69%20EAF
2026-03-30 06:14:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba6e5de-d558-57e5-8ea9-1d26d75c4272 with scrape type 2
2026-03-30 06:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aba6e5de-d558-57e5-8ea9-1d26d75c4272 with scrape type 2
2026-03-30 06:14:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aba6e5de-d558-57e5-8ea9-1d26d75c4272, identifier: HG69%20EAF
2026-03-30 06:14:44 [bca.uk] INFO: Found listing with ID: KV68%20FFL
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV68%2520FFL%27 HTTP/1.1" 200 None
2026-03-30 06:14:44 [bca.uk] INFO: Scrape type for KV68%20FFL: 2
2026-03-30 06:14:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with identifier: KV68%20FFL
2026-03-30 06:14:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with scrape type 2
2026-03-30 06:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with scrape type 2
2026-03-30 06:14:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b, identifier: KV68%20FFL
2026-03-30 06:14:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aeedfaef-193c-5d40-b1df-fc5c986c0a75 with identifier: YY61%20AUF
2026-03-30 06:14:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aeedfaef-193c-5d40-b1df-fc5c986c0a75 with identifier: YY61%20AUF
2026-03-30 06:14:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aeedfaef-193c-5d40-b1df-fc5c986c0a75 with identifier: YY61%20AUF to the API
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:44 [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=YY61%20AUF-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'aeedfaef-193c-5d40-b1df-fc5c986c0a75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY61 AUF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY61%20AUF&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'MERCEDES-BENZ',
'model': 'C180',
'odometer': 73655,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ C180 1.8 B/E ELEGANCE EDITION 125 Saloon',
'transmission': 'manual',
'trim': 'B/E ELEGANCE EDITION 125',
'vin': 'WDD2040492A629977',
'year': 2011}
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY61%2520AUF%27 HTTP/1.1" 200 None
2026-03-30 06:14:44 [bca.uk] INFO: Saving data for YY61%20AUF: {'auction_closing_time': 1774951200.0, 'created_time': 1774562928.641355, 'last_price_update_time': 1774851284.801141}
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY61%2520AUF') HTTP/1.1" 204 0
2026-03-30 06:14:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67261b4e-db10-5f57-95c4-966ec7ca9d90 with identifier: PL73%20JNF
2026-03-30 06:14:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67261b4e-db10-5f57-95c4-966ec7ca9d90 with identifier: PL73%20JNF
2026-03-30 06:14:44 [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-30 06:14:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL73%2520JNF%27 HTTP/1.1" 200 None
2026-03-30 06:14:45 [bca.uk] INFO: Saving data for PL73%20JNF: {'auction_closing_time': 1774951200.0, 'created_time': 1774651417.377934, 'last_price_update_time': 1774851285.096441}
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:45 [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-30 06:14:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d786c125-a20a-572a-aeba-01092635b065 with identifier: KY12%20OTH
2026-03-30 06:14:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d786c125-a20a-572a-aeba-01092635b065 with identifier: KY12%20OTH
2026-03-30 06:14:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d786c125-a20a-572a-aeba-01092635b065 with identifier: KY12%20OTH to the API
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY12%20OTH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd786c125-a20a-572a-aeba-01092635b065',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY12 OTH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY12%20OTH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '207 SW',
'odometer': 93329,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'PEUGEOT 207 SW 1.6 VTI 120 ALLURE TIP Estate',
'transmission': 'manual',
'trim': 'VTI 120 ALLURE TIP',
'vin': 'VF3WE5FS9CE005439',
'year': 2012}
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY12%2520OTH%27 HTTP/1.1" 200 None
2026-03-30 06:14:45 [bca.uk] INFO: Saving data for KY12%20OTH: {'auction_closing_time': 1774951200.0, 'created_time': 1773822830.122473, 'last_price_update_time': 1774851285.396314}
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY12%2520OTH') HTTP/1.1" 204 0
2026-03-30 06:14:45 [bca.uk] INFO: Found listing with ID: LY74%20OPG
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY74%2520OPG%27 HTTP/1.1" 200 None
2026-03-30 06:14:45 [bca.uk] INFO: Scrape type for LY74%20OPG: 2
2026-03-30 06:14:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74540fcb-d566-5520-8a0d-c5f085f551db with identifier: LY74%20OPG
2026-03-30 06:14:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74540fcb-d566-5520-8a0d-c5f085f551db with scrape type 2
2026-03-30 06:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74540fcb-d566-5520-8a0d-c5f085f551db with scrape type 2
2026-03-30 06:14:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74540fcb-d566-5520-8a0d-c5f085f551db, identifier: LY74%20OPG
2026-03-30 06:14:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aba6e5de-d558-57e5-8ea9-1d26d75c4272 with identifier: HG69%20EAF
2026-03-30 06:14:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aba6e5de-d558-57e5-8ea9-1d26d75c4272 with identifier: HG69%20EAF
2026-03-30 06:14:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aba6e5de-d558-57e5-8ea9-1d26d75c4272 with identifier: HG69%20EAF to the API
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 146,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG69%20EAF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'aba6e5de-d558-57e5-8ea9-1d26d75c4272',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG69 EAF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG69%20EAF&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE',
'odometer': 49379,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15800,
'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': 'WVGZZZ5NZLM011902',
'year': 2019}
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG69%2520EAF%27 HTTP/1.1" 200 None
2026-03-30 06:14:45 [bca.uk] INFO: Saving data for HG69%20EAF: {'auction_closing_time': 1775199600.0, 'created_time': 1774448755.465372, 'last_price_update_time': 1774851285.812413}
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG69%2520EAF') HTTP/1.1" 204 0
2026-03-30 06:14:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with identifier: KV68%20FFL
2026-03-30 06:14:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ffcbc3d-322a-5a11-af8b-e2ec35bd353b with identifier: KV68%20FFL
2026-03-30 06:14:45 [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-30 06:14:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV68%2520FFL%27 HTTP/1.1" 200 None
2026-03-30 06:14:46 [bca.uk] INFO: Saving data for KV68%20FFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774564702.740014, 'last_price_update_time': 1774851286.162615}
2026-03-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:46 [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-30 06:14:46 [bca.uk] INFO: Found listing with ID: NK11%20HXL
2026-03-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK11%2520HXL%27 HTTP/1.1" 200 None
2026-03-30 06:14:46 [bca.uk] INFO: Scrape type for NK11%20HXL: 2
2026-03-30 06:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cce97dd-0b98-58c8-9f5c-c46adfa792fc with identifier: NK11%20HXL
2026-03-30 06:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cce97dd-0b98-58c8-9f5c-c46adfa792fc with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cce97dd-0b98-58c8-9f5c-c46adfa792fc with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cce97dd-0b98-58c8-9f5c-c46adfa792fc, identifier: NK11%20HXL
2026-03-30 06:14:46 [bca.uk] INFO: Found listing with ID: RO22%20NRL
2026-03-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO22%2520NRL%27 HTTP/1.1" 200 None
2026-03-30 06:14:46 [bca.uk] INFO: Scrape type for RO22%20NRL: 2
2026-03-30 06:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76b0b272-67ba-524c-b34b-bc2b433a7122 with identifier: RO22%20NRL
2026-03-30 06:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76b0b272-67ba-524c-b34b-bc2b433a7122 with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76b0b272-67ba-524c-b34b-bc2b433a7122 with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76b0b272-67ba-524c-b34b-bc2b433a7122, identifier: RO22%20NRL
2026-03-30 06:14:46 [bca.uk] INFO: Found listing with ID: LC08%20BYV
2026-03-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC08%2520BYV%27 HTTP/1.1" 200 None
2026-03-30 06:14:46 [bca.uk] INFO: Scrape type for LC08%20BYV: 2
2026-03-30 06:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e95eb5c8-16b3-5505-ad81-a600d832b235 with identifier: LC08%20BYV
2026-03-30 06:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e95eb5c8-16b3-5505-ad81-a600d832b235 with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e95eb5c8-16b3-5505-ad81-a600d832b235 with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e95eb5c8-16b3-5505-ad81-a600d832b235, identifier: LC08%20BYV
2026-03-30 06:14:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74540fcb-d566-5520-8a0d-c5f085f551db with identifier: LY74%20OPG
2026-03-30 06:14:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74540fcb-d566-5520-8a0d-c5f085f551db with identifier: LY74%20OPG
2026-03-30 06:14:46 [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-30 06:14:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY74%2520OPG%27 HTTP/1.1" 200 None
2026-03-30 06:14:46 [bca.uk] INFO: Saving data for LY74%20OPG: {'auction_closing_time': 1775199600.0, 'created_time': 1774265878.572725, 'last_price_update_time': 1774851286.796812}
2026-03-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:46 [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-30 06:14:46 [bca.uk] INFO: Found listing with ID: KF24%20OBP
2026-03-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF24%2520OBP%27 HTTP/1.1" 200 None
2026-03-30 06:14:46 [bca.uk] INFO: Scrape type for KF24%20OBP: 2
2026-03-30 06:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with identifier: KF24%20OBP
2026-03-30 06:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde, identifier: KF24%20OBP
2026-03-30 06:14:46 [bca.uk] INFO: Found listing with ID: MA22%20UZX
2026-03-30 06:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA22%2520UZX%27 HTTP/1.1" 200 None
2026-03-30 06:14:46 [bca.uk] INFO: Scrape type for MA22%20UZX: 2
2026-03-30 06:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7ae9989-c133-585a-94a2-9f15326db526 with identifier: MA22%20UZX
2026-03-30 06:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7ae9989-c133-585a-94a2-9f15326db526 with scrape type 2
2026-03-30 06:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7ae9989-c133-585a-94a2-9f15326db526 with scrape type 2
2026-03-30 06:14:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7ae9989-c133-585a-94a2-9f15326db526, identifier: MA22%20UZX
2026-03-30 06:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cce97dd-0b98-58c8-9f5c-c46adfa792fc with identifier: NK11%20HXL
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=alpine+white HTTP/1.1" 200 None
2026-03-30 06:14:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cce97dd-0b98-58c8-9f5c-c46adfa792fc with identifier: NK11%20HXL
2026-03-30 06:14:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cce97dd-0b98-58c8-9f5c-c46adfa792fc with identifier: NK11%20HXL to the API
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK11%20HXL-GB',
'category': 'Car',
'color': 'alpine white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2cce97dd-0b98-58c8-9f5c-c46adfa792fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NK11 HXL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK11%20HXL&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'BMW',
'model': '116I',
'odometer': 92662,
'odometer_reading_unit': '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 116I 2.0 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WBAUK32030VN63909',
'year': 2011}
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK11%2520HXL%27 HTTP/1.1" 200 None
2026-03-30 06:14:47 [bca.uk] INFO: Saving data for NK11%20HXL: {'auction_closing_time': 1774951200.0, 'created_time': 1773840842.843388, 'last_price_update_time': 1774851287.457244}
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK11%2520HXL') HTTP/1.1" 204 0
2026-03-30 06:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76b0b272-67ba-524c-b34b-bc2b433a7122 with identifier: RO22%20NRL
2026-03-30 06:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76b0b272-67ba-524c-b34b-bc2b433a7122 with identifier: RO22%20NRL
2026-03-30 06:14:47 [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-30 06:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO22%2520NRL%27 HTTP/1.1" 200 None
2026-03-30 06:14:47 [bca.uk] INFO: Saving data for RO22%20NRL: {'auction_closing_time': 1774951200.0, 'created_time': 1774651280.330478, 'last_price_update_time': 1774851287.765602}
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:47 [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-30 06:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e95eb5c8-16b3-5505-ad81-a600d832b235 with identifier: LC08%20BYV
2026-03-30 06:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e95eb5c8-16b3-5505-ad81-a600d832b235 with identifier: LC08%20BYV
2026-03-30 06:14:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e95eb5c8-16b3-5505-ad81-a600d832b235 with identifier: LC08%20BYV to the API
2026-03-30 06:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC08%20BYV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e95eb5c8-16b3-5505-ad81-a600d832b235',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC08 BYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC08%20BYV&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MINI',
'model': 'COOPER',
'odometer': 66482,
'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 Convertible',
'transmission': 'manual',
'trim': '',
'vin': 'WMWRF320X0TN06001',
'year': 2008}
2026-03-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC08%2520BYV%27 HTTP/1.1" 200 None
2026-03-30 06:14:48 [bca.uk] INFO: Saving data for LC08%20BYV: {'auction_closing_time': 1774951200.0, 'created_time': 1773822831.125, 'last_price_update_time': 1774851288.12908}
2026-03-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC08%2520BYV') HTTP/1.1" 204 0
2026-03-30 06:14:48 [bca.uk] INFO: Found listing with ID: VO70%20KWG
2026-03-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO70%2520KWG%27 HTTP/1.1" 200 None
2026-03-30 06:14:48 [bca.uk] INFO: Scrape type for VO70%20KWG: 2
2026-03-30 06:14:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a92ca49-2e20-5046-97dc-54c73a93033f with identifier: VO70%20KWG
2026-03-30 06:14:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a92ca49-2e20-5046-97dc-54c73a93033f with scrape type 2
2026-03-30 06:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a92ca49-2e20-5046-97dc-54c73a93033f with scrape type 2
2026-03-30 06:14:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a92ca49-2e20-5046-97dc-54c73a93033f, identifier: VO70%20KWG
2026-03-30 06:14:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with identifier: KF24%20OBP
2026-03-30 06:14:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1c6428a-c5ee-5a2f-b2d8-4f584d0e1bde with identifier: KF24%20OBP
2026-03-30 06:14:48 [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-30 06:14:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:48 [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': 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-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF24%2520OBP%27 HTTP/1.1" 200 None
2026-03-30 06:14:48 [bca.uk] INFO: Saving data for KF24%20OBP: {'auction_closing_time': 1775199600.0, 'created_time': 1774365396.427782, 'last_price_update_time': 1774851288.552702}
2026-03-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:48 [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-30 06:14:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7ae9989-c133-585a-94a2-9f15326db526 with identifier: MA22%20UZX
2026-03-30 06:14:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7ae9989-c133-585a-94a2-9f15326db526 with identifier: MA22%20UZX
2026-03-30 06:14:48 [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-30 06:14:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA22%2520UZX%27 HTTP/1.1" 200 None
2026-03-30 06:14:48 [bca.uk] INFO: Saving data for MA22%20UZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774678134.157059, 'last_price_update_time': 1774851288.861623}
2026-03-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:48 [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-30 06:14:48 [bca.uk] INFO: Found listing with ID: NA53%20FUP
2026-03-30 06:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA53%2520FUP%27 HTTP/1.1" 200 None
2026-03-30 06:14:48 [bca.uk] INFO: Scrape type for NA53%20FUP: 2
2026-03-30 06:14:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aafeb34d-e5d8-5852-a03d-e85b89cf14a6 with identifier: NA53%20FUP
2026-03-30 06:14:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aafeb34d-e5d8-5852-a03d-e85b89cf14a6 with scrape type 2
2026-03-30 06:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aafeb34d-e5d8-5852-a03d-e85b89cf14a6 with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aafeb34d-e5d8-5852-a03d-e85b89cf14a6, identifier: NA53%20FUP
2026-03-30 06:14:49 [bca.uk] INFO: Found listing with ID: FG65%20XLO
2026-03-30 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG65%2520XLO%27 HTTP/1.1" 200 None
2026-03-30 06:14:49 [bca.uk] INFO: Scrape type for FG65%20XLO: 2
2026-03-30 06:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc796282-b4ff-569c-b757-4db36fff93a3 with identifier: FG65%20XLO
2026-03-30 06:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc796282-b4ff-569c-b757-4db36fff93a3 with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc796282-b4ff-569c-b757-4db36fff93a3 with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc796282-b4ff-569c-b757-4db36fff93a3, identifier: FG65%20XLO
2026-03-30 06:14:49 [bca.uk] INFO: Found listing with ID: LC69%20YNW
2026-03-30 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC69%2520YNW%27 HTTP/1.1" 200 None
2026-03-30 06:14:49 [bca.uk] INFO: Scrape type for LC69%20YNW: 2
2026-03-30 06:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74c6881b-d257-506b-ac56-c5d31cba2b60 with identifier: LC69%20YNW
2026-03-30 06:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74c6881b-d257-506b-ac56-c5d31cba2b60 with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74c6881b-d257-506b-ac56-c5d31cba2b60 with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74c6881b-d257-506b-ac56-c5d31cba2b60, identifier: LC69%20YNW
2026-03-30 06:14:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a92ca49-2e20-5046-97dc-54c73a93033f with identifier: VO70%20KWG
2026-03-30 06:14:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a92ca49-2e20-5046-97dc-54c73a93033f with identifier: VO70%20KWG
2026-03-30 06:14:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a92ca49-2e20-5046-97dc-54c73a93033f with identifier: VO70%20KWG to the API
2026-03-30 06:14:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 203,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO70%20KWG-GB',
'category': 'LightCommercialVehicle',
'color': 'orange',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '3a92ca49-2e20-5046-97dc-54c73a93033f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO70 KWG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO70%20KWG&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'RANGER',
'odometer': 81722,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10500,
'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': '6FPPXXMJ2PLS51323',
'year': 2021}
2026-03-30 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO70%2520KWG%27 HTTP/1.1" 200 None
2026-03-30 06:14:49 [bca.uk] INFO: Saving data for VO70%20KWG: {'auction_closing_time': 1775199600.0, 'created_time': 1773822337.683345, 'last_price_update_time': 1774851289.582045}
2026-03-30 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO70%2520KWG') HTTP/1.1" 204 0
2026-03-30 06:14:49 [bca.uk] INFO: Found listing with ID: LS22%20FOV
2026-03-30 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS22%2520FOV%27 HTTP/1.1" 200 None
2026-03-30 06:14:49 [bca.uk] INFO: Scrape type for LS22%20FOV: 2
2026-03-30 06:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e730dbd-b146-58bb-a427-181f28ce6b6f with identifier: LS22%20FOV
2026-03-30 06:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e730dbd-b146-58bb-a427-181f28ce6b6f with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e730dbd-b146-58bb-a427-181f28ce6b6f with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e730dbd-b146-58bb-a427-181f28ce6b6f, identifier: LS22%20FOV
2026-03-30 06:14:49 [bca.uk] INFO: Found listing with ID: OV69%20ZYX
2026-03-30 06:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV69%2520ZYX%27 HTTP/1.1" 200 None
2026-03-30 06:14:49 [bca.uk] INFO: Scrape type for OV69%20ZYX: 2
2026-03-30 06:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dae66fd-2dd2-5fe6-894b-132f610555d0 with identifier: OV69%20ZYX
2026-03-30 06:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dae66fd-2dd2-5fe6-894b-132f610555d0 with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dae66fd-2dd2-5fe6-894b-132f610555d0 with scrape type 2
2026-03-30 06:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dae66fd-2dd2-5fe6-894b-132f610555d0, identifier: OV69%20ZYX
2026-03-30 06:14:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aafeb34d-e5d8-5852-a03d-e85b89cf14a6 with identifier: NA53%20FUP
2026-03-30 06:14:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aafeb34d-e5d8-5852-a03d-e85b89cf14a6 with identifier: NA53%20FUP
2026-03-30 06:14:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aafeb34d-e5d8-5852-a03d-e85b89cf14a6 with identifier: NA53%20FUP to the API
2026-03-30 06:14:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA53%20FUP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'aafeb34d-e5d8-5852-a03d-e85b89cf14a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA53 FUP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA53%20FUP&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 69655,
'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.4 SX Hatchback',
'transmission': 'manual',
'trim': 'SX',
'vin': 'SJNFCAK12U1126970',
'year': 2003}
2026-03-30 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA53%2520FUP%27 HTTP/1.1" 200 None
2026-03-30 06:14:50 [bca.uk] INFO: Saving data for NA53%20FUP: {'auction_closing_time': 1774951200.0, 'created_time': 1774352058.223092, 'last_price_update_time': 1774851290.228223}
2026-03-30 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA53%2520FUP') HTTP/1.1" 204 0
2026-03-30 06:14:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc796282-b4ff-569c-b757-4db36fff93a3 with identifier: FG65%20XLO
2026-03-30 06:14:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc796282-b4ff-569c-b757-4db36fff93a3 with identifier: FG65%20XLO
2026-03-30 06:14:50 [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-30 06:14:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG65%2520XLO%27 HTTP/1.1" 200 None
2026-03-30 06:14:50 [bca.uk] INFO: Saving data for FG65%20XLO: {'auction_closing_time': 1774951200.0, 'created_time': 1774476864.632639, 'last_price_update_time': 1774851290.514763}
2026-03-30 06:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:50 [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-30 06:14:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74c6881b-d257-506b-ac56-c5d31cba2b60 with identifier: LC69%20YNW
2026-03-30 06:14:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74c6881b-d257-506b-ac56-c5d31cba2b60 with identifier: LC69%20YNW
2026-03-30 06:14:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74c6881b-d257-506b-ac56-c5d31cba2b60 with identifier: LC69%20YNW to the API
2026-03-30 06:14:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:51 [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=LC69%20YNW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '74c6881b-d257-506b-ac56-c5d31cba2b60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC69 YNW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC69%20YNW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 21680,
'odometer_reading_unit': '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.0 T GDI EXCITE DCT Hatchback',
'transmission': 'automatic',
'trim': 'T GDI EXCITE DCT',
'vin': 'SDPW7BBECKZ086104',
'year': 2019}
2026-03-30 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC69%2520YNW%27 HTTP/1.1" 200 None
2026-03-30 06:14:51 [bca.uk] INFO: Saving data for LC69%20YNW: {'auction_closing_time': 1774951200.0, 'created_time': 1774649601.519596, 'last_price_update_time': 1774851291.314356}
2026-03-30 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC69%2520YNW') HTTP/1.1" 204 0
2026-03-30 06:14:51 [bca.uk] INFO: Found listing with ID: WG71%20LHX
2026-03-30 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG71%2520LHX%27 HTTP/1.1" 200 None
2026-03-30 06:14:51 [bca.uk] INFO: Scrape type for WG71%20LHX: 2
2026-03-30 06:14:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fba6310c-f1cb-5e52-ba2b-51dc549da683 with identifier: WG71%20LHX
2026-03-30 06:14:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fba6310c-f1cb-5e52-ba2b-51dc549da683 with scrape type 2
2026-03-30 06:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fba6310c-f1cb-5e52-ba2b-51dc549da683 with scrape type 2
2026-03-30 06:14:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fba6310c-f1cb-5e52-ba2b-51dc549da683, identifier: WG71%20LHX
2026-03-30 06:14:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e730dbd-b146-58bb-a427-181f28ce6b6f with identifier: LS22%20FOV
2026-03-30 06:14:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e730dbd-b146-58bb-a427-181f28ce6b6f with identifier: LS22%20FOV
2026-03-30 06:14:51 [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-30 06:14:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS22%2520FOV%27 HTTP/1.1" 200 None
2026-03-30 06:14:51 [bca.uk] INFO: Saving data for LS22%20FOV: {'auction_closing_time': 1775199600.0, 'created_time': 1774364404.937882, 'last_price_update_time': 1774851291.718776}
2026-03-30 06:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:51 [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-30 06:14:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dae66fd-2dd2-5fe6-894b-132f610555d0 with identifier: OV69%20ZYX
2026-03-30 06:14:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dae66fd-2dd2-5fe6-894b-132f610555d0 with identifier: OV69%20ZYX
2026-03-30 06:14:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dae66fd-2dd2-5fe6-894b-132f610555d0 with identifier: OV69%20ZYX to the API
2026-03-30 06:14:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:52 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV69%20ZYX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '8dae66fd-2dd2-5fe6-894b-132f610555d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV69 ZYX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV69%20ZYX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 53144,
'odometer_reading_unit': '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 S Hatchback',
'transmission': 'automatic',
'trim': 'EV400 S',
'vin': 'SADHA2A10L1F87857',
'year': 2019}
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV69%2520ZYX%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Saving data for OV69%20ZYX: {'auction_closing_time': 1775037600.0, 'created_time': 1774622328.355202, 'last_price_update_time': 1774851292.059356}
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520ZYX') HTTP/1.1" 204 0
2026-03-30 06:14:52 [bca.uk] INFO: Found listing with ID: WF18%20OXJ
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF18%2520OXJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Scrape type for WF18%20OXJ: 2
2026-03-30 06:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1307d55c-d75c-5783-9be5-99f958519d23 with identifier: WF18%20OXJ
2026-03-30 06:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1307d55c-d75c-5783-9be5-99f958519d23 with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1307d55c-d75c-5783-9be5-99f958519d23 with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1307d55c-d75c-5783-9be5-99f958519d23, identifier: WF18%20OXJ
2026-03-30 06:14:52 [bca.uk] INFO: Found listing with ID: FG68%20DDA
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG68%2520DDA%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Scrape type for FG68%20DDA: 2
2026-03-30 06:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35152cf9-b606-51e0-93a5-c23aca6f13db with identifier: FG68%20DDA
2026-03-30 06:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35152cf9-b606-51e0-93a5-c23aca6f13db with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35152cf9-b606-51e0-93a5-c23aca6f13db with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35152cf9-b606-51e0-93a5-c23aca6f13db, identifier: FG68%20DDA
2026-03-30 06:14:52 [bca.uk] INFO: Found listing with ID: LD62%20FVN
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD62%2520FVN%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Scrape type for LD62%20FVN: 0
2026-03-30 06:14:52 [bca.uk] INFO: Found listing with ID: MC65%20YPK
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MC65%2520YPK%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Scrape type for MC65%20YPK: 0
2026-03-30 06:14:52 [bca.uk] INFO: Found listing with ID: MV59%20ZYR
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV59%2520ZYR%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Scrape type for MV59%20ZYR: 0
2026-03-30 06:14:52 [bca.uk] INFO: Found listing with ID: RJ61%20VZV
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ61%2520VZV%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Scrape type for RJ61%20VZV: 2
2026-03-30 06:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d8a7d72-a17a-5f65-a69e-0f066587e638 with identifier: RJ61%20VZV
2026-03-30 06:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d8a7d72-a17a-5f65-a69e-0f066587e638 with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d8a7d72-a17a-5f65-a69e-0f066587e638 with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d8a7d72-a17a-5f65-a69e-0f066587e638, identifier: RJ61%20VZV
2026-03-30 06:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fba6310c-f1cb-5e52-ba2b-51dc549da683 with identifier: WG71%20LHX
2026-03-30 06:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fba6310c-f1cb-5e52-ba2b-51dc549da683 with identifier: WG71%20LHX
2026-03-30 06:14:52 [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-30 06:14:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG71%2520LHX%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Saving data for WG71%20LHX: {'auction_closing_time': 1775199600.0, 'created_time': 1774477195.890776, 'last_price_update_time': 1774851292.750389}
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:52 [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-30 06:14:52 [bca.uk] INFO: Found listing with ID: LX22%20NPA
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX22%2520NPA%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Scrape type for LX22%20NPA: 2
2026-03-30 06:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 084191fd-b76e-521f-ac41-8bf864de616d with identifier: LX22%20NPA
2026-03-30 06:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 084191fd-b76e-521f-ac41-8bf864de616d with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 084191fd-b76e-521f-ac41-8bf864de616d with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 084191fd-b76e-521f-ac41-8bf864de616d, identifier: LX22%20NPA
2026-03-30 06:14:52 [bca.uk] INFO: Found listing with ID: YF72%20SCZ
2026-03-30 06:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF72%2520SCZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:52 [bca.uk] INFO: Scrape type for YF72%20SCZ: 2
2026-03-30 06:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7bf2367-91bc-5b68-9998-52e159fb5643 with identifier: YF72%20SCZ
2026-03-30 06:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7bf2367-91bc-5b68-9998-52e159fb5643 with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7bf2367-91bc-5b68-9998-52e159fb5643 with scrape type 2
2026-03-30 06:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7bf2367-91bc-5b68-9998-52e159fb5643, identifier: YF72%20SCZ
2026-03-30 06:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1307d55c-d75c-5783-9be5-99f958519d23 with identifier: WF18%20OXJ
2026-03-30 06:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1307d55c-d75c-5783-9be5-99f958519d23 with identifier: WF18%20OXJ
2026-03-30 06:14:53 [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-30 06:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF18%2520OXJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:53 [bca.uk] INFO: Saving data for WF18%20OXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774476277.357612, 'last_price_update_time': 1774851293.273122}
2026-03-30 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:53 [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-30 06:14:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35152cf9-b606-51e0-93a5-c23aca6f13db with identifier: FG68%20DDA
2026-03-30 06:14:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35152cf9-b606-51e0-93a5-c23aca6f13db with identifier: FG68%20DDA
2026-03-30 06:14:53 [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-30 06:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG68%2520DDA%27 HTTP/1.1" 200 None
2026-03-30 06:14:53 [bca.uk] INFO: Saving data for FG68%20DDA: {'auction_closing_time': 1774951200.0, 'created_time': 1774477964.744906, 'last_price_update_time': 1774851293.66699}
2026-03-30 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:53 [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-30 06:14:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d8a7d72-a17a-5f65-a69e-0f066587e638 with identifier: RJ61%20VZV
2026-03-30 06:14:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d8a7d72-a17a-5f65-a69e-0f066587e638 with identifier: RJ61%20VZV
2026-03-30 06:14:53 [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-30 06:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 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-30 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ61%2520VZV%27 HTTP/1.1" 200 None
2026-03-30 06:14:53 [bca.uk] INFO: Saving data for RJ61%20VZV: {'auction_closing_time': 1774951200.0, 'created_time': 1774091333.685353, 'last_price_update_time': 1774851293.979558}
2026-03-30 06:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:53 [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-30 06:14:53 [bca.uk] INFO: Found listing with ID: YD73%20JXJ
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD73%2520JXJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:54 [bca.uk] INFO: Scrape type for YD73%20JXJ: 2
2026-03-30 06:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ca5e5f9-8795-5ac4-96c2-443667aeb548 with identifier: YD73%20JXJ
2026-03-30 06:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ca5e5f9-8795-5ac4-96c2-443667aeb548 with scrape type 2
2026-03-30 06:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ca5e5f9-8795-5ac4-96c2-443667aeb548 with scrape type 2
2026-03-30 06:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ca5e5f9-8795-5ac4-96c2-443667aeb548, identifier: YD73%20JXJ
2026-03-30 06:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 084191fd-b76e-521f-ac41-8bf864de616d with identifier: LX22%20NPA
2026-03-30 06:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 084191fd-b76e-521f-ac41-8bf864de616d with identifier: LX22%20NPA
2026-03-30 06:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 084191fd-b76e-521f-ac41-8bf864de616d with identifier: LX22%20NPA to the API
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:54 [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': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX22%20NPA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '084191fd-b76e-521f-ac41-8bf864de616d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX22 NPA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX22%20NPA&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 41765,
'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': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE DCT Hatchback',
'transmission': 'automatic',
'trim': 'T GDI EXCLUSIVE DCT',
'vin': 'LSJW74C92MZ207786',
'year': 2022}
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX22%2520NPA%27 HTTP/1.1" 200 None
2026-03-30 06:14:54 [bca.uk] INFO: Saving data for LX22%20NPA: {'auction_closing_time': 1775199600.0, 'created_time': 1774265207.569351, 'last_price_update_time': 1774851294.387861}
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX22%2520NPA') HTTP/1.1" 204 0
2026-03-30 06:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7bf2367-91bc-5b68-9998-52e159fb5643 with identifier: YF72%20SCZ
2026-03-30 06:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7bf2367-91bc-5b68-9998-52e159fb5643 with identifier: YF72%20SCZ
2026-03-30 06:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7bf2367-91bc-5b68-9998-52e159fb5643 with identifier: YF72%20SCZ to the API
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:54 [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': 52,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF72%20SCZ-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': 'c7bf2367-91bc-5b68-9998-52e159fb5643',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF72 SCZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF72%20SCZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 34362,
'odometer_reading_unit': '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 P400E AWD R-DYNAMIC BLACK StationWagon',
'transmission': 'automatic',
'trim': 'P400E AWD R-DYNAMIC BLACK',
'vin': 'SADCA2AY4PA716046',
'year': 2023}
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF72%2520SCZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:54 [bca.uk] INFO: Saving data for YF72%20SCZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622309.558403, 'last_price_update_time': 1774851294.687802}
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520SCZ') HTTP/1.1" 204 0
2026-03-30 06:14:54 [bca.uk] INFO: Found listing with ID: WJ22%20JVP
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ22%2520JVP%27 HTTP/1.1" 200 None
2026-03-30 06:14:54 [bca.uk] INFO: Scrape type for WJ22%20JVP: 2
2026-03-30 06:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2fef8c1-fefa-5416-9617-0de4a3005a42 with identifier: WJ22%20JVP
2026-03-30 06:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2fef8c1-fefa-5416-9617-0de4a3005a42 with scrape type 2
2026-03-30 06:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2fef8c1-fefa-5416-9617-0de4a3005a42 with scrape type 2
2026-03-30 06:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2fef8c1-fefa-5416-9617-0de4a3005a42, identifier: WJ22%20JVP
2026-03-30 06:14:54 [bca.uk] INFO: Found listing with ID: FJ14%20YWV
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ14%2520YWV%27 HTTP/1.1" 200 None
2026-03-30 06:14:54 [bca.uk] INFO: Scrape type for FJ14%20YWV: 2
2026-03-30 06:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 600a65e1-0bfa-544c-9b33-2ac69fb9ac12 with identifier: FJ14%20YWV
2026-03-30 06:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 600a65e1-0bfa-544c-9b33-2ac69fb9ac12 with scrape type 2
2026-03-30 06:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 600a65e1-0bfa-544c-9b33-2ac69fb9ac12 with scrape type 2
2026-03-30 06:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 600a65e1-0bfa-544c-9b33-2ac69fb9ac12, identifier: FJ14%20YWV
2026-03-30 06:14:54 [bca.uk] INFO: Found listing with ID: RO09%20DFE
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO09%2520DFE%27 HTTP/1.1" 200 None
2026-03-30 06:14:54 [bca.uk] INFO: Scrape type for RO09%20DFE: 0
2026-03-30 06:14:54 [bca.uk] INFO: Found listing with ID: DV67%20ZNZ
2026-03-30 06:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV67%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:54 [bca.uk] INFO: Scrape type for DV67%20ZNZ: 2
2026-03-30 06:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with identifier: DV67%20ZNZ
2026-03-30 06:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with scrape type 2
2026-03-30 06:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with scrape type 2
2026-03-30 06:14:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4, identifier: DV67%20ZNZ
2026-03-30 06:14:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ca5e5f9-8795-5ac4-96c2-443667aeb548 with identifier: YD73%20JXJ
2026-03-30 06:14:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ca5e5f9-8795-5ac4-96c2-443667aeb548 with identifier: YD73%20JXJ
2026-03-30 06:14:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ca5e5f9-8795-5ac4-96c2-443667aeb548 with identifier: YD73%20JXJ to the API
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 225,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD73%20JXJ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '9ca5e5f9-8795-5ac4-96c2-443667aeb548',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD73 JXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD73%20JXJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Wolverhampton',
'make': 'VOLKSWAGEN',
'model': 'CRAFTER 35 FWD',
'odometer': 68128,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16400,
'price_includes_vat': False,
'registration_date': '2023-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': 'WV1ZZZSY7P9068389',
'year': 2023}
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD73%2520JXJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:55 [bca.uk] INFO: Saving data for YD73%20JXJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773958682.172761, 'last_price_update_time': 1774851295.422708}
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD73%2520JXJ') HTTP/1.1" 204 0
2026-03-30 06:14:55 [bca.uk] INFO: Found listing with ID: WP72%20LTT
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP72%2520LTT%27 HTTP/1.1" 200 None
2026-03-30 06:14:55 [bca.uk] INFO: Scrape type for WP72%20LTT: 2
2026-03-30 06:14:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a19f2cd4-f4d1-5b24-9d30-afe450fb3cc0 with identifier: WP72%20LTT
2026-03-30 06:14:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a19f2cd4-f4d1-5b24-9d30-afe450fb3cc0 with scrape type 2
2026-03-30 06:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a19f2cd4-f4d1-5b24-9d30-afe450fb3cc0 with scrape type 2
2026-03-30 06:14:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a19f2cd4-f4d1-5b24-9d30-afe450fb3cc0, identifier: WP72%20LTT
2026-03-30 06:14:55 [bca.uk] INFO: Found listing with ID: LM22%20ZTO
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM22%2520ZTO%27 HTTP/1.1" 200 None
2026-03-30 06:14:55 [bca.uk] INFO: Scrape type for LM22%20ZTO: 2
2026-03-30 06:14:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6d142ff-86ac-52c8-a07d-cc9b023814a7 with identifier: LM22%20ZTO
2026-03-30 06:14:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6d142ff-86ac-52c8-a07d-cc9b023814a7 with scrape type 2
2026-03-30 06:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6d142ff-86ac-52c8-a07d-cc9b023814a7 with scrape type 2
2026-03-30 06:14:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6d142ff-86ac-52c8-a07d-cc9b023814a7, identifier: LM22%20ZTO
2026-03-30 06:14:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2fef8c1-fefa-5416-9617-0de4a3005a42 with identifier: WJ22%20JVP
2026-03-30 06:14:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2fef8c1-fefa-5416-9617-0de4a3005a42 with identifier: WJ22%20JVP
2026-03-30 06:14:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2fef8c1-fefa-5416-9617-0de4a3005a42 with identifier: WJ22%20JVP to the API
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:55 [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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ22%20JVP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f2fef8c1-fefa-5416-9617-0de4a3005a42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ22 JVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ22%20JVP&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'SEAT',
'model': 'ARONA',
'odometer': 78889,
'odometer_reading_unit': '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 ARONA 1.0 TSI 110 XPERIENCE LUX Hatchback',
'transmission': 'manual',
'trim': 'TSI 110 XPERIENCE LUX',
'vin': 'VSSZZZKJZNR079887',
'year': 2022}
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ22%2520JVP%27 HTTP/1.1" 200 None
2026-03-30 06:14:55 [bca.uk] INFO: Saving data for WJ22%20JVP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649636.740521, 'last_price_update_time': 1774851295.931224}
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ22%2520JVP') HTTP/1.1" 204 0
2026-03-30 06:14:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 600a65e1-0bfa-544c-9b33-2ac69fb9ac12 with identifier: FJ14%20YWV
2026-03-30 06:14:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 600a65e1-0bfa-544c-9b33-2ac69fb9ac12 with identifier: FJ14%20YWV
2026-03-30 06:14:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 600a65e1-0bfa-544c-9b33-2ac69fb9ac12 with identifier: FJ14%20YWV to the API
2026-03-30 06:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ14%20YWV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '600a65e1-0bfa-544c-9b33-2ac69fb9ac12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ14 YWV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ14%20YWV&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'PEUGEOT',
'model': '308',
'odometer': 73720,
'odometer_reading_unit': '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': 'VF3L35FAGES053466',
'year': 2014}
2026-03-30 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ14%2520YWV%27 HTTP/1.1" 200 None
2026-03-30 06:14:56 [bca.uk] INFO: Saving data for FJ14%20YWV: {'auction_closing_time': 1774951200.0, 'created_time': 1774535733.677676, 'last_price_update_time': 1774851296.281486}
2026-03-30 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ14%2520YWV') HTTP/1.1" 204 0
2026-03-30 06:14:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29d6cb3f-e7d9-5dca-a6ef-4b8538f8f3d4 with identifier: DV67%20ZNZ
2026-03-30 06:14: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-30 06:14: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-30 06:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:56 [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=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-30 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV67%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:56 [bca.uk] INFO: Saving data for DV67%20ZNZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774188705.57929, 'last_price_update_time': 1774851296.637987}
2026-03-30 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14: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-30 06:14:56 [bca.uk] INFO: Found listing with ID: CP23%20PXJ
2026-03-30 06:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP23%2520PXJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:56 [bca.uk] INFO: Scrape type for CP23%20PXJ: 2
2026-03-30 06:14:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 806c8dcc-78e2-533b-82dd-5717c095c2da with identifier: CP23%20PXJ
2026-03-30 06:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 806c8dcc-78e2-533b-82dd-5717c095c2da with scrape type 2
2026-03-30 06:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 806c8dcc-78e2-533b-82dd-5717c095c2da with scrape type 2
2026-03-30 06:14:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 806c8dcc-78e2-533b-82dd-5717c095c2da, identifier: CP23%20PXJ
2026-03-30 06:14:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a19f2cd4-f4d1-5b24-9d30-afe450fb3cc0 with identifier: WP72%20LTT
2026-03-30 06:14:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a19f2cd4-f4d1-5b24-9d30-afe450fb3cc0 with identifier: WP72%20LTT
2026-03-30 06:14:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a19f2cd4-f4d1-5b24-9d30-afe450fb3cc0 with identifier: WP72%20LTT to the API
2026-03-30 06:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20LTT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Electric',
'id': 'a19f2cd4-f4d1-5b24-9d30-afe450fb3cc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP72 LTT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20LTT&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC',
'odometer': 17558,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13950,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH ULTIMATE Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH ULTIMATE',
'vin': 'KMHK581GUPU162775',
'year': 2022}
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP72%2520LTT%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Saving data for WP72%20LTT: {'auction_closing_time': 1775199600.0, 'created_time': 1773844797.158677, 'last_price_update_time': 1774851297.045929}
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520LTT') HTTP/1.1" 204 0
2026-03-30 06:14:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6d142ff-86ac-52c8-a07d-cc9b023814a7 with identifier: LM22%20ZTO
2026-03-30 06:14:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6d142ff-86ac-52c8-a07d-cc9b023814a7 with identifier: LM22%20ZTO
2026-03-30 06:14:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6d142ff-86ac-52c8-a07d-cc9b023814a7 with identifier: LM22%20ZTO to the API
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:57 [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': 180,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM22%20ZTO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f6d142ff-86ac-52c8-a07d-cc9b023814a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LM22 ZTO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM22%20ZTO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 32518,
'odometer_reading_unit': '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 D165 R-DYNAMIC SE (5ST) StationWagon',
'transmission': 'automatic',
'trim': 'D165 R-DYNAMIC SE (5ST)',
'vin': 'SALCA2AN5PH918086',
'year': 2022}
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM22%2520ZTO%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Saving data for LM22%20ZTO: {'auction_closing_time': 1775037600.0, 'created_time': 1774622296.609623, 'last_price_update_time': 1774851297.335332}
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM22%2520ZTO') HTTP/1.1" 204 0
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: WK12%20UZF
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK12%2520UZF%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for WK12%20UZF: 2
2026-03-30 06:14:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 968de1e1-8a60-55eb-aeae-40ec6b8850a0 with identifier: WK12%20UZF
2026-03-30 06:14:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 968de1e1-8a60-55eb-aeae-40ec6b8850a0 with scrape type 2
2026-03-30 06:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 968de1e1-8a60-55eb-aeae-40ec6b8850a0 with scrape type 2
2026-03-30 06:14:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 968de1e1-8a60-55eb-aeae-40ec6b8850a0, identifier: WK12%20UZF
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: KN19%20TJW
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN19%2520TJW%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for KN19%20TJW: 0
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: SP12%20XJU
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP12%2520XJU%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for SP12%20XJU: 0
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: SW15%20NYA
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW15%2520NYA%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for SW15%20NYA: 2
2026-03-30 06:14:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0452806-d902-552c-a745-fd6f01212990 with identifier: SW15%20NYA
2026-03-30 06:14:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0452806-d902-552c-a745-fd6f01212990 with scrape type 2
2026-03-30 06:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0452806-d902-552c-a745-fd6f01212990 with scrape type 2
2026-03-30 06:14:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0452806-d902-552c-a745-fd6f01212990, identifier: SW15%20NYA
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: EA09%20NJX
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA09%2520NJX%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for EA09%20NJX: 0
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: EY13%20EWC
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY13%2520EWC%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for EY13%20EWC: 0
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: GF13%20ZSN
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF13%2520ZSN%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for GF13%20ZSN: 0
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: GK62%20SWZ
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK62%2520SWZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for GK62%20SWZ: 0
2026-03-30 06:14:57 [bca.uk] INFO: Found listing with ID: GV68%20SRZ
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:57 [bca.uk] INFO: Scrape type for GV68%20SRZ: 2
2026-03-30 06:14:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0b91ac9-3b3b-5a2b-a35c-3280094349e5 with identifier: GV68%20SRZ
2026-03-30 06:14:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b91ac9-3b3b-5a2b-a35c-3280094349e5 with scrape type 2
2026-03-30 06:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0b91ac9-3b3b-5a2b-a35c-3280094349e5 with scrape type 2
2026-03-30 06:14:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0b91ac9-3b3b-5a2b-a35c-3280094349e5, identifier: GV68%20SRZ
2026-03-30 06:14:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 806c8dcc-78e2-533b-82dd-5717c095c2da with identifier: CP23%20PXJ
2026-03-30 06:14:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 806c8dcc-78e2-533b-82dd-5717c095c2da with identifier: CP23%20PXJ
2026-03-30 06:14:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 806c8dcc-78e2-533b-82dd-5717c095c2da with identifier: CP23%20PXJ to the API
2026-03-30 06:14:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP23%20PXJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '806c8dcc-78e2-533b-82dd-5717c095c2da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CP23 PXJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP23%20PXJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 10611,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21800,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 2.0 E-HEV SPORT Hatchback',
'transmission': 'automatic',
'trim': 'E-HEV SPORT',
'vin': 'JHMFL4860PX209834',
'year': 2023}
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP23%2520PXJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:58 [bca.uk] INFO: Saving data for CP23%20PXJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773933678.598455, 'last_price_update_time': 1774851298.168151}
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP23%2520PXJ') HTTP/1.1" 204 0
2026-03-30 06:14:58 [bca.uk] INFO: Found listing with ID: BG74%20HTT
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG74%2520HTT%27 HTTP/1.1" 200 None
2026-03-30 06:14:58 [bca.uk] INFO: Scrape type for BG74%20HTT: 0
2026-03-30 06:14:58 [bca.uk] INFO: Found listing with ID: AF22%20VPJ
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF22%2520VPJ%27 HTTP/1.1" 200 None
2026-03-30 06:14:58 [bca.uk] INFO: Scrape type for AF22%20VPJ: 0
2026-03-30 06:14:58 [bca.uk] INFO: Found listing with ID: LD21%20WJN
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD21%2520WJN%27 HTTP/1.1" 200 None
2026-03-30 06:14:58 [bca.uk] INFO: Scrape type for LD21%20WJN: 2
2026-03-30 06:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba1e600b-bdfa-512c-a878-e32c0dff621f with identifier: LD21%20WJN
2026-03-30 06:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba1e600b-bdfa-512c-a878-e32c0dff621f with scrape type 2
2026-03-30 06:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba1e600b-bdfa-512c-a878-e32c0dff621f with scrape type 2
2026-03-30 06:14:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba1e600b-bdfa-512c-a878-e32c0dff621f, identifier: LD21%20WJN
2026-03-30 06:14:58 [bca.uk] INFO: Found listing with ID: KS21%20FGU
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS21%2520FGU%27 HTTP/1.1" 200 None
2026-03-30 06:14:58 [bca.uk] INFO: Scrape type for KS21%20FGU: 2
2026-03-30 06:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c3f655b-9717-52b9-8472-386f19862a7a with identifier: KS21%20FGU
2026-03-30 06:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c3f655b-9717-52b9-8472-386f19862a7a with scrape type 2
2026-03-30 06:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c3f655b-9717-52b9-8472-386f19862a7a with scrape type 2
2026-03-30 06:14:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c3f655b-9717-52b9-8472-386f19862a7a, identifier: KS21%20FGU
2026-03-30 06:14:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 968de1e1-8a60-55eb-aeae-40ec6b8850a0 with identifier: WK12%20UZF
2026-03-30 06:14:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 968de1e1-8a60-55eb-aeae-40ec6b8850a0 with identifier: WK12%20UZF
2026-03-30 06:14:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 968de1e1-8a60-55eb-aeae-40ec6b8850a0 with identifier: WK12%20UZF to the API
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': 136,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '968de1e1-8a60-55eb-aeae-40ec6b8850a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK12 UZF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK12%20UZF&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 86226,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.6 TI-VCT 125 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TI-VCT 125 TITANIUM',
'vin': 'WF0KXXGCBKCB62572',
'year': 2012}
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK12%2520UZF%27 HTTP/1.1" 200 None
2026-03-30 06:14:58 [bca.uk] INFO: Saving data for WK12%20UZF: {'auction_closing_time': 1774951200.0, 'created_time': 1774649630.485271, 'last_price_update_time': 1774851298.821391}
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK12%2520UZF') HTTP/1.1" 204 0
2026-03-30 06:14:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0452806-d902-552c-a745-fd6f01212990 with identifier: SW15%20NYA
2026-03-30 06:14:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0452806-d902-552c-a745-fd6f01212990 with identifier: SW15%20NYA
2026-03-30 06:14:58 [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-30 06:14:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:59 [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': 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-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW15%2520NYA%27 HTTP/1.1" 200 None
2026-03-30 06:14:59 [bca.uk] INFO: Saving data for SW15%20NYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774389877.684968, 'last_price_update_time': 1774851299.151733}
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:59 [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-30 06:14:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0b91ac9-3b3b-5a2b-a35c-3280094349e5 with identifier: GV68%20SRZ
2026-03-30 06:14:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0b91ac9-3b3b-5a2b-a35c-3280094349e5 with identifier: GV68%20SRZ
2026-03-30 06:14:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0b91ac9-3b3b-5a2b-a35c-3280094349e5 with identifier: GV68%20SRZ to the API
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14:59 [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': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV68%20SRZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c0b91ac9-3b3b-5a2b-a35c-3280094349e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV68 SRZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV68%20SRZ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'XF',
'odometer': 63511,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'JAGUAR XF 2.0 T(I4) 250 R SPORT Saloon',
'transmission': 'automatic',
'trim': 'T(I4) 250 R SPORT',
'vin': 'SAJBB4AXXKCY77541',
'year': 2018}
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-30 06:14:59 [bca.uk] INFO: Saving data for GV68%20SRZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773822839.091468, 'last_price_update_time': 1774851299.454879}
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV68%2520SRZ') HTTP/1.1" 204 0
2026-03-30 06:14:59 [bca.uk] INFO: Found listing with ID: DP72%20HJG
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP72%2520HJG%27 HTTP/1.1" 200 None
2026-03-30 06:14:59 [bca.uk] INFO: Scrape type for DP72%20HJG: 2
2026-03-30 06:14:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 606c449c-375d-54c6-adde-b147cbed9dac with identifier: DP72%20HJG
2026-03-30 06:14:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 606c449c-375d-54c6-adde-b147cbed9dac with scrape type 2
2026-03-30 06:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 606c449c-375d-54c6-adde-b147cbed9dac with scrape type 2
2026-03-30 06:14:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 606c449c-375d-54c6-adde-b147cbed9dac, identifier: DP72%20HJG
2026-03-30 06:14:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba1e600b-bdfa-512c-a878-e32c0dff621f with identifier: LD21%20WJN
2026-03-30 06:14:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba1e600b-bdfa-512c-a878-e32c0dff621f with identifier: LD21%20WJN
2026-03-30 06:14:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba1e600b-bdfa-512c-a878-e32c0dff621f with identifier: LD21%20WJN to the API
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:14: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD21%20WJN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Electric',
'id': 'ba1e600b-bdfa-512c-a878-e32c0dff621f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD21 WJN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD21%20WJN&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'VOLKSWAGEN',
'model': 'ID.3',
'odometer': 15029,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11600,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
'transmission': 'automatic',
'trim': '150KW 58KWH FAMILY PRO PERF.',
'vin': 'WVWZZZE1ZMP054119',
'year': 2021}
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD21%2520WJN%27 HTTP/1.1" 200 None
2026-03-30 06:14:59 [bca.uk] INFO: Saving data for LD21%20WJN: {'auction_closing_time': 1775199600.0, 'created_time': 1774044866.366652, 'last_price_update_time': 1774851299.876658}
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD21%2520WJN') HTTP/1.1" 204 0
2026-03-30 06:14:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c3f655b-9717-52b9-8472-386f19862a7a with identifier: KS21%20FGU
2026-03-30 06:14:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c3f655b-9717-52b9-8472-386f19862a7a with identifier: KS21%20FGU
2026-03-30 06:14:59 [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-30 06:14:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:00 [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': 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-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS21%2520FGU%27 HTTP/1.1" 200 None
2026-03-30 06:15:00 [bca.uk] INFO: Saving data for KS21%20FGU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564704.839038, 'last_price_update_time': 1774851300.211581}
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:00 [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-30 06:15:00 [bca.uk] INFO: Found listing with ID: WK72%20LWL
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK72%2520LWL%27 HTTP/1.1" 200 None
2026-03-30 06:15:00 [bca.uk] INFO: Scrape type for WK72%20LWL: 2
2026-03-30 06:15:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with identifier: WK72%20LWL
2026-03-30 06:15:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with scrape type 2
2026-03-30 06:15:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with scrape type 2
2026-03-30 06:15:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68a2cfed-61f8-5fbf-bbd9-73f462844db4, identifier: WK72%20LWL
2026-03-30 06:15:00 [bca.uk] INFO: Found listing with ID: Y676%20PLE
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y676%2520PLE%27 HTTP/1.1" 200 None
2026-03-30 06:15:00 [bca.uk] INFO: Scrape type for Y676%20PLE: 0
2026-03-30 06:15:00 [bca.uk] INFO: Found listing with ID: DG13%20DVZ
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG13%2520DVZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:00 [bca.uk] INFO: Scrape type for DG13%20DVZ: 0
2026-03-30 06:15:00 [bca.uk] INFO: Found listing with ID: DL67%20NKJ
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL67%2520NKJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:00 [bca.uk] INFO: Scrape type for DL67%20NKJ: 2
2026-03-30 06:15:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4082f7bc-f68c-5e2b-b904-08f541d996b4 with identifier: DL67%20NKJ
2026-03-30 06:15:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4082f7bc-f68c-5e2b-b904-08f541d996b4 with scrape type 2
2026-03-30 06:15:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4082f7bc-f68c-5e2b-b904-08f541d996b4 with scrape type 2
2026-03-30 06:15:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4082f7bc-f68c-5e2b-b904-08f541d996b4, identifier: DL67%20NKJ
2026-03-30 06:15:00 [bca.uk] INFO: Found listing with ID: HG58%20ENY
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG58%2520ENY%27 HTTP/1.1" 200 None
2026-03-30 06:15:00 [bca.uk] INFO: Scrape type for HG58%20ENY: 0
2026-03-30 06:15:00 [bca.uk] INFO: Found listing with ID: KN65%20XDZ
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN65%2520XDZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:00 [bca.uk] INFO: Scrape type for KN65%20XDZ: 2
2026-03-30 06:15:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a20b31d-d024-5892-bc9e-6e637d43df35 with identifier: KN65%20XDZ
2026-03-30 06:15:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a20b31d-d024-5892-bc9e-6e637d43df35 with scrape type 2
2026-03-30 06:15:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a20b31d-d024-5892-bc9e-6e637d43df35 with scrape type 2
2026-03-30 06:15:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a20b31d-d024-5892-bc9e-6e637d43df35, identifier: KN65%20XDZ
2026-03-30 06:15:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 606c449c-375d-54c6-adde-b147cbed9dac with identifier: DP72%20HJG
2026-03-30 06:15:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 606c449c-375d-54c6-adde-b147cbed9dac with identifier: DP72%20HJG
2026-03-30 06:15:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 606c449c-375d-54c6-adde-b147cbed9dac with identifier: DP72%20HJG to the API
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 20,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP72%20HJG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '606c449c-375d-54c6-adde-b147cbed9dac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP72 HJG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP72%20HJG&vehicleType=*',
'listing': 'directbuy',
'location': 'Wolverhampton',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 74889,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 60000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 3.0 P510E AUTOBIOGRAPHY StationWagon',
'transmission': 'automatic',
'trim': 'P510E AUTOBIOGRAPHY',
'vin': 'SAL1A2A45PA119917',
'year': 2023}
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP72%2520HJG%27 HTTP/1.1" 200 None
2026-03-30 06:15:00 [bca.uk] INFO: Saving data for DP72%20HJG: {'auction_closing_time': 1775199600.0, 'created_time': 1774304569.100455, 'last_price_update_time': 1774851300.927148}
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP72%2520HJG') HTTP/1.1" 204 0
2026-03-30 06:15:01 [bca.uk] INFO: Found listing with ID: BL72%20XBS
2026-03-30 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL72%2520XBS%27 HTTP/1.1" 200 None
2026-03-30 06:15:01 [bca.uk] INFO: Scrape type for BL72%20XBS: 2
2026-03-30 06:15:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8813a268-184d-57fe-8d70-f34b96707b6e with identifier: BL72%20XBS
2026-03-30 06:15:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8813a268-184d-57fe-8d70-f34b96707b6e with scrape type 2
2026-03-30 06:15:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8813a268-184d-57fe-8d70-f34b96707b6e with scrape type 2
2026-03-30 06:15:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8813a268-184d-57fe-8d70-f34b96707b6e, identifier: BL72%20XBS
2026-03-30 06:15:01 [bca.uk] INFO: Found listing with ID: LF68%20HUV
2026-03-30 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF68%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:15:01 [bca.uk] INFO: Scrape type for LF68%20HUV: 2
2026-03-30 06:15:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3aaaa4c-437a-58c4-95d1-d99cae0b9aca with identifier: LF68%20HUV
2026-03-30 06:15:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3aaaa4c-437a-58c4-95d1-d99cae0b9aca with scrape type 2
2026-03-30 06:15:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3aaaa4c-437a-58c4-95d1-d99cae0b9aca with scrape type 2
2026-03-30 06:15:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3aaaa4c-437a-58c4-95d1-d99cae0b9aca, identifier: LF68%20HUV
2026-03-30 06:15:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with identifier: WK72%20LWL
2026-03-30 06:15:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68a2cfed-61f8-5fbf-bbd9-73f462844db4 with identifier: WK72%20LWL
2026-03-30 06:15:01 [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-30 06:15:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK72%2520LWL%27 HTTP/1.1" 200 None
2026-03-30 06:15:01 [bca.uk] INFO: Saving data for WK72%20LWL: {'auction_closing_time': 1774951200.0, 'created_time': 1774476300.965818, 'last_price_update_time': 1774851301.577766}
2026-03-30 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:01 [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-30 06:15:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4082f7bc-f68c-5e2b-b904-08f541d996b4 with identifier: DL67%20NKJ
2026-03-30 06:15:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4082f7bc-f68c-5e2b-b904-08f541d996b4 with identifier: DL67%20NKJ
2026-03-30 06:15:01 [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-30 06:15:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:01 [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': 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-30 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL67%2520NKJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:01 [bca.uk] INFO: Saving data for DL67%20NKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774476861.811691, 'last_price_update_time': 1774851301.8732}
2026-03-30 06:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:01 [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-30 06:15:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a20b31d-d024-5892-bc9e-6e637d43df35 with identifier: KN65%20XDZ
2026-03-30 06:15:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a20b31d-d024-5892-bc9e-6e637d43df35 with identifier: KN65%20XDZ
2026-03-30 06:15:02 [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-30 06:15:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN65%2520XDZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:02 [bca.uk] INFO: Saving data for KN65%20XDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564691.521529, 'last_price_update_time': 1774851302.206303}
2026-03-30 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:02 [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-30 06:15:02 [bca.uk] INFO: Found listing with ID: LV72%20OEZ
2026-03-30 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV72%2520OEZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:02 [bca.uk] INFO: Scrape type for LV72%20OEZ: 0
2026-03-30 06:15:02 [bca.uk] INFO: Found listing with ID: RJ22%20XKS
2026-03-30 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ22%2520XKS%27 HTTP/1.1" 200 None
2026-03-30 06:15:02 [bca.uk] INFO: Scrape type for RJ22%20XKS: 2
2026-03-30 06:15:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with identifier: RJ22%20XKS
2026-03-30 06:15:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with scrape type 2
2026-03-30 06:15:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with scrape type 2
2026-03-30 06:15:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8, identifier: RJ22%20XKS
2026-03-30 06:15:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8813a268-184d-57fe-8d70-f34b96707b6e with identifier: BL72%20XBS
2026-03-30 06:15:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8813a268-184d-57fe-8d70-f34b96707b6e with identifier: BL72%20XBS
2026-03-30 06:15:02 [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-30 06:15:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL72%2520XBS%27 HTTP/1.1" 200 None
2026-03-30 06:15:02 [bca.uk] INFO: Saving data for BL72%20XBS: {'auction_closing_time': 1774854000.0, 'created_time': 1774304872.82938, 'last_price_update_time': 1774851302.723114}
2026-03-30 06:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:02 [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-30 06:15:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3aaaa4c-437a-58c4-95d1-d99cae0b9aca with identifier: LF68%20HUV
2026-03-30 06:15:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3aaaa4c-437a-58c4-95d1-d99cae0b9aca with identifier: LF68%20HUV
2026-03-30 06:15:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3aaaa4c-437a-58c4-95d1-d99cae0b9aca with identifier: LF68%20HUV to the API
2026-03-30 06:15:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:03 [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': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF68%20HUV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a3aaaa4c-437a-58c4-95d1-d99cae0b9aca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LF68 HUV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF68%20HUV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 48184,
'odometer_reading_unit': '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 (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 306 HSE (7ST)',
'vin': 'SALWA2AK1KA817597',
'year': 2018}
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF68%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Saving data for LF68%20HUV: {'auction_closing_time': 1775037600.0, 'created_time': 1774622291.938395, 'last_price_update_time': 1774851303.054311}
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF68%2520HUV') HTTP/1.1" 204 0
2026-03-30 06:15:03 [bca.uk] INFO: Found listing with ID: Y886%20UBK
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27Y886%2520UBK%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Scrape type for Y886%20UBK: 0
2026-03-30 06:15:03 [bca.uk] INFO: Found listing with ID: HY19%20NVK
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY19%2520NVK%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Scrape type for HY19%20NVK: 2
2026-03-30 06:15:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with identifier: HY19%20NVK
2026-03-30 06:15:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with scrape type 2
2026-03-30 06:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with scrape type 2
2026-03-30 06:15:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce, identifier: HY19%20NVK
2026-03-30 06:15:03 [bca.uk] INFO: Found listing with ID: NL12%20MVO
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL12%2520MVO%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Scrape type for NL12%20MVO: 2
2026-03-30 06:15:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2dcc99-a496-5208-888d-db4005dc348a with identifier: NL12%20MVO
2026-03-30 06:15:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2dcc99-a496-5208-888d-db4005dc348a with scrape type 2
2026-03-30 06:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e2dcc99-a496-5208-888d-db4005dc348a with scrape type 2
2026-03-30 06:15:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e2dcc99-a496-5208-888d-db4005dc348a, identifier: NL12%20MVO
2026-03-30 06:15:03 [bca.uk] INFO: Found listing with ID: KO18%20FFN
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO18%2520FFN%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Scrape type for KO18%20FFN: 0
2026-03-30 06:15:03 [bca.uk] INFO: Found listing with ID: KP11%20KHM
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP11%2520KHM%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Scrape type for KP11%20KHM: 0
2026-03-30 06:15:03 [bca.uk] INFO: Found listing with ID: FY11%20XAM
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY11%2520XAM%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Scrape type for FY11%20XAM: 0
2026-03-30 06:15:03 [bca.uk] INFO: Found listing with ID: PN13%20LJJ
2026-03-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN13%2520LJJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Scrape type for PN13%20LJJ: 2
2026-03-30 06:15:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3baf78a3-a13f-50bf-826f-3439cc29daaa with identifier: PN13%20LJJ
2026-03-30 06:15:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3baf78a3-a13f-50bf-826f-3439cc29daaa with scrape type 2
2026-03-30 06:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3baf78a3-a13f-50bf-826f-3439cc29daaa with scrape type 2
2026-03-30 06:15:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3baf78a3-a13f-50bf-826f-3439cc29daaa, identifier: PN13%20LJJ
2026-03-30 06:15:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with identifier: RJ22%20XKS
2026-03-30 06:15:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ec8a577-ca47-5efb-a571-78d57b7ca1c8 with identifier: RJ22%20XKS
2026-03-30 06:15:03 [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-30 06:15:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ22%2520XKS%27 HTTP/1.1" 200 None
2026-03-30 06:15:03 [bca.uk] INFO: Saving data for RJ22%20XKS: {'auction_closing_time': 1775199600.0, 'created_time': 1774392089.439857, 'last_price_update_time': 1774851303.97688}
2026-03-30 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:04 [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-30 06:15:04 [bca.uk] INFO: Found listing with ID: BV22%20KKH
2026-03-30 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV22%2520KKH%27 HTTP/1.1" 200 None
2026-03-30 06:15:04 [bca.uk] INFO: Scrape type for BV22%20KKH: 2
2026-03-30 06:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with identifier: BV22%20KKH
2026-03-30 06:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with scrape type 2
2026-03-30 06:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with scrape type 2
2026-03-30 06:15:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2, identifier: BV22%20KKH
2026-03-30 06:15:04 [bca.uk] INFO: Found listing with ID: KW18%20DWX
2026-03-30 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW18%2520DWX%27 HTTP/1.1" 200 None
2026-03-30 06:15:04 [bca.uk] INFO: Scrape type for KW18%20DWX: 2
2026-03-30 06:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb6dc3cc-04e0-5c95-854e-908161baf69f with identifier: KW18%20DWX
2026-03-30 06:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb6dc3cc-04e0-5c95-854e-908161baf69f with scrape type 2
2026-03-30 06:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb6dc3cc-04e0-5c95-854e-908161baf69f with scrape type 2
2026-03-30 06:15:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb6dc3cc-04e0-5c95-854e-908161baf69f, identifier: KW18%20DWX
2026-03-30 06:15:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with identifier: HY19%20NVK
2026-03-30 06:15:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19b594dd-c9f3-5bba-986b-8a2eb5c3cbce with identifier: HY19%20NVK
2026-03-30 06:15:04 [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-30 06:15:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY19%2520NVK%27 HTTP/1.1" 200 None
2026-03-30 06:15:04 [bca.uk] INFO: Saving data for HY19%20NVK: {'auction_closing_time': 1774951200.0, 'created_time': 1774678033.258733, 'last_price_update_time': 1774851304.787944}
2026-03-30 06:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:04 [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-30 06:15:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e2dcc99-a496-5208-888d-db4005dc348a with identifier: NL12%20MVO
2026-03-30 06:15:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e2dcc99-a496-5208-888d-db4005dc348a with identifier: NL12%20MVO
2026-03-30 06:15:04 [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-30 06:15:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:05 [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=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-30 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL12%2520MVO%27 HTTP/1.1" 200 None
2026-03-30 06:15:05 [bca.uk] INFO: Saving data for NL12%20MVO: {'auction_closing_time': 1774951200.0, 'created_time': 1774389883.029189, 'last_price_update_time': 1774851305.096752}
2026-03-30 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:05 [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-30 06:15:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3baf78a3-a13f-50bf-826f-3439cc29daaa with identifier: PN13%20LJJ
2026-03-30 06:15:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3baf78a3-a13f-50bf-826f-3439cc29daaa with identifier: PN13%20LJJ
2026-03-30 06:15:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3baf78a3-a13f-50bf-826f-3439cc29daaa with identifier: PN13%20LJJ to the API
2026-03-30 06:15:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN13%20LJJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3baf78a3-a13f-50bf-826f-3439cc29daaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN13 LJJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN13%20LJJ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'SEAT',
'model': 'IBIZA SC',
'odometer': 94019,
'odometer_reading_unit': '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': 'VSSZZZ6JZDR149453',
'year': 2013}
2026-03-30 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN13%2520LJJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:05 [bca.uk] INFO: Saving data for PN13%20LJJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774536170.963849, 'last_price_update_time': 1774851305.495363}
2026-03-30 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN13%2520LJJ') HTTP/1.1" 204 0
2026-03-30 06:15:05 [bca.uk] INFO: Found listing with ID: RN19%20HSK
2026-03-30 06:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RN19%2520HSK%27 HTTP/1.1" 200 None
2026-03-30 06:15:05 [bca.uk] INFO: Scrape type for RN19%20HSK: 2
2026-03-30 06:15:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec795b24-a8d5-50d8-a7b9-7bc1b2c6fb5b with identifier: RN19%20HSK
2026-03-30 06:15:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec795b24-a8d5-50d8-a7b9-7bc1b2c6fb5b with scrape type 2
2026-03-30 06:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec795b24-a8d5-50d8-a7b9-7bc1b2c6fb5b with scrape type 2
2026-03-30 06:15:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec795b24-a8d5-50d8-a7b9-7bc1b2c6fb5b, identifier: RN19%20HSK
2026-03-30 06:15:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with identifier: BV22%20KKH
2026-03-30 06:15:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b4ffe5f-0fd5-526f-ae8e-008cf181a6e2 with identifier: BV22%20KKH
2026-03-30 06:15:05 [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-30 06:15:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV22%2520KKH%27 HTTP/1.1" 200 None
2026-03-30 06:15:06 [bca.uk] INFO: Saving data for BV22%20KKH: {'auction_closing_time': 1774854000.0, 'created_time': 1774364618.131871, 'last_price_update_time': 1774851306.019354}
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:06 [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-30 06:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb6dc3cc-04e0-5c95-854e-908161baf69f with identifier: KW18%20DWX
2026-03-30 06:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb6dc3cc-04e0-5c95-854e-908161baf69f with identifier: KW18%20DWX
2026-03-30 06:15:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb6dc3cc-04e0-5c95-854e-908161baf69f with identifier: KW18%20DWX to the API
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:06 [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': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW18%20DWX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'eb6dc3cc-04e0-5c95-854e-908161baf69f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW18 DWX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW18%20DWX&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 70627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 HSE LUXURY StationWagon',
'transmission': 'automatic',
'trim': 'TD6 258 HSE LUXURY',
'vin': 'SALRA2AK1JA066710',
'year': 2018}
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW18%2520DWX%27 HTTP/1.1" 200 None
2026-03-30 06:15:06 [bca.uk] INFO: Saving data for KW18%20DWX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621224.77801, 'last_price_update_time': 1774851306.345476}
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW18%2520DWX') HTTP/1.1" 204 0
2026-03-30 06:15:06 [bca.uk] INFO: Found listing with ID: KN71%20ZFC
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN71%2520ZFC%27 HTTP/1.1" 200 None
2026-03-30 06:15:06 [bca.uk] INFO: Scrape type for KN71%20ZFC: 2
2026-03-30 06:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with identifier: KN71%20ZFC
2026-03-30 06:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with scrape type 2
2026-03-30 06:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with scrape type 2
2026-03-30 06:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c, identifier: KN71%20ZFC
2026-03-30 06:15:06 [bca.uk] INFO: Found listing with ID: RJ22%20EBZ
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ22%2520EBZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:06 [bca.uk] INFO: Scrape type for RJ22%20EBZ: 0
2026-03-30 06:15:06 [bca.uk] INFO: Found listing with ID: KS64%20PHK
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS64%2520PHK%27 HTTP/1.1" 200 None
2026-03-30 06:15:06 [bca.uk] INFO: Scrape type for KS64%20PHK: 2
2026-03-30 06:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20d41efc-6cd3-5870-9f9c-04500016cf6e with identifier: KS64%20PHK
2026-03-30 06:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20d41efc-6cd3-5870-9f9c-04500016cf6e with scrape type 2
2026-03-30 06:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20d41efc-6cd3-5870-9f9c-04500016cf6e with scrape type 2
2026-03-30 06:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20d41efc-6cd3-5870-9f9c-04500016cf6e, identifier: KS64%20PHK
2026-03-30 06:15:06 [bca.uk] INFO: Found listing with ID: SM11%20WBL
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM11%2520WBL%27 HTTP/1.1" 200 None
2026-03-30 06:15:06 [bca.uk] INFO: Scrape type for SM11%20WBL: 0
2026-03-30 06:15:06 [bca.uk] INFO: Found listing with ID: YP62%20EVF
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP62%2520EVF%27 HTTP/1.1" 200 None
2026-03-30 06:15:06 [bca.uk] INFO: Scrape type for YP62%20EVF: 2
2026-03-30 06:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d1885fe-f806-58f8-adff-b9b808ce88b9 with identifier: YP62%20EVF
2026-03-30 06:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d1885fe-f806-58f8-adff-b9b808ce88b9 with scrape type 2
2026-03-30 06:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d1885fe-f806-58f8-adff-b9b808ce88b9 with scrape type 2
2026-03-30 06:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d1885fe-f806-58f8-adff-b9b808ce88b9, identifier: YP62%20EVF
2026-03-30 06:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec795b24-a8d5-50d8-a7b9-7bc1b2c6fb5b with identifier: RN19%20HSK
2026-03-30 06:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec795b24-a8d5-50d8-a7b9-7bc1b2c6fb5b with identifier: RN19%20HSK
2026-03-30 06:15:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec795b24-a8d5-50d8-a7b9-7bc1b2c6fb5b with identifier: RN19%20HSK to the API
2026-03-30 06:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RN19%20HSK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'ec795b24-a8d5-50d8-a7b9-7bc1b2c6fb5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RN19 HSK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RN19%20HSK&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 61544,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6900,
'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': 'WF0NXXGCHNKY61272',
'year': 2019}
2026-03-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RN19%2520HSK%27 HTTP/1.1" 200 None
2026-03-30 06:15:07 [bca.uk] INFO: Saving data for RN19%20HSK: {'auction_closing_time': 1775199600.0, 'created_time': 1774044844.904041, 'last_price_update_time': 1774851307.064193}
2026-03-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RN19%2520HSK') HTTP/1.1" 204 0
2026-03-30 06:15:07 [bca.uk] INFO: Found listing with ID: CN22%20XKK
2026-03-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN22%2520XKK%27 HTTP/1.1" 200 None
2026-03-30 06:15:07 [bca.uk] INFO: Scrape type for CN22%20XKK: 2
2026-03-30 06:15:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac46762c-04b9-5c8c-9357-b63a2c945172 with identifier: CN22%20XKK
2026-03-30 06:15:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac46762c-04b9-5c8c-9357-b63a2c945172 with scrape type 2
2026-03-30 06:15:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac46762c-04b9-5c8c-9357-b63a2c945172 with scrape type 2
2026-03-30 06:15:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac46762c-04b9-5c8c-9357-b63a2c945172, identifier: CN22%20XKK
2026-03-30 06:15:07 [bca.uk] INFO: Found listing with ID: LR19%20NCU
2026-03-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR19%2520NCU%27 HTTP/1.1" 200 None
2026-03-30 06:15:07 [bca.uk] INFO: Scrape type for LR19%20NCU: 2
2026-03-30 06:15:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with identifier: LR19%20NCU
2026-03-30 06:15:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with scrape type 2
2026-03-30 06:15:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with scrape type 2
2026-03-30 06:15:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708, identifier: LR19%20NCU
2026-03-30 06:15:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with identifier: KN71%20ZFC
2026-03-30 06:15:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f75ba26-ecd9-5ba7-ac35-d7beb94c2b2c with identifier: KN71%20ZFC
2026-03-30 06:15:07 [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-30 06:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:07 [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': 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-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN71%2520ZFC%27 HTTP/1.1" 200 None
2026-03-30 06:15:07 [bca.uk] INFO: Saving data for KN71%20ZFC: {'auction_closing_time': 1774951200.0, 'created_time': 1774678033.66752, 'last_price_update_time': 1774851307.607127}
2026-03-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:07 [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-30 06:15:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20d41efc-6cd3-5870-9f9c-04500016cf6e with identifier: KS64%20PHK
2026-03-30 06:15:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20d41efc-6cd3-5870-9f9c-04500016cf6e with identifier: KS64%20PHK
2026-03-30 06:15:07 [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-30 06:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS64%2520PHK%27 HTTP/1.1" 200 None
2026-03-30 06:15:07 [bca.uk] INFO: Saving data for KS64%20PHK: {'auction_closing_time': 1775124000.0, 'created_time': 1774651152.547011, 'last_price_update_time': 1774851307.905307}
2026-03-30 06:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:07 [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-30 06:15:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d1885fe-f806-58f8-adff-b9b808ce88b9 with identifier: YP62%20EVF
2026-03-30 06:15:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d1885fe-f806-58f8-adff-b9b808ce88b9 with identifier: YP62%20EVF
2026-03-30 06:15:08 [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-30 06:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:08 [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=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-30 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP62%2520EVF%27 HTTP/1.1" 200 None
2026-03-30 06:15:08 [bca.uk] INFO: Saving data for YP62%20EVF: {'auction_closing_time': 1774951200.0, 'created_time': 1774275659.782935, 'last_price_update_time': 1774851308.228118}
2026-03-30 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:08 [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-30 06:15:08 [bca.uk] INFO: Found listing with ID: VE25%20AFN
2026-03-30 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE25%2520AFN%27 HTTP/1.1" 200 None
2026-03-30 06:15:08 [bca.uk] INFO: Scrape type for VE25%20AFN: 2
2026-03-30 06:15:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 504c027f-1f93-51d7-bf7a-5df51abae738 with identifier: VE25%20AFN
2026-03-30 06:15:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 504c027f-1f93-51d7-bf7a-5df51abae738 with scrape type 2
2026-03-30 06:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 504c027f-1f93-51d7-bf7a-5df51abae738 with scrape type 2
2026-03-30 06:15:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 504c027f-1f93-51d7-bf7a-5df51abae738, identifier: VE25%20AFN
2026-03-30 06:15:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac46762c-04b9-5c8c-9357-b63a2c945172 with identifier: CN22%20XKK
2026-03-30 06:15:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac46762c-04b9-5c8c-9357-b63a2c945172 with identifier: CN22%20XKK
2026-03-30 06:15:08 [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-30 06:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN22%2520XKK%27 HTTP/1.1" 200 None
2026-03-30 06:15:08 [bca.uk] INFO: Saving data for CN22%20XKK: {'auction_closing_time': 1774854000.0, 'created_time': 1774364545.132306, 'last_price_update_time': 1774851308.65264}
2026-03-30 06:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:08 [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-30 06:15:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with identifier: LR19%20NCU
2026-03-30 06:15:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f4b461b-1bbc-51fa-bb1b-42358d7b1708 with identifier: LR19%20NCU
2026-03-30 06:15:08 [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-30 06:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:09 [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': 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-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR19%2520NCU%27 HTTP/1.1" 200 None
2026-03-30 06:15:09 [bca.uk] INFO: Saving data for LR19%20NCU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564702.097979, 'last_price_update_time': 1774851309.029279}
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:09 [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-30 06:15:09 [bca.uk] INFO: Found listing with ID: KR20%20WEC
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR20%2520WEC%27 HTTP/1.1" 200 None
2026-03-30 06:15:09 [bca.uk] INFO: Scrape type for KR20%20WEC: 2
2026-03-30 06:15:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e482c0b3-cf65-555e-a7b0-5c068a4e03fc with identifier: KR20%20WEC
2026-03-30 06:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e482c0b3-cf65-555e-a7b0-5c068a4e03fc with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e482c0b3-cf65-555e-a7b0-5c068a4e03fc with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e482c0b3-cf65-555e-a7b0-5c068a4e03fc, identifier: KR20%20WEC
2026-03-30 06:15:09 [bca.uk] INFO: Found listing with ID: EN62%20ZKT
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN62%2520ZKT%27 HTTP/1.1" 200 None
2026-03-30 06:15:09 [bca.uk] INFO: Scrape type for EN62%20ZKT: 2
2026-03-30 06:15:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea5bbe2a-d5a5-5604-b8f7-f0b71636f052 with identifier: EN62%20ZKT
2026-03-30 06:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea5bbe2a-d5a5-5604-b8f7-f0b71636f052 with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea5bbe2a-d5a5-5604-b8f7-f0b71636f052 with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea5bbe2a-d5a5-5604-b8f7-f0b71636f052, identifier: EN62%20ZKT
2026-03-30 06:15:09 [bca.uk] INFO: Found listing with ID: YR66%20CZW
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR66%2520CZW%27 HTTP/1.1" 200 None
2026-03-30 06:15:09 [bca.uk] INFO: Scrape type for YR66%20CZW: 0
2026-03-30 06:15:09 [bca.uk] INFO: Found listing with ID: DU11%20KVT
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU11%2520KVT%27 HTTP/1.1" 200 None
2026-03-30 06:15:09 [bca.uk] INFO: Scrape type for DU11%20KVT: 2
2026-03-30 06:15:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with identifier: DU11%20KVT
2026-03-30 06:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a, identifier: DU11%20KVT
2026-03-30 06:15:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 504c027f-1f93-51d7-bf7a-5df51abae738 with identifier: VE25%20AFN
2026-03-30 06:15:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 504c027f-1f93-51d7-bf7a-5df51abae738 with identifier: VE25%20AFN
2026-03-30 06:15:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 504c027f-1f93-51d7-bf7a-5df51abae738 with identifier: VE25%20AFN to the API
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:09 [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=VE25%20AFN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '504c027f-1f93-51d7-bf7a-5df51abae738',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VE25 AFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE25%20AFN&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 16420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22600,
'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': 'VR3KAHPY1SS108519',
'year': 2025}
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE25%2520AFN%27 HTTP/1.1" 200 None
2026-03-30 06:15:09 [bca.uk] INFO: Saving data for VE25%20AFN: {'auction_closing_time': 1775199600.0, 'created_time': 1773931942.756294, 'last_price_update_time': 1774851309.735242}
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE25%2520AFN') HTTP/1.1" 204 0
2026-03-30 06:15:09 [bca.uk] INFO: Found listing with ID: DY22%20HSD
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY22%2520HSD%27 HTTP/1.1" 200 None
2026-03-30 06:15:09 [bca.uk] INFO: Scrape type for DY22%20HSD: 2
2026-03-30 06:15:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b788119c-1efc-5356-b82d-999d10ecbf84 with identifier: DY22%20HSD
2026-03-30 06:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b788119c-1efc-5356-b82d-999d10ecbf84 with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b788119c-1efc-5356-b82d-999d10ecbf84 with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b788119c-1efc-5356-b82d-999d10ecbf84, identifier: DY22%20HSD
2026-03-30 06:15:09 [bca.uk] INFO: Found listing with ID: WF70%20FSN
2026-03-30 06:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF70%2520FSN%27 HTTP/1.1" 200 None
2026-03-30 06:15:09 [bca.uk] INFO: Scrape type for WF70%20FSN: 2
2026-03-30 06:15:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ed3bca-0d1f-519a-84e6-b1c1b992cc75 with identifier: WF70%20FSN
2026-03-30 06:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ed3bca-0d1f-519a-84e6-b1c1b992cc75 with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ed3bca-0d1f-519a-84e6-b1c1b992cc75 with scrape type 2
2026-03-30 06:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50ed3bca-0d1f-519a-84e6-b1c1b992cc75, identifier: WF70%20FSN
2026-03-30 06:15:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e482c0b3-cf65-555e-a7b0-5c068a4e03fc with identifier: KR20%20WEC
2026-03-30 06:15:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e482c0b3-cf65-555e-a7b0-5c068a4e03fc with identifier: KR20%20WEC
2026-03-30 06:15:10 [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-30 06:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR20%2520WEC%27 HTTP/1.1" 200 None
2026-03-30 06:15:10 [bca.uk] INFO: Saving data for KR20%20WEC: {'auction_closing_time': 1774951200.0, 'created_time': 1774564298.530681, 'last_price_update_time': 1774851310.250029}
2026-03-30 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:10 [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-30 06:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea5bbe2a-d5a5-5604-b8f7-f0b71636f052 with identifier: EN62%20ZKT
2026-03-30 06:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea5bbe2a-d5a5-5604-b8f7-f0b71636f052 with identifier: EN62%20ZKT
2026-03-30 06:15:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea5bbe2a-d5a5-5604-b8f7-f0b71636f052 with identifier: EN62%20ZKT to the API
2026-03-30 06:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN62%20ZKT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ea5bbe2a-d5a5-5604-b8f7-f0b71636f052',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN62 ZKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN62%20ZKT&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'HYUNDAI',
'model': 'IX35',
'odometer': 63087,
'odometer_reading_unit': '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': 'TMAJU81ULDJ372723',
'year': 2013}
2026-03-30 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN62%2520ZKT%27 HTTP/1.1" 200 None
2026-03-30 06:15:10 [bca.uk] INFO: Saving data for EN62%20ZKT: {'auction_closing_time': 1775124000.0, 'created_time': 1774649643.009071, 'last_price_update_time': 1774851310.553762}
2026-03-30 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN62%2520ZKT') HTTP/1.1" 204 0
2026-03-30 06:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with identifier: DU11%20KVT
2026-03-30 06:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4c62f37-8486-5514-9bcd-e6ea8c2ac94a with identifier: DU11%20KVT
2026-03-30 06:15:10 [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-30 06:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU11%2520KVT%27 HTTP/1.1" 200 None
2026-03-30 06:15:10 [bca.uk] INFO: Saving data for DU11%20KVT: {'auction_closing_time': 1774951200.0, 'created_time': 1774390117.221967, 'last_price_update_time': 1774851310.844098}
2026-03-30 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:10 [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-30 06:15:10 [bca.uk] INFO: Found listing with ID: VN25%20RXF
2026-03-30 06:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN25%2520RXF%27 HTTP/1.1" 200 None
2026-03-30 06:15:10 [bca.uk] INFO: Scrape type for VN25%20RXF: 2
2026-03-30 06:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3deec33-9800-594d-9f7b-064e3de8a9e6 with identifier: VN25%20RXF
2026-03-30 06:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3deec33-9800-594d-9f7b-064e3de8a9e6 with scrape type 2
2026-03-30 06:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3deec33-9800-594d-9f7b-064e3de8a9e6 with scrape type 2
2026-03-30 06:15:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3deec33-9800-594d-9f7b-064e3de8a9e6, identifier: VN25%20RXF
2026-03-30 06:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b788119c-1efc-5356-b82d-999d10ecbf84 with identifier: DY22%20HSD
2026-03-30 06:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b788119c-1efc-5356-b82d-999d10ecbf84 with identifier: DY22%20HSD
2026-03-30 06:15:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b788119c-1efc-5356-b82d-999d10ecbf84 with identifier: DY22%20HSD to the API
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 44,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY22%20HSD-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': 'b788119c-1efc-5356-b82d-999d10ecbf84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY22 HSD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY22%20HSD&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 31283,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC SE (5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'P300E R-DYNAMIC SE (5ST)',
'vin': 'SALCA2AT7NH908817',
'year': 2022}
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY22%2520HSD%27 HTTP/1.1" 200 None
2026-03-30 06:15:11 [bca.uk] INFO: Saving data for DY22%20HSD: {'auction_closing_time': 1774854000.0, 'created_time': 1774448506.79349, 'last_price_update_time': 1774851311.2672}
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY22%2520HSD') HTTP/1.1" 204 0
2026-03-30 06:15:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50ed3bca-0d1f-519a-84e6-b1c1b992cc75 with identifier: WF70%20FSN
2026-03-30 06:15:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50ed3bca-0d1f-519a-84e6-b1c1b992cc75 with identifier: WF70%20FSN
2026-03-30 06:15:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50ed3bca-0d1f-519a-84e6-b1c1b992cc75 with identifier: WF70%20FSN to the API
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:11 [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': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF70%20FSN-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '50ed3bca-0d1f-519a-84e6-b1c1b992cc75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WF70 FSN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF70%20FSN&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 64074,
'odometer_reading_unit': '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': 'SALCA2AN7LH848164',
'year': 2020}
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF70%2520FSN%27 HTTP/1.1" 200 None
2026-03-30 06:15:11 [bca.uk] INFO: Saving data for WF70%20FSN: {'auction_closing_time': 1775037600.0, 'created_time': 1774621254.115883, 'last_price_update_time': 1774851311.564645}
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF70%2520FSN') HTTP/1.1" 204 0
2026-03-30 06:15:11 [bca.uk] INFO: Found listing with ID: MK69%20KRX
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK69%2520KRX%27 HTTP/1.1" 200 None
2026-03-30 06:15:11 [bca.uk] INFO: Scrape type for MK69%20KRX: 2
2026-03-30 06:15:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cbd74cc-1d6e-5281-992d-815afa207269 with identifier: MK69%20KRX
2026-03-30 06:15:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cbd74cc-1d6e-5281-992d-815afa207269 with scrape type 2
2026-03-30 06:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cbd74cc-1d6e-5281-992d-815afa207269 with scrape type 2
2026-03-30 06:15:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cbd74cc-1d6e-5281-992d-815afa207269, identifier: MK69%20KRX
2026-03-30 06:15:11 [bca.uk] INFO: Found listing with ID: LS14%20SFJ
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS14%2520SFJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:11 [bca.uk] INFO: Scrape type for LS14%20SFJ: 0
2026-03-30 06:15:11 [bca.uk] INFO: Found listing with ID: KY64%20PXG
2026-03-30 06:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY64%2520PXG%27 HTTP/1.1" 200 None
2026-03-30 06:15:11 [bca.uk] INFO: Scrape type for KY64%20PXG: 2
2026-03-30 06:15:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44e918dd-2bc6-5fb7-a82c-8dafe47c6091 with identifier: KY64%20PXG
2026-03-30 06:15:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44e918dd-2bc6-5fb7-a82c-8dafe47c6091 with scrape type 2
2026-03-30 06:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44e918dd-2bc6-5fb7-a82c-8dafe47c6091 with scrape type 2
2026-03-30 06:15:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44e918dd-2bc6-5fb7-a82c-8dafe47c6091, identifier: KY64%20PXG
2026-03-30 06:15:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3deec33-9800-594d-9f7b-064e3de8a9e6 with identifier: VN25%20RXF
2026-03-30 06:15:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3deec33-9800-594d-9f7b-064e3de8a9e6 with identifier: VN25%20RXF
2026-03-30 06:15:11 [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-30 06:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN25%2520RXF%27 HTTP/1.1" 200 None
2026-03-30 06:15:12 [bca.uk] INFO: Saving data for VN25%20RXF: {'auction_closing_time': 1775199600.0, 'created_time': 1773908074.122051, 'last_price_update_time': 1774851312.118104}
2026-03-30 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:12 [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-30 06:15:12 [bca.uk] INFO: Found listing with ID: JL22%20JRL
2026-03-30 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JL22%2520JRL%27 HTTP/1.1" 200 None
2026-03-30 06:15:12 [bca.uk] INFO: Scrape type for JL22%20JRL: 2
2026-03-30 06:15:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b00696d-858e-56a2-ad43-c13c8ddb9370 with identifier: JL22%20JRL
2026-03-30 06:15:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b00696d-858e-56a2-ad43-c13c8ddb9370 with scrape type 2
2026-03-30 06:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b00696d-858e-56a2-ad43-c13c8ddb9370 with scrape type 2
2026-03-30 06:15:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b00696d-858e-56a2-ad43-c13c8ddb9370, identifier: JL22%20JRL
2026-03-30 06:15:12 [bca.uk] INFO: Found listing with ID: DK20%20WOA
2026-03-30 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK20%2520WOA%27 HTTP/1.1" 200 None
2026-03-30 06:15:12 [bca.uk] INFO: Scrape type for DK20%20WOA: 2
2026-03-30 06:15:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with identifier: DK20%20WOA
2026-03-30 06:15: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-30 06:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with scrape type 2
2026-03-30 06:15:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81, identifier: DK20%20WOA
2026-03-30 06:15:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cbd74cc-1d6e-5281-992d-815afa207269 with identifier: MK69%20KRX
2026-03-30 06:15:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cbd74cc-1d6e-5281-992d-815afa207269 with identifier: MK69%20KRX
2026-03-30 06:15:12 [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-30 06:15:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK69%2520KRX%27 HTTP/1.1" 200 None
2026-03-30 06:15:12 [bca.uk] INFO: Saving data for MK69%20KRX: {'auction_closing_time': 1774951200.0, 'created_time': 1774564401.007875, 'last_price_update_time': 1774851312.708035}
2026-03-30 06:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:12 [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-30 06:15:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44e918dd-2bc6-5fb7-a82c-8dafe47c6091 with identifier: KY64%20PXG
2026-03-30 06:15:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44e918dd-2bc6-5fb7-a82c-8dafe47c6091 with identifier: KY64%20PXG
2026-03-30 06:15:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44e918dd-2bc6-5fb7-a82c-8dafe47c6091 with identifier: KY64%20PXG to the API
2026-03-30 06:15:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY64%20PXG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '44e918dd-2bc6-5fb7-a82c-8dafe47c6091',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY64 PXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY64%20PXG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 59415,
'odometer_reading_unit': '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': 'W0L0SDL08E6081874',
'year': 2014}
2026-03-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KY64%2520PXG%27 HTTP/1.1" 200 None
2026-03-30 06:15:13 [bca.uk] INFO: Saving data for KY64%20PXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774353626.361544, 'last_price_update_time': 1774851313.131278}
2026-03-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY64%2520PXG') HTTP/1.1" 204 0
2026-03-30 06:15:13 [bca.uk] INFO: Found listing with ID: VN25%20ZZD
2026-03-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN25%2520ZZD%27 HTTP/1.1" 200 None
2026-03-30 06:15:13 [bca.uk] INFO: Scrape type for VN25%20ZZD: 2
2026-03-30 06:15:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b77830-993f-5bbb-87d0-d8867ea7df2d with identifier: VN25%20ZZD
2026-03-30 06:15:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b77830-993f-5bbb-87d0-d8867ea7df2d with scrape type 2
2026-03-30 06:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b77830-993f-5bbb-87d0-d8867ea7df2d with scrape type 2
2026-03-30 06:15:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8b77830-993f-5bbb-87d0-d8867ea7df2d, identifier: VN25%20ZZD
2026-03-30 06:15:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b00696d-858e-56a2-ad43-c13c8ddb9370 with identifier: JL22%20JRL
2026-03-30 06:15:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b00696d-858e-56a2-ad43-c13c8ddb9370 with identifier: JL22%20JRL
2026-03-30 06:15:13 [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-30 06:15:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JL22%2520JRL%27 HTTP/1.1" 200 None
2026-03-30 06:15:13 [bca.uk] INFO: Saving data for JL22%20JRL: {'auction_closing_time': 1774854000.0, 'created_time': 1774364620.161731, 'last_price_update_time': 1774851313.548592}
2026-03-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:13 [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-30 06:15:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with identifier: DK20%20WOA
2026-03-30 06:15:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cb85d6c-e4f4-5d4a-b5a3-53e560288c81 with identifier: DK20%20WOA
2026-03-30 06:15: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-30 06:15:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:13 [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': 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-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK20%2520WOA%27 HTTP/1.1" 200 None
2026-03-30 06:15:13 [bca.uk] INFO: Saving data for DK20%20WOA: {'auction_closing_time': 1775037600.0, 'created_time': 1774563721.473959, 'last_price_update_time': 1774851313.856483}
2026-03-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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-30 06:15:13 [bca.uk] INFO: Found listing with ID: RO10%20RBV
2026-03-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO10%2520RBV%27 HTTP/1.1" 200 None
2026-03-30 06:15:13 [bca.uk] INFO: Scrape type for RO10%20RBV: 2
2026-03-30 06:15:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d4dcbb-445c-56aa-9a52-dde28e80b74a with identifier: RO10%20RBV
2026-03-30 06:15:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d4dcbb-445c-56aa-9a52-dde28e80b74a with scrape type 2
2026-03-30 06:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d4dcbb-445c-56aa-9a52-dde28e80b74a with scrape type 2
2026-03-30 06:15:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0d4dcbb-445c-56aa-9a52-dde28e80b74a, identifier: RO10%20RBV
2026-03-30 06:15:13 [bca.uk] INFO: Found listing with ID: LN66%20SHZ
2026-03-30 06:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN66%2520SHZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:14 [bca.uk] INFO: Scrape type for LN66%20SHZ: 2
2026-03-30 06:15:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a09fda3-69cd-5b33-93fe-0fafd0ada25b with identifier: LN66%20SHZ
2026-03-30 06:15:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a09fda3-69cd-5b33-93fe-0fafd0ada25b with scrape type 2
2026-03-30 06:15:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a09fda3-69cd-5b33-93fe-0fafd0ada25b with scrape type 2
2026-03-30 06:15:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a09fda3-69cd-5b33-93fe-0fafd0ada25b, identifier: LN66%20SHZ
2026-03-30 06:15:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8b77830-993f-5bbb-87d0-d8867ea7df2d with identifier: VN25%20ZZD
2026-03-30 06:15:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8b77830-993f-5bbb-87d0-d8867ea7df2d with identifier: VN25%20ZZD
2026-03-30 06:15:14 [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-30 06:15:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN25%2520ZZD%27 HTTP/1.1" 200 None
2026-03-30 06:15:14 [bca.uk] INFO: Saving data for VN25%20ZZD: {'auction_closing_time': 1775199600.0, 'created_time': 1773931936.603394, 'last_price_update_time': 1774851314.393587}
2026-03-30 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:14 [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-30 06:15:14 [bca.uk] INFO: Found listing with ID: OE23%20NVT
2026-03-30 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE23%2520NVT%27 HTTP/1.1" 200 None
2026-03-30 06:15:14 [bca.uk] INFO: Scrape type for OE23%20NVT: 2
2026-03-30 06:15:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d54585a-1292-5ebd-a7c4-d9d7ab359501 with identifier: OE23%20NVT
2026-03-30 06:15:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d54585a-1292-5ebd-a7c4-d9d7ab359501 with scrape type 2
2026-03-30 06:15:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d54585a-1292-5ebd-a7c4-d9d7ab359501 with scrape type 2
2026-03-30 06:15:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d54585a-1292-5ebd-a7c4-d9d7ab359501, identifier: OE23%20NVT
2026-03-30 06:15:14 [bca.uk] INFO: Found listing with ID: ET19%20WKG
2026-03-30 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET19%2520WKG%27 HTTP/1.1" 200 None
2026-03-30 06:15:14 [bca.uk] INFO: Scrape type for ET19%20WKG: 2
2026-03-30 06:15:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59aa0c2e-102d-5c96-b08f-b59c77004711 with identifier: ET19%20WKG
2026-03-30 06:15:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59aa0c2e-102d-5c96-b08f-b59c77004711 with scrape type 2
2026-03-30 06:15:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59aa0c2e-102d-5c96-b08f-b59c77004711 with scrape type 2
2026-03-30 06:15:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59aa0c2e-102d-5c96-b08f-b59c77004711, identifier: ET19%20WKG
2026-03-30 06:15:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0d4dcbb-445c-56aa-9a52-dde28e80b74a with identifier: RO10%20RBV
2026-03-30 06:15:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0d4dcbb-445c-56aa-9a52-dde28e80b74a with identifier: RO10%20RBV
2026-03-30 06:15:14 [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-30 06:15:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO10%2520RBV%27 HTTP/1.1" 200 None
2026-03-30 06:15:14 [bca.uk] INFO: Saving data for RO10%20RBV: {'auction_closing_time': 1774951200.0, 'created_time': 1774564268.287696, 'last_price_update_time': 1774851314.921382}
2026-03-30 06:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:14 [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-30 06:15:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a09fda3-69cd-5b33-93fe-0fafd0ada25b with identifier: LN66%20SHZ
2026-03-30 06:15:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a09fda3-69cd-5b33-93fe-0fafd0ada25b with identifier: LN66%20SHZ
2026-03-30 06:15:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a09fda3-69cd-5b33-93fe-0fafd0ada25b with identifier: LN66%20SHZ to the API
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN66%20SHZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3a09fda3-69cd-5b33-93fe-0fafd0ada25b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN66 SHZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN66%20SHZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '208',
'odometer': 59625,
'odometer_reading_unit': '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 GT LINE Hatchback',
'transmission': 'manual',
'trim': 'P/T 110 GT LINE',
'vin': 'VF3CCHNZ6GT169620',
'year': 2016}
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN66%2520SHZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:15 [bca.uk] INFO: Saving data for LN66%20SHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774353621.552899, 'last_price_update_time': 1774851315.253552}
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN66%2520SHZ') HTTP/1.1" 204 0
2026-03-30 06:15:15 [bca.uk] INFO: Found listing with ID: VN25%20ZZV
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN25%2520ZZV%27 HTTP/1.1" 200 None
2026-03-30 06:15:15 [bca.uk] INFO: Scrape type for VN25%20ZZV: 2
2026-03-30 06:15:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with identifier: VN25%20ZZV
2026-03-30 06:15:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with scrape type 2
2026-03-30 06:15:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with scrape type 2
2026-03-30 06:15:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24, identifier: VN25%20ZZV
2026-03-30 06:15:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d54585a-1292-5ebd-a7c4-d9d7ab359501 with identifier: OE23%20NVT
2026-03-30 06:15:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d54585a-1292-5ebd-a7c4-d9d7ab359501 with identifier: OE23%20NVT
2026-03-30 06:15:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d54585a-1292-5ebd-a7c4-d9d7ab359501 with identifier: OE23%20NVT to the API
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:15 [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=OE23%20NVT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '0d54585a-1292-5ebd-a7c4-d9d7ab359501',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE23 NVT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20NVT&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC',
'odometer': 12920,
'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': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH SE LR Hatchback',
'transmission': 'automatic',
'trim': '115KW 73KWH SE LR',
'vin': 'LSJW74093PZ185497',
'year': 2023}
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE23%2520NVT%27 HTTP/1.1" 200 None
2026-03-30 06:15:15 [bca.uk] INFO: Saving data for OE23%20NVT: {'auction_closing_time': 1774854000.0, 'created_time': 1773841233.652973, 'last_price_update_time': 1774851315.66428}
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520NVT') HTTP/1.1" 204 0
2026-03-30 06:15:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59aa0c2e-102d-5c96-b08f-b59c77004711 with identifier: ET19%20WKG
2026-03-30 06:15:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59aa0c2e-102d-5c96-b08f-b59c77004711 with identifier: ET19%20WKG
2026-03-30 06:15:15 [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-30 06:15:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:15 [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': 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-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET19%2520WKG%27 HTTP/1.1" 200 None
2026-03-30 06:15:15 [bca.uk] INFO: Saving data for ET19%20WKG: {'auction_closing_time': 1775124000.0, 'created_time': 1774678133.752582, 'last_price_update_time': 1774851315.950816}
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:15 [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-30 06:15:15 [bca.uk] INFO: Found listing with ID: RX66%20ZCZ
2026-03-30 06:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX66%2520ZCZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:15 [bca.uk] INFO: Scrape type for RX66%20ZCZ: 2
2026-03-30 06:15:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with identifier: RX66%20ZCZ
2026-03-30 06:15:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with scrape type 2
2026-03-30 06:15:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with scrape type 2
2026-03-30 06:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a18f66a3-51d1-5b58-a6ff-8d147a2a3734, identifier: RX66%20ZCZ
2026-03-30 06:15:16 [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-30 06:15:16 [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-30 06:15:16 [scrapy.extensions.logstats] INFO: Crawled 50 pages (at 1 pages/min), scraped 1534 items (at 126 items/min)
2026-03-30 06:15:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
2026-03-30 06:15:16 [bca.uk] INFO: Found listing with ID: MA13%20NFL
2026-03-30 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA13%2520NFL%27 HTTP/1.1" 200 None
2026-03-30 06:15:16 [bca.uk] INFO: Scrape type for MA13%20NFL: 2
2026-03-30 06:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc4937d7-2b61-5551-8874-45cca3529f4c with identifier: MA13%20NFL
2026-03-30 06:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc4937d7-2b61-5551-8874-45cca3529f4c with scrape type 2
2026-03-30 06:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc4937d7-2b61-5551-8874-45cca3529f4c with scrape type 2
2026-03-30 06:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc4937d7-2b61-5551-8874-45cca3529f4c, identifier: MA13%20NFL
2026-03-30 06:15:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with identifier: VN25%20ZZV
2026-03-30 06:15:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f7ecffb-2fe7-55ea-ab91-f51af97e9b24 with identifier: VN25%20ZZV
2026-03-30 06:15:16 [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-30 06:15:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN25%2520ZZV%27 HTTP/1.1" 200 None
2026-03-30 06:15:16 [bca.uk] INFO: Saving data for VN25%20ZZV: {'auction_closing_time': 1775199600.0, 'created_time': 1773908055.059886, 'last_price_update_time': 1774851316.483916}
2026-03-30 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:16 [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-30 06:15:16 [bca.uk] INFO: Found listing with ID: OW72%20ESG
2026-03-30 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW72%2520ESG%27 HTTP/1.1" 200 None
2026-03-30 06:15:16 [bca.uk] INFO: Scrape type for OW72%20ESG: 2
2026-03-30 06:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with identifier: OW72%20ESG
2026-03-30 06:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with scrape type 2
2026-03-30 06:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with scrape type 2
2026-03-30 06:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6, identifier: OW72%20ESG
2026-03-30 06:15:16 [bca.uk] INFO: Found listing with ID: FY69%20XBU
2026-03-30 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY69%2520XBU%27 HTTP/1.1" 200 None
2026-03-30 06:15:16 [bca.uk] INFO: Scrape type for FY69%20XBU: 2
2026-03-30 06:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with identifier: FY69%20XBU
2026-03-30 06:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with scrape type 2
2026-03-30 06:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with scrape type 2
2026-03-30 06:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bbe990a-490d-5a0a-9c02-29639fab5bd8, identifier: FY69%20XBU
2026-03-30 06:15:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with identifier: RX66%20ZCZ
2026-03-30 06:15:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a18f66a3-51d1-5b58-a6ff-8d147a2a3734 with identifier: RX66%20ZCZ
2026-03-30 06:15:16 [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-30 06:15:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:16 [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=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-30 06:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX66%2520ZCZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:17 [bca.uk] INFO: Saving data for RX66%20ZCZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678036.132534, 'last_price_update_time': 1774851317.001932}
2026-03-30 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:17 [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-30 06:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc4937d7-2b61-5551-8874-45cca3529f4c with identifier: MA13%20NFL
2026-03-30 06:15:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc4937d7-2b61-5551-8874-45cca3529f4c with identifier: MA13%20NFL
2026-03-30 06:15:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc4937d7-2b61-5551-8874-45cca3529f4c with identifier: MA13%20NFL to the API
2026-03-30 06:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA13%20NFL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dc4937d7-2b61-5551-8874-45cca3529f4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA13 NFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA13%20NFL&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'JAGUAR',
'model': 'XF SPORTBRAKE',
'odometer': 117826,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'JAGUAR XF SPORTBRAKE 3.0 D V6 S 275 PORTFOLIO Estate',
'transmission': 'automatic',
'trim': 'D V6 S 275 PORTFOLIO',
'vin': 'SAJAC0322DNS71161',
'year': 2013}
2026-03-30 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA13%2520NFL%27 HTTP/1.1" 200 None
2026-03-30 06:15:17 [bca.uk] INFO: Saving data for MA13%20NFL: {'auction_closing_time': 1774951200.0, 'created_time': 1774047750.633399, 'last_price_update_time': 1774851317.325824}
2026-03-30 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA13%2520NFL') HTTP/1.1" 204 0
2026-03-30 06:15:17 [bca.uk] INFO: Found listing with ID: YC25%20WVA
2026-03-30 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC25%2520WVA%27 HTTP/1.1" 200 None
2026-03-30 06:15:17 [bca.uk] INFO: Scrape type for YC25%20WVA: 0
2026-03-30 06:15:17 [bca.uk] INFO: Found listing with ID: AX72%20KBF
2026-03-30 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX72%2520KBF%27 HTTP/1.1" 200 None
2026-03-30 06:15:17 [bca.uk] INFO: Scrape type for AX72%20KBF: 2
2026-03-30 06:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 282963f5-f514-5e78-af67-b81a9f6b2f83 with identifier: AX72%20KBF
2026-03-30 06:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 282963f5-f514-5e78-af67-b81a9f6b2f83 with scrape type 2
2026-03-30 06:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 282963f5-f514-5e78-af67-b81a9f6b2f83 with scrape type 2
2026-03-30 06:15:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 282963f5-f514-5e78-af67-b81a9f6b2f83, identifier: AX72%20KBF
2026-03-30 06:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with identifier: OW72%20ESG
2026-03-30 06:15:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09489b97-fb5f-58b6-ac05-08d6ef1bc9b6 with identifier: OW72%20ESG
2026-03-30 06:15:17 [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-30 06:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:17 [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=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-30 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OW72%2520ESG%27 HTTP/1.1" 200 None
2026-03-30 06:15:17 [bca.uk] INFO: Saving data for OW72%20ESG: {'auction_closing_time': 1774854000.0, 'created_time': 1774391654.121831, 'last_price_update_time': 1774851317.786183}
2026-03-30 06:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:17 [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-30 06:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with identifier: FY69%20XBU
2026-03-30 06:15:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bbe990a-490d-5a0a-9c02-29639fab5bd8 with identifier: FY69%20XBU
2026-03-30 06:15:17 [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-30 06:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY69%2520XBU%27 HTTP/1.1" 200 None
2026-03-30 06:15:18 [bca.uk] INFO: Saving data for FY69%20XBU: {'auction_closing_time': 1775037600.0, 'created_time': 1774678134.567112, 'last_price_update_time': 1774851318.184882}
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:18 [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-30 06:15:18 [bca.uk] INFO: Found listing with ID: SA68%20YKR
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA68%2520YKR%27 HTTP/1.1" 200 None
2026-03-30 06:15:18 [bca.uk] INFO: Scrape type for SA68%20YKR: 2
2026-03-30 06:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with identifier: SA68%20YKR
2026-03-30 06:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with scrape type 2
2026-03-30 06:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with scrape type 2
2026-03-30 06:15:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbf5cff8-4701-5370-9d9b-9d75c38d25e4, identifier: SA68%20YKR
2026-03-30 06:15:18 [bca.uk] INFO: Found listing with ID: NJ60%20SXP
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ60%2520SXP%27 HTTP/1.1" 200 None
2026-03-30 06:15:18 [bca.uk] INFO: Scrape type for NJ60%20SXP: 2
2026-03-30 06:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 506358df-d046-5b73-8c40-173bf9494251 with identifier: NJ60%20SXP
2026-03-30 06:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 506358df-d046-5b73-8c40-173bf9494251 with scrape type 2
2026-03-30 06:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 506358df-d046-5b73-8c40-173bf9494251 with scrape type 2
2026-03-30 06:15:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 506358df-d046-5b73-8c40-173bf9494251, identifier: NJ60%20SXP
2026-03-30 06:15:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 282963f5-f514-5e78-af67-b81a9f6b2f83 with identifier: AX72%20KBF
2026-03-30 06:15:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 282963f5-f514-5e78-af67-b81a9f6b2f83 with identifier: AX72%20KBF
2026-03-30 06:15:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 282963f5-f514-5e78-af67-b81a9f6b2f83 with identifier: AX72%20KBF to the API
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20KBF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '282963f5-f514-5e78-af67-b81a9f6b2f83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AX72 KBF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20KBF&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 20127,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8100,
'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': 'ZFACF1CJXNJH13988',
'year': 2023}
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX72%2520KBF%27 HTTP/1.1" 200 None
2026-03-30 06:15:18 [bca.uk] INFO: Saving data for AX72%20KBF: {'auction_closing_time': 1775199600.0, 'created_time': 1773826510.031039, 'last_price_update_time': 1774851318.760519}
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520KBF') HTTP/1.1" 204 0
2026-03-30 06:15:18 [bca.uk] INFO: Found listing with ID: PY23%20MYL
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY23%2520MYL%27 HTTP/1.1" 200 None
2026-03-30 06:15:18 [bca.uk] INFO: Scrape type for PY23%20MYL: 0
2026-03-30 06:15:18 [bca.uk] INFO: Found listing with ID: SL72%20LLG
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL72%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:15:18 [bca.uk] INFO: Scrape type for SL72%20LLG: 2
2026-03-30 06:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3cbd1e4-c3a8-5147-8957-a5b778340301 with identifier: SL72%20LLG
2026-03-30 06:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3cbd1e4-c3a8-5147-8957-a5b778340301 with scrape type 2
2026-03-30 06:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3cbd1e4-c3a8-5147-8957-a5b778340301 with scrape type 2
2026-03-30 06:15:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3cbd1e4-c3a8-5147-8957-a5b778340301, identifier: SL72%20LLG
2026-03-30 06:15:18 [bca.uk] INFO: Found listing with ID: DN71%20VHK
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN71%2520VHK%27 HTTP/1.1" 200 None
2026-03-30 06:15:18 [bca.uk] INFO: Scrape type for DN71%20VHK: 0
2026-03-30 06:15:18 [bca.uk] INFO: Found listing with ID: HK19%20RSV
2026-03-30 06:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK19%2520RSV%27 HTTP/1.1" 200 None
2026-03-30 06:15:18 [bca.uk] INFO: Scrape type for HK19%20RSV: 2
2026-03-30 06:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with identifier: HK19%20RSV
2026-03-30 06:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with scrape type 2
2026-03-30 06:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with scrape type 2
2026-03-30 06:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 551b495f-7a88-533a-93c9-5fd3ae27ccc5, identifier: HK19%20RSV
2026-03-30 06:15:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with identifier: SA68%20YKR
2026-03-30 06:15:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbf5cff8-4701-5370-9d9b-9d75c38d25e4 with identifier: SA68%20YKR
2026-03-30 06:15:19 [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-30 06:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:19 [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=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-30 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA68%2520YKR%27 HTTP/1.1" 200 None
2026-03-30 06:15:19 [bca.uk] INFO: Saving data for SA68%20YKR: {'auction_closing_time': 1774951200.0, 'created_time': 1774678155.430104, 'last_price_update_time': 1774851319.368462}
2026-03-30 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:19 [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-30 06:15:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 506358df-d046-5b73-8c40-173bf9494251 with identifier: NJ60%20SXP
2026-03-30 06:15:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 506358df-d046-5b73-8c40-173bf9494251 with identifier: NJ60%20SXP
2026-03-30 06:15:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 506358df-d046-5b73-8c40-173bf9494251 with identifier: NJ60%20SXP to the API
2026-03-30 06:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ60%20SXP-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '506358df-d046-5b73-8c40-173bf9494251',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NJ60 SXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ60%20SXP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 110162,
'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': 'WF0JXXGAJJAJ59001',
'year': 2010}
2026-03-30 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ60%2520SXP%27 HTTP/1.1" 200 None
2026-03-30 06:15:19 [bca.uk] INFO: Saving data for NJ60%20SXP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649568.920777, 'last_price_update_time': 1774851319.664986}
2026-03-30 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ60%2520SXP') HTTP/1.1" 204 0
2026-03-30 06:15:19 [bca.uk] INFO: Found listing with ID: BT72%20GFG
2026-03-30 06:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT72%2520GFG%27 HTTP/1.1" 200 None
2026-03-30 06:15:19 [bca.uk] INFO: Scrape type for BT72%20GFG: 2
2026-03-30 06:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4262ed3-eab1-5fba-add2-bf3b45090d02 with identifier: BT72%20GFG
2026-03-30 06:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4262ed3-eab1-5fba-add2-bf3b45090d02 with scrape type 2
2026-03-30 06:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4262ed3-eab1-5fba-add2-bf3b45090d02 with scrape type 2
2026-03-30 06:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4262ed3-eab1-5fba-add2-bf3b45090d02, identifier: BT72%20GFG
2026-03-30 06:15:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3cbd1e4-c3a8-5147-8957-a5b778340301 with identifier: SL72%20LLG
2026-03-30 06:15:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3cbd1e4-c3a8-5147-8957-a5b778340301 with identifier: SL72%20LLG
2026-03-30 06:15:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3cbd1e4-c3a8-5147-8957-a5b778340301 with identifier: SL72%20LLG to the API
2026-03-30 06:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:20 [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=SL72%20LLG-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': 'e3cbd1e4-c3a8-5147-8957-a5b778340301',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SL72 LLG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL72%20LLG&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'KIA',
'model': 'NIRO EV',
'odometer': 71486,
'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': 'KIA NIRO EV 150KW 65KWH 3 Hatchback',
'transmission': 'automatic',
'trim': '150KW 65KWH 3',
'vin': 'KNACR811UP5010001',
'year': 2022}
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL72%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:15:20 [bca.uk] INFO: Saving data for SL72%20LLG: {'auction_closing_time': 1774854000.0, 'created_time': 1773833605.866862, 'last_price_update_time': 1774851320.091325}
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL72%2520LLG') HTTP/1.1" 204 0
2026-03-30 06:15:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with identifier: HK19%20RSV
2026-03-30 06:15:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 551b495f-7a88-533a-93c9-5fd3ae27ccc5 with identifier: HK19%20RSV
2026-03-30 06:15:20 [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-30 06:15:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK19%2520RSV%27 HTTP/1.1" 200 None
2026-03-30 06:15:20 [bca.uk] INFO: Saving data for HK19%20RSV: {'auction_closing_time': 1775124000.0, 'created_time': 1774265823.743, 'last_price_update_time': 1774851320.3816}
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:20 [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-30 06:15:20 [bca.uk] INFO: Found listing with ID: SK67%20KUB
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK67%2520KUB%27 HTTP/1.1" 200 None
2026-03-30 06:15:20 [bca.uk] INFO: Scrape type for SK67%20KUB: 2
2026-03-30 06:15:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4fc63bc-be90-5573-9daf-80ebb5516366 with identifier: SK67%20KUB
2026-03-30 06:15:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4fc63bc-be90-5573-9daf-80ebb5516366 with scrape type 2
2026-03-30 06:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4fc63bc-be90-5573-9daf-80ebb5516366 with scrape type 2
2026-03-30 06:15:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4fc63bc-be90-5573-9daf-80ebb5516366, identifier: SK67%20KUB
2026-03-30 06:15:20 [bca.uk] INFO: Found listing with ID: SH10%20BVC
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH10%2520BVC%27 HTTP/1.1" 200 None
2026-03-30 06:15:20 [bca.uk] INFO: Scrape type for SH10%20BVC: 2
2026-03-30 06:15:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d46d09c7-699e-58a0-85f4-574324cb7aba with identifier: SH10%20BVC
2026-03-30 06:15:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d46d09c7-699e-58a0-85f4-574324cb7aba with scrape type 2
2026-03-30 06:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d46d09c7-699e-58a0-85f4-574324cb7aba with scrape type 2
2026-03-30 06:15:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d46d09c7-699e-58a0-85f4-574324cb7aba, identifier: SH10%20BVC
2026-03-30 06:15:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4262ed3-eab1-5fba-add2-bf3b45090d02 with identifier: BT72%20GFG
2026-03-30 06:15:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4262ed3-eab1-5fba-add2-bf3b45090d02 with identifier: BT72%20GFG
2026-03-30 06:15:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4262ed3-eab1-5fba-add2-bf3b45090d02 with identifier: BT72%20GFG to the API
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT72%20GFG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4262ed3-eab1-5fba-add2-bf3b45090d02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT72 GFG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT72%20GFG&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'FIAT',
'model': '500',
'odometer': 35478,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7600,
'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': 'ZFACF1CJ1NJH11725',
'year': 2023}
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT72%2520GFG%27 HTTP/1.1" 200 None
2026-03-30 06:15:20 [bca.uk] INFO: Saving data for BT72%20GFG: {'auction_closing_time': 1775199600.0, 'created_time': 1773834972.526448, 'last_price_update_time': 1774851320.894006}
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT72%2520GFG') HTTP/1.1" 204 0
2026-03-30 06:15:20 [bca.uk] INFO: Found listing with ID: WN69%20OMC
2026-03-30 06:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN69%2520OMC%27 HTTP/1.1" 200 None
2026-03-30 06:15:20 [bca.uk] INFO: Scrape type for WN69%20OMC: 2
2026-03-30 06:15:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 218a5abc-56c7-5b72-918c-56a9254dd970 with identifier: WN69%20OMC
2026-03-30 06:15:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 218a5abc-56c7-5b72-918c-56a9254dd970 with scrape type 2
2026-03-30 06:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 218a5abc-56c7-5b72-918c-56a9254dd970 with scrape type 2
2026-03-30 06:15:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 218a5abc-56c7-5b72-918c-56a9254dd970, identifier: WN69%20OMC
2026-03-30 06:15:21 [bca.uk] INFO: Found listing with ID: GK19%20NSO
2026-03-30 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK19%2520NSO%27 HTTP/1.1" 200 None
2026-03-30 06:15:21 [bca.uk] INFO: Scrape type for GK19%20NSO: 0
2026-03-30 06:15:21 [bca.uk] INFO: Found listing with ID: WD70%20HZX
2026-03-30 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD70%2520HZX%27 HTTP/1.1" 200 None
2026-03-30 06:15:21 [bca.uk] INFO: Scrape type for WD70%20HZX: 2
2026-03-30 06:15:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with identifier: WD70%20HZX
2026-03-30 06:15:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with scrape type 2
2026-03-30 06:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with scrape type 2
2026-03-30 06:15:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561, identifier: WD70%20HZX
2026-03-30 06:15:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4fc63bc-be90-5573-9daf-80ebb5516366 with identifier: SK67%20KUB
2026-03-30 06:15:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4fc63bc-be90-5573-9daf-80ebb5516366 with identifier: SK67%20KUB
2026-03-30 06:15:21 [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-30 06:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:21 [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=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-30 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK67%2520KUB%27 HTTP/1.1" 200 None
2026-03-30 06:15:21 [bca.uk] INFO: Saving data for SK67%20KUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774476278.398434, 'last_price_update_time': 1774851321.489071}
2026-03-30 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:21 [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-30 06:15:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d46d09c7-699e-58a0-85f4-574324cb7aba with identifier: SH10%20BVC
2026-03-30 06:15:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d46d09c7-699e-58a0-85f4-574324cb7aba with identifier: SH10%20BVC
2026-03-30 06:15:21 [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-30 06:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH10%2520BVC%27 HTTP/1.1" 200 None
2026-03-30 06:15:21 [bca.uk] INFO: Saving data for SH10%20BVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774476915.580604, 'last_price_update_time': 1774851321.868244}
2026-03-30 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:21 [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-30 06:15:21 [bca.uk] INFO: Found listing with ID: DL73%20KXW
2026-03-30 06:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL73%2520KXW%27 HTTP/1.1" 200 None
2026-03-30 06:15:21 [bca.uk] INFO: Scrape type for DL73%20KXW: 2
2026-03-30 06:15:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 473e829c-2486-5525-a2de-5b39f27e13bc with identifier: DL73%20KXW
2026-03-30 06:15:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 473e829c-2486-5525-a2de-5b39f27e13bc with scrape type 2
2026-03-30 06:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 473e829c-2486-5525-a2de-5b39f27e13bc with scrape type 2
2026-03-30 06:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 473e829c-2486-5525-a2de-5b39f27e13bc, identifier: DL73%20KXW
2026-03-30 06:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 218a5abc-56c7-5b72-918c-56a9254dd970 with identifier: WN69%20OMC
2026-03-30 06:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 218a5abc-56c7-5b72-918c-56a9254dd970 with identifier: WN69%20OMC
2026-03-30 06:15:22 [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-30 06:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:22 [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': 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-30 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN69%2520OMC%27 HTTP/1.1" 200 None
2026-03-30 06:15:22 [bca.uk] INFO: Saving data for WN69%20OMC: {'auction_closing_time': 1774854000.0, 'created_time': 1774364619.39296, 'last_price_update_time': 1774851322.274449}
2026-03-30 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:22 [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-30 06:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with identifier: WD70%20HZX
2026-03-30 06:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f3f5474-5fd8-5680-a1a9-5a53cc0e0561 with identifier: WD70%20HZX
2026-03-30 06:15:22 [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-30 06:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:22 [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': 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-30 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD70%2520HZX%27 HTTP/1.1" 200 None
2026-03-30 06:15:22 [bca.uk] INFO: Saving data for WD70%20HZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774678122.702556, 'last_price_update_time': 1774851322.577571}
2026-03-30 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:22 [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-30 06:15:22 [bca.uk] INFO: Found listing with ID: SN66%20PGE
2026-03-30 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN66%2520PGE%27 HTTP/1.1" 200 None
2026-03-30 06:15:22 [bca.uk] INFO: Scrape type for SN66%20PGE: 0
2026-03-30 06:15:22 [bca.uk] INFO: Found listing with ID: VO20%20ZZM
2026-03-30 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO20%2520ZZM%27 HTTP/1.1" 200 None
2026-03-30 06:15:22 [bca.uk] INFO: Scrape type for VO20%20ZZM: 2
2026-03-30 06:15:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2700d040-8ade-5ce2-bb41-5936b5b53c77 with identifier: VO20%20ZZM
2026-03-30 06:15:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2700d040-8ade-5ce2-bb41-5936b5b53c77 with scrape type 2
2026-03-30 06:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2700d040-8ade-5ce2-bb41-5936b5b53c77 with scrape type 2
2026-03-30 06:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2700d040-8ade-5ce2-bb41-5936b5b53c77, identifier: VO20%20ZZM
2026-03-30 06:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 473e829c-2486-5525-a2de-5b39f27e13bc with identifier: DL73%20KXW
2026-03-30 06:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 473e829c-2486-5525-a2de-5b39f27e13bc with identifier: DL73%20KXW
2026-03-30 06:15:22 [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-30 06:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL73%2520KXW%27 HTTP/1.1" 200 None
2026-03-30 06:15:23 [bca.uk] INFO: Saving data for DL73%20KXW: {'auction_closing_time': 1775199600.0, 'created_time': 1773842509.210368, 'last_price_update_time': 1774851323.008017}
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:23 [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-30 06:15:23 [bca.uk] INFO: Found listing with ID: WP71%20XJM
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP71%2520XJM%27 HTTP/1.1" 200 None
2026-03-30 06:15:23 [bca.uk] INFO: Scrape type for WP71%20XJM: 0
2026-03-30 06:15:23 [bca.uk] INFO: Found listing with ID: WR72%20NFL
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR72%2520NFL%27 HTTP/1.1" 200 None
2026-03-30 06:15:23 [bca.uk] INFO: Scrape type for WR72%20NFL: 2
2026-03-30 06:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d978e5b-7788-5d94-899c-79e45cdf9e23 with identifier: WR72%20NFL
2026-03-30 06:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d978e5b-7788-5d94-899c-79e45cdf9e23 with scrape type 2
2026-03-30 06:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d978e5b-7788-5d94-899c-79e45cdf9e23 with scrape type 2
2026-03-30 06:15:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d978e5b-7788-5d94-899c-79e45cdf9e23, identifier: WR72%20NFL
2026-03-30 06:15:23 [bca.uk] INFO: Found listing with ID: FL68%20LDZ
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL68%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:23 [bca.uk] INFO: Scrape type for FL68%20LDZ: 2
2026-03-30 06:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with identifier: FL68%20LDZ
2026-03-30 06:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with scrape type 2
2026-03-30 06:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with scrape type 2
2026-03-30 06:15:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb2870ac-0e2f-5ab2-85e7-86100c8404f5, identifier: FL68%20LDZ
2026-03-30 06:15:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2700d040-8ade-5ce2-bb41-5936b5b53c77 with identifier: VO20%20ZZM
2026-03-30 06:15:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2700d040-8ade-5ce2-bb41-5936b5b53c77 with identifier: VO20%20ZZM
2026-03-30 06:15:23 [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-30 06:15:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO20%2520ZZM%27 HTTP/1.1" 200 None
2026-03-30 06:15:23 [bca.uk] INFO: Saving data for VO20%20ZZM: {'auction_closing_time': 1774951200.0, 'created_time': 1774265474.567554, 'last_price_update_time': 1774851323.566936}
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:23 [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-30 06:15:23 [bca.uk] INFO: Found listing with ID: DV24%20BYX
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV24%2520BYX%27 HTTP/1.1" 200 None
2026-03-30 06:15:23 [bca.uk] INFO: Scrape type for DV24%20BYX: 2
2026-03-30 06:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd409d39-528f-53df-9926-3feb710337c1 with identifier: DV24%20BYX
2026-03-30 06:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd409d39-528f-53df-9926-3feb710337c1 with scrape type 2
2026-03-30 06:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd409d39-528f-53df-9926-3feb710337c1 with scrape type 2
2026-03-30 06:15:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd409d39-528f-53df-9926-3feb710337c1, identifier: DV24%20BYX
2026-03-30 06:15:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d978e5b-7788-5d94-899c-79e45cdf9e23 with identifier: WR72%20NFL
2026-03-30 06:15:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d978e5b-7788-5d94-899c-79e45cdf9e23 with identifier: WR72%20NFL
2026-03-30 06:15:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d978e5b-7788-5d94-899c-79e45cdf9e23 with identifier: WR72%20NFL to the API
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR72%20NFL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '0d978e5b-7788-5d94-899c-79e45cdf9e23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WR72 NFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR72%20NFL&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 20331,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
'transmission': 'automatic',
'trim': '50KWH 135 GT LINE+ (50KW)',
'vin': 'VF1AG000X69849510',
'year': 2022}
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR72%2520NFL%27 HTTP/1.1" 200 None
2026-03-30 06:15:23 [bca.uk] INFO: Saving data for WR72%20NFL: {'auction_closing_time': 1774854000.0, 'created_time': 1774016435.09354, 'last_price_update_time': 1774851323.983778}
2026-03-30 06:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR72%2520NFL') HTTP/1.1" 204 0
2026-03-30 06:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with identifier: FL68%20LDZ
2026-03-30 06:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb2870ac-0e2f-5ab2-85e7-86100c8404f5 with identifier: FL68%20LDZ
2026-03-30 06:15:24 [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-30 06:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:24 [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=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-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL68%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Saving data for FL68%20LDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678116.713346, 'last_price_update_time': 1774851324.26465}
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:24 [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-30 06:15:24 [bca.uk] INFO: Found listing with ID: WD17%20LOJ
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD17%2520LOJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for WD17%20LOJ: 0
2026-03-30 06:15:24 [bca.uk] INFO: Found listing with ID: AY70%20UXZ
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY70%2520UXZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for AY70%20UXZ: 2
2026-03-30 06:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200e478f-b619-503a-ab74-d0192f2396e5 with identifier: AY70%20UXZ
2026-03-30 06:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200e478f-b619-503a-ab74-d0192f2396e5 with scrape type 2
2026-03-30 06:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 200e478f-b619-503a-ab74-d0192f2396e5 with scrape type 2
2026-03-30 06:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 200e478f-b619-503a-ab74-d0192f2396e5, identifier: AY70%20UXZ
2026-03-30 06:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd409d39-528f-53df-9926-3feb710337c1 with identifier: DV24%20BYX
2026-03-30 06:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd409d39-528f-53df-9926-3feb710337c1 with identifier: DV24%20BYX
2026-03-30 06:15:24 [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-30 06:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV24%2520BYX%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Saving data for DV24%20BYX: {'auction_closing_time': 1775199600.0, 'created_time': 1773842547.772066, 'last_price_update_time': 1774851324.700668}
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:24 [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-30 06:15:24 [bca.uk] INFO: Found listing with ID: WV23%20VRE
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV23%2520VRE%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for WV23%20VRE: 0
2026-03-30 06:15:24 [bca.uk] INFO: Found listing with ID: WV71%20SYU
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520SYU%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for WV71%20SYU: 2
2026-03-30 06:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a304d9c-ad26-5cc4-a942-a2b2aafea82e with identifier: WV71%20SYU
2026-03-30 06:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a304d9c-ad26-5cc4-a942-a2b2aafea82e with scrape type 2
2026-03-30 06:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a304d9c-ad26-5cc4-a942-a2b2aafea82e with scrape type 2
2026-03-30 06:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a304d9c-ad26-5cc4-a942-a2b2aafea82e, identifier: WV71%20SYU
2026-03-30 06:15:24 [bca.uk] INFO: Found listing with ID: EK71%20XHH
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK71%2520XHH%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for EK71%20XHH: 0
2026-03-30 06:15:24 [bca.uk] INFO: Found listing with ID: LK71%20MTX
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK71%2520MTX%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for LK71%20MTX: 0
2026-03-30 06:15:24 [bca.uk] INFO: Found listing with ID: EF16%20YTX
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF16%2520YTX%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for EF16%20YTX: 0
2026-03-30 06:15:24 [bca.uk] INFO: Found listing with ID: BF71%20NFL
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF71%2520NFL%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for BF71%20NFL: 0
2026-03-30 06:15:24 [bca.uk] INFO: Found listing with ID: CJ19%20WVD
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJ19%2520WVD%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for CJ19%20WVD: 0
2026-03-30 06:15:24 [bca.uk] INFO: Found listing with ID: KM25%20GXC
2026-03-30 06:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM25%2520GXC%27 HTTP/1.1" 200 None
2026-03-30 06:15:24 [bca.uk] INFO: Scrape type for KM25%20GXC: 2
2026-03-30 06:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7897278a-821f-5943-b8a2-b7a74f005b76 with identifier: KM25%20GXC
2026-03-30 06:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7897278a-821f-5943-b8a2-b7a74f005b76 with scrape type 2
2026-03-30 06:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7897278a-821f-5943-b8a2-b7a74f005b76 with scrape type 2
2026-03-30 06:15:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7897278a-821f-5943-b8a2-b7a74f005b76, identifier: KM25%20GXC
2026-03-30 06:15:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 200e478f-b619-503a-ab74-d0192f2396e5 with identifier: AY70%20UXZ
2026-03-30 06:15:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 200e478f-b619-503a-ab74-d0192f2396e5 with identifier: AY70%20UXZ
2026-03-30 06:15:25 [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-30 06:15:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:25 [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': 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-30 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AY70%2520UXZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:25 [bca.uk] INFO: Saving data for AY70%20UXZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678132.736925, 'last_price_update_time': 1774851325.358185}
2026-03-30 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:25 [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-30 06:15:25 [bca.uk] INFO: Found listing with ID: DV24%20CFM
2026-03-30 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV24%2520CFM%27 HTTP/1.1" 200 None
2026-03-30 06:15:25 [bca.uk] INFO: Scrape type for DV24%20CFM: 0
2026-03-30 06:15:25 [bca.uk] INFO: Found listing with ID: DV24%20JSU
2026-03-30 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV24%2520JSU%27 HTTP/1.1" 200 None
2026-03-30 06:15:25 [bca.uk] INFO: Scrape type for DV24%20JSU: 2
2026-03-30 06:15:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with identifier: DV24%20JSU
2026-03-30 06:15:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with scrape type 2
2026-03-30 06:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with scrape type 2
2026-03-30 06:15:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2, identifier: DV24%20JSU
2026-03-30 06:15:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a304d9c-ad26-5cc4-a942-a2b2aafea82e with identifier: WV71%20SYU
2026-03-30 06:15:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a304d9c-ad26-5cc4-a942-a2b2aafea82e with identifier: WV71%20SYU
2026-03-30 06:15:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a304d9c-ad26-5cc4-a942-a2b2aafea82e with identifier: WV71%20SYU to the API
2026-03-30 06:15:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20SYU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '0a304d9c-ad26-5cc4-a942-a2b2aafea82e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV71 SYU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20SYU&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 20294,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7200,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
'transmission': 'automatic',
'trim': '50KWH 110 ICONIC (50KW)',
'vin': 'VF1AG000667839892',
'year': 2021}
2026-03-30 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520SYU%27 HTTP/1.1" 200 None
2026-03-30 06:15:25 [bca.uk] INFO: Saving data for WV71%20SYU: {'auction_closing_time': 1774854000.0, 'created_time': 1773986746.942013, 'last_price_update_time': 1774851325.882338}
2026-03-30 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520SYU') HTTP/1.1" 204 0
2026-03-30 06:15:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7897278a-821f-5943-b8a2-b7a74f005b76 with identifier: KM25%20GXC
2026-03-30 06:15:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7897278a-821f-5943-b8a2-b7a74f005b76 with identifier: KM25%20GXC
2026-03-30 06:15:25 [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-30 06:15:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:26 [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': 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-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM25%2520GXC%27 HTTP/1.1" 200 None
2026-03-30 06:15:26 [bca.uk] INFO: Saving data for KM25%20GXC: {'auction_closing_time': 1775124000.0, 'created_time': 1774390444.792184, 'last_price_update_time': 1774851326.172048}
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:26 [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-30 06:15:26 [bca.uk] INFO: Found listing with ID: CA22%20ORW
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA22%2520ORW%27 HTTP/1.1" 200 None
2026-03-30 06:15:26 [bca.uk] INFO: Scrape type for CA22%20ORW: 2
2026-03-30 06:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with identifier: CA22%20ORW
2026-03-30 06:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with scrape type 2
2026-03-30 06:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with scrape type 2
2026-03-30 06:15:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d, identifier: CA22%20ORW
2026-03-30 06:15:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with identifier: DV24%20JSU
2026-03-30 06:15:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8b9c790-02e3-5c7f-83d9-5d515f5aa6f2 with identifier: DV24%20JSU
2026-03-30 06:15:26 [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-30 06:15:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV24%2520JSU%27 HTTP/1.1" 200 None
2026-03-30 06:15:26 [bca.uk] INFO: Saving data for DV24%20JSU: {'auction_closing_time': 1775199600.0, 'created_time': 1773841915.513158, 'last_price_update_time': 1774851326.560601}
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:26 [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-30 06:15:26 [bca.uk] INFO: Found listing with ID: YR22%20XOS
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR22%2520XOS%27 HTTP/1.1" 200 None
2026-03-30 06:15:26 [bca.uk] INFO: Scrape type for YR22%20XOS: 2
2026-03-30 06:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75e91adf-e4ab-5d57-918f-7b283a4f184c with identifier: YR22%20XOS
2026-03-30 06:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e91adf-e4ab-5d57-918f-7b283a4f184c with scrape type 2
2026-03-30 06:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75e91adf-e4ab-5d57-918f-7b283a4f184c with scrape type 2
2026-03-30 06:15:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75e91adf-e4ab-5d57-918f-7b283a4f184c, identifier: YR22%20XOS
2026-03-30 06:15:26 [bca.uk] INFO: Found listing with ID: YC18%20JNL
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC18%2520JNL%27 HTTP/1.1" 200 None
2026-03-30 06:15:26 [bca.uk] INFO: Scrape type for YC18%20JNL: 0
2026-03-30 06:15:26 [bca.uk] INFO: Found listing with ID: DO19%20LPJ
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DO19%2520LPJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:26 [bca.uk] INFO: Scrape type for DO19%20LPJ: 0
2026-03-30 06:15:26 [bca.uk] INFO: Found listing with ID: BN16%20KWU
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN16%2520KWU%27 HTTP/1.1" 200 None
2026-03-30 06:15:26 [bca.uk] INFO: Scrape type for BN16%20KWU: 2
2026-03-30 06:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7864743c-c078-54f5-bf02-620f50a1da43 with identifier: BN16%20KWU
2026-03-30 06:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7864743c-c078-54f5-bf02-620f50a1da43 with scrape type 2
2026-03-30 06:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7864743c-c078-54f5-bf02-620f50a1da43 with scrape type 2
2026-03-30 06:15:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7864743c-c078-54f5-bf02-620f50a1da43, identifier: BN16%20KWU
2026-03-30 06:15:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with identifier: CA22%20ORW
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Bi-Fuel HTTP/1.1" 200 None
2026-03-30 06:15:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:15:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f56fbe6-4b86-58f5-9e20-e580320d0e7d with identifier: CA22%20ORW
2026-03-30 06:15:27 [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-30 06:15:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:27 [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': 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-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA22%2520ORW%27 HTTP/1.1" 200 None
2026-03-30 06:15:27 [bca.uk] INFO: Saving data for CA22%20ORW: {'auction_closing_time': 1774951200.0, 'created_time': 1774265365.256456, 'last_price_update_time': 1774851327.227538}
2026-03-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:27 [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-30 06:15:27 [bca.uk] INFO: Found listing with ID: GM23%20LHE
2026-03-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM23%2520LHE%27 HTTP/1.1" 200 None
2026-03-30 06:15:27 [bca.uk] INFO: Scrape type for GM23%20LHE: 2
2026-03-30 06:15:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 527495dd-0251-547c-9083-e145fd183a8b with identifier: GM23%20LHE
2026-03-30 06:15:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 527495dd-0251-547c-9083-e145fd183a8b with scrape type 2
2026-03-30 06:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 527495dd-0251-547c-9083-e145fd183a8b with scrape type 2
2026-03-30 06:15:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 527495dd-0251-547c-9083-e145fd183a8b, identifier: GM23%20LHE
2026-03-30 06:15:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75e91adf-e4ab-5d57-918f-7b283a4f184c with identifier: YR22%20XOS
2026-03-30 06:15:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75e91adf-e4ab-5d57-918f-7b283a4f184c with identifier: YR22%20XOS
2026-03-30 06:15:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75e91adf-e4ab-5d57-918f-7b283a4f184c with identifier: YR22%20XOS to the API
2026-03-30 06:15:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:27 [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': 34,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20XOS-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': '75e91adf-e4ab-5d57-918f-7b283a4f184c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR22 XOS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20XOS&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 42134,
'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': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC SE',
'vin': 'SALZA2AT3PH184489',
'year': 2022}
2026-03-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR22%2520XOS%27 HTTP/1.1" 200 None
2026-03-30 06:15:27 [bca.uk] INFO: Saving data for YR22%20XOS: {'auction_closing_time': 1774854000.0, 'created_time': 1774448067.046998, 'last_price_update_time': 1774851327.634089}
2026-03-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520XOS') HTTP/1.1" 204 0
2026-03-30 06:15:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7864743c-c078-54f5-bf02-620f50a1da43 with identifier: BN16%20KWU
2026-03-30 06:15:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7864743c-c078-54f5-bf02-620f50a1da43 with identifier: BN16%20KWU
2026-03-30 06:15:27 [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-30 06:15:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN16%2520KWU%27 HTTP/1.1" 200 None
2026-03-30 06:15:27 [bca.uk] INFO: Saving data for BN16%20KWU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564319.631142, 'last_price_update_time': 1774851327.925482}
2026-03-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:27 [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-30 06:15:27 [bca.uk] INFO: Found listing with ID: CP22%20DPV
2026-03-30 06:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP22%2520DPV%27 HTTP/1.1" 200 None
2026-03-30 06:15:27 [bca.uk] INFO: Scrape type for CP22%20DPV: 2
2026-03-30 06:15:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b0490c9-f3ee-50d2-a789-786e57910d3a with identifier: CP22%20DPV
2026-03-30 06:15:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b0490c9-f3ee-50d2-a789-786e57910d3a with scrape type 2
2026-03-30 06:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b0490c9-f3ee-50d2-a789-786e57910d3a with scrape type 2
2026-03-30 06:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b0490c9-f3ee-50d2-a789-786e57910d3a, identifier: CP22%20DPV
2026-03-30 06:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 527495dd-0251-547c-9083-e145fd183a8b with identifier: GM23%20LHE
2026-03-30 06:15: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-30 06:15: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-30 06:15:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:28 [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': 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-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM23%2520LHE%27 HTTP/1.1" 200 None
2026-03-30 06:15:28 [bca.uk] INFO: Saving data for GM23%20LHE: {'auction_closing_time': 1775199600.0, 'created_time': 1773841367.672926, 'last_price_update_time': 1774851328.365565}
2026-03-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:28 [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-30 06:15:28 [bca.uk] INFO: Found listing with ID: CE73%20GNO
2026-03-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE73%2520GNO%27 HTTP/1.1" 200 None
2026-03-30 06:15:28 [bca.uk] INFO: Scrape type for CE73%20GNO: 0
2026-03-30 06:15:28 [bca.uk] INFO: Found listing with ID: HJ72%20LSK
2026-03-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ72%2520LSK%27 HTTP/1.1" 200 None
2026-03-30 06:15:28 [bca.uk] INFO: Scrape type for HJ72%20LSK: 2
2026-03-30 06:15:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4897a1d-ee8a-55e7-86b3-fff174383c72 with identifier: HJ72%20LSK
2026-03-30 06:15:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4897a1d-ee8a-55e7-86b3-fff174383c72 with scrape type 2
2026-03-30 06:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4897a1d-ee8a-55e7-86b3-fff174383c72 with scrape type 2
2026-03-30 06:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4897a1d-ee8a-55e7-86b3-fff174383c72, identifier: HJ72%20LSK
2026-03-30 06:15:28 [bca.uk] INFO: Found listing with ID: EY19%20WCL
2026-03-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY19%2520WCL%27 HTTP/1.1" 200 None
2026-03-30 06:15:28 [bca.uk] INFO: Scrape type for EY19%20WCL: 0
2026-03-30 06:15:28 [bca.uk] INFO: Found listing with ID: NL64%20UCU
2026-03-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL64%2520UCU%27 HTTP/1.1" 200 None
2026-03-30 06:15:28 [bca.uk] INFO: Scrape type for NL64%20UCU: 0
2026-03-30 06:15:28 [bca.uk] INFO: Found listing with ID: FB19%20XFJ
2026-03-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FB19%2520XFJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:28 [bca.uk] INFO: Scrape type for FB19%20XFJ: 2
2026-03-30 06:15:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac6144c8-fa9c-529b-881a-c737421f73a0 with identifier: FB19%20XFJ
2026-03-30 06:15:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac6144c8-fa9c-529b-881a-c737421f73a0 with scrape type 2
2026-03-30 06:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac6144c8-fa9c-529b-881a-c737421f73a0 with scrape type 2
2026-03-30 06:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac6144c8-fa9c-529b-881a-c737421f73a0, identifier: FB19%20XFJ
2026-03-30 06:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b0490c9-f3ee-50d2-a789-786e57910d3a with identifier: CP22%20DPV
2026-03-30 06:15:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b0490c9-f3ee-50d2-a789-786e57910d3a with identifier: CP22%20DPV
2026-03-30 06:15:28 [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-30 06:15:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:28 [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': 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-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP22%2520DPV%27 HTTP/1.1" 200 None
2026-03-30 06:15:28 [bca.uk] INFO: Saving data for CP22%20DPV: {'auction_closing_time': 1774951200.0, 'created_time': 1774678112.253524, 'last_price_update_time': 1774851328.963979}
2026-03-30 06:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:28 [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-30 06:15:29 [bca.uk] INFO: Found listing with ID: GM23%20LHG
2026-03-30 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM23%2520LHG%27 HTTP/1.1" 200 None
2026-03-30 06:15:29 [bca.uk] INFO: Scrape type for GM23%20LHG: 2
2026-03-30 06:15:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with identifier: GM23%20LHG
2026-03-30 06:15: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-30 06:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with scrape type 2
2026-03-30 06:15:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cb41e2c-61c6-584e-8457-8ebf14673ee0, identifier: GM23%20LHG
2026-03-30 06:15:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4897a1d-ee8a-55e7-86b3-fff174383c72 with identifier: HJ72%20LSK
2026-03-30 06:15:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4897a1d-ee8a-55e7-86b3-fff174383c72 with identifier: HJ72%20LSK
2026-03-30 06:15:29 [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-30 06:15:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15:29 [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': 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-30 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ72%2520LSK%27 HTTP/1.1" 200 None
2026-03-30 06:15:29 [bca.uk] INFO: Saving data for HJ72%20LSK: {'auction_closing_time': 1774854000.0, 'created_time': 1774364651.590059, 'last_price_update_time': 1774851329.489151}
2026-03-30 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:29 [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-30 06:15:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac6144c8-fa9c-529b-881a-c737421f73a0 with identifier: FB19%20XFJ
2026-03-30 06:15:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac6144c8-fa9c-529b-881a-c737421f73a0 with identifier: FB19%20XFJ
2026-03-30 06:15:29 [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-30 06:15:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:15: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': 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-30 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FB19%2520XFJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:29 [bca.uk] INFO: Saving data for FB19%20XFJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774678127.776448, 'last_price_update_time': 1774851329.823437}
2026-03-30 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:29 [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-30 06:15:29 [bca.uk] INFO: Found listing with ID: CV69%20KLS
2026-03-30 06:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV69%2520KLS%27 HTTP/1.1" 200 None
2026-03-30 06:15:29 [bca.uk] INFO: Scrape type for CV69%20KLS: 2
2026-03-30 06:15:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4858cf03-0d82-5eed-8e64-efc76acae64d with identifier: CV69%20KLS
2026-03-30 06:15:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4858cf03-0d82-5eed-8e64-efc76acae64d with scrape type 2
2026-03-30 06:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4858cf03-0d82-5eed-8e64-efc76acae64d with scrape type 2
2026-03-30 06:15:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4858cf03-0d82-5eed-8e64-efc76acae64d, identifier: CV69%20KLS
2026-03-30 06:15:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cb41e2c-61c6-584e-8457-8ebf14673ee0 with identifier: GM23%20LHG
2026-03-30 06:15: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-30 06:15:30 [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-30 06:15:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:30 [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': 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-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHG%27 HTTP/1.1" 200 None
2026-03-30 06:15:30 [bca.uk] INFO: Saving data for GM23%20LHG: {'auction_closing_time': 1775199600.0, 'created_time': 1773842464.804597, 'last_price_update_time': 1774851330.264969}
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:30 [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-30 06:15:30 [bca.uk] INFO: Found listing with ID: HJ73%20NVZ
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NVZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:30 [bca.uk] INFO: Scrape type for HJ73%20NVZ: 0
2026-03-30 06:15:30 [bca.uk] INFO: Found listing with ID: KN22%20FCJ
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:30 [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-30 06:15:30 [bca.uk] INFO: Scrape type for KN22%20FCJ: 0
2026-03-30 06:15:30 [bca.uk] INFO: Found listing with ID: VE69%20TZS
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:30 [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-30 06:15:30 [bca.uk] INFO: Scrape type for VE69%20TZS: 2
2026-03-30 06:15:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with identifier: VE69%20TZS
2026-03-30 06:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with scrape type 2
2026-03-30 06:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with scrape type 2
2026-03-30 06:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f, identifier: VE69%20TZS
2026-03-30 06:15:30 [bca.uk] INFO: Found listing with ID: DK24%20YOC
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520YOC%27 HTTP/1.1" 200 None
2026-03-30 06:15:30 [bca.uk] INFO: Scrape type for DK24%20YOC: 2
2026-03-30 06:15:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63ce1167-d0cc-5376-9937-3584e7fa5606 with identifier: DK24%20YOC
2026-03-30 06:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63ce1167-d0cc-5376-9937-3584e7fa5606 with scrape type 2
2026-03-30 06:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63ce1167-d0cc-5376-9937-3584e7fa5606 with scrape type 2
2026-03-30 06:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63ce1167-d0cc-5376-9937-3584e7fa5606, identifier: DK24%20YOC
2026-03-30 06:15:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4858cf03-0d82-5eed-8e64-efc76acae64d with identifier: CV69%20KLS
2026-03-30 06:15:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4858cf03-0d82-5eed-8e64-efc76acae64d with identifier: CV69%20KLS
2026-03-30 06:15:30 [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-30 06:15:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:30 [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': 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-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:30 [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-30 06:15:30 [bca.uk] INFO: Saving data for CV69%20KLS: {'auction_closing_time': 1774951200.0, 'created_time': 1774535158.859976, 'last_price_update_time': 1774851330.848297}
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:30 [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-30 06:15:30 [bca.uk] INFO: Found listing with ID: GV74%20XKX
2026-03-30 06:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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-30 06:15:30 [bca.uk] INFO: Scrape type for GV74%20XKX: 2
2026-03-30 06:15:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2088dce-18bf-5b38-9203-3646aa2ffcf8 with identifier: GV74%20XKX
2026-03-30 06:15: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-30 06:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2088dce-18bf-5b38-9203-3646aa2ffcf8 with scrape type 2
2026-03-30 06:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2088dce-18bf-5b38-9203-3646aa2ffcf8, identifier: GV74%20XKX
2026-03-30 06:15:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with identifier: VE69%20TZS
2026-03-30 06:15:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58bfeaa0-86bd-58a7-8ee4-f5a065ead34f with identifier: VE69%20TZS
2026-03-30 06:15:31 [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-30 06:15:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:31 [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=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-30 06:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:31 [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-30 06:15:31 [bca.uk] INFO: Saving data for VE69%20TZS: {'auction_closing_time': 1774854000.0, 'created_time': 1774364623.694413, 'last_price_update_time': 1774851331.597433}
2026-03-30 06:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:31 [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-30 06:15:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63ce1167-d0cc-5376-9937-3584e7fa5606 with identifier: DK24%20YOC
2026-03-30 06:15:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63ce1167-d0cc-5376-9937-3584e7fa5606 with identifier: DK24%20YOC
2026-03-30 06:15:31 [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-30 06:15:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:31 [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': 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-30 06:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:31 [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-30 06:15:31 [bca.uk] INFO: Saving data for DK24%20YOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774678126.234501, 'last_price_update_time': 1774851331.922411}
2026-03-30 06:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:31 [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-30 06:15:31 [bca.uk] INFO: Found listing with ID: DL64%20PUA
2026-03-30 06:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:31 [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-30 06:15:31 [bca.uk] INFO: Scrape type for DL64%20PUA: 2
2026-03-30 06:15:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0f6140a-22c3-53db-a12c-360c957a7c62 with identifier: DL64%20PUA
2026-03-30 06:15:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0f6140a-22c3-53db-a12c-360c957a7c62 with scrape type 2
2026-03-30 06:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0f6140a-22c3-53db-a12c-360c957a7c62 with scrape type 2
2026-03-30 06:15:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0f6140a-22c3-53db-a12c-360c957a7c62, identifier: DL64%20PUA
2026-03-30 06:15:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2088dce-18bf-5b38-9203-3646aa2ffcf8 with identifier: GV74%20XKX
2026-03-30 06:15:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2088dce-18bf-5b38-9203-3646aa2ffcf8 with identifier: GV74%20XKX
2026-03-30 06:15:32 [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-30 06:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:32 [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-30 06:15:32 [bca.uk] INFO: Saving data for GV74%20XKX: {'auction_closing_time': 1775199600.0, 'created_time': 1773841401.127686, 'last_price_update_time': 1774851332.368148}
2026-03-30 06:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:32 [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-30 06:15:32 [bca.uk] INFO: Found listing with ID: WR72%20NFF
2026-03-30 06:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520NFF%27 HTTP/1.1" 200 None
2026-03-30 06:15:32 [bca.uk] INFO: Scrape type for WR72%20NFF: 2
2026-03-30 06:15:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5479caa9-e96b-5579-8d9c-51f3b1fd0d7a with identifier: WR72%20NFF
2026-03-30 06:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5479caa9-e96b-5579-8d9c-51f3b1fd0d7a with scrape type 2
2026-03-30 06:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5479caa9-e96b-5579-8d9c-51f3b1fd0d7a with scrape type 2
2026-03-30 06:15:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5479caa9-e96b-5579-8d9c-51f3b1fd0d7a, identifier: WR72%20NFF
2026-03-30 06:15:32 [bca.uk] INFO: Found listing with ID: EJ63%20XXE
2026-03-30 06:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:32 [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-30 06:15:32 [bca.uk] INFO: Scrape type for EJ63%20XXE: 2
2026-03-30 06:15:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with identifier: EJ63%20XXE
2026-03-30 06:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with scrape type 2
2026-03-30 06:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with scrape type 2
2026-03-30 06:15:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57d5a431-6c85-5d99-80b0-51ac2afcbac9, identifier: EJ63%20XXE
2026-03-30 06:15:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0f6140a-22c3-53db-a12c-360c957a7c62 with identifier: DL64%20PUA
2026-03-30 06:15:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0f6140a-22c3-53db-a12c-360c957a7c62 with identifier: DL64%20PUA
2026-03-30 06:15:32 [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-30 06:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:32 [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': 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-30 06:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:32 [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-30 06:15:32 [bca.uk] INFO: Saving data for DL64%20PUA: {'auction_closing_time': 1774951200.0, 'created_time': 1774678109.743028, 'last_price_update_time': 1774851332.904572}
2026-03-30 06:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:32 [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-30 06:15:32 [bca.uk] INFO: Found listing with ID: GY24%20TWL
2026-03-30 06:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:32 [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-30 06:15:32 [bca.uk] INFO: Scrape type for GY24%20TWL: 2
2026-03-30 06:15:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 295a16b6-1aea-5412-981f-549f833c8ff5 with identifier: GY24%20TWL
2026-03-30 06:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 295a16b6-1aea-5412-981f-549f833c8ff5 with scrape type 2
2026-03-30 06:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 295a16b6-1aea-5412-981f-549f833c8ff5 with scrape type 2
2026-03-30 06:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 295a16b6-1aea-5412-981f-549f833c8ff5, identifier: GY24%20TWL
2026-03-30 06:15:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5479caa9-e96b-5579-8d9c-51f3b1fd0d7a with identifier: WR72%20NFF
2026-03-30 06:15:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5479caa9-e96b-5579-8d9c-51f3b1fd0d7a with identifier: WR72%20NFF
2026-03-30 06:15:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5479caa9-e96b-5579-8d9c-51f3b1fd0d7a with identifier: WR72%20NFF to the API
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR72%20NFF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '5479caa9-e96b-5579-8d9c-51f3b1fd0d7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WR72 NFF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR72%20NFF&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 12902,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9200,
'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': 'VF1AG000X69756034',
'year': 2022}
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520NFF%27 HTTP/1.1" 200 None
2026-03-30 06:15:33 [bca.uk] INFO: Saving data for WR72%20NFF: {'auction_closing_time': 1774854000.0, 'created_time': 1773929698.761539, 'last_price_update_time': 1774851333.324626}
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR72%2520NFF') HTTP/1.1" 204 0
2026-03-30 06:15:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with identifier: EJ63%20XXE
2026-03-30 06:15:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57d5a431-6c85-5d99-80b0-51ac2afcbac9 with identifier: EJ63%20XXE
2026-03-30 06:15:33 [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-30 06:15:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ63%2520XXE%27 HTTP/1.1" 200 None
2026-03-30 06:15:33 [bca.uk] INFO: Saving data for EJ63%20XXE: {'auction_closing_time': 1775037600.0, 'created_time': 1774678106.584147, 'last_price_update_time': 1774851333.726138}
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:33 [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-30 06:15:33 [bca.uk] INFO: Found listing with ID: EO10%20ZHY
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520ZHY%27 HTTP/1.1" 200 None
2026-03-30 06:15:33 [bca.uk] INFO: Scrape type for EO10%20ZHY: 2
2026-03-30 06:15:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1987c8a-3317-58f4-b55f-2cca34d90152 with identifier: EO10%20ZHY
2026-03-30 06:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1987c8a-3317-58f4-b55f-2cca34d90152 with scrape type 2
2026-03-30 06:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1987c8a-3317-58f4-b55f-2cca34d90152 with scrape type 2
2026-03-30 06:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1987c8a-3317-58f4-b55f-2cca34d90152, identifier: EO10%20ZHY
2026-03-30 06:15:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 295a16b6-1aea-5412-981f-549f833c8ff5 with identifier: GY24%20TWL
2026-03-30 06:15:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 295a16b6-1aea-5412-981f-549f833c8ff5 with identifier: GY24%20TWL
2026-03-30 06:15:33 [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-30 06:15:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:34 [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': 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-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY24%2520TWL%27 HTTP/1.1" 200 None
2026-03-30 06:15:34 [bca.uk] INFO: Saving data for GY24%20TWL: {'auction_closing_time': 1775199600.0, 'created_time': 1773833592.772009, 'last_price_update_time': 1774851334.383082}
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:34 [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-30 06:15:34 [bca.uk] INFO: Found listing with ID: YL22%20LFZ
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL22%2520LFZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:34 [bca.uk] INFO: Scrape type for YL22%20LFZ: 2
2026-03-30 06:15:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f590849-1733-587a-8edd-8ad18fb37763 with identifier: YL22%20LFZ
2026-03-30 06:15:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f590849-1733-587a-8edd-8ad18fb37763 with scrape type 2
2026-03-30 06:15:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f590849-1733-587a-8edd-8ad18fb37763 with scrape type 2
2026-03-30 06:15:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f590849-1733-587a-8edd-8ad18fb37763, identifier: YL22%20LFZ
2026-03-30 06:15:34 [bca.uk] INFO: Found listing with ID: KF19%20XKV
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520XKV%27 HTTP/1.1" 200 None
2026-03-30 06:15:34 [bca.uk] INFO: Scrape type for KF19%20XKV: 2
2026-03-30 06:15:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc215b08-473e-56d8-8de9-73882142ed7e with identifier: KF19%20XKV
2026-03-30 06:15:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc215b08-473e-56d8-8de9-73882142ed7e with scrape type 2
2026-03-30 06:15:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc215b08-473e-56d8-8de9-73882142ed7e with scrape type 2
2026-03-30 06:15:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc215b08-473e-56d8-8de9-73882142ed7e, identifier: KF19%20XKV
2026-03-30 06:15:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1987c8a-3317-58f4-b55f-2cca34d90152 with identifier: EO10%20ZHY
2026-03-30 06:15:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1987c8a-3317-58f4-b55f-2cca34d90152 with identifier: EO10%20ZHY
2026-03-30 06:15:34 [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-30 06:15:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:34 [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=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-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520ZHY%27 HTTP/1.1" 200 None
2026-03-30 06:15:34 [bca.uk] INFO: Saving data for EO10%20ZHY: {'auction_closing_time': 1774951200.0, 'created_time': 1774678055.199317, 'last_price_update_time': 1774851334.92199}
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:34 [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-30 06:15:34 [bca.uk] INFO: Found listing with ID: KE23%20CUC
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520CUC%27 HTTP/1.1" 200 None
2026-03-30 06:15:34 [bca.uk] INFO: Scrape type for KE23%20CUC: 2
2026-03-30 06:15:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2ee2699-7054-5e95-80bd-8f750ef2fe29 with identifier: KE23%20CUC
2026-03-30 06:15:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2ee2699-7054-5e95-80bd-8f750ef2fe29 with scrape type 2
2026-03-30 06:15:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2ee2699-7054-5e95-80bd-8f750ef2fe29 with scrape type 2
2026-03-30 06:15:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2ee2699-7054-5e95-80bd-8f750ef2fe29, identifier: KE23%20CUC
2026-03-30 06:15:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f590849-1733-587a-8edd-8ad18fb37763 with identifier: YL22%20LFZ
2026-03-30 06:15:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f590849-1733-587a-8edd-8ad18fb37763 with identifier: YL22%20LFZ
2026-03-30 06:15:35 [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-30 06:15:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:35 [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': 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-30 06:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL22%2520LFZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:35 [bca.uk] INFO: Saving data for YL22%20LFZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774364505.077557, 'last_price_update_time': 1774851335.338263}
2026-03-30 06:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:35 [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-30 06:15:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc215b08-473e-56d8-8de9-73882142ed7e with identifier: KF19%20XKV
2026-03-30 06:15:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc215b08-473e-56d8-8de9-73882142ed7e with identifier: KF19%20XKV
2026-03-30 06:15:35 [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-30 06:15:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:35 [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': 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-30 06:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520XKV%27 HTTP/1.1" 200 None
2026-03-30 06:15:35 [bca.uk] INFO: Saving data for KF19%20XKV: {'auction_closing_time': 1775037600.0, 'created_time': 1774678121.545865, 'last_price_update_time': 1774851335.629951}
2026-03-30 06:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:35 [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-30 06:15:35 [bca.uk] INFO: Found listing with ID: HX17%20TCV
2026-03-30 06:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX17%2520TCV%27 HTTP/1.1" 200 None
2026-03-30 06:15:35 [bca.uk] INFO: Scrape type for HX17%20TCV: 2
2026-03-30 06:15:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78a0d477-4cb7-5978-a8b2-47c350e2e371 with identifier: HX17%20TCV
2026-03-30 06:15:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78a0d477-4cb7-5978-a8b2-47c350e2e371 with scrape type 2
2026-03-30 06:15:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78a0d477-4cb7-5978-a8b2-47c350e2e371 with scrape type 2
2026-03-30 06:15:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78a0d477-4cb7-5978-a8b2-47c350e2e371, identifier: HX17%20TCV
2026-03-30 06:15:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2ee2699-7054-5e95-80bd-8f750ef2fe29 with identifier: KE23%20CUC
2026-03-30 06:15:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2ee2699-7054-5e95-80bd-8f750ef2fe29 with identifier: KE23%20CUC
2026-03-30 06:15:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2ee2699-7054-5e95-80bd-8f750ef2fe29 with identifier: KE23%20CUC to the API
2026-03-30 06:15:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20CUC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'b2ee2699-7054-5e95-80bd-8f750ef2fe29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KE23 CUC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20CUC&vehicleType=*',
'listing': 'directbuy',
'location': 'Enfield',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 3784,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13700,
'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': 'VXKUPHNSSP4134908',
'year': 2023}
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520CUC%27 HTTP/1.1" 200 None
2026-03-30 06:15:36 [bca.uk] INFO: Saving data for KE23%20CUC: {'auction_closing_time': 1775199600.0, 'created_time': 1773841484.13417, 'last_price_update_time': 1774851336.016232}
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520CUC') HTTP/1.1" 204 0
2026-03-30 06:15:36 [bca.uk] INFO: Found listing with ID: LV75%20ODE
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV75%2520ODE%27 HTTP/1.1" 200 None
2026-03-30 06:15:36 [bca.uk] INFO: Scrape type for LV75%20ODE: 2
2026-03-30 06:15:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d89f7467-c756-5970-a7aa-ff08f3eea29f with identifier: LV75%20ODE
2026-03-30 06:15:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d89f7467-c756-5970-a7aa-ff08f3eea29f with scrape type 2
2026-03-30 06:15:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d89f7467-c756-5970-a7aa-ff08f3eea29f with scrape type 2
2026-03-30 06:15:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d89f7467-c756-5970-a7aa-ff08f3eea29f, identifier: LV75%20ODE
2026-03-30 06:15:36 [bca.uk] INFO: Found listing with ID: YW18%20ETK
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW18%2520ETK%27 HTTP/1.1" 200 None
2026-03-30 06:15:36 [bca.uk] INFO: Scrape type for YW18%20ETK: 2
2026-03-30 06:15:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9ff8df2-1a08-565d-a3af-332663c060a2 with identifier: YW18%20ETK
2026-03-30 06:15:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9ff8df2-1a08-565d-a3af-332663c060a2 with scrape type 2
2026-03-30 06:15:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9ff8df2-1a08-565d-a3af-332663c060a2 with scrape type 2
2026-03-30 06:15:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9ff8df2-1a08-565d-a3af-332663c060a2, identifier: YW18%20ETK
2026-03-30 06:15:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78a0d477-4cb7-5978-a8b2-47c350e2e371 with identifier: HX17%20TCV
2026-03-30 06:15:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78a0d477-4cb7-5978-a8b2-47c350e2e371 with identifier: HX17%20TCV
2026-03-30 06:15:36 [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-30 06:15:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:36 [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': 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-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX17%2520TCV%27 HTTP/1.1" 200 None
2026-03-30 06:15:36 [bca.uk] INFO: Saving data for HX17%20TCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774476280.103117, 'last_price_update_time': 1774851336.528525}
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [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-30 06:15:36 [bca.uk] INFO: Found listing with ID: KE73%20YZH
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520YZH%27 HTTP/1.1" 200 None
2026-03-30 06:15:36 [bca.uk] INFO: Scrape type for KE73%20YZH: 2
2026-03-30 06:15:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9564ad90-828f-5c68-820d-e545fe4d2374 with identifier: KE73%20YZH
2026-03-30 06:15:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9564ad90-828f-5c68-820d-e545fe4d2374 with scrape type 2
2026-03-30 06:15:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9564ad90-828f-5c68-820d-e545fe4d2374 with scrape type 2
2026-03-30 06:15:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9564ad90-828f-5c68-820d-e545fe4d2374, identifier: KE73%20YZH
2026-03-30 06:15:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d89f7467-c756-5970-a7aa-ff08f3eea29f with identifier: LV75%20ODE
2026-03-30 06:15:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d89f7467-c756-5970-a7aa-ff08f3eea29f with identifier: LV75%20ODE
2026-03-30 06:15:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d89f7467-c756-5970-a7aa-ff08f3eea29f with identifier: LV75%20ODE to the API
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV75%20ODE-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'd89f7467-c756-5970-a7aa-ff08f3eea29f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV75 ODE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV75%20ODE&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'RANGER',
'odometer': 6052,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 34500,
'price_includes_vat': False,
'registration_date': '2025-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': '6FPP2CMJ4PSR61646',
'year': 2025}
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV75%2520ODE%27 HTTP/1.1" 200 None
2026-03-30 06:15:36 [bca.uk] INFO: Saving data for LV75%20ODE: {'auction_closing_time': 1775199600.0, 'created_time': 1773829538.938548, 'last_price_update_time': 1774851336.905663}
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV75%2520ODE') HTTP/1.1" 204 0
2026-03-30 06:15:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9ff8df2-1a08-565d-a3af-332663c060a2 with identifier: YW18%20ETK
2026-03-30 06:15:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9ff8df2-1a08-565d-a3af-332663c060a2 with identifier: YW18%20ETK
2026-03-30 06:15:37 [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-30 06:15:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:37 [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': 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-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW18%2520ETK%27 HTTP/1.1" 200 None
2026-03-30 06:15:37 [bca.uk] INFO: Saving data for YW18%20ETK: {'auction_closing_time': 1775037600.0, 'created_time': 1774678120.113226, 'last_price_update_time': 1774851337.191767}
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:37 [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-30 06:15:37 [bca.uk] INFO: Found listing with ID: GF09%20WVJ
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF09%2520WVJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:37 [bca.uk] INFO: Scrape type for GF09%20WVJ: 2
2026-03-30 06:15:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with identifier: GF09%20WVJ
2026-03-30 06:15:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with scrape type 2
2026-03-30 06:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with scrape type 2
2026-03-30 06:15:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0054f9f-4ca9-58d2-bb12-5a717ea86e41, identifier: GF09%20WVJ
2026-03-30 06:15:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9564ad90-828f-5c68-820d-e545fe4d2374 with identifier: KE73%20YZH
2026-03-30 06:15:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9564ad90-828f-5c68-820d-e545fe4d2374 with identifier: KE73%20YZH
2026-03-30 06:15:37 [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-30 06:15:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:37 [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': 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-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520YZH%27 HTTP/1.1" 200 None
2026-03-30 06:15:37 [bca.uk] INFO: Saving data for KE73%20YZH: {'auction_closing_time': 1775199600.0, 'created_time': 1774275691.567719, 'last_price_update_time': 1774851337.621773}
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:37 [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-30 06:15:37 [bca.uk] INFO: Found listing with ID: SN71%20LRF
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520LRF%27 HTTP/1.1" 200 None
2026-03-30 06:15:37 [bca.uk] INFO: Scrape type for SN71%20LRF: 2
2026-03-30 06:15:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eec2922f-7290-582f-90ce-bac677887111 with identifier: SN71%20LRF
2026-03-30 06:15:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eec2922f-7290-582f-90ce-bac677887111 with scrape type 2
2026-03-30 06:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eec2922f-7290-582f-90ce-bac677887111 with scrape type 2
2026-03-30 06:15:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eec2922f-7290-582f-90ce-bac677887111, identifier: SN71%20LRF
2026-03-30 06:15:37 [bca.uk] INFO: Found listing with ID: BP63%20NVY
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP63%2520NVY%27 HTTP/1.1" 200 None
2026-03-30 06:15:37 [bca.uk] INFO: Scrape type for BP63%20NVY: 2
2026-03-30 06:15:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with identifier: BP63%20NVY
2026-03-30 06:15:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with scrape type 2
2026-03-30 06:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with scrape type 2
2026-03-30 06:15:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d, identifier: BP63%20NVY
2026-03-30 06:15:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with identifier: GF09%20WVJ
2026-03-30 06:15:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0054f9f-4ca9-58d2-bb12-5a717ea86e41 with identifier: GF09%20WVJ
2026-03-30 06:15:37 [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-30 06:15:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:38 [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': 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-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF09%2520WVJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:38 [bca.uk] INFO: Saving data for GF09%20WVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774478399.500676, 'last_price_update_time': 1774851338.167952}
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:38 [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-30 06:15:38 [bca.uk] INFO: Found listing with ID: KF73%20AUY
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AUY%27 HTTP/1.1" 200 None
2026-03-30 06:15:38 [bca.uk] INFO: Scrape type for KF73%20AUY: 2
2026-03-30 06:15:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83b1f41e-acf5-5f67-9fe8-0f807a8c750a with identifier: KF73%20AUY
2026-03-30 06:15:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83b1f41e-acf5-5f67-9fe8-0f807a8c750a with scrape type 2
2026-03-30 06:15:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83b1f41e-acf5-5f67-9fe8-0f807a8c750a with scrape type 2
2026-03-30 06:15:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83b1f41e-acf5-5f67-9fe8-0f807a8c750a, identifier: KF73%20AUY
2026-03-30 06:15:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eec2922f-7290-582f-90ce-bac677887111 with identifier: SN71%20LRF
2026-03-30 06:15:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eec2922f-7290-582f-90ce-bac677887111 with identifier: SN71%20LRF
2026-03-30 06:15:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eec2922f-7290-582f-90ce-bac677887111 with identifier: SN71%20LRF to the API
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:38 [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': 209,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN71%20LRF-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'eec2922f-7290-582f-90ce-bac677887111',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN71 LRF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN71%20LRF&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'FORD',
'model': 'TRANSIT 290 FWD',
'odometer': 91538,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8800,
'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': 'WF0EXXTTREMA26408',
'year': 2021}
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520LRF%27 HTTP/1.1" 200 None
2026-03-30 06:15:38 [bca.uk] INFO: Saving data for SN71%20LRF: {'auction_closing_time': 1775199600.0, 'created_time': 1773958116.025621, 'last_price_update_time': 1774851338.653579}
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN71%2520LRF') HTTP/1.1" 204 0
2026-03-30 06:15:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with identifier: BP63%20NVY
2026-03-30 06:15:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 313397fd-675a-5ab3-9dbc-2ac6510f1e3d with identifier: BP63%20NVY
2026-03-30 06:15:38 [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-30 06:15:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP63%2520NVY%27 HTTP/1.1" 200 None
2026-03-30 06:15:38 [bca.uk] INFO: Saving data for BP63%20NVY: {'auction_closing_time': 1774951200.0, 'created_time': 1774678113.203408, 'last_price_update_time': 1774851338.922035}
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:38 [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-30 06:15:38 [bca.uk] INFO: Found listing with ID: MV12%20NVP
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV12%2520NVP%27 HTTP/1.1" 200 None
2026-03-30 06:15:38 [bca.uk] INFO: Scrape type for MV12%20NVP: 2
2026-03-30 06:15:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with identifier: MV12%20NVP
2026-03-30 06:15:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with scrape type 2
2026-03-30 06:15:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with scrape type 2
2026-03-30 06:15:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f, identifier: MV12%20NVP
2026-03-30 06:15:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83b1f41e-acf5-5f67-9fe8-0f807a8c750a with identifier: KF73%20AUY
2026-03-30 06:15:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83b1f41e-acf5-5f67-9fe8-0f807a8c750a with identifier: KF73%20AUY
2026-03-30 06:15:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83b1f41e-acf5-5f67-9fe8-0f807a8c750a with identifier: KF73%20AUY to the API
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20AUY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '83b1f41e-acf5-5f67-9fe8-0f807a8c750a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KF73 AUY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20AUY&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 6197,
'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': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
'transmission': 'manual',
'trim': '75 GS',
'vin': 'VXKUPHMHDP4301933',
'year': 2024}
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:39 [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-30 06:15:39 [bca.uk] INFO: Saving data for KF73%20AUY: {'auction_closing_time': 1775199600.0, 'created_time': 1773842098.516118, 'last_price_update_time': 1774851339.332248}
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520AUY') HTTP/1.1" 204 0
2026-03-30 06:15:39 [bca.uk] INFO: Found listing with ID: SO21%20GWZ
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:39 [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-30 06:15:39 [bca.uk] INFO: Scrape type for SO21%20GWZ: 2
2026-03-30 06:15:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3503e4b6-93a1-5fe8-858d-69637aa99f8d with identifier: SO21%20GWZ
2026-03-30 06:15:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3503e4b6-93a1-5fe8-858d-69637aa99f8d with scrape type 2
2026-03-30 06:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3503e4b6-93a1-5fe8-858d-69637aa99f8d with scrape type 2
2026-03-30 06:15:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3503e4b6-93a1-5fe8-858d-69637aa99f8d, identifier: SO21%20GWZ
2026-03-30 06:15:39 [bca.uk] INFO: Found listing with ID: FG19%20YWD
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:39 [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-30 06:15:39 [bca.uk] INFO: Scrape type for FG19%20YWD: 2
2026-03-30 06:15:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 412e88e8-e87e-59eb-989b-8b504712e6a5 with identifier: FG19%20YWD
2026-03-30 06:15:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 412e88e8-e87e-59eb-989b-8b504712e6a5 with scrape type 2
2026-03-30 06:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 412e88e8-e87e-59eb-989b-8b504712e6a5 with scrape type 2
2026-03-30 06:15:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 412e88e8-e87e-59eb-989b-8b504712e6a5, identifier: FG19%20YWD
2026-03-30 06:15:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with identifier: MV12%20NVP
2026-03-30 06:15:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2702b20-7ab7-51b7-b8a9-75bc9f2b4a9f with identifier: MV12%20NVP
2026-03-30 06:15:39 [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-30 06:15:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:39 [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-30 06:15:39 [bca.uk] INFO: Saving data for MV12%20NVP: {'auction_closing_time': 1774951200.0, 'created_time': 1774045876.983188, 'last_price_update_time': 1774851339.869803}
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:39 [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-30 06:15:39 [bca.uk] INFO: Found listing with ID: KF73%20CXE
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:39 [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-30 06:15:39 [bca.uk] INFO: Scrape type for KF73%20CXE: 0
2026-03-30 06:15:39 [bca.uk] INFO: Found listing with ID: KJ23%20NMA
2026-03-30 06:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:39 [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-30 06:15:39 [bca.uk] INFO: Scrape type for KJ23%20NMA: 2
2026-03-30 06:15:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feafe149-3ff5-5dbc-9673-b9921ce0f453 with identifier: KJ23%20NMA
2026-03-30 06:15:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feafe149-3ff5-5dbc-9673-b9921ce0f453 with scrape type 2
2026-03-30 06:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feafe149-3ff5-5dbc-9673-b9921ce0f453 with scrape type 2
2026-03-30 06:15:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feafe149-3ff5-5dbc-9673-b9921ce0f453, identifier: KJ23%20NMA
2026-03-30 06:15:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3503e4b6-93a1-5fe8-858d-69637aa99f8d with identifier: SO21%20GWZ
2026-03-30 06:15:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3503e4b6-93a1-5fe8-858d-69637aa99f8d with identifier: SO21%20GWZ
2026-03-30 06:15:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3503e4b6-93a1-5fe8-858d-69637aa99f8d with identifier: SO21%20GWZ to the API
2026-03-30 06:15:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:40 [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': 209,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GWZ-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '3503e4b6-93a1-5fe8-858d-69637aa99f8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SO21 GWZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GWZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'FORD',
'model': 'TRANSIT 290 FWD',
'odometer': 74667,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10400,
'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': 'WF0EXXTTREMR00128',
'year': 2021}
2026-03-30 06:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:40 [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-30 06:15:40 [bca.uk] INFO: Saving data for SO21%20GWZ: {'auction_closing_time': 1775199600.0, 'created_time': 1773958757.716996, 'last_price_update_time': 1774851340.295657}
2026-03-30 06:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GWZ') HTTP/1.1" 204 0
2026-03-30 06:15:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 412e88e8-e87e-59eb-989b-8b504712e6a5 with identifier: FG19%20YWD
2026-03-30 06:15:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 412e88e8-e87e-59eb-989b-8b504712e6a5 with identifier: FG19%20YWD
2026-03-30 06:15:40 [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-30 06:15:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:40 [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': 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-30 06:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:40 [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-30 06:15:40 [bca.uk] INFO: Saving data for FG19%20YWD: {'auction_closing_time': 1774951200.0, 'created_time': 1774478431.721604, 'last_price_update_time': 1774851340.613306}
2026-03-30 06:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:40 [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-30 06:15:40 [bca.uk] INFO: Found listing with ID: Y467%20UKE
2026-03-30 06:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:40 [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-30 06:15:40 [bca.uk] INFO: Scrape type for Y467%20UKE: 0
2026-03-30 06:15:40 [bca.uk] INFO: Found listing with ID: RIL%206309
2026-03-30 06:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:40 [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-30 06:15:40 [bca.uk] INFO: Scrape type for RIL%206309: 0
2026-03-30 06:15:40 [bca.uk] INFO: Found listing with ID: KM23%20LCL
2026-03-30 06:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:40 [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-30 06:15:40 [bca.uk] INFO: Scrape type for KM23%20LCL: 2
2026-03-30 06:15:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with identifier: KM23%20LCL
2026-03-30 06:15:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with scrape type 2
2026-03-30 06:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with scrape type 2
2026-03-30 06:15:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9, identifier: KM23%20LCL
2026-03-30 06:15:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feafe149-3ff5-5dbc-9673-b9921ce0f453 with identifier: KJ23%20NMA
2026-03-30 06:15:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feafe149-3ff5-5dbc-9673-b9921ce0f453 with identifier: KJ23%20NMA
2026-03-30 06:15:40 [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-30 06:15:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:41 [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': 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-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ23%2520NMA%27 HTTP/1.1" 200 None
2026-03-30 06:15:41 [bca.uk] INFO: Saving data for KJ23%20NMA: {'auction_closing_time': 1775199600.0, 'created_time': 1773841961.315353, 'last_price_update_time': 1774851341.058726}
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:41 [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-30 06:15:41 [bca.uk] INFO: Found listing with ID: YA71%20PSU
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520PSU%27 HTTP/1.1" 200 None
2026-03-30 06:15:41 [bca.uk] INFO: Scrape type for YA71%20PSU: 0
2026-03-30 06:15:41 [bca.uk] INFO: Found listing with ID: BP72%20FJN
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520FJN%27 HTTP/1.1" 200 None
2026-03-30 06:15:41 [bca.uk] INFO: Scrape type for BP72%20FJN: 2
2026-03-30 06:15:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with identifier: BP72%20FJN
2026-03-30 06:15:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with scrape type 2
2026-03-30 06:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with scrape type 2
2026-03-30 06:15:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc, identifier: BP72%20FJN
2026-03-30 06:15:41 [bca.uk] INFO: Found listing with ID: LF19%20FON
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520FON%27 HTTP/1.1" 200 None
2026-03-30 06:15:41 [bca.uk] INFO: Scrape type for LF19%20FON: 2
2026-03-30 06:15:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2691716-f6c2-5071-827a-8994b587976d with identifier: LF19%20FON
2026-03-30 06:15:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2691716-f6c2-5071-827a-8994b587976d with scrape type 2
2026-03-30 06:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2691716-f6c2-5071-827a-8994b587976d with scrape type 2
2026-03-30 06:15:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2691716-f6c2-5071-827a-8994b587976d, identifier: LF19%20FON
2026-03-30 06:15:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with identifier: KM23%20LCL
2026-03-30 06:15:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87306a36-7ce5-525d-84d6-8c77ef9b3bf9 with identifier: KM23%20LCL
2026-03-30 06:15:41 [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-30 06:15:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:41 [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=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-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LCL%27 HTTP/1.1" 200 None
2026-03-30 06:15:41 [bca.uk] INFO: Saving data for KM23%20LCL: {'auction_closing_time': 1775642400.0, 'created_time': 1774678111.343607, 'last_price_update_time': 1774851341.62545}
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:41 [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-30 06:15:41 [bca.uk] INFO: Found listing with ID: KK23%20BVW
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVW%27 HTTP/1.1" 200 None
2026-03-30 06:15:41 [bca.uk] INFO: Scrape type for KK23%20BVW: 2
2026-03-30 06:15:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with identifier: KK23%20BVW
2026-03-30 06:15:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with scrape type 2
2026-03-30 06:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with scrape type 2
2026-03-30 06:15:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfdffa3a-73a6-5a61-bf2e-12b36fad5581, identifier: KK23%20BVW
2026-03-30 06:15:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with identifier: BP72%20FJN
2026-03-30 06:15:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38000d73-9a2c-5fe6-aa08-7c613bbd64fc with identifier: BP72%20FJN
2026-03-30 06:15:41 [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-30 06:15:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:42 [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': 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-30 06:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520FJN%27 HTTP/1.1" 200 None
2026-03-30 06:15:42 [bca.uk] INFO: Saving data for BP72%20FJN: {'auction_closing_time': 1774854000.0, 'created_time': 1774304793.068734, 'last_price_update_time': 1774851342.107402}
2026-03-30 06:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:42 [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-30 06:15:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2691716-f6c2-5071-827a-8994b587976d with identifier: LF19%20FON
2026-03-30 06:15:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2691716-f6c2-5071-827a-8994b587976d with identifier: LF19%20FON
2026-03-30 06:15:42 [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-30 06:15:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:43 [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': 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-30 06:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520FON%27 HTTP/1.1" 200 None
2026-03-30 06:15:43 [bca.uk] INFO: Saving data for LF19%20FON: {'auction_closing_time': 1775210400.0, 'created_time': 1774678121.927174, 'last_price_update_time': 1774851343.551289}
2026-03-30 06:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:43 [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-30 06:15:43 [bca.uk] INFO: Found listing with ID: KS73%20SSO
2026-03-30 06:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520SSO%27 HTTP/1.1" 200 None
2026-03-30 06:15:43 [bca.uk] INFO: Scrape type for KS73%20SSO: 0
2026-03-30 06:15:43 [bca.uk] INFO: Found listing with ID: MW24%20YOG
2026-03-30 06:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW24%2520YOG%27 HTTP/1.1" 200 None
2026-03-30 06:15:43 [bca.uk] INFO: Scrape type for MW24%20YOG: 2
2026-03-30 06:15:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d436f3d-705d-5286-b90d-46d6dc214141 with identifier: MW24%20YOG
2026-03-30 06:15:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d436f3d-705d-5286-b90d-46d6dc214141 with scrape type 2
2026-03-30 06:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d436f3d-705d-5286-b90d-46d6dc214141 with scrape type 2
2026-03-30 06:15:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d436f3d-705d-5286-b90d-46d6dc214141, identifier: MW24%20YOG
2026-03-30 06:15:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with identifier: KK23%20BVW
2026-03-30 06:15:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfdffa3a-73a6-5a61-bf2e-12b36fad5581 with identifier: KK23%20BVW
2026-03-30 06:15:43 [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-30 06:15:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:44 [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-30 06:15:44 [bca.uk] INFO: Saving data for KK23%20BVW: {'auction_closing_time': 1775199600.0, 'created_time': 1773841922.089858, 'last_price_update_time': 1774851344.072151}
2026-03-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:44 [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-30 06:15:44 [bca.uk] INFO: Found listing with ID: BT72%20MWN
2026-03-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:44 [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-30 06:15:44 [bca.uk] INFO: Scrape type for BT72%20MWN: 0
2026-03-30 06:15:44 [bca.uk] INFO: Found listing with ID: WA19%20NEN
2026-03-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:44 [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-30 06:15:44 [bca.uk] INFO: Scrape type for WA19%20NEN: 2
2026-03-30 06:15:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76182307-4449-5d18-baf1-c7c11a810488 with identifier: WA19%20NEN
2026-03-30 06:15:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76182307-4449-5d18-baf1-c7c11a810488 with scrape type 2
2026-03-30 06:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76182307-4449-5d18-baf1-c7c11a810488 with scrape type 2
2026-03-30 06:15:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76182307-4449-5d18-baf1-c7c11a810488, identifier: WA19%20NEN
2026-03-30 06:15:44 [bca.uk] INFO: Found listing with ID: LL70%20FOU
2026-03-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:44 [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-30 06:15:44 [bca.uk] INFO: Scrape type for LL70%20FOU: 0
2026-03-30 06:15:44 [bca.uk] INFO: Found listing with ID: YD69%20XES
2026-03-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:44 [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-30 06:15:44 [bca.uk] INFO: Scrape type for YD69%20XES: 2
2026-03-30 06:15:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with identifier: YD69%20XES
2026-03-30 06:15:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with scrape type 2
2026-03-30 06:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with scrape type 2
2026-03-30 06:15:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48, identifier: YD69%20XES
2026-03-30 06:15:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d436f3d-705d-5286-b90d-46d6dc214141 with identifier: MW24%20YOG
2026-03-30 06:15:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d436f3d-705d-5286-b90d-46d6dc214141 with identifier: MW24%20YOG
2026-03-30 06:15:44 [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-30 06:15:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:44 [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': 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-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:44 [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-30 06:15:44 [bca.uk] INFO: Saving data for MW24%20YOG: {'auction_closing_time': 1775642400.0, 'created_time': 1774678105.736658, 'last_price_update_time': 1774851344.652464}
2026-03-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:44 [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-30 06:15:44 [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-30 06:15:44 [bca.uk] INFO: Found listing with ID: LL74%20DYY
2026-03-30 06:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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%2520DYY%27 HTTP/1.1" 200 None
2026-03-30 06:15:44 [bca.uk] INFO: Scrape type for LL74%20DYY: 2
2026-03-30 06:15:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f74af83f-eeff-5027-a34a-cbe65be0657c with identifier: LL74%20DYY
2026-03-30 06:15:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f74af83f-eeff-5027-a34a-cbe65be0657c with scrape type 2
2026-03-30 06:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f74af83f-eeff-5027-a34a-cbe65be0657c with scrape type 2
2026-03-30 06:15:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f74af83f-eeff-5027-a34a-cbe65be0657c, identifier: LL74%20DYY
2026-03-30 06:15:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76182307-4449-5d18-baf1-c7c11a810488 with identifier: WA19%20NEN
2026-03-30 06:15:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76182307-4449-5d18-baf1-c7c11a810488 with identifier: WA19%20NEN
2026-03-30 06:15:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76182307-4449-5d18-baf1-c7c11a810488 with identifier: WA19%20NEN to the API
2026-03-30 06:15:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 220,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA19%20NEN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '76182307-4449-5d18-baf1-c7c11a810488',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA19 NEN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA19%20NEN&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'MERCEDES-BENZ',
'model': 'GLC43 AMG',
'odometer': 42255,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 24000,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ GLC43 AMG 3.0 4MATIC PREMIUM PLUS StationWagon',
'transmission': 'manual',
'trim': '4MATIC PREMIUM PLUS',
'vin': 'WDC2539642F623129',
'year': 2019}
2026-03-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:45 [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-30 06:15:45 [bca.uk] INFO: Saving data for WA19%20NEN: {'auction_closing_time': 1775199600.0, 'created_time': 1774045076.235855, 'last_price_update_time': 1774851345.094416}
2026-03-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA19%2520NEN') HTTP/1.1" 204 0
2026-03-30 06:15:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with identifier: YD69%20XES
2026-03-30 06:15:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90fa31d9-08ff-5ab1-817c-1abccbc5fa48 with identifier: YD69%20XES
2026-03-30 06:15:45 [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-30 06:15:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:45 [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': 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-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:45 [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-30 06:15:45 [bca.uk] INFO: Saving data for YD69%20XES: {'auction_closing_time': 1775210400.0, 'created_time': 1773833149.745314, 'last_price_update_time': 1774851345.412043}
2026-03-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:45 [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-30 06:15:45 [bca.uk] INFO: Found listing with ID: NC71%20AYS
2026-03-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:45 [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-30 06:15:45 [bca.uk] INFO: Scrape type for NC71%20AYS: 2
2026-03-30 06:15:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d6c25e2-b283-5bc4-8040-78a03d48f69a with identifier: NC71%20AYS
2026-03-30 06:15:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d6c25e2-b283-5bc4-8040-78a03d48f69a with scrape type 2
2026-03-30 06:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d6c25e2-b283-5bc4-8040-78a03d48f69a with scrape type 2
2026-03-30 06:15:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d6c25e2-b283-5bc4-8040-78a03d48f69a, identifier: NC71%20AYS
2026-03-30 06:15:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f74af83f-eeff-5027-a34a-cbe65be0657c with identifier: LL74%20DYY
2026-03-30 06:15:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f74af83f-eeff-5027-a34a-cbe65be0657c with identifier: LL74%20DYY
2026-03-30 06:15:45 [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-30 06:15:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:45 [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': 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-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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%2520DYY%27 HTTP/1.1" 200 None
2026-03-30 06:15:45 [bca.uk] INFO: Saving data for LL74%20DYY: {'auction_closing_time': 1775199600.0, 'created_time': 1774277631.308711, 'last_price_update_time': 1774851345.830056}
2026-03-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:45 [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-30 06:15:45 [bca.uk] INFO: Found listing with ID: YH14%20LRL
2026-03-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:45 [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-30 06:15:45 [bca.uk] INFO: Scrape type for YH14%20LRL: 2
2026-03-30 06:15:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 461a2601-4db5-561f-b759-0c0d04688788 with identifier: YH14%20LRL
2026-03-30 06:15:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 461a2601-4db5-561f-b759-0c0d04688788 with scrape type 2
2026-03-30 06:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 461a2601-4db5-561f-b759-0c0d04688788 with scrape type 2
2026-03-30 06:15:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 461a2601-4db5-561f-b759-0c0d04688788, identifier: YH14%20LRL
2026-03-30 06:15:45 [bca.uk] INFO: Found listing with ID: D10%20LKE
2026-03-30 06:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:45 [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-30 06:15:45 [bca.uk] INFO: Scrape type for D10%20LKE: 2
2026-03-30 06:15:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3fd87ef-53b8-5bfc-920f-dc23eadc017d with identifier: D10%20LKE
2026-03-30 06:15:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3fd87ef-53b8-5bfc-920f-dc23eadc017d with scrape type 2
2026-03-30 06:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3fd87ef-53b8-5bfc-920f-dc23eadc017d with scrape type 2
2026-03-30 06:15:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3fd87ef-53b8-5bfc-920f-dc23eadc017d, identifier: D10%20LKE
2026-03-30 06:15:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d6c25e2-b283-5bc4-8040-78a03d48f69a with identifier: NC71%20AYS
2026-03-30 06:15:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d6c25e2-b283-5bc4-8040-78a03d48f69a with identifier: NC71%20AYS
2026-03-30 06:15:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d6c25e2-b283-5bc4-8040-78a03d48f69a with identifier: NC71%20AYS to the API
2026-03-30 06:15:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:46 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC71%20AYS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': '2d6c25e2-b283-5bc4-8040-78a03d48f69a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NC71 AYS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC71%20AYS&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 101450,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
'transmission': 'automatic',
'trim': '40KWH N-CONNECTA (6.6KC)',
'vin': 'SJNFAAZE1U0153651',
'year': 2022}
2026-03-30 06:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:46 [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-30 06:15:46 [bca.uk] INFO: Saving data for NC71%20AYS: {'auction_closing_time': 1774951200.0, 'created_time': 1774437316.493683, 'last_price_update_time': 1774851346.393458}
2026-03-30 06:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC71%2520AYS') HTTP/1.1" 204 0
2026-03-30 06:15:46 [bca.uk] INFO: Found listing with ID: LN24%20PYB
2026-03-30 06:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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%2520PYB%27 HTTP/1.1" 200 None
2026-03-30 06:15:46 [bca.uk] INFO: Scrape type for LN24%20PYB: 0
2026-03-30 06:15:46 [bca.uk] INFO: Found listing with ID: LN24%20RHA
2026-03-30 06:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:15:46 [bca.uk] INFO: Scrape type for LN24%20RHA: 0
2026-03-30 06:15:46 [bca.uk] INFO: Found listing with ID: LN24%20RNF
2026-03-30 06:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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%2520RNF%27 HTTP/1.1" 200 None
2026-03-30 06:15:46 [bca.uk] INFO: Scrape type for LN24%20RNF: 2
2026-03-30 06:15:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6205f85b-78ba-5e02-84c3-1b6741242c92 with identifier: LN24%20RNF
2026-03-30 06:15:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6205f85b-78ba-5e02-84c3-1b6741242c92 with scrape type 2
2026-03-30 06:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6205f85b-78ba-5e02-84c3-1b6741242c92 with scrape type 2
2026-03-30 06:15:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6205f85b-78ba-5e02-84c3-1b6741242c92, identifier: LN24%20RNF
2026-03-30 06:15:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 461a2601-4db5-561f-b759-0c0d04688788 with identifier: YH14%20LRL
2026-03-30 06:15:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 461a2601-4db5-561f-b759-0c0d04688788 with identifier: YH14%20LRL
2026-03-30 06:15:46 [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-30 06:15:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:46 [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': 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-30 06:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:46 [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-30 06:15:46 [bca.uk] INFO: Saving data for YH14%20LRL: {'auction_closing_time': 1775199600.0, 'created_time': 1773830409.887891, 'last_price_update_time': 1774851346.975223}
2026-03-30 06:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:46 [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-30 06:15:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3fd87ef-53b8-5bfc-920f-dc23eadc017d with identifier: D10%20LKE
2026-03-30 06:15:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3fd87ef-53b8-5bfc-920f-dc23eadc017d with identifier: D10%20LKE
2026-03-30 06:15:47 [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-30 06:15:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:47 [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=D10%20LKE-GB',
'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-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D10%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:15:47 [bca.uk] INFO: Saving data for D10%20LKE: {'auction_closing_time': 1775210400.0, 'created_time': 1774678049.729752, 'last_price_update_time': 1774851347.267585}
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:47 [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-30 06:15:47 [bca.uk] INFO: Found listing with ID: FT13%20HXR
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT13%2520HXR%27 HTTP/1.1" 200 None
2026-03-30 06:15:47 [bca.uk] INFO: Scrape type for FT13%20HXR: 0
2026-03-30 06:15:47 [bca.uk] INFO: Found listing with ID: KS23%20HYZ
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:47 [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-30 06:15:47 [bca.uk] INFO: Scrape type for KS23%20HYZ: 2
2026-03-30 06:15:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf571fb7-fd80-5c0f-89ff-27404c77dc39 with identifier: KS23%20HYZ
2026-03-30 06:15:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf571fb7-fd80-5c0f-89ff-27404c77dc39 with scrape type 2
2026-03-30 06:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf571fb7-fd80-5c0f-89ff-27404c77dc39 with scrape type 2
2026-03-30 06:15:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf571fb7-fd80-5c0f-89ff-27404c77dc39, identifier: KS23%20HYZ
2026-03-30 06:15:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6205f85b-78ba-5e02-84c3-1b6741242c92 with identifier: LN24%20RNF
2026-03-30 06:15:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6205f85b-78ba-5e02-84c3-1b6741242c92 with identifier: LN24%20RNF
2026-03-30 06:15:47 [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-30 06:15:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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%2520RNF%27 HTTP/1.1" 200 None
2026-03-30 06:15:47 [bca.uk] INFO: Saving data for LN24%20RNF: {'auction_closing_time': 1775199600.0, 'created_time': 1773842551.556875, 'last_price_update_time': 1774851347.723379}
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:47 [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-30 06:15:47 [bca.uk] INFO: Found listing with ID: BU22%20TFA
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:47 [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-30 06:15:47 [bca.uk] INFO: Scrape type for BU22%20TFA: 2
2026-03-30 06:15:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0850c776-fee7-5ec2-a066-d472e0f6e06e with identifier: BU22%20TFA
2026-03-30 06:15:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0850c776-fee7-5ec2-a066-d472e0f6e06e with scrape type 2
2026-03-30 06:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0850c776-fee7-5ec2-a066-d472e0f6e06e with scrape type 2
2026-03-30 06:15:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0850c776-fee7-5ec2-a066-d472e0f6e06e, identifier: BU22%20TFA
2026-03-30 06:15:47 [bca.uk] INFO: Found listing with ID: DGZ%206301
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DGZ%25206301%27 HTTP/1.1" 200 None
2026-03-30 06:15:47 [bca.uk] INFO: Scrape type for DGZ%206301: 2
2026-03-30 06:15:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with identifier: DGZ%206301
2026-03-30 06:15:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with scrape type 2
2026-03-30 06:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with scrape type 2
2026-03-30 06:15:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a, identifier: DGZ%206301
2026-03-30 06:15:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf571fb7-fd80-5c0f-89ff-27404c77dc39 with identifier: KS23%20HYZ
2026-03-30 06:15:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf571fb7-fd80-5c0f-89ff-27404c77dc39 with identifier: KS23%20HYZ
2026-03-30 06:15:48 [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-30 06:15:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:48 [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-30 06:15:48 [bca.uk] INFO: Saving data for KS23%20HYZ: {'auction_closing_time': 1775642400.0, 'created_time': 1774305446.583208, 'last_price_update_time': 1774851348.25047}
2026-03-30 06:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:48 [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-30 06:15:48 [bca.uk] INFO: Found listing with ID: LN24%20RVF
2026-03-30 06:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVF%27 HTTP/1.1" 200 None
2026-03-30 06:15:48 [bca.uk] INFO: Scrape type for LN24%20RVF: 2
2026-03-30 06:15:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 269f3ae9-e62b-5ff0-a022-def45c3b0819 with identifier: LN24%20RVF
2026-03-30 06:15:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 269f3ae9-e62b-5ff0-a022-def45c3b0819 with scrape type 2
2026-03-30 06:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 269f3ae9-e62b-5ff0-a022-def45c3b0819 with scrape type 2
2026-03-30 06:15:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 269f3ae9-e62b-5ff0-a022-def45c3b0819, identifier: LN24%20RVF
2026-03-30 06:15:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0850c776-fee7-5ec2-a066-d472e0f6e06e with identifier: BU22%20TFA
2026-03-30 06:15:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0850c776-fee7-5ec2-a066-d472e0f6e06e with identifier: BU22%20TFA
2026-03-30 06:15:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0850c776-fee7-5ec2-a066-d472e0f6e06e with identifier: BU22%20TFA to the API
2026-03-30 06:15:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:48 [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': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU22%20TFA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '0850c776-fee7-5ec2-a066-d472e0f6e06e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BU22 TFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU22%20TFA&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'GLC 300 EQ-B',
'odometer': 13640,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 28000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ GLC 300 EQ-B 2.0 AMG LINE PREMIUM 4M 9G StationWagon',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM 4M 9G',
'vin': 'W1N2539842V365549',
'year': 2022}
2026-03-30 06:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:48 [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-30 06:15:48 [bca.uk] INFO: Saving data for BU22%20TFA: {'auction_closing_time': 1775199600.0, 'created_time': 1774437341.882997, 'last_price_update_time': 1774851348.81491}
2026-03-30 06:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU22%2520TFA') HTTP/1.1" 204 0
2026-03-30 06:15:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with identifier: DGZ%206301
2026-03-30 06:15:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60c8ccaf-6dbb-534a-9827-388bc0fdf00a with identifier: DGZ%206301
2026-03-30 06:15:48 [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-30 06:15:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:50 [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': 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-30 06:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:50 [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-30 06:15:50 [bca.uk] INFO: Saving data for DGZ%206301: {'auction_closing_time': 1775210400.0, 'created_time': 1774678064.02984, 'last_price_update_time': 1774851350.236799}
2026-03-30 06:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:50 [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-30 06:15:50 [bca.uk] INFO: Found listing with ID: KW23%20CMZ
2026-03-30 06:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:50 [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-30 06:15:50 [bca.uk] INFO: Scrape type for KW23%20CMZ: 2
2026-03-30 06:15:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9abb9dc-e24e-57bb-8a17-09fa2403920c with identifier: KW23%20CMZ
2026-03-30 06:15:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9abb9dc-e24e-57bb-8a17-09fa2403920c with scrape type 2
2026-03-30 06:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9abb9dc-e24e-57bb-8a17-09fa2403920c with scrape type 2
2026-03-30 06:15:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9abb9dc-e24e-57bb-8a17-09fa2403920c, identifier: KW23%20CMZ
2026-03-30 06:15:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 269f3ae9-e62b-5ff0-a022-def45c3b0819 with identifier: LN24%20RVF
2026-03-30 06:15:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 269f3ae9-e62b-5ff0-a022-def45c3b0819 with identifier: LN24%20RVF
2026-03-30 06:15:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 269f3ae9-e62b-5ff0-a022-def45c3b0819 with identifier: LN24%20RVF to the API
2026-03-30 06:15:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RVF-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '269f3ae9-e62b-5ff0-a022-def45c3b0819',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LN24 RVF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RVF&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 6341,
'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': 'VXKUPHNSSR4035328',
'year': 2024}
2026-03-30 06:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVF%27 HTTP/1.1" 200 None
2026-03-30 06:15:51 [bca.uk] INFO: Saving data for LN24%20RVF: {'auction_closing_time': 1775199600.0, 'created_time': 1773842541.90219, 'last_price_update_time': 1774851351.573834}
2026-03-30 06:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RVF') HTTP/1.1" 204 0
2026-03-30 06:15:51 [bca.uk] INFO: Found listing with ID: GV72%20KDZ
2026-03-30 06:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520KDZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:51 [bca.uk] INFO: Scrape type for GV72%20KDZ: 2
2026-03-30 06:15:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15788e86-7df1-59ae-a3db-38e6349efd87 with identifier: GV72%20KDZ
2026-03-30 06:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15788e86-7df1-59ae-a3db-38e6349efd87 with scrape type 2
2026-03-30 06:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15788e86-7df1-59ae-a3db-38e6349efd87 with scrape type 2
2026-03-30 06:15:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15788e86-7df1-59ae-a3db-38e6349efd87, identifier: GV72%20KDZ
2026-03-30 06:15:51 [bca.uk] INFO: Found listing with ID: GX69%20UTS
2026-03-30 06:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520UTS%27 HTTP/1.1" 200 None
2026-03-30 06:15:51 [bca.uk] INFO: Scrape type for GX69%20UTS: 2
2026-03-30 06:15:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with identifier: GX69%20UTS
2026-03-30 06:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with scrape type 2
2026-03-30 06:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with scrape type 2
2026-03-30 06:15:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f962e0a-9f7d-5769-a24e-466c9d3c0152, identifier: GX69%20UTS
2026-03-30 06:15:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9abb9dc-e24e-57bb-8a17-09fa2403920c with identifier: KW23%20CMZ
2026-03-30 06:15:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9abb9dc-e24e-57bb-8a17-09fa2403920c with identifier: KW23%20CMZ
2026-03-30 06:15:51 [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-30 06:15:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520CMZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:52 [bca.uk] INFO: Saving data for KW23%20CMZ: {'auction_closing_time': 1775642400.0, 'created_time': 1774477508.29855, 'last_price_update_time': 1774851352.720659}
2026-03-30 06:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:52 [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-30 06:15:52 [bca.uk] INFO: Total items found: 100
2026-03-30 06:15:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded
2026-03-30 06:15:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:15:52 [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-30 06:15:52 [bca.uk] INFO: Found listing with ID: LO74%20XZE
2026-03-30 06:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520XZE%27 HTTP/1.1" 200 None
2026-03-30 06:15:52 [bca.uk] INFO: Scrape type for LO74%20XZE: 2
2026-03-30 06:15:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a823596-90ea-5761-ba8d-07d4656f773f with identifier: LO74%20XZE
2026-03-30 06:15:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a823596-90ea-5761-ba8d-07d4656f773f with scrape type 2
2026-03-30 06:15:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a823596-90ea-5761-ba8d-07d4656f773f with scrape type 2
2026-03-30 06:15:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a823596-90ea-5761-ba8d-07d4656f773f, identifier: LO74%20XZE
2026-03-30 06:15:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15788e86-7df1-59ae-a3db-38e6349efd87 with identifier: GV72%20KDZ
2026-03-30 06:15:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15788e86-7df1-59ae-a3db-38e6349efd87 with identifier: GV72%20KDZ
2026-03-30 06:15:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15788e86-7df1-59ae-a3db-38e6349efd87 with identifier: GV72%20KDZ to the API
2026-03-30 06:15:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20KDZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Electric',
'id': '15788e86-7df1-59ae-a3db-38e6349efd87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GV72 KDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20KDZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'ID.4',
'odometer': 19306,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE (110KC) Hatchback',
'transmission': 'automatic',
'trim': '109KW 52KWH LIFE PURE (110KC)',
'vin': 'WVGZZZE2ZPP001895',
'year': 2022}
2026-03-30 06:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520KDZ%27 HTTP/1.1" 200 None
2026-03-30 06:15:53 [bca.uk] INFO: Saving data for GV72%20KDZ: {'auction_closing_time': 1775199600.0, 'created_time': 1774437335.410531, 'last_price_update_time': 1774851353.24604}
2026-03-30 06:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520KDZ') HTTP/1.1" 204 0
2026-03-30 06:15:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with identifier: GX69%20UTS
2026-03-30 06:15:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f962e0a-9f7d-5769-a24e-466c9d3c0152 with identifier: GX69%20UTS
2026-03-30 06:15:53 [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-30 06:15:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:54 [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': 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-30 06:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:54 [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-30 06:15:54 [bca.uk] INFO: Saving data for GX69%20UTS: {'auction_closing_time': 1775210400.0, 'created_time': 1773833128.375329, 'last_price_update_time': 1774851354.39556}
2026-03-30 06:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:54 [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-30 06:15:54 [bca.uk] INFO: Found listing with ID: KW73%20YLM
2026-03-30 06:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:54 [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-30 06:15:54 [bca.uk] INFO: Scrape type for KW73%20YLM: 2
2026-03-30 06:15:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680e171e-ea3d-5654-bd31-56c04b55a543 with identifier: KW73%20YLM
2026-03-30 06:15:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680e171e-ea3d-5654-bd31-56c04b55a543 with scrape type 2
2026-03-30 06:15:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680e171e-ea3d-5654-bd31-56c04b55a543 with scrape type 2
2026-03-30 06:15:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680e171e-ea3d-5654-bd31-56c04b55a543, identifier: KW73%20YLM
2026-03-30 06:15:54 [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-30 06:15:54 [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-30 06:15:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a823596-90ea-5761-ba8d-07d4656f773f with identifier: LO74%20XZE
2026-03-30 06:15:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a823596-90ea-5761-ba8d-07d4656f773f with identifier: LO74%20XZE
2026-03-30 06:15:54 [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-30 06:15:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:54 [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-30 06:15:54 [bca.uk] INFO: Saving data for LO74%20XZE: {'auction_closing_time': 1775199600.0, 'created_time': 1774277690.616106, 'last_price_update_time': 1774851354.833476}
2026-03-30 06:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:54 [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-30 06:15:54 [bca.uk] INFO: Found listing with ID: HV22%20ZSJ
2026-03-30 06:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15: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%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-30 06:15:54 [bca.uk] INFO: Scrape type for HV22%20ZSJ: 2
2026-03-30 06:15:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34be06cf-699d-5dba-8655-96dd401cfc8b with identifier: HV22%20ZSJ
2026-03-30 06:15:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34be06cf-699d-5dba-8655-96dd401cfc8b with scrape type 2
2026-03-30 06:15:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34be06cf-699d-5dba-8655-96dd401cfc8b with scrape type 2
2026-03-30 06:15:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34be06cf-699d-5dba-8655-96dd401cfc8b, identifier: HV22%20ZSJ
2026-03-30 06:15:54 [bca.uk] INFO: Found listing with ID: KY67%20GGX
2026-03-30 06:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:54 [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-30 06:15:54 [bca.uk] INFO: Scrape type for KY67%20GGX: 2
2026-03-30 06:15:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with identifier: KY67%20GGX
2026-03-30 06:15:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with scrape type 2
2026-03-30 06:15:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with scrape type 2
2026-03-30 06:15:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79, identifier: KY67%20GGX
2026-03-30 06:15:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680e171e-ea3d-5654-bd31-56c04b55a543 with identifier: KW73%20YLM
2026-03-30 06:15:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680e171e-ea3d-5654-bd31-56c04b55a543 with identifier: KW73%20YLM
2026-03-30 06:15:55 [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-30 06:15:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:55 [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=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-30 06:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:55 [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-30 06:15:55 [bca.uk] INFO: Saving data for KW73%20YLM: {'auction_closing_time': 1775642400.0, 'created_time': 1774477526.323373, 'last_price_update_time': 1774851355.995447}
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:56 [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-30 06:15:56 [bca.uk] INFO: Found listing with ID: SD68%20NLT
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:56 [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-30 06:15:56 [bca.uk] INFO: Scrape type for SD68%20NLT: 2
2026-03-30 06:15:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 175b50b3-1a57-580f-961a-6c3f68d3051d with identifier: SD68%20NLT
2026-03-30 06:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 175b50b3-1a57-580f-961a-6c3f68d3051d with scrape type 2
2026-03-30 06:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 175b50b3-1a57-580f-961a-6c3f68d3051d with scrape type 2
2026-03-30 06:15:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 175b50b3-1a57-580f-961a-6c3f68d3051d, identifier: SD68%20NLT
2026-03-30 06:15:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:15:56 [bca.uk] INFO: Found listing with ID: LP73%20DKN
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:56 [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-30 06:15:56 [bca.uk] INFO: Scrape type for LP73%20DKN: 2
2026-03-30 06:15:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9cf86f3-18f0-5a49-b9d4-5879822344f8 with identifier: LP73%20DKN
2026-03-30 06:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9cf86f3-18f0-5a49-b9d4-5879822344f8 with scrape type 2
2026-03-30 06:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9cf86f3-18f0-5a49-b9d4-5879822344f8 with scrape type 2
2026-03-30 06:15:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9cf86f3-18f0-5a49-b9d4-5879822344f8, identifier: LP73%20DKN
2026-03-30 06:15:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34be06cf-699d-5dba-8655-96dd401cfc8b with identifier: HV22%20ZSJ
2026-03-30 06:15:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34be06cf-699d-5dba-8655-96dd401cfc8b with identifier: HV22%20ZSJ
2026-03-30 06:15:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34be06cf-699d-5dba-8655-96dd401cfc8b with identifier: HV22%20ZSJ to the API
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20ZSJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '34be06cf-699d-5dba-8655-96dd401cfc8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HV22 ZSJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20ZSJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FIAT',
'model': '500',
'odometer': 5680,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'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': 'ZFACF1CJ1NJG00656',
'year': 2022}
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:56 [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-30 06:15:56 [bca.uk] INFO: Saving data for HV22%20ZSJ: {'auction_closing_time': 1775199600.0, 'created_time': 1774524195.382373, 'last_price_update_time': 1774851356.622169}
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520ZSJ') HTTP/1.1" 204 0
2026-03-30 06:15:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with identifier: KY67%20GGX
2026-03-30 06:15:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bb8b7dd-0d1b-56dc-a456-3f5902db3c79 with identifier: KY67%20GGX
2026-03-30 06:15:56 [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-30 06:15:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:56 [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': 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-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:56 [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-30 06:15:56 [bca.uk] INFO: Saving data for KY67%20GGX: {'auction_closing_time': 1775210400.0, 'created_time': 1774678104.920549, 'last_price_update_time': 1774851356.926476}
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:56 [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-30 06:15:56 [bca.uk] INFO: Found listing with ID: KW73%20YVM
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YVM%27 HTTP/1.1" 200 None
2026-03-30 06:15:56 [bca.uk] INFO: Scrape type for KW73%20YVM: 2
2026-03-30 06:15:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e55e8c5e-7606-547f-9152-9f7ae98f19c0 with identifier: KW73%20YVM
2026-03-30 06:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e55e8c5e-7606-547f-9152-9f7ae98f19c0 with scrape type 2
2026-03-30 06:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e55e8c5e-7606-547f-9152-9f7ae98f19c0 with scrape type 2
2026-03-30 06:15:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e55e8c5e-7606-547f-9152-9f7ae98f19c0, identifier: KW73%20YVM
2026-03-30 06:15:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 175b50b3-1a57-580f-961a-6c3f68d3051d with identifier: SD68%20NLT
2026-03-30 06:15:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 175b50b3-1a57-580f-961a-6c3f68d3051d with identifier: SD68%20NLT
2026-03-30 06:15:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 175b50b3-1a57-580f-961a-6c3f68d3051d with identifier: SD68%20NLT to the API
2026-03-30 06:15:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:58 [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': 184,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD68%20NLT-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '175b50b3-1a57-580f-961a-6c3f68d3051d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SD68 NLT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD68%20NLT&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VAUXHALL',
'model': 'GTC',
'odometer': 35452,
'odometer_reading_unit': '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 GTC 2.0 T 16V VXR Coupe',
'transmission': 'manual',
'trim': 'T 16V VXR',
'vin': 'W0VPF2ES5JG108714',
'year': 2018}
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [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-30 06:15:58 [bca.uk] INFO: Saving data for SD68%20NLT: {'auction_closing_time': 1774951200.0, 'created_time': 1774649703.857833, 'last_price_update_time': 1774851358.090533}
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD68%2520NLT') HTTP/1.1" 204 0
2026-03-30 06:15:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9cf86f3-18f0-5a49-b9d4-5879822344f8 with identifier: LP73%20DKN
2026-03-30 06:15:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9cf86f3-18f0-5a49-b9d4-5879822344f8 with identifier: LP73%20DKN
2026-03-30 06:15:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9cf86f3-18f0-5a49-b9d4-5879822344f8 with identifier: LP73%20DKN to the API
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP73%20DKN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'b9cf86f3-18f0-5a49-b9d4-5879822344f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LP73 DKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP73%20DKN&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 4312,
'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': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 GT EAT8',
'vin': 'VR3FPHNSTPY655978',
'year': 2024}
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520DKN%27 HTTP/1.1" 200 None
2026-03-30 06:15:58 [bca.uk] INFO: Saving data for LP73%20DKN: {'auction_closing_time': 1775199600.0, 'created_time': 1773841992.352233, 'last_price_update_time': 1774851358.393779}
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP73%2520DKN') HTTP/1.1" 204 0
2026-03-30 06:15:58 [bca.uk] INFO: Found listing with ID: HV72%20WUX
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [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-30 06:15:58 [bca.uk] INFO: Scrape type for HV72%20WUX: 2
2026-03-30 06:15:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d322862-ad61-5fd5-bf26-bcda82fb0b13 with identifier: HV72%20WUX
2026-03-30 06:15:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d322862-ad61-5fd5-bf26-bcda82fb0b13 with scrape type 2
2026-03-30 06:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d322862-ad61-5fd5-bf26-bcda82fb0b13 with scrape type 2
2026-03-30 06:15:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d322862-ad61-5fd5-bf26-bcda82fb0b13, identifier: HV72%20WUX
2026-03-30 06:15:58 [bca.uk] INFO: Found listing with ID: LT68%20DYO
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [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-30 06:15:58 [bca.uk] INFO: Scrape type for LT68%20DYO: 2
2026-03-30 06:15:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with identifier: LT68%20DYO
2026-03-30 06:15:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with scrape type 2
2026-03-30 06:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with scrape type 2
2026-03-30 06:15:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01, identifier: LT68%20DYO
2026-03-30 06:15:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e55e8c5e-7606-547f-9152-9f7ae98f19c0 with identifier: KW73%20YVM
2026-03-30 06:15:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e55e8c5e-7606-547f-9152-9f7ae98f19c0 with identifier: KW73%20YVM
2026-03-30 06:15:58 [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-30 06:15:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 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-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [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-30 06:15:58 [bca.uk] INFO: Saving data for KW73%20YVM: {'auction_closing_time': 1775642400.0, 'created_time': 1774678102.626963, 'last_price_update_time': 1774851358.955196}
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [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-30 06:15:58 [bca.uk] INFO: Found listing with ID: RX65%20VOJ
2026-03-30 06:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:58 [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-30 06:15:58 [bca.uk] INFO: Scrape type for RX65%20VOJ: 2
2026-03-30 06:15:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cfede85-89ae-5952-9413-83b84d0c3267 with identifier: RX65%20VOJ
2026-03-30 06:15:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cfede85-89ae-5952-9413-83b84d0c3267 with scrape type 2
2026-03-30 06:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cfede85-89ae-5952-9413-83b84d0c3267 with scrape type 2
2026-03-30 06:15:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cfede85-89ae-5952-9413-83b84d0c3267, identifier: RX65%20VOJ
2026-03-30 06:15:59 [bca.uk] INFO: Found listing with ID: LT22%20VLG
2026-03-30 06:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-30 06:15:59 [bca.uk] INFO: Scrape type for LT22%20VLG: 2
2026-03-30 06:15:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f53089bd-8a0c-501c-8ea8-696910548f99 with identifier: LT22%20VLG
2026-03-30 06:15:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f53089bd-8a0c-501c-8ea8-696910548f99 with scrape type 2
2026-03-30 06:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f53089bd-8a0c-501c-8ea8-696910548f99 with scrape type 2
2026-03-30 06:15:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f53089bd-8a0c-501c-8ea8-696910548f99, identifier: LT22%20VLG
2026-03-30 06:15:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d322862-ad61-5fd5-bf26-bcda82fb0b13 with identifier: HV72%20WUX
2026-03-30 06:15:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d322862-ad61-5fd5-bf26-bcda82fb0b13 with identifier: HV72%20WUX
2026-03-30 06:15:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d322862-ad61-5fd5-bf26-bcda82fb0b13 with identifier: HV72%20WUX to the API
2026-03-30 06:15:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15: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': 47,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV72%20WUX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '0d322862-ad61-5fd5-bf26-bcda82fb0b13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HV72 WUX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV72%20WUX&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'BMW',
'model': 'X3',
'odometer': 58616,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 24600,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'BMW X3 2.0 XDRIVE 30E M SPORT StationWagon',
'transmission': 'manual',
'trim': 'XDRIVE 30E M SPORT',
'vin': 'WBA62DP0309M76303',
'year': 2022}
2026-03-30 06:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:59 [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-30 06:15:59 [bca.uk] INFO: Saving data for HV72%20WUX: {'auction_closing_time': 1775199600.0, 'created_time': 1774448580.258487, 'last_price_update_time': 1774851359.484108}
2026-03-30 06:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV72%2520WUX') HTTP/1.1" 204 0
2026-03-30 06:15:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with identifier: LT68%20DYO
2026-03-30 06:15:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8aead79c-5b3e-54f5-91c0-6f308ff8cd01 with identifier: LT68%20DYO
2026-03-30 06:15:59 [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-30 06:15:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:15: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-30 06:15:59 [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=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-30 06:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:59 [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-30 06:15:59 [bca.uk] INFO: Saving data for LT68%20DYO: {'auction_closing_time': 1775210400.0, 'created_time': 1774351854.312884, 'last_price_update_time': 1774851359.878838}
2026-03-30 06:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:59 [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-30 06:15:59 [bca.uk] INFO: Found listing with ID: OY17%20VGJ
2026-03-30 06:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:15:59 [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-30 06:15:59 [bca.uk] INFO: Scrape type for OY17%20VGJ: 2
2026-03-30 06:15:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32077a30-b4f8-546a-9038-5d3ad595a8dc with identifier: OY17%20VGJ
2026-03-30 06:15:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32077a30-b4f8-546a-9038-5d3ad595a8dc with scrape type 2
2026-03-30 06:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32077a30-b4f8-546a-9038-5d3ad595a8dc with scrape type 2
2026-03-30 06:16:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32077a30-b4f8-546a-9038-5d3ad595a8dc, identifier: OY17%20VGJ
2026-03-30 06:16:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cfede85-89ae-5952-9413-83b84d0c3267 with identifier: RX65%20VOJ
2026-03-30 06:16:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cfede85-89ae-5952-9413-83b84d0c3267 with identifier: RX65%20VOJ
2026-03-30 06:16:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cfede85-89ae-5952-9413-83b84d0c3267 with identifier: RX65%20VOJ to the API
2026-03-30 06:16:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16:00 [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': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX65%20VOJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9cfede85-89ae-5952-9413-83b84d0c3267',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX65 VOJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX65%20VOJ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 99015,
'odometer_reading_unit': '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.6 E-HDI ALLURE EGC MPV',
'transmission': 'automatic',
'trim': 'E-HDI ALLURE EGC',
'vin': 'VF3CU9HP8FY032311',
'year': 2015}
2026-03-30 06:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:00 [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-30 06:16:00 [bca.uk] INFO: Saving data for RX65%20VOJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774649724.905125, 'last_price_update_time': 1774851360.325267}
2026-03-30 06:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX65%2520VOJ') HTTP/1.1" 204 0
2026-03-30 06:16:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f53089bd-8a0c-501c-8ea8-696910548f99 with identifier: LT22%20VLG
2026-03-30 06:16:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f53089bd-8a0c-501c-8ea8-696910548f99 with identifier: LT22%20VLG
2026-03-30 06:16:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f53089bd-8a0c-501c-8ea8-696910548f99 with identifier: LT22%20VLG to the API
2026-03-30 06:16:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20VLG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'f53089bd-8a0c-501c-8ea8-696910548f99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LT22 VLG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20VLG&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 23128,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 P/T 130 GT Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 GT',
'vin': 'VR3USHNSKNJ577658',
'year': 2022}
2026-03-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-30 06:16:01 [bca.uk] INFO: Saving data for LT22%20VLG: {'auction_closing_time': 1775199600.0, 'created_time': 1773842143.482386, 'last_price_update_time': 1774851361.032032}
2026-03-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520VLG') HTTP/1.1" 204 0
2026-03-30 06:16:01 [bca.uk] INFO: Found listing with ID: LR21%20YCX
2026-03-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR21%2520YCX%27 HTTP/1.1" 200 None
2026-03-30 06:16:01 [bca.uk] INFO: Scrape type for LR21%20YCX: 2
2026-03-30 06:16:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffba4a30-b83d-535c-a077-eeff4cf5774d with identifier: LR21%20YCX
2026-03-30 06:16:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffba4a30-b83d-535c-a077-eeff4cf5774d with scrape type 2
2026-03-30 06:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffba4a30-b83d-535c-a077-eeff4cf5774d with scrape type 2
2026-03-30 06:16:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffba4a30-b83d-535c-a077-eeff4cf5774d, identifier: LR21%20YCX
2026-03-30 06:16:01 [bca.uk] INFO: Found listing with ID: PK16%20SFV
2026-03-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK16%2520SFV%27 HTTP/1.1" 200 None
2026-03-30 06:16:01 [bca.uk] INFO: Scrape type for PK16%20SFV: 2
2026-03-30 06:16:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d48ef1d7-ea21-5953-85cf-000449554ab1 with identifier: PK16%20SFV
2026-03-30 06:16:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d48ef1d7-ea21-5953-85cf-000449554ab1 with scrape type 2
2026-03-30 06:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d48ef1d7-ea21-5953-85cf-000449554ab1 with scrape type 2
2026-03-30 06:16:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d48ef1d7-ea21-5953-85cf-000449554ab1, identifier: PK16%20SFV
2026-03-30 06:16:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32077a30-b4f8-546a-9038-5d3ad595a8dc with identifier: OY17%20VGJ
2026-03-30 06:16:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32077a30-b4f8-546a-9038-5d3ad595a8dc with identifier: OY17%20VGJ
2026-03-30 06:16:01 [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-30 06:16:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY17%2520VGJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:01 [bca.uk] INFO: Saving data for OY17%20VGJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562941.840678, 'last_price_update_time': 1774851361.58539}
2026-03-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:01 [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-30 06:16:01 [bca.uk] INFO: Found listing with ID: AF66%20BUH
2026-03-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF66%2520BUH%27 HTTP/1.1" 200 None
2026-03-30 06:16:01 [bca.uk] INFO: Scrape type for AF66%20BUH: 2
2026-03-30 06:16:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1c089b9-3d63-577d-b76d-e3308af9a2d7 with identifier: AF66%20BUH
2026-03-30 06:16:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1c089b9-3d63-577d-b76d-e3308af9a2d7 with scrape type 2
2026-03-30 06:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1c089b9-3d63-577d-b76d-e3308af9a2d7 with scrape type 2
2026-03-30 06:16:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1c089b9-3d63-577d-b76d-e3308af9a2d7, identifier: AF66%20BUH
2026-03-30 06:16:01 [bca.uk] INFO: Found listing with ID: MA24%20FLV
2026-03-30 06:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA24%2520FLV%27 HTTP/1.1" 200 None
2026-03-30 06:16:01 [bca.uk] INFO: Scrape type for MA24%20FLV: 2
2026-03-30 06:16:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb29120-e925-5239-8699-ce4e4840bd3a with identifier: MA24%20FLV
2026-03-30 06:16:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb29120-e925-5239-8699-ce4e4840bd3a with scrape type 2
2026-03-30 06:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb29120-e925-5239-8699-ce4e4840bd3a with scrape type 2
2026-03-30 06:16:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eb29120-e925-5239-8699-ce4e4840bd3a, identifier: MA24%20FLV
2026-03-30 06:16:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffba4a30-b83d-535c-a077-eeff4cf5774d with identifier: LR21%20YCX
2026-03-30 06:16:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffba4a30-b83d-535c-a077-eeff4cf5774d with identifier: LR21%20YCX
2026-03-30 06:16:01 [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-30 06:16:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR21%2520YCX%27 HTTP/1.1" 200 None
2026-03-30 06:16:02 [bca.uk] INFO: Saving data for LR21%20YCX: {'auction_closing_time': 1775199600.0, 'created_time': 1774477421.25772, 'last_price_update_time': 1774851362.108146}
2026-03-30 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:02 [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-30 06:16:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d48ef1d7-ea21-5953-85cf-000449554ab1 with identifier: PK16%20SFV
2026-03-30 06:16:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d48ef1d7-ea21-5953-85cf-000449554ab1 with identifier: PK16%20SFV
2026-03-30 06:16:02 [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-30 06:16:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16:02 [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': 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-30 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK16%2520SFV%27 HTTP/1.1" 200 None
2026-03-30 06:16:02 [bca.uk] INFO: Saving data for PK16%20SFV: {'auction_closing_time': 1775210400.0, 'created_time': 1774392141.321884, 'last_price_update_time': 1774851362.420985}
2026-03-30 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:02 [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-30 06:16:02 [bca.uk] INFO: Found listing with ID: FG21%20ZHO
2026-03-30 06:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG21%2520ZHO%27 HTTP/1.1" 200 None
2026-03-30 06:16:02 [bca.uk] INFO: Scrape type for FG21%20ZHO: 2
2026-03-30 06:16:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c22a30-27d5-51d9-bbc8-81ca320be580 with identifier: FG21%20ZHO
2026-03-30 06:16:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c22a30-27d5-51d9-bbc8-81ca320be580 with scrape type 2
2026-03-30 06:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c22a30-27d5-51d9-bbc8-81ca320be580 with scrape type 2
2026-03-30 06:16:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c22a30-27d5-51d9-bbc8-81ca320be580, identifier: FG21%20ZHO
2026-03-30 06:16:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1c089b9-3d63-577d-b76d-e3308af9a2d7 with identifier: AF66%20BUH
2026-03-30 06:16:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1c089b9-3d63-577d-b76d-e3308af9a2d7 with identifier: AF66%20BUH
2026-03-30 06:16:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1c089b9-3d63-577d-b76d-e3308af9a2d7 with identifier: AF66%20BUH to the API
2026-03-30 06:16:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF66%20BUH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b1c089b9-3d63-577d-b76d-e3308af9a2d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AF66 BUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF66%20BUH&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VOLKSWAGEN',
'model': 'PASSAT',
'odometer': 178627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT 2.0 TDI 150 GT Estate',
'transmission': 'manual',
'trim': 'TDI 150 GT',
'vin': 'WVWZZZ3CZHE033974',
'year': 2016}
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF66%2520BUH%27 HTTP/1.1" 200 None
2026-03-30 06:16:03 [bca.uk] INFO: Saving data for AF66%20BUH: {'auction_closing_time': 1775124000.0, 'created_time': 1774649717.081387, 'last_price_update_time': 1774851363.533969}
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF66%2520BUH') HTTP/1.1" 204 0
2026-03-30 06:16:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eb29120-e925-5239-8699-ce4e4840bd3a with identifier: MA24%20FLV
2026-03-30 06:16:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eb29120-e925-5239-8699-ce4e4840bd3a with identifier: MA24%20FLV
2026-03-30 06:16:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9eb29120-e925-5239-8699-ce4e4840bd3a with identifier: MA24%20FLV to the API
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20FLV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Electric',
'id': '9eb29120-e925-5239-8699-ce4e4840bd3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA24 FLV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20FLV&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'VOLKSWAGEN',
'model': 'ID.BUZZ',
'odometer': 12834,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 38900,
'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': 'WV2ZZZEB4RH003950',
'year': 2024}
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA24%2520FLV%27 HTTP/1.1" 200 None
2026-03-30 06:16:03 [bca.uk] INFO: Saving data for MA24%20FLV: {'auction_closing_time': 1775199600.0, 'created_time': 1773833437.318263, 'last_price_update_time': 1774851363.828926}
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520FLV') HTTP/1.1" 204 0
2026-03-30 06:16:03 [bca.uk] INFO: Found listing with ID: OV23%20CWD
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV23%2520CWD%27 HTTP/1.1" 200 None
2026-03-30 06:16:03 [bca.uk] INFO: Scrape type for OV23%20CWD: 2
2026-03-30 06:16:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bce6839-a714-55db-92ab-3ae934c8ccd1 with identifier: OV23%20CWD
2026-03-30 06:16:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bce6839-a714-55db-92ab-3ae934c8ccd1 with scrape type 2
2026-03-30 06:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bce6839-a714-55db-92ab-3ae934c8ccd1 with scrape type 2
2026-03-30 06:16:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bce6839-a714-55db-92ab-3ae934c8ccd1, identifier: OV23%20CWD
2026-03-30 06:16:03 [bca.uk] INFO: Found listing with ID: YL70%20FHK
2026-03-30 06:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL70%2520FHK%27 HTTP/1.1" 200 None
2026-03-30 06:16:03 [bca.uk] INFO: Scrape type for YL70%20FHK: 2
2026-03-30 06:16:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with identifier: YL70%20FHK
2026-03-30 06:16:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with scrape type 2
2026-03-30 06:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with scrape type 2
2026-03-30 06:16:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6328c5cc-a20e-5a2f-afa9-a37dd8582561, identifier: YL70%20FHK
2026-03-30 06:16:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c22a30-27d5-51d9-bbc8-81ca320be580 with identifier: FG21%20ZHO
2026-03-30 06:16:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c22a30-27d5-51d9-bbc8-81ca320be580 with identifier: FG21%20ZHO
2026-03-30 06:16:04 [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-30 06:16:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG21%2520ZHO%27 HTTP/1.1" 200 None
2026-03-30 06:16:04 [bca.uk] INFO: Saving data for FG21%20ZHO: {'auction_closing_time': 1775124000.0, 'created_time': 1774678103.455579, 'last_price_update_time': 1774851364.392172}
2026-03-30 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:04 [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-30 06:16:04 [bca.uk] INFO: Found listing with ID: BL64%20YTM
2026-03-30 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL64%2520YTM%27 HTTP/1.1" 200 None
2026-03-30 06:16:04 [bca.uk] INFO: Scrape type for BL64%20YTM: 2
2026-03-30 06:16:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7547ef5-4c95-5456-85f7-294fb3b4216e with identifier: BL64%20YTM
2026-03-30 06:16:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7547ef5-4c95-5456-85f7-294fb3b4216e with scrape type 2
2026-03-30 06:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7547ef5-4c95-5456-85f7-294fb3b4216e with scrape type 2
2026-03-30 06:16:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7547ef5-4c95-5456-85f7-294fb3b4216e, identifier: BL64%20YTM
2026-03-30 06:16:04 [bca.uk] INFO: Found listing with ID: MA24%20FSV
2026-03-30 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA24%2520FSV%27 HTTP/1.1" 200 None
2026-03-30 06:16:04 [bca.uk] INFO: Scrape type for MA24%20FSV: 2
2026-03-30 06:16:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b48d4c7-2f4d-56f9-b848-2532b4bbd280 with identifier: MA24%20FSV
2026-03-30 06:16:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b48d4c7-2f4d-56f9-b848-2532b4bbd280 with scrape type 2
2026-03-30 06:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b48d4c7-2f4d-56f9-b848-2532b4bbd280 with scrape type 2
2026-03-30 06:16:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b48d4c7-2f4d-56f9-b848-2532b4bbd280, identifier: MA24%20FSV
2026-03-30 06:16:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bce6839-a714-55db-92ab-3ae934c8ccd1 with identifier: OV23%20CWD
2026-03-30 06:16:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bce6839-a714-55db-92ab-3ae934c8ccd1 with identifier: OV23%20CWD
2026-03-30 06:16:04 [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-30 06:16:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV23%2520CWD%27 HTTP/1.1" 200 None
2026-03-30 06:16:04 [bca.uk] INFO: Saving data for OV23%20CWD: {'auction_closing_time': 1775199600.0, 'created_time': 1774477431.944939, 'last_price_update_time': 1774851364.940037}
2026-03-30 06:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:04 [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-30 06:16:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with identifier: YL70%20FHK
2026-03-30 06:16:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6328c5cc-a20e-5a2f-afa9-a37dd8582561 with identifier: YL70%20FHK
2026-03-30 06:16:05 [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-30 06:16:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:06 [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': 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-30 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL70%2520FHK%27 HTTP/1.1" 200 None
2026-03-30 06:16:06 [bca.uk] INFO: Saving data for YL70%20FHK: {'auction_closing_time': 1775210400.0, 'created_time': 1773833110.448423, 'last_price_update_time': 1774851366.268114}
2026-03-30 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:06 [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-30 06:16:06 [bca.uk] INFO: Found listing with ID: YN68%20HMH
2026-03-30 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN68%2520HMH%27 HTTP/1.1" 200 None
2026-03-30 06:16:06 [bca.uk] INFO: Scrape type for YN68%20HMH: 2
2026-03-30 06:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea1bd7e-02f1-5a21-882a-7156a849e57c with identifier: YN68%20HMH
2026-03-30 06:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea1bd7e-02f1-5a21-882a-7156a849e57c with scrape type 2
2026-03-30 06:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ea1bd7e-02f1-5a21-882a-7156a849e57c with scrape type 2
2026-03-30 06:16:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ea1bd7e-02f1-5a21-882a-7156a849e57c, identifier: YN68%20HMH
2026-03-30 06:16:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7547ef5-4c95-5456-85f7-294fb3b4216e with identifier: BL64%20YTM
2026-03-30 06:16:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7547ef5-4c95-5456-85f7-294fb3b4216e with identifier: BL64%20YTM
2026-03-30 06:16:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7547ef5-4c95-5456-85f7-294fb3b4216e with identifier: BL64%20YTM to the API
2026-03-30 06:16:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 96,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL64%20YTM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd7547ef5-4c95-5456-85f7-294fb3b4216e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BL64 YTM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL64%20YTM&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 92683,
'odometer_reading_unit': '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 N-TEC+ Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 N-TEC+',
'vin': 'SJNFAAJ11U1285884',
'year': 2014}
2026-03-30 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL64%2520YTM%27 HTTP/1.1" 200 None
2026-03-30 06:16:06 [bca.uk] INFO: Saving data for BL64%20YTM: {'auction_closing_time': 1775124000.0, 'created_time': 1774649704.861291, 'last_price_update_time': 1774851366.698817}
2026-03-30 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL64%2520YTM') HTTP/1.1" 204 0
2026-03-30 06:16:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b48d4c7-2f4d-56f9-b848-2532b4bbd280 with identifier: MA24%20FSV
2026-03-30 06:16:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b48d4c7-2f4d-56f9-b848-2532b4bbd280 with identifier: MA24%20FSV
2026-03-30 06:16:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b48d4c7-2f4d-56f9-b848-2532b4bbd280 with identifier: MA24%20FSV to the API
2026-03-30 06:16:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20FSV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Electric',
'id': '3b48d4c7-2f4d-56f9-b848-2532b4bbd280',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA24 FSV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20FSV&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'ID.BUZZ',
'odometer': 18315,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 37800,
'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': 'WV2ZZZEB3RH007617',
'year': 2024}
2026-03-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA24%2520FSV%27 HTTP/1.1" 200 None
2026-03-30 06:16:07 [bca.uk] INFO: Saving data for MA24%20FSV: {'auction_closing_time': 1775199600.0, 'created_time': 1773845029.256689, 'last_price_update_time': 1774851367.095002}
2026-03-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520FSV') HTTP/1.1" 204 0
2026-03-30 06:16:07 [bca.uk] INFO: Found listing with ID: RA73%20DWD
2026-03-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA73%2520DWD%27 HTTP/1.1" 200 None
2026-03-30 06:16:07 [bca.uk] INFO: Scrape type for RA73%20DWD: 2
2026-03-30 06:16:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with identifier: RA73%20DWD
2026-03-30 06:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with scrape type 2
2026-03-30 06:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with scrape type 2
2026-03-30 06:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d, identifier: RA73%20DWD
2026-03-30 06:16:07 [bca.uk] INFO: Found listing with ID: GJ64%20VAM
2026-03-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ64%2520VAM%27 HTTP/1.1" 200 None
2026-03-30 06:16:07 [bca.uk] INFO: Scrape type for GJ64%20VAM: 2
2026-03-30 06:16:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630ab744-0f83-56c9-8de3-6bee062c4c19 with identifier: GJ64%20VAM
2026-03-30 06:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630ab744-0f83-56c9-8de3-6bee062c4c19 with scrape type 2
2026-03-30 06:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630ab744-0f83-56c9-8de3-6bee062c4c19 with scrape type 2
2026-03-30 06:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 630ab744-0f83-56c9-8de3-6bee062c4c19, identifier: GJ64%20VAM
2026-03-30 06:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ea1bd7e-02f1-5a21-882a-7156a849e57c with identifier: YN68%20HMH
2026-03-30 06:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ea1bd7e-02f1-5a21-882a-7156a849e57c with identifier: YN68%20HMH
2026-03-30 06:16:07 [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-30 06:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:07 [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=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-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN68%2520HMH%27 HTTP/1.1" 200 None
2026-03-30 06:16:07 [bca.uk] INFO: Saving data for YN68%20HMH: {'auction_closing_time': 1774951200.0, 'created_time': 1774476515.341206, 'last_price_update_time': 1774851367.637428}
2026-03-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:07 [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-30 06:16:07 [bca.uk] INFO: Found listing with ID: EN16%20KRD
2026-03-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN16%2520KRD%27 HTTP/1.1" 200 None
2026-03-30 06:16:07 [bca.uk] INFO: Scrape type for EN16%20KRD: 2
2026-03-30 06:16:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d99c92-49e7-5540-a86d-b5a2ab30eb85 with identifier: EN16%20KRD
2026-03-30 06:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d99c92-49e7-5540-a86d-b5a2ab30eb85 with scrape type 2
2026-03-30 06:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d99c92-49e7-5540-a86d-b5a2ab30eb85 with scrape type 2
2026-03-30 06:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48d99c92-49e7-5540-a86d-b5a2ab30eb85, identifier: EN16%20KRD
2026-03-30 06:16:07 [bca.uk] INFO: Found listing with ID: ME73%20NHC
2026-03-30 06:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ME73%2520NHC%27 HTTP/1.1" 200 None
2026-03-30 06:16:07 [bca.uk] INFO: Scrape type for ME73%20NHC: 0
2026-03-30 06:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with identifier: RA73%20DWD
2026-03-30 06:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51a2850a-77bf-558a-b7dc-3ce3dea20a8d with identifier: RA73%20DWD
2026-03-30 06:16:07 [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-30 06:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA73%2520DWD%27 HTTP/1.1" 200 None
2026-03-30 06:16:08 [bca.uk] INFO: Saving data for RA73%20DWD: {'auction_closing_time': 1775199600.0, 'created_time': 1774477445.986129, 'last_price_update_time': 1774851368.105324}
2026-03-30 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:08 [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-30 06:16:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 630ab744-0f83-56c9-8de3-6bee062c4c19 with identifier: GJ64%20VAM
2026-03-30 06:16:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 630ab744-0f83-56c9-8de3-6bee062c4c19 with identifier: GJ64%20VAM
2026-03-30 06:16:08 [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-30 06:16:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:08 [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': 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-30 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ64%2520VAM%27 HTTP/1.1" 200 None
2026-03-30 06:16:08 [bca.uk] INFO: Saving data for GJ64%20VAM: {'auction_closing_time': 1775210400.0, 'created_time': 1774392140.644628, 'last_price_update_time': 1774851368.412006}
2026-03-30 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:08 [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-30 06:16:08 [bca.uk] INFO: Found listing with ID: GD73%20KHH
2026-03-30 06:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD73%2520KHH%27 HTTP/1.1" 200 None
2026-03-30 06:16:08 [bca.uk] INFO: Scrape type for GD73%20KHH: 2
2026-03-30 06:16:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with identifier: GD73%20KHH
2026-03-30 06:16:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with scrape type 2
2026-03-30 06:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with scrape type 2
2026-03-30 06:16:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731, identifier: GD73%20KHH
2026-03-30 06:16:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48d99c92-49e7-5540-a86d-b5a2ab30eb85 with identifier: EN16%20KRD
2026-03-30 06:16:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48d99c92-49e7-5540-a86d-b5a2ab30eb85 with identifier: EN16%20KRD
2026-03-30 06:16:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48d99c92-49e7-5540-a86d-b5a2ab30eb85 with identifier: EN16%20KRD to the API
2026-03-30 06:16:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN16%20KRD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '48d99c92-49e7-5540-a86d-b5a2ab30eb85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN16 KRD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN16%20KRD&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 73841,
'odometer_reading_unit': '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 StationWagon',
'transmission': 'automatic',
'trim': 'TD4 180 HSE',
'vin': 'SALCA2AN7GH608246',
'year': 2016}
2026-03-30 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN16%2520KRD%27 HTTP/1.1" 200 None
2026-03-30 06:16:09 [bca.uk] INFO: Saving data for EN16%20KRD: {'auction_closing_time': 1775124000.0, 'created_time': 1774649700.039453, 'last_price_update_time': 1774851369.473146}
2026-03-30 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN16%2520KRD') HTTP/1.1" 204 0
2026-03-30 06:16:09 [bca.uk] INFO: Found listing with ID: YG22%20UMR
2026-03-30 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG22%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:16:09 [bca.uk] INFO: Scrape type for YG22%20UMR: 2
2026-03-30 06:16:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f2b24d9-adfe-556f-a75b-17246f214d82 with identifier: YG22%20UMR
2026-03-30 06:16:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f2b24d9-adfe-556f-a75b-17246f214d82 with scrape type 2
2026-03-30 06:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f2b24d9-adfe-556f-a75b-17246f214d82 with scrape type 2
2026-03-30 06:16:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f2b24d9-adfe-556f-a75b-17246f214d82, identifier: YG22%20UMR
2026-03-30 06:16:09 [bca.uk] INFO: Found listing with ID: GY20%20BYH
2026-03-30 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-30 06:16:09 [bca.uk] INFO: Scrape type for GY20%20BYH: 2
2026-03-30 06:16:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9a247d2-d73a-547c-b0fc-3edad5fe9782 with identifier: GY20%20BYH
2026-03-30 06:16:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9a247d2-d73a-547c-b0fc-3edad5fe9782 with scrape type 2
2026-03-30 06:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9a247d2-d73a-547c-b0fc-3edad5fe9782 with scrape type 2
2026-03-30 06:16:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9a247d2-d73a-547c-b0fc-3edad5fe9782, identifier: GY20%20BYH
2026-03-30 06:16:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with identifier: GD73%20KHH
2026-03-30 06:16:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c62dbebf-faa2-5c0c-9d57-b3a2e0b28731 with identifier: GD73%20KHH
2026-03-30 06:16:09 [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-30 06:16:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:09 [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': 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-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD73%2520KHH%27 HTTP/1.1" 200 None
2026-03-30 06:16:10 [bca.uk] INFO: Saving data for GD73%20KHH: {'auction_closing_time': 1775642400.0, 'created_time': 1774678102.236096, 'last_price_update_time': 1774851370.029609}
2026-03-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:10 [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-30 06:16:10 [bca.uk] INFO: Found listing with ID: OU73%20MMX
2026-03-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU73%2520MMX%27 HTTP/1.1" 200 None
2026-03-30 06:16:10 [bca.uk] INFO: Scrape type for OU73%20MMX: 2
2026-03-30 06:16:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 114d148c-9038-547a-b928-170db07a8205 with identifier: OU73%20MMX
2026-03-30 06:16:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 114d148c-9038-547a-b928-170db07a8205 with scrape type 2
2026-03-30 06:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 114d148c-9038-547a-b928-170db07a8205 with scrape type 2
2026-03-30 06:16:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 114d148c-9038-547a-b928-170db07a8205, identifier: OU73%20MMX
2026-03-30 06:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f2b24d9-adfe-556f-a75b-17246f214d82 with identifier: YG22%20UMR
2026-03-30 06:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f2b24d9-adfe-556f-a75b-17246f214d82 with identifier: YG22%20UMR
2026-03-30 06:16:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f2b24d9-adfe-556f-a75b-17246f214d82 with identifier: YG22%20UMR to the API
2026-03-30 06:16:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:10 [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': 192,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG22%20UMR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Diesel',
'id': '2f2b24d9-adfe-556f-a75b-17246f214d82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG22 UMR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG22%20UMR&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'BMW',
'model': 'X5',
'odometer': 82431,
'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': 'BMW X5 3.0 MHT XDRIVE 40D M SPORT StationWagon',
'transmission': 'automatic',
'trim': 'MHT XDRIVE 40D M SPORT',
'vin': 'WBATH420109K98707',
'year': 2022}
2026-03-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG22%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:16:10 [bca.uk] INFO: Saving data for YG22%20UMR: {'auction_closing_time': 1775199600.0, 'created_time': 1773931892.700906, 'last_price_update_time': 1774851370.426443}
2026-03-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520UMR') HTTP/1.1" 204 0
2026-03-30 06:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9a247d2-d73a-547c-b0fc-3edad5fe9782 with identifier: GY20%20BYH
2026-03-30 06:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9a247d2-d73a-547c-b0fc-3edad5fe9782 with identifier: GY20%20BYH
2026-03-30 06:16:10 [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-30 06:16:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:10 [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': 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-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-30 06:16:10 [bca.uk] INFO: Saving data for GY20%20BYH: {'auction_closing_time': 1775210400.0, 'created_time': 1773833145.957552, 'last_price_update_time': 1774851370.813844}
2026-03-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:10 [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-30 06:16:10 [bca.uk] INFO: Found listing with ID: GL73%20XFX
2026-03-30 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL73%2520XFX%27 HTTP/1.1" 200 None
2026-03-30 06:16:10 [bca.uk] INFO: Scrape type for GL73%20XFX: 2
2026-03-30 06:16:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb831ce-ba54-5560-9433-1e016d6eb8fc with identifier: GL73%20XFX
2026-03-30 06:16:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb831ce-ba54-5560-9433-1e016d6eb8fc with scrape type 2
2026-03-30 06:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb831ce-ba54-5560-9433-1e016d6eb8fc with scrape type 2
2026-03-30 06:16:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bb831ce-ba54-5560-9433-1e016d6eb8fc, identifier: GL73%20XFX
2026-03-30 06:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 114d148c-9038-547a-b928-170db07a8205 with identifier: OU73%20MMX
2026-03-30 06:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 114d148c-9038-547a-b928-170db07a8205 with identifier: OU73%20MMX
2026-03-30 06:16:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 114d148c-9038-547a-b928-170db07a8205 with identifier: OU73%20MMX to the API
2026-03-30 06:16:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU73%20MMX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '114d148c-9038-547a-b928-170db07a8205',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OU73 MMX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU73%20MMX&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'MAZDA',
'model': 'CX-30',
'odometer': 9656,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MAZDA CX-30 2.0 E-SKY-G MHEV HOMURA Hatchback',
'transmission': 'automatic',
'trim': 'E-SKY-G MHEV HOMURA',
'vin': 'JMZDM6WE400402449',
'year': 2023}
2026-03-30 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU73%2520MMX%27 HTTP/1.1" 200 None
2026-03-30 06:16:11 [bca.uk] INFO: Saving data for OU73%20MMX: {'auction_closing_time': 1775124000.0, 'created_time': 1774649696.951168, 'last_price_update_time': 1774851371.251576}
2026-03-30 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU73%2520MMX') HTTP/1.1" 204 0
2026-03-30 06:16:11 [bca.uk] INFO: Found listing with ID: YM74%20WVO
2026-03-30 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM74%2520WVO%27 HTTP/1.1" 200 None
2026-03-30 06:16:11 [bca.uk] INFO: Scrape type for YM74%20WVO: 2
2026-03-30 06:16:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 876e673c-653d-5353-8059-fe35c73a2427 with identifier: YM74%20WVO
2026-03-30 06:16:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 876e673c-653d-5353-8059-fe35c73a2427 with scrape type 2
2026-03-30 06:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 876e673c-653d-5353-8059-fe35c73a2427 with scrape type 2
2026-03-30 06:16:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 876e673c-653d-5353-8059-fe35c73a2427, identifier: YM74%20WVO
2026-03-30 06:16:11 [bca.uk] INFO: Found listing with ID: OY67%20YSO
2026-03-30 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY67%2520YSO%27 HTTP/1.1" 200 None
2026-03-30 06:16:11 [bca.uk] INFO: Scrape type for OY67%20YSO: 2
2026-03-30 06:16:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac55cf35-7b73-53ee-a533-627394449ea7 with identifier: OY67%20YSO
2026-03-30 06:16: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-30 06:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac55cf35-7b73-53ee-a533-627394449ea7 with scrape type 2
2026-03-30 06:16:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac55cf35-7b73-53ee-a533-627394449ea7, identifier: OY67%20YSO
2026-03-30 06:16:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bb831ce-ba54-5560-9433-1e016d6eb8fc with identifier: GL73%20XFX
2026-03-30 06:16:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bb831ce-ba54-5560-9433-1e016d6eb8fc with identifier: GL73%20XFX
2026-03-30 06:16:11 [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-30 06:16:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL73%2520XFX%27 HTTP/1.1" 200 None
2026-03-30 06:16:12 [bca.uk] INFO: Saving data for GL73%20XFX: {'auction_closing_time': 1775642400.0, 'created_time': 1774678099.1807, 'last_price_update_time': 1774851372.80018}
2026-03-30 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:12 [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-30 06:16:12 [bca.uk] INFO: Found listing with ID: GF12%20OAY
2026-03-30 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF12%2520OAY%27 HTTP/1.1" 200 None
2026-03-30 06:16:12 [bca.uk] INFO: Scrape type for GF12%20OAY: 2
2026-03-30 06:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38d33a4b-bcae-57a0-9b5a-2a1a2987e4b7 with identifier: GF12%20OAY
2026-03-30 06:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38d33a4b-bcae-57a0-9b5a-2a1a2987e4b7 with scrape type 2
2026-03-30 06:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38d33a4b-bcae-57a0-9b5a-2a1a2987e4b7 with scrape type 2
2026-03-30 06:16:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38d33a4b-bcae-57a0-9b5a-2a1a2987e4b7, identifier: GF12%20OAY
2026-03-30 06:16:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 876e673c-653d-5353-8059-fe35c73a2427 with identifier: YM74%20WVO
2026-03-30 06:16:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 876e673c-653d-5353-8059-fe35c73a2427 with identifier: YM74%20WVO
2026-03-30 06:16:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 876e673c-653d-5353-8059-fe35c73a2427 with identifier: YM74%20WVO to the API
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20WVO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T07:00:00Z',
'fuel_type': 'Petrol',
'id': '876e673c-653d-5353-8059-fe35c73a2427',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YM74 WVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20WVO&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 17276,
'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': 'FORD FOCUS 1.0 E/B MHEV 155 ST-LINE P/S Hatchback',
'transmission': 'automatic',
'trim': 'E/B MHEV 155 ST-LINE P/S',
'vin': 'WF0NXXGCHNRY62095',
'year': 2024}
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YM74%2520WVO%27 HTTP/1.1" 200 None
2026-03-30 06:16:13 [bca.uk] INFO: Saving data for YM74%20WVO: {'auction_closing_time': 1775199600.0, 'created_time': 1773844098.538525, 'last_price_update_time': 1774851373.391216}
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520WVO') HTTP/1.1" 204 0
2026-03-30 06:16:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac55cf35-7b73-53ee-a533-627394449ea7 with identifier: OY67%20YSO
2026-03-30 06:16:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac55cf35-7b73-53ee-a533-627394449ea7 with identifier: OY67%20YSO
2026-03-30 06:16:13 [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-30 06:16:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16:13 [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=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-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OY67%2520YSO%27 HTTP/1.1" 200 None
2026-03-30 06:16:13 [bca.uk] INFO: Saving data for OY67%20YSO: {'auction_closing_time': 1775210400.0, 'created_time': 1774350975.704611, 'last_price_update_time': 1774851373.737386}
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:13 [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-30 06:16:13 [bca.uk] INFO: Found listing with ID: CX13%20HLM
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX13%2520HLM%27 HTTP/1.1" 200 None
2026-03-30 06:16:13 [bca.uk] INFO: Scrape type for CX13%20HLM: 0
2026-03-30 06:16:13 [bca.uk] INFO: Found listing with ID: KW73%20TVV
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW73%2520TVV%27 HTTP/1.1" 200 None
2026-03-30 06:16:13 [bca.uk] INFO: Scrape type for KW73%20TVV: 0
2026-03-30 06:16:13 [bca.uk] INFO: Found listing with ID: KW73%20YUH
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW73%2520YUH%27 HTTP/1.1" 200 None
2026-03-30 06:16:13 [bca.uk] INFO: Scrape type for KW73%20YUH: 0
2026-03-30 06:16:13 [bca.uk] INFO: Found listing with ID: MW73%20GFU
2026-03-30 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW73%2520GFU%27 HTTP/1.1" 200 None
2026-03-30 06:16:13 [bca.uk] INFO: Scrape type for MW73%20GFU: 2
2026-03-30 06:16:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with identifier: MW73%20GFU
2026-03-30 06:16:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with scrape type 2
2026-03-30 06:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with scrape type 2
2026-03-30 06:16:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c, identifier: MW73%20GFU
2026-03-30 06:16:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38d33a4b-bcae-57a0-9b5a-2a1a2987e4b7 with identifier: GF12%20OAY
2026-03-30 06:16:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38d33a4b-bcae-57a0-9b5a-2a1a2987e4b7 with identifier: GF12%20OAY
2026-03-30 06:16:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38d33a4b-bcae-57a0-9b5a-2a1a2987e4b7 with identifier: GF12%20OAY to the API
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16:14 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF12%20OAY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '38d33a4b-bcae-57a0-9b5a-2a1a2987e4b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF12 OAY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF12%20OAY&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'HYUNDAI',
'model': 'I30',
'odometer': 156973,
'odometer_reading_unit': '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 I30 1.6 CRDI COMFORT Hatchback',
'transmission': 'manual',
'trim': 'CRDI COMFORT',
'vin': 'TMADB51SLCJ240105',
'year': 2012}
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF12%2520OAY%27 HTTP/1.1" 200 None
2026-03-30 06:16:14 [bca.uk] INFO: Saving data for GF12%20OAY: {'auction_closing_time': 1774951200.0, 'created_time': 1774562906.368123, 'last_price_update_time': 1774851374.22198}
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF12%2520OAY') HTTP/1.1" 204 0
2026-03-30 06:16:14 [bca.uk] INFO: Found listing with ID: ME21%20CKL
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ME21%2520CKL%27 HTTP/1.1" 200 None
2026-03-30 06:16:14 [bca.uk] INFO: Scrape type for ME21%20CKL: 2
2026-03-30 06:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83ee824e-43c7-51a3-97a8-c2bdb59740dc with identifier: ME21%20CKL
2026-03-30 06:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83ee824e-43c7-51a3-97a8-c2bdb59740dc with scrape type 2
2026-03-30 06:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83ee824e-43c7-51a3-97a8-c2bdb59740dc with scrape type 2
2026-03-30 06:16:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83ee824e-43c7-51a3-97a8-c2bdb59740dc, identifier: ME21%20CKL
2026-03-30 06:16:14 [bca.uk] INFO: Found listing with ID: RE70%20NBM
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE70%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:16:14 [bca.uk] INFO: Scrape type for RE70%20NBM: 2
2026-03-30 06:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c0f8043-86b3-5093-b58c-53b42a7fc849 with identifier: RE70%20NBM
2026-03-30 06:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c0f8043-86b3-5093-b58c-53b42a7fc849 with scrape type 2
2026-03-30 06:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c0f8043-86b3-5093-b58c-53b42a7fc849 with scrape type 2
2026-03-30 06:16:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c0f8043-86b3-5093-b58c-53b42a7fc849, identifier: RE70%20NBM
2026-03-30 06:16:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with identifier: MW73%20GFU
2026-03-30 06:16:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f5cc9c2-206c-56e1-85dc-2a746d82e17c with identifier: MW73%20GFU
2026-03-30 06:16:14 [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-30 06:16:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW73%2520GFU%27 HTTP/1.1" 200 None
2026-03-30 06:16:14 [bca.uk] INFO: Saving data for MW73%20GFU: {'auction_closing_time': 1775642400.0, 'created_time': 1774678099.963585, 'last_price_update_time': 1774851374.749889}
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:14 [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-30 06:16:14 [bca.uk] INFO: Found listing with ID: DV15%20HHN
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV15%2520HHN%27 HTTP/1.1" 200 None
2026-03-30 06:16:14 [bca.uk] INFO: Scrape type for DV15%20HHN: 2
2026-03-30 06:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd3f1ff9-9666-5f1d-956f-a6854ce32fa3 with identifier: DV15%20HHN
2026-03-30 06:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd3f1ff9-9666-5f1d-956f-a6854ce32fa3 with scrape type 2
2026-03-30 06:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd3f1ff9-9666-5f1d-956f-a6854ce32fa3 with scrape type 2
2026-03-30 06:16:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd3f1ff9-9666-5f1d-956f-a6854ce32fa3, identifier: DV15%20HHN
2026-03-30 06:16:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83ee824e-43c7-51a3-97a8-c2bdb59740dc with identifier: ME21%20CKL
2026-03-30 06:16:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83ee824e-43c7-51a3-97a8-c2bdb59740dc with identifier: ME21%20CKL
2026-03-30 06:16:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83ee824e-43c7-51a3-97a8-c2bdb59740dc with identifier: ME21%20CKL to the API
2026-03-30 06:16:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 330,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME21%20CKL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '5.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '83ee824e-43c7-51a3-97a8-c2bdb59740dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ME21 CKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME21%20CKL&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'LAND ROVER',
'model': 'DEFENDER 90',
'odometer': 27446,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 57500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER DEFENDER 90 5.0 P525 AWD StationWagon',
'transmission': 'automatic',
'trim': 'P525 AWD',
'vin': 'SALEA6AE7N2075475',
'year': 2021}
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ME21%2520CKL%27 HTTP/1.1" 200 None
2026-03-30 06:16:16 [bca.uk] INFO: Saving data for ME21%20CKL: {'auction_closing_time': 1774854000.0, 'created_time': 1774073392.57401, 'last_price_update_time': 1774851376.132726}
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME21%2520CKL') HTTP/1.1" 204 0
2026-03-30 06:16:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c0f8043-86b3-5093-b58c-53b42a7fc849 with identifier: RE70%20NBM
2026-03-30 06:16:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c0f8043-86b3-5093-b58c-53b42a7fc849 with identifier: RE70%20NBM
2026-03-30 06:16:16 [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-30 06:16:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE70%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:16:16 [bca.uk] INFO: Saving data for RE70%20NBM: {'auction_closing_time': 1775210400.0, 'created_time': 1773841974.68849, 'last_price_update_time': 1774851376.435241}
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:16 [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-30 06:16:16 [bca.uk] INFO: Found listing with ID: BP65%20KMU
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP65%2520KMU%27 HTTP/1.1" 200 None
2026-03-30 06:16:16 [bca.uk] INFO: Scrape type for BP65%20KMU: 2
2026-03-30 06:16:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9895f32-6aa4-5dd6-991f-6ce3ad3cc181 with identifier: BP65%20KMU
2026-03-30 06:16:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9895f32-6aa4-5dd6-991f-6ce3ad3cc181 with scrape type 2
2026-03-30 06:16:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9895f32-6aa4-5dd6-991f-6ce3ad3cc181 with scrape type 2
2026-03-30 06:16:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9895f32-6aa4-5dd6-991f-6ce3ad3cc181, identifier: BP65%20KMU
2026-03-30 06:16:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd3f1ff9-9666-5f1d-956f-a6854ce32fa3 with identifier: DV15%20HHN
2026-03-30 06:16:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd3f1ff9-9666-5f1d-956f-a6854ce32fa3 with identifier: DV15%20HHN
2026-03-30 06:16:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd3f1ff9-9666-5f1d-956f-a6854ce32fa3 with identifier: DV15%20HHN to the API
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV15%20HHN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fd3f1ff9-9666-5f1d-956f-a6854ce32fa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV15 HHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV15%20HHN&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 117915,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.5 DCI 110 N-TEC+ Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 N-TEC+',
'vin': 'SJNFAAJ11U1344431',
'year': 2015}
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV15%2520HHN%27 HTTP/1.1" 200 None
2026-03-30 06:16:16 [bca.uk] INFO: Saving data for DV15%20HHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774562903.183442, 'last_price_update_time': 1774851376.88625}
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV15%2520HHN') HTTP/1.1" 204 0
2026-03-30 06:16:16 [bca.uk] INFO: Found listing with ID: RE22%20NXV
2026-03-30 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE22%2520NXV%27 HTTP/1.1" 200 None
2026-03-30 06:16:16 [bca.uk] INFO: Scrape type for RE22%20NXV: 2
2026-03-30 06:16:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with identifier: RE22%20NXV
2026-03-30 06:16:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with scrape type 2
2026-03-30 06:16:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with scrape type 2
2026-03-30 06:16:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3, identifier: RE22%20NXV
2026-03-30 06:16:17 [bca.uk] INFO: Found listing with ID: NX18%20FWO
2026-03-30 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX18%2520FWO%27 HTTP/1.1" 200 None
2026-03-30 06:16:17 [bca.uk] INFO: Scrape type for NX18%20FWO: 2
2026-03-30 06:16:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with identifier: NX18%20FWO
2026-03-30 06:16:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with scrape type 2
2026-03-30 06:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with scrape type 2
2026-03-30 06:16:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716, identifier: NX18%20FWO
2026-03-30 06:16:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9895f32-6aa4-5dd6-991f-6ce3ad3cc181 with identifier: BP65%20KMU
2026-03-30 06:16:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:16:17 [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-30 06:16:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:16:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9895f32-6aa4-5dd6-991f-6ce3ad3cc181 with identifier: BP65%20KMU
2026-03-30 06:16:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9895f32-6aa4-5dd6-991f-6ce3ad3cc181 with identifier: BP65%20KMU to the API
2026-03-30 06:16:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP65%20KMU-GB',
'category': 'Car',
'color': 'british racing green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e9895f32-6aa4-5dd6-991f-6ce3ad3cc181',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP65 KMU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP65%20KMU&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MINI',
'model': 'COOPER',
'odometer': 49288,
'odometer_reading_unit': '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': 'WMWXS520902D18819',
'year': 2016}
2026-03-30 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP65%2520KMU%27 HTTP/1.1" 200 None
2026-03-30 06:16:17 [bca.uk] INFO: Saving data for BP65%20KMU: {'auction_closing_time': 1774951200.0, 'created_time': 1774437284.680896, 'last_price_update_time': 1774851377.627838}
2026-03-30 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP65%2520KMU') HTTP/1.1" 204 0
2026-03-30 06:16:17 [bca.uk] INFO: Found listing with ID: VE13%20GBF
2026-03-30 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE13%2520GBF%27 HTTP/1.1" 200 None
2026-03-30 06:16:17 [bca.uk] INFO: Scrape type for VE13%20GBF: 2
2026-03-30 06:16:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d920d776-bb42-5085-94c4-3483c762f9f7 with identifier: VE13%20GBF
2026-03-30 06:16:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d920d776-bb42-5085-94c4-3483c762f9f7 with scrape type 2
2026-03-30 06:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d920d776-bb42-5085-94c4-3483c762f9f7 with scrape type 2
2026-03-30 06:16:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d920d776-bb42-5085-94c4-3483c762f9f7, identifier: VE13%20GBF
2026-03-30 06:16:17 [scrapy.extensions.logstats] INFO: Crawled 51 pages (at 1 pages/min), scraped 1647 items (at 113 items/min)
2026-03-30 06:16:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
2026-03-30 06:16:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with identifier: RE22%20NXV
2026-03-30 06:16:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b7fde5a-df6f-56fd-bd50-15ceadbb24f3 with identifier: RE22%20NXV
2026-03-30 06:16:17 [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-30 06:16:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE22%2520NXV%27 HTTP/1.1" 200 None
2026-03-30 06:16:18 [bca.uk] INFO: Saving data for RE22%20NXV: {'auction_closing_time': 1774854000.0, 'created_time': 1774365560.369262, 'last_price_update_time': 1774851378.168779}
2026-03-30 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:18 [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-30 06:16:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with identifier: NX18%20FWO
2026-03-30 06:16:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bc20c44-bafe-5d50-a6f5-18a2cd7f4716 with identifier: NX18%20FWO
2026-03-30 06:16:18 [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-30 06:16:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX18%2520FWO%27 HTTP/1.1" 200 None
2026-03-30 06:16:18 [bca.uk] INFO: Saving data for NX18%20FWO: {'auction_closing_time': 1775210400.0, 'created_time': 1773933567.581303, 'last_price_update_time': 1774851378.443347}
2026-03-30 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:18 [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-30 06:16:18 [bca.uk] INFO: Found listing with ID: KW23%20CUO
2026-03-30 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW23%2520CUO%27 HTTP/1.1" 200 None
2026-03-30 06:16:18 [bca.uk] INFO: Scrape type for KW23%20CUO: 0
2026-03-30 06:16:18 [bca.uk] INFO: Found listing with ID: GJ73%20VUE
2026-03-30 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ73%2520VUE%27 HTTP/1.1" 200 None
2026-03-30 06:16:18 [bca.uk] INFO: Scrape type for GJ73%20VUE: 2
2026-03-30 06:16:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45175216-a491-5620-bb08-008504681fd2 with identifier: GJ73%20VUE
2026-03-30 06:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45175216-a491-5620-bb08-008504681fd2 with scrape type 2
2026-03-30 06:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45175216-a491-5620-bb08-008504681fd2 with scrape type 2
2026-03-30 06:16:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45175216-a491-5620-bb08-008504681fd2, identifier: GJ73%20VUE
2026-03-30 06:16:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d920d776-bb42-5085-94c4-3483c762f9f7 with identifier: VE13%20GBF
2026-03-30 06:16:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d920d776-bb42-5085-94c4-3483c762f9f7 with identifier: VE13%20GBF
2026-03-30 06:16:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d920d776-bb42-5085-94c4-3483c762f9f7 with identifier: VE13%20GBF to the API
2026-03-30 06:16:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE13%20GBF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd920d776-bb42-5085-94c4-3483c762f9f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE13 GBF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE13%20GBF&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 91921,
'odometer_reading_unit': '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 DCI 130 TEKNA S/S Hatchback',
'transmission': 'manual',
'trim': 'DCI 130 TEKNA S/S',
'vin': 'SJNFEAJ10U2817517',
'year': 2013}
2026-03-30 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE13%2520GBF%27 HTTP/1.1" 200 None
2026-03-30 06:16:19 [bca.uk] INFO: Saving data for VE13%20GBF: {'auction_closing_time': 1774951200.0, 'created_time': 1774562935.434363, 'last_price_update_time': 1774851379.46031}
2026-03-30 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE13%2520GBF') HTTP/1.1" 204 0
2026-03-30 06:16:19 [bca.uk] INFO: Found listing with ID: KR71%20ZNS
2026-03-30 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR71%2520ZNS%27 HTTP/1.1" 200 None
2026-03-30 06:16:19 [bca.uk] INFO: Scrape type for KR71%20ZNS: 0
2026-03-30 06:16:19 [bca.uk] INFO: Found listing with ID: YF66%20KXE
2026-03-30 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF66%2520KXE%27 HTTP/1.1" 200 None
2026-03-30 06:16:19 [bca.uk] INFO: Scrape type for YF66%20KXE: 2
2026-03-30 06:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with identifier: YF66%20KXE
2026-03-30 06:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with scrape type 2
2026-03-30 06:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with scrape type 2
2026-03-30 06:16:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c, identifier: YF66%20KXE
2026-03-30 06:16:19 [bca.uk] INFO: Found listing with ID: NU17%20KLJ
2026-03-30 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU17%2520KLJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:19 [bca.uk] INFO: Scrape type for NU17%20KLJ: 2
2026-03-30 06:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 021f3753-26d3-54d6-9350-f89cc1dde94f with identifier: NU17%20KLJ
2026-03-30 06:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 021f3753-26d3-54d6-9350-f89cc1dde94f with scrape type 2
2026-03-30 06:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 021f3753-26d3-54d6-9350-f89cc1dde94f with scrape type 2
2026-03-30 06:16:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 021f3753-26d3-54d6-9350-f89cc1dde94f, identifier: NU17%20KLJ
2026-03-30 06:16:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45175216-a491-5620-bb08-008504681fd2 with identifier: GJ73%20VUE
2026-03-30 06:16:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45175216-a491-5620-bb08-008504681fd2 with identifier: GJ73%20VUE
2026-03-30 06:16:19 [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-30 06:16:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:19 [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': 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-30 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ73%2520VUE%27 HTTP/1.1" 200 None
2026-03-30 06:16:20 [bca.uk] INFO: Saving data for GJ73%20VUE: {'auction_closing_time': 1775642400.0, 'created_time': 1774678122.301481, 'last_price_update_time': 1774851380.005685}
2026-03-30 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:20 [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-30 06:16:20 [bca.uk] INFO: Found listing with ID: RF56%20WZG
2026-03-30 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF56%2520WZG%27 HTTP/1.1" 200 None
2026-03-30 06:16:20 [bca.uk] INFO: Scrape type for RF56%20WZG: 2
2026-03-30 06:16:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3647ce1-c7af-5041-858a-564daa8c8230 with identifier: RF56%20WZG
2026-03-30 06:16:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3647ce1-c7af-5041-858a-564daa8c8230 with scrape type 2
2026-03-30 06:16:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3647ce1-c7af-5041-858a-564daa8c8230 with scrape type 2
2026-03-30 06:16:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3647ce1-c7af-5041-858a-564daa8c8230, identifier: RF56%20WZG
2026-03-30 06:16:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with identifier: YF66%20KXE
2026-03-30 06:16:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a7c0d88-b3e1-5c9b-a84c-6cfb9b5cab3c with identifier: YF66%20KXE
2026-03-30 06:16:20 [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-30 06:16:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:20 [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': 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-30 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF66%2520KXE%27 HTTP/1.1" 200 None
2026-03-30 06:16:20 [bca.uk] INFO: Saving data for YF66%20KXE: {'auction_closing_time': 1774954800.0, 'created_time': 1774265145.959885, 'last_price_update_time': 1774851380.426572}
2026-03-30 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:20 [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-30 06:16:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 021f3753-26d3-54d6-9350-f89cc1dde94f with identifier: NU17%20KLJ
2026-03-30 06:16:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 021f3753-26d3-54d6-9350-f89cc1dde94f with identifier: NU17%20KLJ
2026-03-30 06:16:20 [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-30 06:16:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU17%2520KLJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:20 [bca.uk] INFO: Saving data for NU17%20KLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678098.26045, 'last_price_update_time': 1774851380.716583}
2026-03-30 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:20 [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-30 06:16:20 [bca.uk] INFO: Found listing with ID: GF15%20WDN
2026-03-30 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF15%2520WDN%27 HTTP/1.1" 200 None
2026-03-30 06:16:20 [bca.uk] INFO: Scrape type for GF15%20WDN: 2
2026-03-30 06:16:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7a2e99c-557c-526f-a0c0-3ec16379978a with identifier: GF15%20WDN
2026-03-30 06:16:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7a2e99c-557c-526f-a0c0-3ec16379978a with scrape type 2
2026-03-30 06:16:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7a2e99c-557c-526f-a0c0-3ec16379978a with scrape type 2
2026-03-30 06:16:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7a2e99c-557c-526f-a0c0-3ec16379978a, identifier: GF15%20WDN
2026-03-30 06:16:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3647ce1-c7af-5041-858a-564daa8c8230 with identifier: RF56%20WZG
2026-03-30 06:16:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3647ce1-c7af-5041-858a-564daa8c8230 with identifier: RF56%20WZG
2026-03-30 06:16:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3647ce1-c7af-5041-858a-564daa8c8230 with identifier: RF56%20WZG to the API
2026-03-30 06:16:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF56%20WZG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd3647ce1-c7af-5041-858a-564daa8c8230',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF56 WZG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF56%20WZG&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW',
'model': '325D',
'odometer': 162234,
'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 325D 3.0 M SPORT Saloon',
'transmission': 'manual',
'trim': 'M SPORT',
'vin': 'WBAVC52020VC88341',
'year': 2006}
2026-03-30 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF56%2520WZG%27 HTTP/1.1" 200 None
2026-03-30 06:16:21 [bca.uk] INFO: Saving data for RF56%20WZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774562939.382875, 'last_price_update_time': 1774851381.134858}
2026-03-30 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF56%2520WZG') HTTP/1.1" 204 0
2026-03-30 06:16:21 [bca.uk] INFO: Found listing with ID: BN20%20EGF
2026-03-30 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN20%2520EGF%27 HTTP/1.1" 200 None
2026-03-30 06:16:21 [bca.uk] INFO: Scrape type for BN20%20EGF: 2
2026-03-30 06:16:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02c848e1-6763-5c77-8704-321e192ac673 with identifier: BN20%20EGF
2026-03-30 06:16:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02c848e1-6763-5c77-8704-321e192ac673 with scrape type 2
2026-03-30 06:16:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02c848e1-6763-5c77-8704-321e192ac673 with scrape type 2
2026-03-30 06:16:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02c848e1-6763-5c77-8704-321e192ac673, identifier: BN20%20EGF
2026-03-30 06:16:21 [bca.uk] INFO: Found listing with ID: DK11%20TWU
2026-03-30 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK11%2520TWU%27 HTTP/1.1" 200 None
2026-03-30 06:16:21 [bca.uk] INFO: Scrape type for DK11%20TWU: 2
2026-03-30 06:16:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a58326b2-a042-5a88-9feb-0af2a464b926 with identifier: DK11%20TWU
2026-03-30 06:16:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a58326b2-a042-5a88-9feb-0af2a464b926 with scrape type 2
2026-03-30 06:16:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a58326b2-a042-5a88-9feb-0af2a464b926 with scrape type 2
2026-03-30 06:16:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a58326b2-a042-5a88-9feb-0af2a464b926, identifier: DK11%20TWU
2026-03-30 06:16:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7a2e99c-557c-526f-a0c0-3ec16379978a with identifier: GF15%20WDN
2026-03-30 06:16:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7a2e99c-557c-526f-a0c0-3ec16379978a with identifier: GF15%20WDN
2026-03-30 06:16:21 [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-30 06:16:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:21 [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=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-30 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF15%2520WDN%27 HTTP/1.1" 200 None
2026-03-30 06:16:21 [bca.uk] INFO: Saving data for GF15%20WDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774562926.570648, 'last_price_update_time': 1774851381.733333}
2026-03-30 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:21 [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-30 06:16:21 [bca.uk] INFO: Found listing with ID: HV65%20GSU
2026-03-30 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV65%2520GSU%27 HTTP/1.1" 200 None
2026-03-30 06:16:21 [bca.uk] INFO: Scrape type for HV65%20GSU: 2
2026-03-30 06:16:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c63af4e-69a7-5a7e-abd6-9572f2a46cd4 with identifier: HV65%20GSU
2026-03-30 06:16:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c63af4e-69a7-5a7e-abd6-9572f2a46cd4 with scrape type 2
2026-03-30 06:16:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c63af4e-69a7-5a7e-abd6-9572f2a46cd4 with scrape type 2
2026-03-30 06:16:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c63af4e-69a7-5a7e-abd6-9572f2a46cd4, identifier: HV65%20GSU
2026-03-30 06:16:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02c848e1-6763-5c77-8704-321e192ac673 with identifier: BN20%20EGF
2026-03-30 06:16:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02c848e1-6763-5c77-8704-321e192ac673 with identifier: BN20%20EGF
2026-03-30 06:16:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02c848e1-6763-5c77-8704-321e192ac673 with identifier: BN20%20EGF to the API
2026-03-30 06:16:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:22 [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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN20%20EGF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T11:00:00Z',
'fuel_type': 'Petrol',
'id': '02c848e1-6763-5c77-8704-321e192ac673',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN20 EGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN20%20EGF&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'COMBO LIFE',
'odometer': 48862,
'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': 'VAUXHALL COMBO LIFE 1.2 TURBO 110 ENERGY MPV',
'transmission': 'manual',
'trim': 'TURBO 110 ENERGY',
'vin': 'W0VERHNP2LJ531047',
'year': 2020}
2026-03-30 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN20%2520EGF%27 HTTP/1.1" 200 None
2026-03-30 06:16:22 [bca.uk] INFO: Saving data for BN20%20EGF: {'auction_closing_time': 1774954800.0, 'created_time': 1774265137.833575, 'last_price_update_time': 1774851382.176637}
2026-03-30 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN20%2520EGF') HTTP/1.1" 204 0
2026-03-30 06:16:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a58326b2-a042-5a88-9feb-0af2a464b926 with identifier: DK11%20TWU
2026-03-30 06:16:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a58326b2-a042-5a88-9feb-0af2a464b926 with identifier: DK11%20TWU
2026-03-30 06:16:22 [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-30 06:16:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:22 [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': 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-30 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK11%2520TWU%27 HTTP/1.1" 200 None
2026-03-30 06:16:22 [bca.uk] INFO: Saving data for DK11%20TWU: {'auction_closing_time': 1774951200.0, 'created_time': 1774678104.086354, 'last_price_update_time': 1774851382.595418}
2026-03-30 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:22 [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-30 06:16:22 [bca.uk] INFO: Found listing with ID: MV63%20YNE
2026-03-30 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV63%2520YNE%27 HTTP/1.1" 200 None
2026-03-30 06:16:22 [bca.uk] INFO: Scrape type for MV63%20YNE: 2
2026-03-30 06:16:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d36b46e-97c2-556c-bdba-ffd624a6a053 with identifier: MV63%20YNE
2026-03-30 06:16:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d36b46e-97c2-556c-bdba-ffd624a6a053 with scrape type 2
2026-03-30 06:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d36b46e-97c2-556c-bdba-ffd624a6a053 with scrape type 2
2026-03-30 06:16:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d36b46e-97c2-556c-bdba-ffd624a6a053, identifier: MV63%20YNE
2026-03-30 06:16:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c63af4e-69a7-5a7e-abd6-9572f2a46cd4 with identifier: HV65%20GSU
2026-03-30 06:16:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c63af4e-69a7-5a7e-abd6-9572f2a46cd4 with identifier: HV65%20GSU
2026-03-30 06:16:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c63af4e-69a7-5a7e-abd6-9572f2a46cd4 with identifier: HV65%20GSU to the API
2026-03-30 06:16:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 93,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV65%20GSU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8c63af4e-69a7-5a7e-abd6-9572f2a46cd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV65 GSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV65%20GSU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 55283,
'odometer_reading_unit': '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 LIMITED Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 LIMITED',
'vin': 'VF1BZ890H53720189',
'year': 2015}
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV65%2520GSU%27 HTTP/1.1" 200 None
2026-03-30 06:16:23 [bca.uk] INFO: Saving data for HV65%20GSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649690.349188, 'last_price_update_time': 1774851383.020076}
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV65%2520GSU') HTTP/1.1" 204 0
2026-03-30 06:16:23 [bca.uk] INFO: Found listing with ID: PK15%20OTH
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK15%2520OTH%27 HTTP/1.1" 200 None
2026-03-30 06:16:23 [bca.uk] INFO: Scrape type for PK15%20OTH: 0
2026-03-30 06:16:23 [bca.uk] INFO: Found listing with ID: PJ10%20BZK
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ10%2520BZK%27 HTTP/1.1" 200 None
2026-03-30 06:16:23 [bca.uk] INFO: Scrape type for PJ10%20BZK: 2
2026-03-30 06:16:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78bfb210-d278-5f50-b0b9-7a378183c02d with identifier: PJ10%20BZK
2026-03-30 06:16:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bfb210-d278-5f50-b0b9-7a378183c02d with scrape type 2
2026-03-30 06:16:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78bfb210-d278-5f50-b0b9-7a378183c02d with scrape type 2
2026-03-30 06:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78bfb210-d278-5f50-b0b9-7a378183c02d, identifier: PJ10%20BZK
2026-03-30 06:16:23 [bca.uk] INFO: Found listing with ID: YC12%20XPH
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC12%2520XPH%27 HTTP/1.1" 200 None
2026-03-30 06:16:23 [bca.uk] INFO: Scrape type for YC12%20XPH: 2
2026-03-30 06:16:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f820a645-1a93-588d-9d69-6cd1abc90faf with identifier: YC12%20XPH
2026-03-30 06:16:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f820a645-1a93-588d-9d69-6cd1abc90faf with scrape type 2
2026-03-30 06:16:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f820a645-1a93-588d-9d69-6cd1abc90faf with scrape type 2
2026-03-30 06:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f820a645-1a93-588d-9d69-6cd1abc90faf, identifier: YC12%20XPH
2026-03-30 06:16:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d36b46e-97c2-556c-bdba-ffd624a6a053 with identifier: MV63%20YNE
2026-03-30 06:16:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d36b46e-97c2-556c-bdba-ffd624a6a053 with identifier: MV63%20YNE
2026-03-30 06:16:23 [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-30 06:16:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV63%2520YNE%27 HTTP/1.1" 200 None
2026-03-30 06:16:23 [bca.uk] INFO: Saving data for MV63%20YNE: {'auction_closing_time': 1774951200.0, 'created_time': 1773840869.718694, 'last_price_update_time': 1774851383.626824}
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:23 [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-30 06:16:23 [bca.uk] INFO: Found listing with ID: LD66%20BVN
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD66%2520BVN%27 HTTP/1.1" 200 None
2026-03-30 06:16:23 [bca.uk] INFO: Scrape type for LD66%20BVN: 2
2026-03-30 06:16:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58927e86-02b3-5fad-b14a-28d8cc60228f with identifier: LD66%20BVN
2026-03-30 06:16:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58927e86-02b3-5fad-b14a-28d8cc60228f with scrape type 2
2026-03-30 06:16:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58927e86-02b3-5fad-b14a-28d8cc60228f with scrape type 2
2026-03-30 06:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58927e86-02b3-5fad-b14a-28d8cc60228f, identifier: LD66%20BVN
2026-03-30 06:16:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78bfb210-d278-5f50-b0b9-7a378183c02d with identifier: PJ10%20BZK
2026-03-30 06:16:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78bfb210-d278-5f50-b0b9-7a378183c02d with identifier: PJ10%20BZK
2026-03-30 06:16:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78bfb210-d278-5f50-b0b9-7a378183c02d with identifier: PJ10%20BZK to the API
2026-03-30 06:16:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:24 [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': 208,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ10%20BZK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-31T11:00:00Z',
'fuel_type': 'Petrol',
'id': '78bfb210-d278-5f50-b0b9-7a378183c02d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PJ10 BZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ10%20BZK&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'SUZUKI',
'model': 'GRAND VITARA',
'odometer': 101378,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2100,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'SUZUKI GRAND VITARA 2.4 VVT SZ5 StationWagon',
'transmission': 'manual',
'trim': 'VVT SZ5',
'vin': 'JSAJTDA4V00111868',
'year': 2010}
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ10%2520BZK%27 HTTP/1.1" 200 None
2026-03-30 06:16:24 [bca.uk] INFO: Saving data for PJ10%20BZK: {'auction_closing_time': 1774954800.0, 'created_time': 1773838971.880771, 'last_price_update_time': 1774851384.027928}
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ10%2520BZK') HTTP/1.1" 204 0
2026-03-30 06:16:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f820a645-1a93-588d-9d69-6cd1abc90faf with identifier: YC12%20XPH
2026-03-30 06:16:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f820a645-1a93-588d-9d69-6cd1abc90faf with identifier: YC12%20XPH
2026-03-30 06:16:24 [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-30 06:16:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:24 [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': 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-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC12%2520XPH%27 HTTP/1.1" 200 None
2026-03-30 06:16:24 [bca.uk] INFO: Saving data for YC12%20XPH: {'auction_closing_time': 1774951200.0, 'created_time': 1774678110.792946, 'last_price_update_time': 1774851384.335414}
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:24 [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-30 06:16:24 [bca.uk] INFO: Found listing with ID: YH73%20KXU
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH73%2520KXU%27 HTTP/1.1" 200 None
2026-03-30 06:16:24 [bca.uk] INFO: Scrape type for YH73%20KXU: 2
2026-03-30 06:16:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa20752-7dd5-500c-806a-2ff44cc2319f with identifier: YH73%20KXU
2026-03-30 06:16:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa20752-7dd5-500c-806a-2ff44cc2319f with scrape type 2
2026-03-30 06:16:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fa20752-7dd5-500c-806a-2ff44cc2319f with scrape type 2
2026-03-30 06:16:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fa20752-7dd5-500c-806a-2ff44cc2319f, identifier: YH73%20KXU
2026-03-30 06:16:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58927e86-02b3-5fad-b14a-28d8cc60228f with identifier: LD66%20BVN
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mediterranean+blue HTTP/1.1" 200 None
2026-03-30 06:16:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:16:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58927e86-02b3-5fad-b14a-28d8cc60228f with identifier: LD66%20BVN
2026-03-30 06:16:24 [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-30 06:16:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD66%2520BVN%27 HTTP/1.1" 200 None
2026-03-30 06:16:24 [bca.uk] INFO: Saving data for LD66%20BVN: {'auction_closing_time': 1774951200.0, 'created_time': 1774476615.865789, 'last_price_update_time': 1774851384.921374}
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:24 [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-30 06:16:24 [bca.uk] INFO: Found listing with ID: RF18%20AEK
2026-03-30 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF18%2520AEK%27 HTTP/1.1" 200 None
2026-03-30 06:16:24 [bca.uk] INFO: Scrape type for RF18%20AEK: 2
2026-03-30 06:16:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a4ae4b-4548-58bd-8d56-58a898f1926b with identifier: RF18%20AEK
2026-03-30 06:16:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a4ae4b-4548-58bd-8d56-58a898f1926b with scrape type 2
2026-03-30 06:16:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a4ae4b-4548-58bd-8d56-58a898f1926b with scrape type 2
2026-03-30 06:16:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a4ae4b-4548-58bd-8d56-58a898f1926b, identifier: RF18%20AEK
2026-03-30 06:16:25 [bca.uk] INFO: Found listing with ID: DA71%20OZO
2026-03-30 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA71%2520OZO%27 HTTP/1.1" 200 None
2026-03-30 06:16:25 [bca.uk] INFO: Scrape type for DA71%20OZO: 2
2026-03-30 06:16:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3e0af9e-4bd5-5415-8215-9b9648f8396c with identifier: DA71%20OZO
2026-03-30 06:16:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3e0af9e-4bd5-5415-8215-9b9648f8396c with scrape type 2
2026-03-30 06:16:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3e0af9e-4bd5-5415-8215-9b9648f8396c with scrape type 2
2026-03-30 06:16:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3e0af9e-4bd5-5415-8215-9b9648f8396c, identifier: DA71%20OZO
2026-03-30 06:16:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fa20752-7dd5-500c-806a-2ff44cc2319f with identifier: YH73%20KXU
2026-03-30 06:16:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fa20752-7dd5-500c-806a-2ff44cc2319f with identifier: YH73%20KXU
2026-03-30 06:16:25 [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-30 06:16:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:25 [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': 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-30 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH73%2520KXU%27 HTTP/1.1" 200 None
2026-03-30 06:16:25 [bca.uk] INFO: Saving data for YH73%20KXU: {'auction_closing_time': 1775642400.0, 'created_time': 1774477616.393601, 'last_price_update_time': 1774851385.452989}
2026-03-30 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:25 [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-30 06:16:25 [bca.uk] INFO: Found listing with ID: BJ62%20USG
2026-03-30 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ62%2520USG%27 HTTP/1.1" 200 None
2026-03-30 06:16:25 [bca.uk] INFO: Scrape type for BJ62%20USG: 2
2026-03-30 06:16:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94ac9609-1b3c-5c4e-ad62-7d52af079311 with identifier: BJ62%20USG
2026-03-30 06:16:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94ac9609-1b3c-5c4e-ad62-7d52af079311 with scrape type 2
2026-03-30 06:16:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94ac9609-1b3c-5c4e-ad62-7d52af079311 with scrape type 2
2026-03-30 06:16:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94ac9609-1b3c-5c4e-ad62-7d52af079311, identifier: BJ62%20USG
2026-03-30 06:16:25 [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-30 06:16:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a4ae4b-4548-58bd-8d56-58a898f1926b with identifier: RF18%20AEK
2026-03-30 06:16:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a4ae4b-4548-58bd-8d56-58a898f1926b with identifier: RF18%20AEK
2026-03-30 06:16:25 [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-30 06:16:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF18%2520AEK%27 HTTP/1.1" 200 None
2026-03-30 06:16:25 [bca.uk] INFO: Saving data for RF18%20AEK: {'auction_closing_time': 1774954800.0, 'created_time': 1773828135.769945, 'last_price_update_time': 1774851385.876716}
2026-03-30 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:25 [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-30 06:16:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3e0af9e-4bd5-5415-8215-9b9648f8396c with identifier: DA71%20OZO
2026-03-30 06:16:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3e0af9e-4bd5-5415-8215-9b9648f8396c with identifier: DA71%20OZO
2026-03-30 06:16:25 [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-30 06:16:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:26 [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': 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-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA71%2520OZO%27 HTTP/1.1" 200 None
2026-03-30 06:16:26 [bca.uk] INFO: Saving data for DA71%20OZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774678095.977177, 'last_price_update_time': 1774851386.177639}
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:26 [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-30 06:16:26 [bca.uk] INFO: Found listing with ID: HV18%20VJN
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV18%2520VJN%27 HTTP/1.1" 200 None
2026-03-30 06:16:26 [bca.uk] INFO: Scrape type for HV18%20VJN: 2
2026-03-30 06:16:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with identifier: HV18%20VJN
2026-03-30 06:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with scrape type 2
2026-03-30 06:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with scrape type 2
2026-03-30 06:16:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d, identifier: HV18%20VJN
2026-03-30 06:16:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94ac9609-1b3c-5c4e-ad62-7d52af079311 with identifier: BJ62%20USG
2026-03-30 06:16:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94ac9609-1b3c-5c4e-ad62-7d52af079311 with identifier: BJ62%20USG
2026-03-30 06:16:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94ac9609-1b3c-5c4e-ad62-7d52af079311 with identifier: BJ62%20USG to the API
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ62%20USG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '94ac9609-1b3c-5c4e-ad62-7d52af079311',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ62 USG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ62%20USG&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 87429,
'odometer_reading_unit': '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': 'WVWZZZ1KZDP032696',
'year': 2012}
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ62%2520USG%27 HTTP/1.1" 200 None
2026-03-30 06:16:26 [bca.uk] INFO: Saving data for BJ62%20USG: {'auction_closing_time': 1774951200.0, 'created_time': 1774562843.852176, 'last_price_update_time': 1774851386.570943}
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ62%2520USG') HTTP/1.1" 204 0
2026-03-30 06:16:26 [bca.uk] INFO: Found listing with ID: SN61%20GDO
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN61%2520GDO%27 HTTP/1.1" 200 None
2026-03-30 06:16:26 [bca.uk] INFO: Scrape type for SN61%20GDO: 0
2026-03-30 06:16:26 [bca.uk] INFO: Found listing with ID: WP72%20FXD
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP72%2520FXD%27 HTTP/1.1" 200 None
2026-03-30 06:16:26 [bca.uk] INFO: Scrape type for WP72%20FXD: 2
2026-03-30 06:16:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07629bde-3c55-5c88-9c91-66e90f43a6b1 with identifier: WP72%20FXD
2026-03-30 06:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07629bde-3c55-5c88-9c91-66e90f43a6b1 with scrape type 2
2026-03-30 06:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07629bde-3c55-5c88-9c91-66e90f43a6b1 with scrape type 2
2026-03-30 06:16:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07629bde-3c55-5c88-9c91-66e90f43a6b1, identifier: WP72%20FXD
2026-03-30 06:16:26 [bca.uk] INFO: Found listing with ID: LM21%20ATZ
2026-03-30 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM21%2520ATZ%27 HTTP/1.1" 200 None
2026-03-30 06:16:26 [bca.uk] INFO: Scrape type for LM21%20ATZ: 2
2026-03-30 06:16:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae50d336-b552-59a9-b209-89fd2ab60151 with identifier: LM21%20ATZ
2026-03-30 06:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae50d336-b552-59a9-b209-89fd2ab60151 with scrape type 2
2026-03-30 06:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae50d336-b552-59a9-b209-89fd2ab60151 with scrape type 2
2026-03-30 06:16:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae50d336-b552-59a9-b209-89fd2ab60151, identifier: LM21%20ATZ
2026-03-30 06:16:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with identifier: HV18%20VJN
2026-03-30 06:16:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d111b08b-31e7-5ce6-bef6-b73cd5cd3e0d with identifier: HV18%20VJN
2026-03-30 06:16:26 [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-30 06:16:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:27 [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': 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-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV18%2520VJN%27 HTTP/1.1" 200 None
2026-03-30 06:16:27 [bca.uk] INFO: Saving data for HV18%20VJN: {'auction_closing_time': 1774951200.0, 'created_time': 1774476617.002565, 'last_price_update_time': 1774851387.122767}
2026-03-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:27 [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-30 06:16:27 [bca.uk] INFO: Found listing with ID: AU69%20VFL
2026-03-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU69%2520VFL%27 HTTP/1.1" 200 None
2026-03-30 06:16:27 [bca.uk] INFO: Scrape type for AU69%20VFL: 2
2026-03-30 06:16:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abe62e39-0f4d-58be-88e7-1b51166ed2a6 with identifier: AU69%20VFL
2026-03-30 06:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abe62e39-0f4d-58be-88e7-1b51166ed2a6 with scrape type 2
2026-03-30 06:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abe62e39-0f4d-58be-88e7-1b51166ed2a6 with scrape type 2
2026-03-30 06:16:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abe62e39-0f4d-58be-88e7-1b51166ed2a6, identifier: AU69%20VFL
2026-03-30 06:16:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07629bde-3c55-5c88-9c91-66e90f43a6b1 with identifier: WP72%20FXD
2026-03-30 06:16:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07629bde-3c55-5c88-9c91-66e90f43a6b1 with identifier: WP72%20FXD
2026-03-30 06:16:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07629bde-3c55-5c88-9c91-66e90f43a6b1 with identifier: WP72%20FXD to the API
2026-03-30 06:16:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:27 [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': 220,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20FXD-GB',
'category': 'LightCommercialVehicle',
'color': 'frozen white',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'Diesel',
'id': '07629bde-3c55-5c88-9c91-66e90f43a6b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP72 FXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20FXD&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 43952,
'odometer_reading_unit': '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': 'WF0ZXXTTGZNP88467',
'year': 2022}
2026-03-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP72%2520FXD%27 HTTP/1.1" 200 None
2026-03-30 06:16:27 [bca.uk] INFO: Saving data for WP72%20FXD: {'auction_closing_time': 1775026800.0, 'created_time': 1773821280.919218, 'last_price_update_time': 1774851387.625218}
2026-03-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520FXD') HTTP/1.1" 204 0
2026-03-30 06:16:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae50d336-b552-59a9-b209-89fd2ab60151 with identifier: LM21%20ATZ
2026-03-30 06:16:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae50d336-b552-59a9-b209-89fd2ab60151 with identifier: LM21%20ATZ
2026-03-30 06:16:27 [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-30 06:16:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM21%2520ATZ%27 HTTP/1.1" 200 None
2026-03-30 06:16:27 [bca.uk] INFO: Saving data for LM21%20ATZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678113.564668, 'last_price_update_time': 1774851387.923037}
2026-03-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:27 [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-30 06:16:27 [bca.uk] INFO: Found listing with ID: YE22%20DYJ
2026-03-30 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE22%2520DYJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:27 [bca.uk] INFO: Scrape type for YE22%20DYJ: 2
2026-03-30 06:16:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with identifier: YE22%20DYJ
2026-03-30 06:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with scrape type 2
2026-03-30 06:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with scrape type 2
2026-03-30 06:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf, identifier: YE22%20DYJ
2026-03-30 06:16:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abe62e39-0f4d-58be-88e7-1b51166ed2a6 with identifier: AU69%20VFL
2026-03-30 06:16:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abe62e39-0f4d-58be-88e7-1b51166ed2a6 with identifier: AU69%20VFL
2026-03-30 06:16:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abe62e39-0f4d-58be-88e7-1b51166ed2a6 with identifier: AU69%20VFL to the API
2026-03-30 06:16:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU69%20VFL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'abe62e39-0f4d-58be-88e7-1b51166ed2a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU69 VFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU69%20VFL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'CITROEN',
'model': 'C3 AIRCROSS',
'odometer': 63944,
'odometer_reading_unit': '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': 'VF72RHNPMK4457842',
'year': 2019}
2026-03-30 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU69%2520VFL%27 HTTP/1.1" 200 None
2026-03-30 06:16:28 [bca.uk] INFO: Saving data for AU69%20VFL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562949.856187, 'last_price_update_time': 1774851388.377322}
2026-03-30 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU69%2520VFL') HTTP/1.1" 204 0
2026-03-30 06:16:28 [bca.uk] INFO: Found listing with ID: WA11%20CDO
2026-03-30 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA11%2520CDO%27 HTTP/1.1" 200 None
2026-03-30 06:16:28 [bca.uk] INFO: Scrape type for WA11%20CDO: 2
2026-03-30 06:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26460fc0-afaf-5f69-a147-b7a49180df11 with identifier: WA11%20CDO
2026-03-30 06:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26460fc0-afaf-5f69-a147-b7a49180df11 with scrape type 2
2026-03-30 06:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26460fc0-afaf-5f69-a147-b7a49180df11 with scrape type 2
2026-03-30 06:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26460fc0-afaf-5f69-a147-b7a49180df11, identifier: WA11%20CDO
2026-03-30 06:16:28 [bca.uk] INFO: Found listing with ID: LV09%20KGA
2026-03-30 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV09%2520KGA%27 HTTP/1.1" 200 None
2026-03-30 06:16:28 [bca.uk] INFO: Scrape type for LV09%20KGA: 2
2026-03-30 06:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with identifier: LV09%20KGA
2026-03-30 06:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with scrape type 2
2026-03-30 06:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with scrape type 2
2026-03-30 06:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85, identifier: LV09%20KGA
2026-03-30 06:16:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with identifier: YE22%20DYJ
2026-03-30 06:16:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dc4ee8a-1182-52f4-b279-7ec6a350bfaf with identifier: YE22%20DYJ
2026-03-30 06:16:28 [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-30 06:16:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:28 [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=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-30 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE22%2520DYJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:28 [bca.uk] INFO: Saving data for YE22%20DYJ: {'auction_closing_time': 1775642400.0, 'created_time': 1774305484.883428, 'last_price_update_time': 1774851388.938091}
2026-03-30 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:28 [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-30 06:16:28 [bca.uk] INFO: Found listing with ID: PY10%20FWJ
2026-03-30 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY10%2520FWJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:28 [bca.uk] INFO: Scrape type for PY10%20FWJ: 2
2026-03-30 06:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6affa68-e499-504a-806f-033911d52246 with identifier: PY10%20FWJ
2026-03-30 06:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6affa68-e499-504a-806f-033911d52246 with scrape type 2
2026-03-30 06:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6affa68-e499-504a-806f-033911d52246 with scrape type 2
2026-03-30 06:16:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6affa68-e499-504a-806f-033911d52246, identifier: PY10%20FWJ
2026-03-30 06:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26460fc0-afaf-5f69-a147-b7a49180df11 with identifier: WA11%20CDO
2026-03-30 06:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26460fc0-afaf-5f69-a147-b7a49180df11 with identifier: WA11%20CDO
2026-03-30 06:16:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26460fc0-afaf-5f69-a147-b7a49180df11 with identifier: WA11%20CDO to the API
2026-03-30 06:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:29 [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=WA11%20CDO-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '26460fc0-afaf-5f69-a147-b7a49180df11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA11 CDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA11%20CDO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'ROLLER TEAM',
'model': 'GRANDUCA',
'odometer': 40746,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'ROLLER TEAM GRANDUCA 2.3 265 MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '265 MOTORHOME',
'vin': 'ZFA25000001874526',
'year': 2011}
2026-03-30 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA11%2520CDO%27 HTTP/1.1" 200 None
2026-03-30 06:16:29 [bca.uk] INFO: Saving data for WA11%20CDO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649641.77029, 'last_price_update_time': 1774851389.365641}
2026-03-30 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA11%2520CDO') HTTP/1.1" 204 0
2026-03-30 06:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with identifier: LV09%20KGA
2026-03-30 06:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93c2fde1-88ef-5de6-abfb-3e47e1c2df85 with identifier: LV09%20KGA
2026-03-30 06:16:29 [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-30 06:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV09%2520KGA%27 HTTP/1.1" 200 None
2026-03-30 06:16:29 [bca.uk] INFO: Saving data for LV09%20KGA: {'auction_closing_time': 1774951200.0, 'created_time': 1774533719.034841, 'last_price_update_time': 1774851389.688418}
2026-03-30 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:29 [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-30 06:16:29 [bca.uk] INFO: Found listing with ID: GU10%20OWY
2026-03-30 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU10%2520OWY%27 HTTP/1.1" 200 None
2026-03-30 06:16:29 [bca.uk] INFO: Scrape type for GU10%20OWY: 2
2026-03-30 06:16:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f73784c-769b-527c-a5e1-fe1c122bd55f with identifier: GU10%20OWY
2026-03-30 06:16:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f73784c-769b-527c-a5e1-fe1c122bd55f with scrape type 2
2026-03-30 06:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f73784c-769b-527c-a5e1-fe1c122bd55f with scrape type 2
2026-03-30 06:16:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f73784c-769b-527c-a5e1-fe1c122bd55f, identifier: GU10%20OWY
2026-03-30 06:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6affa68-e499-504a-806f-033911d52246 with identifier: PY10%20FWJ
2026-03-30 06:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6affa68-e499-504a-806f-033911d52246 with identifier: PY10%20FWJ
2026-03-30 06:16:29 [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-30 06:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 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-30 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PY10%2520FWJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:30 [bca.uk] INFO: Saving data for PY10%20FWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774476603.096912, 'last_price_update_time': 1774851390.135258}
2026-03-30 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:30 [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-30 06:16:30 [bca.uk] INFO: Found listing with ID: ET21%20SCO
2026-03-30 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET21%2520SCO%27 HTTP/1.1" 200 None
2026-03-30 06:16:30 [bca.uk] INFO: Scrape type for ET21%20SCO: 2
2026-03-30 06:16:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c73f3f6-570b-5a7e-b3d6-043cb1122bc7 with identifier: ET21%20SCO
2026-03-30 06:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c73f3f6-570b-5a7e-b3d6-043cb1122bc7 with scrape type 2
2026-03-30 06:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c73f3f6-570b-5a7e-b3d6-043cb1122bc7 with scrape type 2
2026-03-30 06:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c73f3f6-570b-5a7e-b3d6-043cb1122bc7, identifier: ET21%20SCO
2026-03-30 06:16:30 [bca.uk] INFO: Found listing with ID: MP19%20BYW
2026-03-30 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP19%2520BYW%27 HTTP/1.1" 200 None
2026-03-30 06:16:30 [bca.uk] INFO: Scrape type for MP19%20BYW: 2
2026-03-30 06:16:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8657b375-c162-5d79-ab11-d760defe296a with identifier: MP19%20BYW
2026-03-30 06:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8657b375-c162-5d79-ab11-d760defe296a with scrape type 2
2026-03-30 06:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8657b375-c162-5d79-ab11-d760defe296a with scrape type 2
2026-03-30 06:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8657b375-c162-5d79-ab11-d760defe296a, identifier: MP19%20BYW
2026-03-30 06:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f73784c-769b-527c-a5e1-fe1c122bd55f with identifier: GU10%20OWY
2026-03-30 06:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f73784c-769b-527c-a5e1-fe1c122bd55f with identifier: GU10%20OWY
2026-03-30 06:16:30 [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-30 06:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:30 [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': 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-30 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU10%2520OWY%27 HTTP/1.1" 200 None
2026-03-30 06:16:30 [bca.uk] INFO: Saving data for GU10%20OWY: {'auction_closing_time': 1774951200.0, 'created_time': 1773840855.355782, 'last_price_update_time': 1774851390.677749}
2026-03-30 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:30 [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-30 06:16:30 [bca.uk] INFO: Found listing with ID: SB66%20OSX
2026-03-30 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB66%2520OSX%27 HTTP/1.1" 200 None
2026-03-30 06:16:30 [bca.uk] INFO: Scrape type for SB66%20OSX: 2
2026-03-30 06:16:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fc684d1-051e-51c1-a846-e9170fcb1fb9 with identifier: SB66%20OSX
2026-03-30 06:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fc684d1-051e-51c1-a846-e9170fcb1fb9 with scrape type 2
2026-03-30 06:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fc684d1-051e-51c1-a846-e9170fcb1fb9 with scrape type 2
2026-03-30 06:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fc684d1-051e-51c1-a846-e9170fcb1fb9, identifier: SB66%20OSX
2026-03-30 06:16:30 [bca.uk] INFO: Total items found: 100
2026-03-30 06:16:30 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded
2026-03-30 06:16:30 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:16:30 [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-30 06:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c73f3f6-570b-5a7e-b3d6-043cb1122bc7 with identifier: ET21%20SCO
2026-03-30 06:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c73f3f6-570b-5a7e-b3d6-043cb1122bc7 with identifier: ET21%20SCO
2026-03-30 06:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c73f3f6-570b-5a7e-b3d6-043cb1122bc7 with identifier: ET21%20SCO to the API
2026-03-30 06:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:31 [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=ET21%20SCO-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2c73f3f6-570b-5a7e-b3d6-043cb1122bc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ET21 SCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET21%20SCO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'ETRUSCO',
'model': 'T-SERIES',
'odometer': 22100,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'ETRUSCO T-SERIES 2.3 T7400 MOTORHOME CoachbuiltBespoke',
'transmission': 'automatic',
'trim': 'T7400 MOTORHOME',
'vin': 'ZFA25000002T07049',
'year': 2021}
2026-03-30 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET21%2520SCO%27 HTTP/1.1" 200 None
2026-03-30 06:16:31 [bca.uk] INFO: Saving data for ET21%20SCO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649635.285253, 'last_price_update_time': 1774851391.309529}
2026-03-30 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET21%2520SCO') HTTP/1.1" 204 0
2026-03-30 06:16:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8657b375-c162-5d79-ab11-d760defe296a with identifier: MP19%20BYW
2026-03-30 06:16:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8657b375-c162-5d79-ab11-d760defe296a with identifier: MP19%20BYW
2026-03-30 06:16:31 [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-30 06:16:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:31 [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': 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-30 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP19%2520BYW%27 HTTP/1.1" 200 None
2026-03-30 06:16:31 [bca.uk] INFO: Saving data for MP19%20BYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774678108.0889, 'last_price_update_time': 1774851391.616671}
2026-03-30 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:31 [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-30 06:16:31 [bca.uk] INFO: Found listing with ID: VX14%20FDO
2026-03-30 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX14%2520FDO%27 HTTP/1.1" 200 None
2026-03-30 06:16:31 [bca.uk] INFO: Scrape type for VX14%20FDO: 2
2026-03-30 06:16:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faaa2198-dd42-5f7c-827d-04ebc2610501 with identifier: VX14%20FDO
2026-03-30 06:16:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faaa2198-dd42-5f7c-827d-04ebc2610501 with scrape type 2
2026-03-30 06:16:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faaa2198-dd42-5f7c-827d-04ebc2610501 with scrape type 2
2026-03-30 06:16:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faaa2198-dd42-5f7c-827d-04ebc2610501, identifier: VX14%20FDO
2026-03-30 06:16:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fc684d1-051e-51c1-a846-e9170fcb1fb9 with identifier: SB66%20OSX
2026-03-30 06:16:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fc684d1-051e-51c1-a846-e9170fcb1fb9 with identifier: SB66%20OSX
2026-03-30 06:16:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fc684d1-051e-51c1-a846-e9170fcb1fb9 with identifier: SB66%20OSX to the API
2026-03-30 06:16:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 99,
'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': '6fc684d1-051e-51c1-a846-e9170fcb1fb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SB66 OSX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB66%20OSX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'KIA',
'model': 'CEED',
'odometer': 102523,
'odometer_reading_unit': '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 3 ISG Hatchback',
'transmission': 'manual',
'trim': 'CRDI 134 3 ISG',
'vin': 'U5YHN516LGL279450',
'year': 2016}
2026-03-30 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB66%2520OSX%27 HTTP/1.1" 200 None
2026-03-30 06:16:32 [bca.uk] INFO: Saving data for SB66%20OSX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649690.700202, 'last_price_update_time': 1774851392.287581}
2026-03-30 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB66%2520OSX') HTTP/1.1" 204 0
2026-03-30 06:16:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:16:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:16:32 [bca.uk] INFO: Found listing with ID: LO21%20XVZ
2026-03-30 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO21%2520XVZ%27 HTTP/1.1" 200 None
2026-03-30 06:16:32 [bca.uk] INFO: Scrape type for LO21%20XVZ: 2
2026-03-30 06:16:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65fa1ef1-9f93-5981-a830-c355519cc718 with identifier: LO21%20XVZ
2026-03-30 06:16:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65fa1ef1-9f93-5981-a830-c355519cc718 with scrape type 2
2026-03-30 06:16:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65fa1ef1-9f93-5981-a830-c355519cc718 with scrape type 2
2026-03-30 06:16:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65fa1ef1-9f93-5981-a830-c355519cc718, identifier: LO21%20XVZ
2026-03-30 06:16:32 [bca.uk] INFO: Found listing with ID: MK12%20UZT
2026-03-30 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK12%2520UZT%27 HTTP/1.1" 200 None
2026-03-30 06:16:32 [bca.uk] INFO: Scrape type for MK12%20UZT: 2
2026-03-30 06:16:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with identifier: MK12%20UZT
2026-03-30 06:16:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with scrape type 2
2026-03-30 06:16:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with scrape type 2
2026-03-30 06:16:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af, identifier: MK12%20UZT
2026-03-30 06:16:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faaa2198-dd42-5f7c-827d-04ebc2610501 with identifier: VX14%20FDO
2026-03-30 06:16:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faaa2198-dd42-5f7c-827d-04ebc2610501 with identifier: VX14%20FDO
2026-03-30 06:16:32 [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-30 06:16:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:33 [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': 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-30 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX14%2520FDO%27 HTTP/1.1" 200 None
2026-03-30 06:16:33 [bca.uk] INFO: Saving data for VX14%20FDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774476604.404577, 'last_price_update_time': 1774851393.393039}
2026-03-30 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:33 [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-30 06:16:33 [bca.uk] INFO: Found listing with ID: WF17%20ZXA
2026-03-30 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF17%2520ZXA%27 HTTP/1.1" 200 None
2026-03-30 06:16:33 [bca.uk] INFO: Scrape type for WF17%20ZXA: 2
2026-03-30 06:16:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47abec0e-3bcf-5c1c-b1da-46ba6d9d7d30 with identifier: WF17%20ZXA
2026-03-30 06:16:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47abec0e-3bcf-5c1c-b1da-46ba6d9d7d30 with scrape type 2
2026-03-30 06:16:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47abec0e-3bcf-5c1c-b1da-46ba6d9d7d30 with scrape type 2
2026-03-30 06:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47abec0e-3bcf-5c1c-b1da-46ba6d9d7d30, identifier: WF17%20ZXA
2026-03-30 06:16:33 [bca.uk] INFO: Found listing with ID: FT24%20UAS
2026-03-30 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT24%2520UAS%27 HTTP/1.1" 200 None
2026-03-30 06:16:33 [bca.uk] INFO: Scrape type for FT24%20UAS: 2
2026-03-30 06:16:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 842d6a56-e31e-57e4-b38d-044994a51d84 with identifier: FT24%20UAS
2026-03-30 06:16:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 842d6a56-e31e-57e4-b38d-044994a51d84 with scrape type 2
2026-03-30 06:16:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 842d6a56-e31e-57e4-b38d-044994a51d84 with scrape type 2
2026-03-30 06:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 842d6a56-e31e-57e4-b38d-044994a51d84, identifier: FT24%20UAS
2026-03-30 06:16:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:16:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65fa1ef1-9f93-5981-a830-c355519cc718 with identifier: LO21%20XVZ
2026-03-30 06:16:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65fa1ef1-9f93-5981-a830-c355519cc718 with identifier: LO21%20XVZ
2026-03-30 06:16:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65fa1ef1-9f93-5981-a830-c355519cc718 with identifier: LO21%20XVZ to the API
2026-03-30 06:16:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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=LO21%20XVZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '65fa1ef1-9f93-5981-a830-c355519cc718',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO21 XVZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO21%20XVZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 19777,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 SE PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'SE PREMIUM',
'vin': 'VXKUPHMHDL4420492',
'year': 2021}
2026-03-30 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO21%2520XVZ%27 HTTP/1.1" 200 None
2026-03-30 06:16:34 [bca.uk] INFO: Saving data for LO21%20XVZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774649636.045846, 'last_price_update_time': 1774851394.068669}
2026-03-30 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO21%2520XVZ') HTTP/1.1" 204 0
2026-03-30 06:16:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with identifier: MK12%20UZT
2026-03-30 06:16:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24a11ccd-523d-56cc-b1e5-a704d1a3f2af with identifier: MK12%20UZT
2026-03-30 06:16:34 [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-30 06:16:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK12%2520UZT%27 HTTP/1.1" 200 None
2026-03-30 06:16:34 [bca.uk] INFO: Saving data for MK12%20UZT: {'auction_closing_time': 1774951200.0, 'created_time': 1774350422.964127, 'last_price_update_time': 1774851394.409999}
2026-03-30 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:34 [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-30 06:16:34 [bca.uk] INFO: Found listing with ID: YY56%20EDK
2026-03-30 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY56%2520EDK%27 HTTP/1.1" 200 None
2026-03-30 06:16:34 [bca.uk] INFO: Scrape type for YY56%20EDK: 2
2026-03-30 06:16:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d448123b-371a-5a29-bdf5-94048f89112d with identifier: YY56%20EDK
2026-03-30 06:16:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d448123b-371a-5a29-bdf5-94048f89112d with scrape type 2
2026-03-30 06:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d448123b-371a-5a29-bdf5-94048f89112d with scrape type 2
2026-03-30 06:16:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d448123b-371a-5a29-bdf5-94048f89112d, identifier: YY56%20EDK
2026-03-30 06:16:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47abec0e-3bcf-5c1c-b1da-46ba6d9d7d30 with identifier: WF17%20ZXA
2026-03-30 06:16:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47abec0e-3bcf-5c1c-b1da-46ba6d9d7d30 with identifier: WF17%20ZXA
2026-03-30 06:16:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47abec0e-3bcf-5c1c-b1da-46ba6d9d7d30 with identifier: WF17%20ZXA to the API
2026-03-30 06:16:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF17%20ZXA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '47abec0e-3bcf-5c1c-b1da-46ba6d9d7d30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF17 ZXA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF17%20ZXA&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 73558,
'odometer_reading_unit': '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 L Estate',
'transmission': 'manual',
'trim': 'TSI 110 SE L',
'vin': 'TMBKN6NJ2HZ188252',
'year': 2017}
2026-03-30 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF17%2520ZXA%27 HTTP/1.1" 200 None
2026-03-30 06:16:35 [bca.uk] INFO: Saving data for WF17%20ZXA: {'auction_closing_time': 1774951200.0, 'created_time': 1774562914.00011, 'last_price_update_time': 1774851395.760611}
2026-03-30 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF17%2520ZXA') HTTP/1.1" 204 0
2026-03-30 06:16:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 842d6a56-e31e-57e4-b38d-044994a51d84 with identifier: FT24%20UAS
2026-03-30 06:16:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:16:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white%2Fblack HTTP/1.1" 200 None
2026-03-30 06:16:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:16:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 842d6a56-e31e-57e4-b38d-044994a51d84 with identifier: FT24%20UAS
2026-03-30 06:16:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 842d6a56-e31e-57e4-b38d-044994a51d84 with identifier: FT24%20UAS to the API
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT24%20UAS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '842d6a56-e31e-57e4-b38d-044994a51d84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT24 UAS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT24%20UAS&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'RENAULT',
'model': 'AUSTRAL E-TECH',
'odometer': 8526,
'odometer_reading_unit': '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 AUSTRAL E-TECH 1.2 FHEV ICONIC ESPRIT ALPINE Hatchback',
'transmission': 'automatic',
'trim': 'FHEV ICONIC ESPRIT ALPINE',
'vin': 'VF1RHN00673287946',
'year': 2024}
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT24%2520UAS%27 HTTP/1.1" 200 None
2026-03-30 06:16:36 [bca.uk] INFO: Saving data for FT24%20UAS: {'auction_closing_time': 1774951200.0, 'created_time': 1774622567.350661, 'last_price_update_time': 1774851396.205664}
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT24%2520UAS') HTTP/1.1" 204 0
2026-03-30 06:16:36 [bca.uk] INFO: Found listing with ID: BJ68%20NTY
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ68%2520NTY%27 HTTP/1.1" 200 None
2026-03-30 06:16:36 [bca.uk] INFO: Scrape type for BJ68%20NTY: 2
2026-03-30 06:16:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74a48d87-eb44-50a1-866f-56a0940c12fb with identifier: BJ68%20NTY
2026-03-30 06:16:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74a48d87-eb44-50a1-866f-56a0940c12fb with scrape type 2
2026-03-30 06:16:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74a48d87-eb44-50a1-866f-56a0940c12fb with scrape type 2
2026-03-30 06:16:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74a48d87-eb44-50a1-866f-56a0940c12fb, identifier: BJ68%20NTY
2026-03-30 06:16:36 [bca.uk] INFO: Found listing with ID: NC21%20XCP
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC21%2520XCP%27 HTTP/1.1" 200 None
2026-03-30 06:16:36 [bca.uk] INFO: Scrape type for NC21%20XCP: 2
2026-03-30 06:16:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with identifier: NC21%20XCP
2026-03-30 06:16:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with scrape type 2
2026-03-30 06:16:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with scrape type 2
2026-03-30 06:16:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9, identifier: NC21%20XCP
2026-03-30 06:16:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d448123b-371a-5a29-bdf5-94048f89112d with identifier: YY56%20EDK
2026-03-30 06:16:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d448123b-371a-5a29-bdf5-94048f89112d with identifier: YY56%20EDK
2026-03-30 06:16:36 [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-30 06:16:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:36 [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': 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-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY56%2520EDK%27 HTTP/1.1" 200 None
2026-03-30 06:16:36 [bca.uk] INFO: Saving data for YY56%20EDK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562942.262736, 'last_price_update_time': 1774851396.710204}
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:36 [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-30 06:16:36 [bca.uk] INFO: Found listing with ID: SE15%20SOU
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE15%2520SOU%27 HTTP/1.1" 200 None
2026-03-30 06:16:36 [bca.uk] INFO: Scrape type for SE15%20SOU: 2
2026-03-30 06:16:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6579411c-0d9e-55d8-a60d-69383dbf0663 with identifier: SE15%20SOU
2026-03-30 06:16:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6579411c-0d9e-55d8-a60d-69383dbf0663 with scrape type 2
2026-03-30 06:16:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6579411c-0d9e-55d8-a60d-69383dbf0663 with scrape type 2
2026-03-30 06:16:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6579411c-0d9e-55d8-a60d-69383dbf0663, identifier: SE15%20SOU
2026-03-30 06:16:36 [bca.uk] INFO: Found listing with ID: SD23%20DJF
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD23%2520DJF%27 HTTP/1.1" 200 None
2026-03-30 06:16:36 [bca.uk] INFO: Scrape type for SD23%20DJF: 0
2026-03-30 06:16:36 [bca.uk] INFO: Found listing with ID: WA20%20UVV
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA20%2520UVV%27 HTTP/1.1" 200 None
2026-03-30 06:16:36 [bca.uk] INFO: Scrape type for WA20%20UVV: 0
2026-03-30 06:16:36 [bca.uk] INFO: Found listing with ID: FL13%20MYV
2026-03-30 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL13%2520MYV%27 HTTP/1.1" 200 None
2026-03-30 06:16:36 [bca.uk] INFO: Scrape type for FL13%20MYV: 2
2026-03-30 06:16:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feb6ecb1-3354-5ce4-8caf-119e3f0ac5f7 with identifier: FL13%20MYV
2026-03-30 06:16:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb6ecb1-3354-5ce4-8caf-119e3f0ac5f7 with scrape type 2
2026-03-30 06:16:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feb6ecb1-3354-5ce4-8caf-119e3f0ac5f7 with scrape type 2
2026-03-30 06:16:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feb6ecb1-3354-5ce4-8caf-119e3f0ac5f7, identifier: FL13%20MYV
2026-03-30 06:16:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74a48d87-eb44-50a1-866f-56a0940c12fb with identifier: BJ68%20NTY
2026-03-30 06:16:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74a48d87-eb44-50a1-866f-56a0940c12fb with identifier: BJ68%20NTY
2026-03-30 06:16:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74a48d87-eb44-50a1-866f-56a0940c12fb with identifier: BJ68%20NTY to the API
2026-03-30 06:16:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ68%20NTY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '74a48d87-eb44-50a1-866f-56a0940c12fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ68 NTY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ68%20NTY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 52183,
'odometer_reading_unit': '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': 'SADCA2AN3KA354449',
'year': 2018}
2026-03-30 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ68%2520NTY%27 HTTP/1.1" 200 None
2026-03-30 06:16:37 [bca.uk] INFO: Saving data for BJ68%20NTY: {'auction_closing_time': 1775037600.0, 'created_time': 1774534878.491171, 'last_price_update_time': 1774851397.282903}
2026-03-30 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ68%2520NTY') HTTP/1.1" 204 0
2026-03-30 06:16:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with identifier: NC21%20XCP
2026-03-30 06:16:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dddc4c2-bb16-5447-a67a-0107ccb4b9b9 with identifier: NC21%20XCP
2026-03-30 06:16:37 [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-30 06:16:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:37 [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': 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-30 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC21%2520XCP%27 HTTP/1.1" 200 None
2026-03-30 06:16:37 [bca.uk] INFO: Saving data for NC21%20XCP: {'auction_closing_time': 1774951200.0, 'created_time': 1774350102.928327, 'last_price_update_time': 1774851397.605677}
2026-03-30 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:37 [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-30 06:16:37 [bca.uk] INFO: Found listing with ID: WR66%20CUK
2026-03-30 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR66%2520CUK%27 HTTP/1.1" 200 None
2026-03-30 06:16:37 [bca.uk] INFO: Scrape type for WR66%20CUK: 2
2026-03-30 06:16:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5320019d-90a2-555e-ac9a-f0d6ba8583bb with identifier: WR66%20CUK
2026-03-30 06:16:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5320019d-90a2-555e-ac9a-f0d6ba8583bb with scrape type 2
2026-03-30 06:16:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5320019d-90a2-555e-ac9a-f0d6ba8583bb with scrape type 2
2026-03-30 06:16:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5320019d-90a2-555e-ac9a-f0d6ba8583bb, identifier: WR66%20CUK
2026-03-30 06:16:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6579411c-0d9e-55d8-a60d-69383dbf0663 with identifier: SE15%20SOU
2026-03-30 06:16:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6579411c-0d9e-55d8-a60d-69383dbf0663 with identifier: SE15%20SOU
2026-03-30 06:16:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6579411c-0d9e-55d8-a60d-69383dbf0663 with identifier: SE15%20SOU to the API
2026-03-30 06:16:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE15%20SOU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6579411c-0d9e-55d8-a60d-69383dbf0663',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SE15 SOU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE15%20SOU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FIAT',
'model': '500',
'odometer': 94565,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FIAT 500 1.2 POP S/S Hatchback',
'transmission': 'manual',
'trim': 'POP S/S',
'vin': 'ZFA3120000J423592',
'year': 2015}
2026-03-30 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE15%2520SOU%27 HTTP/1.1" 200 None
2026-03-30 06:16:38 [bca.uk] INFO: Saving data for SE15%20SOU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562916.353066, 'last_price_update_time': 1774851398.045865}
2026-03-30 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE15%2520SOU') HTTP/1.1" 204 0
2026-03-30 06:16:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feb6ecb1-3354-5ce4-8caf-119e3f0ac5f7 with identifier: FL13%20MYV
2026-03-30 06:16:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feb6ecb1-3354-5ce4-8caf-119e3f0ac5f7 with identifier: FL13%20MYV
2026-03-30 06:16:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feb6ecb1-3354-5ce4-8caf-119e3f0ac5f7 with identifier: FL13%20MYV to the API
2026-03-30 06:16:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 107,
'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': 'feb6ecb1-3354-5ce4-8caf-119e3f0ac5f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FL13 MYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL13%20MYV&vehicleType=*',
'listing': 'auction',
'location': 'Wolverhampton',
'make': 'PEUGEOT',
'model': '308',
'odometer': 105696,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 1.6 HDI 92 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'HDI 92 ACTIVE',
'vin': 'VF34C9HP0DS052002',
'year': 2013}
2026-03-30 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL13%2520MYV%27 HTTP/1.1" 200 None
2026-03-30 06:16:39 [bca.uk] INFO: Saving data for FL13%20MYV: {'auction_closing_time': 1775037600.0, 'created_time': 1774437755.782308, 'last_price_update_time': 1774851399.119106}
2026-03-30 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL13%2520MYV') HTTP/1.1" 204 0
2026-03-30 06:16:39 [bca.uk] INFO: Found listing with ID: BV23%20GXM
2026-03-30 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520GXM%27 HTTP/1.1" 200 None
2026-03-30 06:16:39 [bca.uk] INFO: Scrape type for BV23%20GXM: 2
2026-03-30 06:16:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680e0202-e16d-51df-aa45-48f9513e4156 with identifier: BV23%20GXM
2026-03-30 06:16:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680e0202-e16d-51df-aa45-48f9513e4156 with scrape type 2
2026-03-30 06:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680e0202-e16d-51df-aa45-48f9513e4156 with scrape type 2
2026-03-30 06:16:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680e0202-e16d-51df-aa45-48f9513e4156, identifier: BV23%20GXM
2026-03-30 06:16:39 [bca.uk] INFO: Found listing with ID: NG71%20LSV
2026-03-30 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG71%2520LSV%27 HTTP/1.1" 200 None
2026-03-30 06:16:39 [bca.uk] INFO: Scrape type for NG71%20LSV: 2
2026-03-30 06:16:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac744ac0-6de0-5e76-b1cb-2293186eebfe with identifier: NG71%20LSV
2026-03-30 06:16:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac744ac0-6de0-5e76-b1cb-2293186eebfe with scrape type 2
2026-03-30 06:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac744ac0-6de0-5e76-b1cb-2293186eebfe with scrape type 2
2026-03-30 06:16:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac744ac0-6de0-5e76-b1cb-2293186eebfe, identifier: NG71%20LSV
2026-03-30 06:16:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5320019d-90a2-555e-ac9a-f0d6ba8583bb with identifier: WR66%20CUK
2026-03-30 06:16:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5320019d-90a2-555e-ac9a-f0d6ba8583bb with identifier: WR66%20CUK
2026-03-30 06:16:39 [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-30 06:16:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR66%2520CUK%27 HTTP/1.1" 200 None
2026-03-30 06:16:39 [bca.uk] INFO: Saving data for WR66%20CUK: {'auction_closing_time': 1774951200.0, 'created_time': 1774476610.400761, 'last_price_update_time': 1774851399.787782}
2026-03-30 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:39 [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-30 06:16:39 [bca.uk] INFO: Found listing with ID: KM09%20ZGS
2026-03-30 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM09%2520ZGS%27 HTTP/1.1" 200 None
2026-03-30 06:16:39 [bca.uk] INFO: Scrape type for KM09%20ZGS: 2
2026-03-30 06:16:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb86c189-84cf-54cc-bda4-86a2e228e646 with identifier: KM09%20ZGS
2026-03-30 06:16:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb86c189-84cf-54cc-bda4-86a2e228e646 with scrape type 2
2026-03-30 06:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb86c189-84cf-54cc-bda4-86a2e228e646 with scrape type 2
2026-03-30 06:16:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb86c189-84cf-54cc-bda4-86a2e228e646, identifier: KM09%20ZGS
2026-03-30 06:16:40 [bca.uk] INFO: Found listing with ID: NA70%20XJL
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA70%2520XJL%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Scrape type for NA70%20XJL: 0
2026-03-30 06:16:40 [bca.uk] INFO: Found listing with ID: LC63%20NGO
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC63%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Scrape type for LC63%20NGO: 2
2026-03-30 06:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 479b1c4d-be88-54cd-bd2b-db803679ab65 with identifier: LC63%20NGO
2026-03-30 06:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 479b1c4d-be88-54cd-bd2b-db803679ab65 with scrape type 2
2026-03-30 06:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 479b1c4d-be88-54cd-bd2b-db803679ab65 with scrape type 2
2026-03-30 06:16:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 479b1c4d-be88-54cd-bd2b-db803679ab65, identifier: LC63%20NGO
2026-03-30 06:16:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680e0202-e16d-51df-aa45-48f9513e4156 with identifier: BV23%20GXM
2026-03-30 06:16:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680e0202-e16d-51df-aa45-48f9513e4156 with identifier: BV23%20GXM
2026-03-30 06:16:40 [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-30 06:16:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:40 [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': 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-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV23%2520GXM%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Saving data for BV23%20GXM: {'auction_closing_time': 1775037600.0, 'created_time': 1774563696.032231, 'last_price_update_time': 1774851400.460784}
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:40 [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-30 06:16:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac744ac0-6de0-5e76-b1cb-2293186eebfe with identifier: NG71%20LSV
2026-03-30 06:16:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac744ac0-6de0-5e76-b1cb-2293186eebfe with identifier: NG71%20LSV
2026-03-30 06:16:40 [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-30 06:16:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:40 [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': 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-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG71%2520LSV%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Saving data for NG71%20LSV: {'auction_closing_time': 1774951200.0, 'created_time': 1774476261.235289, 'last_price_update_time': 1774851400.802255}
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:40 [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-30 06:16:40 [bca.uk] INFO: Found listing with ID: YL57%20BXX
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL57%2520BXX%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Scrape type for YL57%20BXX: 0
2026-03-30 06:16:40 [bca.uk] INFO: Found listing with ID: SP12%20ZFL
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP12%2520ZFL%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Scrape type for SP12%20ZFL: 0
2026-03-30 06:16:40 [bca.uk] INFO: Found listing with ID: GJ73%20VLX
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ73%2520VLX%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Scrape type for GJ73%20VLX: 0
2026-03-30 06:16:40 [bca.uk] INFO: Found listing with ID: KW73%20YUN
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW73%2520YUN%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Scrape type for KW73%20YUN: 0
2026-03-30 06:16:40 [bca.uk] INFO: Found listing with ID: L44%20KDN
2026-03-30 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L44%2520KDN%27 HTTP/1.1" 200 None
2026-03-30 06:16:40 [bca.uk] INFO: Scrape type for L44%20KDN: 2
2026-03-30 06:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f29ca0-9803-585d-8dbf-e7289033f66a with identifier: L44%20KDN
2026-03-30 06:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f29ca0-9803-585d-8dbf-e7289033f66a with scrape type 2
2026-03-30 06:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f29ca0-9803-585d-8dbf-e7289033f66a with scrape type 2
2026-03-30 06:16:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58f29ca0-9803-585d-8dbf-e7289033f66a, identifier: L44%20KDN
2026-03-30 06:16:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb86c189-84cf-54cc-bda4-86a2e228e646 with identifier: KM09%20ZGS
2026-03-30 06:16:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb86c189-84cf-54cc-bda4-86a2e228e646 with identifier: KM09%20ZGS
2026-03-30 06:16:41 [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-30 06:16:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM09%2520ZGS%27 HTTP/1.1" 200 None
2026-03-30 06:16:41 [bca.uk] INFO: Saving data for KM09%20ZGS: {'auction_closing_time': 1774951200.0, 'created_time': 1774476605.913969, 'last_price_update_time': 1774851401.341821}
2026-03-30 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:41 [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-30 06:16:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 479b1c4d-be88-54cd-bd2b-db803679ab65 with identifier: LC63%20NGO
2026-03-30 06:16:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 479b1c4d-be88-54cd-bd2b-db803679ab65 with identifier: LC63%20NGO
2026-03-30 06:16:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 479b1c4d-be88-54cd-bd2b-db803679ab65 with identifier: LC63%20NGO to the API
2026-03-30 06:16:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC63%20NGO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '479b1c4d-be88-54cd-bd2b-db803679ab65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC63 NGO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC63%20NGO&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'CITROEN',
'model': 'BERLINGO L1',
'odometer': 159511,
'odometer_reading_unit': '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 BERLINGO L1 1.6 HDI 75 625KG ENTERPRISE Van',
'transmission': 'manual',
'trim': 'HDI 75 625KG ENTERPRISE',
'vin': 'VF77B9HN0EJ547535',
'year': 2014}
2026-03-30 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC63%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:16:41 [bca.uk] INFO: Saving data for LC63%20NGO: {'auction_closing_time': 1774864800.0, 'created_time': 1773924806.357364, 'last_price_update_time': 1774851401.896692}
2026-03-30 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC63%2520NGO') HTTP/1.1" 204 0
2026-03-30 06:16:41 [bca.uk] INFO: Found listing with ID: FX22%20TVJ
2026-03-30 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX22%2520TVJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:41 [bca.uk] INFO: Scrape type for FX22%20TVJ: 2
2026-03-30 06:16:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8e53a51-3dda-5467-9501-651bf7b20265 with identifier: FX22%20TVJ
2026-03-30 06:16:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8e53a51-3dda-5467-9501-651bf7b20265 with scrape type 2
2026-03-30 06:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8e53a51-3dda-5467-9501-651bf7b20265 with scrape type 2
2026-03-30 06:16:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8e53a51-3dda-5467-9501-651bf7b20265, identifier: FX22%20TVJ
2026-03-30 06:16:42 [bca.uk] INFO: Found listing with ID: NL67%20WRR
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL67%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:16:42 [bca.uk] INFO: Scrape type for NL67%20WRR: 2
2026-03-30 06:16:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with identifier: NL67%20WRR
2026-03-30 06:16:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with scrape type 2
2026-03-30 06:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with scrape type 2
2026-03-30 06:16:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe, identifier: NL67%20WRR
2026-03-30 06:16:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58f29ca0-9803-585d-8dbf-e7289033f66a with identifier: L44%20KDN
2026-03-30 06:16:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58f29ca0-9803-585d-8dbf-e7289033f66a with identifier: L44%20KDN
2026-03-30 06:16:42 [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-30 06:16:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16:42 [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=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-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L44%2520KDN%27 HTTP/1.1" 200 None
2026-03-30 06:16:42 [bca.uk] INFO: Saving data for L44%20KDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774476688.216973, 'last_price_update_time': 1774851402.45961}
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:42 [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-30 06:16:42 [bca.uk] INFO: Found listing with ID: DL10%20PKC
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL10%2520PKC%27 HTTP/1.1" 200 None
2026-03-30 06:16:42 [bca.uk] INFO: Scrape type for DL10%20PKC: 2
2026-03-30 06:16:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b42c4deb-ca02-5195-a205-5cbe579af215 with identifier: DL10%20PKC
2026-03-30 06:16:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b42c4deb-ca02-5195-a205-5cbe579af215 with scrape type 2
2026-03-30 06:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b42c4deb-ca02-5195-a205-5cbe579af215 with scrape type 2
2026-03-30 06:16:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b42c4deb-ca02-5195-a205-5cbe579af215, identifier: DL10%20PKC
2026-03-30 06:16:42 [bca.uk] INFO: Found listing with ID: EY69%20ZUC
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY69%2520ZUC%27 HTTP/1.1" 200 None
2026-03-30 06:16:42 [bca.uk] INFO: Scrape type for EY69%20ZUC: 0
2026-03-30 06:16:42 [bca.uk] INFO: Found listing with ID: DG64%20PYX
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520PYX%27 HTTP/1.1" 200 None
2026-03-30 06:16:42 [bca.uk] INFO: Scrape type for DG64%20PYX: 0
2026-03-30 06:16:42 [bca.uk] INFO: Found listing with ID: YR22%20SJV
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520SJV%27 HTTP/1.1" 200 None
2026-03-30 06:16:42 [bca.uk] INFO: Scrape type for YR22%20SJV: 2
2026-03-30 06:16:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with identifier: YR22%20SJV
2026-03-30 06:16:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with scrape type 2
2026-03-30 06:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with scrape type 2
2026-03-30 06:16:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f, identifier: YR22%20SJV
2026-03-30 06:16:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8e53a51-3dda-5467-9501-651bf7b20265 with identifier: FX22%20TVJ
2026-03-30 06:16:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8e53a51-3dda-5467-9501-651bf7b20265 with identifier: FX22%20TVJ
2026-03-30 06:16:43 [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-30 06:16:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX22%2520TVJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:43 [bca.uk] INFO: Saving data for FX22%20TVJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564022.428699, 'last_price_update_time': 1774851403.303725}
2026-03-30 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:43 [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-30 06:16:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with identifier: NL67%20WRR
2026-03-30 06:16:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcd459b5-59cf-55dd-8ff9-e50fe6e37abe with identifier: NL67%20WRR
2026-03-30 06:16:43 [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-30 06:16:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:43 [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': 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-30 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL67%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:16:43 [bca.uk] INFO: Saving data for NL67%20WRR: {'auction_closing_time': 1774951200.0, 'created_time': 1774476560.203173, 'last_price_update_time': 1774851403.705064}
2026-03-30 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:43 [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-30 06:16:43 [bca.uk] INFO: Found listing with ID: FP61%20YTJ
2026-03-30 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP61%2520YTJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:43 [bca.uk] INFO: Scrape type for FP61%20YTJ: 2
2026-03-30 06:16:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7674425-fca9-5071-b232-c1d0a685074f with identifier: FP61%20YTJ
2026-03-30 06:16:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7674425-fca9-5071-b232-c1d0a685074f with scrape type 2
2026-03-30 06:16:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7674425-fca9-5071-b232-c1d0a685074f with scrape type 2
2026-03-30 06:16:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7674425-fca9-5071-b232-c1d0a685074f, identifier: FP61%20YTJ
2026-03-30 06:16:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b42c4deb-ca02-5195-a205-5cbe579af215 with identifier: DL10%20PKC
2026-03-30 06:16:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b42c4deb-ca02-5195-a205-5cbe579af215 with identifier: DL10%20PKC
2026-03-30 06:16:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b42c4deb-ca02-5195-a205-5cbe579af215 with identifier: DL10%20PKC to the API
2026-03-30 06:16:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:44 [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=DL10%20PKC-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b42c4deb-ca02-5195-a205-5cbe579af215',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL10 PKC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL10%20PKC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 106356,
'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': 'WVWZZZ6RZAY296292',
'year': 2010}
2026-03-30 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL10%2520PKC%27 HTTP/1.1" 200 None
2026-03-30 06:16:44 [bca.uk] INFO: Saving data for DL10%20PKC: {'auction_closing_time': 1774951200.0, 'created_time': 1774562917.549674, 'last_price_update_time': 1774851404.200141}
2026-03-30 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL10%2520PKC') HTTP/1.1" 204 0
2026-03-30 06:16:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with identifier: YR22%20SJV
2026-03-30 06:16:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bff4ea3-efe9-5b49-aa47-e9e0621c5d4f with identifier: YR22%20SJV
2026-03-30 06:16:44 [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-30 06:16:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR22%2520SJV%27 HTTP/1.1" 200 None
2026-03-30 06:16:45 [bca.uk] INFO: Saving data for YR22%20SJV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649901.604825, 'last_price_update_time': 1774851405.256767}
2026-03-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:45 [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-30 06:16:45 [bca.uk] INFO: Found listing with ID: SV18%20YJF
2026-03-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV18%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:16:45 [bca.uk] INFO: Scrape type for SV18%20YJF: 2
2026-03-30 06:16:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with identifier: SV18%20YJF
2026-03-30 06:16:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with scrape type 2
2026-03-30 06:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with scrape type 2
2026-03-30 06:16:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2, identifier: SV18%20YJF
2026-03-30 06:16:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7674425-fca9-5071-b232-c1d0a685074f with identifier: FP61%20YTJ
2026-03-30 06:16:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7674425-fca9-5071-b232-c1d0a685074f with identifier: FP61%20YTJ
2026-03-30 06:16:45 [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-30 06:16:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP61%2520YTJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:45 [bca.uk] INFO: Saving data for FP61%20YTJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774678100.410896, 'last_price_update_time': 1774851405.669377}
2026-03-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:45 [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-30 06:16:45 [bca.uk] INFO: Found listing with ID: WU07%20KYA
2026-03-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU07%2520KYA%27 HTTP/1.1" 200 None
2026-03-30 06:16:45 [bca.uk] INFO: Scrape type for WU07%20KYA: 2
2026-03-30 06:16:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5210cb7b-5d67-5e22-8ac8-e85d61ce4144 with identifier: WU07%20KYA
2026-03-30 06:16:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5210cb7b-5d67-5e22-8ac8-e85d61ce4144 with scrape type 2
2026-03-30 06:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5210cb7b-5d67-5e22-8ac8-e85d61ce4144 with scrape type 2
2026-03-30 06:16:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5210cb7b-5d67-5e22-8ac8-e85d61ce4144, identifier: WU07%20KYA
2026-03-30 06:16:45 [bca.uk] INFO: Found listing with ID: LD69%20LCN
2026-03-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD69%2520LCN%27 HTTP/1.1" 200 None
2026-03-30 06:16:45 [bca.uk] INFO: Scrape type for LD69%20LCN: 0
2026-03-30 06:16:45 [bca.uk] INFO: Found listing with ID: LB69%20VNE
2026-03-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB69%2520VNE%27 HTTP/1.1" 200 None
2026-03-30 06:16:45 [bca.uk] INFO: Scrape type for LB69%20VNE: 0
2026-03-30 06:16:45 [bca.uk] INFO: Found listing with ID: WN22%20TOU
2026-03-30 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN22%2520TOU%27 HTTP/1.1" 200 None
2026-03-30 06:16:45 [bca.uk] INFO: Scrape type for WN22%20TOU: 2
2026-03-30 06:16:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1fc888a-e69c-58ec-a3c0-7e000baa040e with identifier: WN22%20TOU
2026-03-30 06:16:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1fc888a-e69c-58ec-a3c0-7e000baa040e with scrape type 2
2026-03-30 06:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1fc888a-e69c-58ec-a3c0-7e000baa040e with scrape type 2
2026-03-30 06:16:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1fc888a-e69c-58ec-a3c0-7e000baa040e, identifier: WN22%20TOU
2026-03-30 06:16:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with identifier: SV18%20YJF
2026-03-30 06:16:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7ae76f2-fcf5-5044-93f8-c9b4eaab82e2 with identifier: SV18%20YJF
2026-03-30 06:16:46 [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-30 06:16:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV18%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:16:46 [bca.uk] INFO: Saving data for SV18%20YJF: {'auction_closing_time': 1774951200.0, 'created_time': 1774476562.471049, 'last_price_update_time': 1774851406.2422}
2026-03-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:46 [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-30 06:16:46 [bca.uk] INFO: Found listing with ID: MC19%20FDG
2026-03-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MC19%2520FDG%27 HTTP/1.1" 200 None
2026-03-30 06:16:46 [bca.uk] INFO: Scrape type for MC19%20FDG: 2
2026-03-30 06:16:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 946f2e1d-ca96-5963-8522-f941a7e99da6 with identifier: MC19%20FDG
2026-03-30 06:16:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946f2e1d-ca96-5963-8522-f941a7e99da6 with scrape type 2
2026-03-30 06:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 946f2e1d-ca96-5963-8522-f941a7e99da6 with scrape type 2
2026-03-30 06:16:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 946f2e1d-ca96-5963-8522-f941a7e99da6, identifier: MC19%20FDG
2026-03-30 06:16:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5210cb7b-5d67-5e22-8ac8-e85d61ce4144 with identifier: WU07%20KYA
2026-03-30 06:16:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5210cb7b-5d67-5e22-8ac8-e85d61ce4144 with identifier: WU07%20KYA
2026-03-30 06:16:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5210cb7b-5d67-5e22-8ac8-e85d61ce4144 with identifier: WU07%20KYA to the API
2026-03-30 06:16:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 229,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU07%20KYA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5210cb7b-5d67-5e22-8ac8-e85d61ce4144',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU07 KYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU07%20KYA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'CLK 280',
'odometer': 74254,
'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 280 3.0 SPORT TIP Convertible',
'transmission': 'manual',
'trim': 'SPORT TIP',
'vin': 'WDB2094542T080065',
'year': 2007}
2026-03-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU07%2520KYA%27 HTTP/1.1" 200 None
2026-03-30 06:16:46 [bca.uk] INFO: Saving data for WU07%20KYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774563083.747744, 'last_price_update_time': 1774851406.653511}
2026-03-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU07%2520KYA') HTTP/1.1" 204 0
2026-03-30 06:16:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1fc888a-e69c-58ec-a3c0-7e000baa040e with identifier: WN22%20TOU
2026-03-30 06:16:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1fc888a-e69c-58ec-a3c0-7e000baa040e with identifier: WN22%20TOU
2026-03-30 06:16:46 [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-30 06:16:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:46 [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%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-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN22%2520TOU%27 HTTP/1.1" 200 None
2026-03-30 06:16:46 [bca.uk] INFO: Saving data for WN22%20TOU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649906.213678, 'last_price_update_time': 1774851406.93872}
2026-03-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:46 [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-30 06:16:46 [bca.uk] INFO: Found listing with ID: WN08%20CUA
2026-03-30 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN08%2520CUA%27 HTTP/1.1" 200 None
2026-03-30 06:16:46 [bca.uk] INFO: Scrape type for WN08%20CUA: 2
2026-03-30 06:16:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with identifier: WN08%20CUA
2026-03-30 06:16:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with scrape type 2
2026-03-30 06:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with scrape type 2
2026-03-30 06:16:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7, identifier: WN08%20CUA
2026-03-30 06:16:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 946f2e1d-ca96-5963-8522-f941a7e99da6 with identifier: MC19%20FDG
2026-03-30 06:16:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 946f2e1d-ca96-5963-8522-f941a7e99da6 with identifier: MC19%20FDG
2026-03-30 06:16:47 [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-30 06:16:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MC19%2520FDG%27 HTTP/1.1" 200 None
2026-03-30 06:16:47 [bca.uk] INFO: Saving data for MC19%20FDG: {'auction_closing_time': 1774951200.0, 'created_time': 1774678100.947896, 'last_price_update_time': 1774851407.376187}
2026-03-30 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:47 [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-30 06:16:47 [bca.uk] INFO: Found listing with ID: RE66%20UYD
2026-03-30 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE66%2520UYD%27 HTTP/1.1" 200 None
2026-03-30 06:16:47 [bca.uk] INFO: Scrape type for RE66%20UYD: 2
2026-03-30 06:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3ce4676-59b8-5eda-97c4-f202f26fc449 with identifier: RE66%20UYD
2026-03-30 06:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3ce4676-59b8-5eda-97c4-f202f26fc449 with scrape type 2
2026-03-30 06:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3ce4676-59b8-5eda-97c4-f202f26fc449 with scrape type 2
2026-03-30 06:16:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3ce4676-59b8-5eda-97c4-f202f26fc449, identifier: RE66%20UYD
2026-03-30 06:16:47 [bca.uk] INFO: Found listing with ID: LG23%20XKN
2026-03-30 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG23%2520XKN%27 HTTP/1.1" 200 None
2026-03-30 06:16:47 [bca.uk] INFO: Scrape type for LG23%20XKN: 2
2026-03-30 06:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab9f542-667d-5722-9ff2-d6c60b930e70 with identifier: LG23%20XKN
2026-03-30 06:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab9f542-667d-5722-9ff2-d6c60b930e70 with scrape type 2
2026-03-30 06:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab9f542-667d-5722-9ff2-d6c60b930e70 with scrape type 2
2026-03-30 06:16:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ab9f542-667d-5722-9ff2-d6c60b930e70, identifier: LG23%20XKN
2026-03-30 06:16:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with identifier: WN08%20CUA
2026-03-30 06:16:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 708ef400-1814-5cdc-8ca6-95d0ca3ce9a7 with identifier: WN08%20CUA
2026-03-30 06:16:47 [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-30 06:16:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:47 [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': 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-30 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN08%2520CUA%27 HTTP/1.1" 200 None
2026-03-30 06:16:47 [bca.uk] INFO: Saving data for WN08%20CUA: {'auction_closing_time': 1774951200.0, 'created_time': 1774476563.244564, 'last_price_update_time': 1774851407.965564}
2026-03-30 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:47 [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-30 06:16:47 [bca.uk] INFO: Found listing with ID: RL05%20YPN
2026-03-30 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RL05%2520YPN%27 HTTP/1.1" 200 None
2026-03-30 06:16:48 [bca.uk] INFO: Scrape type for RL05%20YPN: 2
2026-03-30 06:16:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with identifier: RL05%20YPN
2026-03-30 06:16:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with scrape type 2
2026-03-30 06:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with scrape type 2
2026-03-30 06:16:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7, identifier: RL05%20YPN
2026-03-30 06:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3ce4676-59b8-5eda-97c4-f202f26fc449 with identifier: RE66%20UYD
2026-03-30 06:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3ce4676-59b8-5eda-97c4-f202f26fc449 with identifier: RE66%20UYD
2026-03-30 06:16:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3ce4676-59b8-5eda-97c4-f202f26fc449 with identifier: RE66%20UYD to the API
2026-03-30 06:16:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE66%20UYD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b3ce4676-59b8-5eda-97c4-f202f26fc449',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE66 UYD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE66%20UYD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 57184,
'odometer_reading_unit': '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 EXCLUSIV 2WD S/S StationWagon',
'transmission': 'manual',
'trim': 'VVT 115 EXCLUSIV 2WD S/S',
'vin': 'W0LJC7EE6GB716407',
'year': 2016}
2026-03-30 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE66%2520UYD%27 HTTP/1.1" 200 None
2026-03-30 06:16:48 [bca.uk] INFO: Saving data for RE66%20UYD: {'auction_closing_time': 1774951200.0, 'created_time': 1774563080.843326, 'last_price_update_time': 1774851408.396213}
2026-03-30 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE66%2520UYD') HTTP/1.1" 204 0
2026-03-30 06:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ab9f542-667d-5722-9ff2-d6c60b930e70 with identifier: LG23%20XKN
2026-03-30 06:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ab9f542-667d-5722-9ff2-d6c60b930e70 with identifier: LG23%20XKN
2026-03-30 06:16:48 [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-30 06:16:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:48 [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%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-30 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG23%2520XKN%27 HTTP/1.1" 200 None
2026-03-30 06:16:48 [bca.uk] INFO: Saving data for LG23%20XKN: {'auction_closing_time': 1774951200.0, 'created_time': 1774649885.750525, 'last_price_update_time': 1774851408.840027}
2026-03-30 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:48 [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-30 06:16:48 [bca.uk] INFO: Found listing with ID: YS65%20LXE
2026-03-30 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS65%2520LXE%27 HTTP/1.1" 200 None
2026-03-30 06:16:48 [bca.uk] INFO: Scrape type for YS65%20LXE: 2
2026-03-30 06:16:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e5f7139-c366-5b24-be07-9253a349c883 with identifier: YS65%20LXE
2026-03-30 06:16:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e5f7139-c366-5b24-be07-9253a349c883 with scrape type 2
2026-03-30 06:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e5f7139-c366-5b24-be07-9253a349c883 with scrape type 2
2026-03-30 06:16:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e5f7139-c366-5b24-be07-9253a349c883, identifier: YS65%20LXE
2026-03-30 06:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with identifier: RL05%20YPN
2026-03-30 06:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c4e223f-21d0-58e6-b8d2-7881d56d8eb7 with identifier: RL05%20YPN
2026-03-30 06:16:49 [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-30 06:16:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:49 [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': 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-30 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RL05%2520YPN%27 HTTP/1.1" 200 None
2026-03-30 06:16:49 [bca.uk] INFO: Saving data for RL05%20YPN: {'auction_closing_time': 1774951200.0, 'created_time': 1774678084.562992, 'last_price_update_time': 1774851409.256499}
2026-03-30 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:49 [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-30 06:16:49 [bca.uk] INFO: Found listing with ID: MF15%20WSJ
2026-03-30 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF15%2520WSJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:49 [bca.uk] INFO: Scrape type for MF15%20WSJ: 2
2026-03-30 06:16:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1c6dd3a-029c-5199-ace4-23c4cc567884 with identifier: MF15%20WSJ
2026-03-30 06:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1c6dd3a-029c-5199-ace4-23c4cc567884 with scrape type 2
2026-03-30 06:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1c6dd3a-029c-5199-ace4-23c4cc567884 with scrape type 2
2026-03-30 06:16:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1c6dd3a-029c-5199-ace4-23c4cc567884, identifier: MF15%20WSJ
2026-03-30 06:16:49 [bca.uk] INFO: Found listing with ID: MD72%20VNH
2026-03-30 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD72%2520VNH%27 HTTP/1.1" 200 None
2026-03-30 06:16:49 [bca.uk] INFO: Scrape type for MD72%20VNH: 2
2026-03-30 06:16:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0940f84b-b638-5a33-800b-b3cd1d28048d with identifier: MD72%20VNH
2026-03-30 06:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0940f84b-b638-5a33-800b-b3cd1d28048d with scrape type 2
2026-03-30 06:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0940f84b-b638-5a33-800b-b3cd1d28048d with scrape type 2
2026-03-30 06:16:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0940f84b-b638-5a33-800b-b3cd1d28048d, identifier: MD72%20VNH
2026-03-30 06:16:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e5f7139-c366-5b24-be07-9253a349c883 with identifier: YS65%20LXE
2026-03-30 06:16:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e5f7139-c366-5b24-be07-9253a349c883 with identifier: YS65%20LXE
2026-03-30 06:16:49 [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-30 06:16:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS65%2520LXE%27 HTTP/1.1" 200 None
2026-03-30 06:16:49 [bca.uk] INFO: Saving data for YS65%20LXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774476562.101681, 'last_price_update_time': 1774851409.790988}
2026-03-30 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:49 [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-30 06:16:49 [bca.uk] INFO: Found listing with ID: FP67%20ORG
2026-03-30 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP67%2520ORG%27 HTTP/1.1" 200 None
2026-03-30 06:16:49 [bca.uk] INFO: Scrape type for FP67%20ORG: 2
2026-03-30 06:16:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with identifier: FP67%20ORG
2026-03-30 06:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with scrape type 2
2026-03-30 06:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with scrape type 2
2026-03-30 06:16:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35b5d50d-33e2-5c83-aeb7-79f72f85d022, identifier: FP67%20ORG
2026-03-30 06:16:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1c6dd3a-029c-5199-ace4-23c4cc567884 with identifier: MF15%20WSJ
2026-03-30 06:16:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1c6dd3a-029c-5199-ace4-23c4cc567884 with identifier: MF15%20WSJ
2026-03-30 06:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1c6dd3a-029c-5199-ace4-23c4cc567884 with identifier: MF15%20WSJ to the API
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF15%20WSJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e1c6dd3a-029c-5199-ace4-23c4cc567884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF15 WSJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF15%20WSJ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'ADAM',
'odometer': 66747,
'odometer_reading_unit': '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 ADAM 1.2 VVT 70 JAM Hatchback',
'transmission': 'manual',
'trim': 'VVT 70 JAM',
'vin': 'W0L0MAP08F6048881',
'year': 2015}
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF15%2520WSJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:50 [bca.uk] INFO: Saving data for MF15%20WSJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774268456.314707, 'last_price_update_time': 1774851410.218846}
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF15%2520WSJ') HTTP/1.1" 204 0
2026-03-30 06:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0940f84b-b638-5a33-800b-b3cd1d28048d with identifier: MD72%20VNH
2026-03-30 06:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0940f84b-b638-5a33-800b-b3cd1d28048d with identifier: MD72%20VNH
2026-03-30 06:16:50 [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-30 06:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD72%2520VNH%27 HTTP/1.1" 200 None
2026-03-30 06:16:50 [bca.uk] INFO: Saving data for MD72%20VNH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649889.772203, 'last_price_update_time': 1774851410.520563}
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:50 [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-30 06:16:50 [bca.uk] INFO: Found listing with ID: AF71%20XKX
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF71%2520XKX%27 HTTP/1.1" 200 None
2026-03-30 06:16:50 [bca.uk] INFO: Scrape type for AF71%20XKX: 2
2026-03-30 06:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c921bcbe-d1c4-5396-9f7f-8d032d827d91 with identifier: AF71%20XKX
2026-03-30 06:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c921bcbe-d1c4-5396-9f7f-8d032d827d91 with scrape type 2
2026-03-30 06:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c921bcbe-d1c4-5396-9f7f-8d032d827d91 with scrape type 2
2026-03-30 06:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c921bcbe-d1c4-5396-9f7f-8d032d827d91, identifier: AF71%20XKX
2026-03-30 06:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with identifier: FP67%20ORG
2026-03-30 06:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35b5d50d-33e2-5c83-aeb7-79f72f85d022 with identifier: FP67%20ORG
2026-03-30 06:16:50 [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-30 06:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP67%2520ORG%27 HTTP/1.1" 200 None
2026-03-30 06:16:50 [bca.uk] INFO: Saving data for FP67%20ORG: {'auction_closing_time': 1774951200.0, 'created_time': 1774476610.044567, 'last_price_update_time': 1774851410.937663}
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:50 [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-30 06:16:50 [bca.uk] INFO: Found listing with ID: WP71%20XJC
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP71%2520XJC%27 HTTP/1.1" 200 None
2026-03-30 06:16:50 [bca.uk] INFO: Scrape type for WP71%20XJC: 0
2026-03-30 06:16:50 [bca.uk] INFO: Found listing with ID: WV71%20SZP
2026-03-30 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520SZP%27 HTTP/1.1" 200 None
2026-03-30 06:16:50 [bca.uk] INFO: Scrape type for WV71%20SZP: 0
2026-03-30 06:16:50 [bca.uk] INFO: Found listing with ID: PO21%20EVJ
2026-03-30 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO21%2520EVJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:51 [bca.uk] INFO: Scrape type for PO21%20EVJ: 2
2026-03-30 06:16:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a60c3d5-f077-560b-b695-eee742d62ed5 with identifier: PO21%20EVJ
2026-03-30 06:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a60c3d5-f077-560b-b695-eee742d62ed5 with scrape type 2
2026-03-30 06:16:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a60c3d5-f077-560b-b695-eee742d62ed5 with scrape type 2
2026-03-30 06:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a60c3d5-f077-560b-b695-eee742d62ed5, identifier: PO21%20EVJ
2026-03-30 06:16:51 [bca.uk] INFO: Found listing with ID: MW72%20BPV
2026-03-30 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW72%2520BPV%27 HTTP/1.1" 200 None
2026-03-30 06:16:51 [bca.uk] INFO: Scrape type for MW72%20BPV: 2
2026-03-30 06:16:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with identifier: MW72%20BPV
2026-03-30 06:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with scrape type 2
2026-03-30 06:16:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with scrape type 2
2026-03-30 06:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd, identifier: MW72%20BPV
2026-03-30 06:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c921bcbe-d1c4-5396-9f7f-8d032d827d91 with identifier: AF71%20XKX
2026-03-30 06:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c921bcbe-d1c4-5396-9f7f-8d032d827d91 with identifier: AF71%20XKX
2026-03-30 06:16:51 [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-30 06:16:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:51 [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': 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-30 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF71%2520XKX%27 HTTP/1.1" 200 None
2026-03-30 06:16:51 [bca.uk] INFO: Saving data for AF71%20XKX: {'auction_closing_time': 1774951200.0, 'created_time': 1774523111.673316, 'last_price_update_time': 1774851411.50693}
2026-03-30 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:51 [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-30 06:16:51 [bca.uk] INFO: Found listing with ID: OE08%20ZZO
2026-03-30 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE08%2520ZZO%27 HTTP/1.1" 200 None
2026-03-30 06:16:51 [bca.uk] INFO: Scrape type for OE08%20ZZO: 2
2026-03-30 06:16:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with identifier: OE08%20ZZO
2026-03-30 06:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with scrape type 2
2026-03-30 06:16:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with scrape type 2
2026-03-30 06:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d, identifier: OE08%20ZZO
2026-03-30 06:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a60c3d5-f077-560b-b695-eee742d62ed5 with identifier: PO21%20EVJ
2026-03-30 06:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a60c3d5-f077-560b-b695-eee742d62ed5 with identifier: PO21%20EVJ
2026-03-30 06:16:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a60c3d5-f077-560b-b695-eee742d62ed5 with identifier: PO21%20EVJ to the API
2026-03-30 06:16:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:51 [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=PO21%20EVJ-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3a60c3d5-f077-560b-b695-eee742d62ed5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PO21 EVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO21%20EVJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'ELDDIS',
'model': 'MAJESTIC',
'odometer': 19831,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'ELDDIS MAJESTIC 2.2 196 MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '196 MOTORHOME',
'vin': 'VF3YCCNAU12R59924',
'year': 2021}
2026-03-30 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PO21%2520EVJ%27 HTTP/1.1" 200 None
2026-03-30 06:16:51 [bca.uk] INFO: Saving data for PO21%20EVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774649819.731534, 'last_price_update_time': 1774851411.947315}
2026-03-30 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO21%2520EVJ') HTTP/1.1" 204 0
2026-03-30 06:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with identifier: MW72%20BPV
2026-03-30 06:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4d7e824-6eb5-5af8-9a5a-9ea560873bfd with identifier: MW72%20BPV
2026-03-30 06:16:52 [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-30 06:16:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW72%2520BPV%27 HTTP/1.1" 200 None
2026-03-30 06:16:52 [bca.uk] INFO: Saving data for MW72%20BPV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649888.509131, 'last_price_update_time': 1774851412.246912}
2026-03-30 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:52 [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-30 06:16:52 [bca.uk] INFO: Found listing with ID: GJ17%20EKE
2026-03-30 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ17%2520EKE%27 HTTP/1.1" 200 None
2026-03-30 06:16:52 [bca.uk] INFO: Scrape type for GJ17%20EKE: 2
2026-03-30 06:16:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9dfcfc8-6687-5483-8740-1546ae348abb with identifier: GJ17%20EKE
2026-03-30 06:16:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9dfcfc8-6687-5483-8740-1546ae348abb with scrape type 2
2026-03-30 06:16:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9dfcfc8-6687-5483-8740-1546ae348abb with scrape type 2
2026-03-30 06:16:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9dfcfc8-6687-5483-8740-1546ae348abb, identifier: GJ17%20EKE
2026-03-30 06:16:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with identifier: OE08%20ZZO
2026-03-30 06:16:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0128dd7e-e05d-5dc7-90e0-32a7ae80134d with identifier: OE08%20ZZO
2026-03-30 06:16:52 [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-30 06:16:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE08%2520ZZO%27 HTTP/1.1" 200 None
2026-03-30 06:16:52 [bca.uk] INFO: Saving data for OE08%20ZZO: {'auction_closing_time': 1774951200.0, 'created_time': 1773932075.626316, 'last_price_update_time': 1774851412.70133}
2026-03-30 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:52 [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-30 06:16:52 [bca.uk] INFO: Found listing with ID: WP23%20OHB
2026-03-30 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OHB%27 HTTP/1.1" 200 None
2026-03-30 06:16:52 [bca.uk] INFO: Scrape type for WP23%20OHB: 2
2026-03-30 06:16:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 914e4c87-053e-5790-b799-8547aed21183 with identifier: WP23%20OHB
2026-03-30 06:16:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 914e4c87-053e-5790-b799-8547aed21183 with scrape type 2
2026-03-30 06:16:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 914e4c87-053e-5790-b799-8547aed21183 with scrape type 2
2026-03-30 06:16:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 914e4c87-053e-5790-b799-8547aed21183, identifier: WP23%20OHB
2026-03-30 06:16:52 [bca.uk] INFO: Found listing with ID: VX72%20KPY
2026-03-30 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX72%2520KPY%27 HTTP/1.1" 200 None
2026-03-30 06:16:52 [bca.uk] INFO: Scrape type for VX72%20KPY: 2
2026-03-30 06:16:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a2158e-3a76-5c3f-82d6-75d2d6de38d8 with identifier: VX72%20KPY
2026-03-30 06:16:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a2158e-3a76-5c3f-82d6-75d2d6de38d8 with scrape type 2
2026-03-30 06:16:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a2158e-3a76-5c3f-82d6-75d2d6de38d8 with scrape type 2
2026-03-30 06:16:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a2158e-3a76-5c3f-82d6-75d2d6de38d8, identifier: VX72%20KPY
2026-03-30 06:16:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9dfcfc8-6687-5483-8740-1546ae348abb with identifier: GJ17%20EKE
2026-03-30 06:16:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9dfcfc8-6687-5483-8740-1546ae348abb with identifier: GJ17%20EKE
2026-03-30 06:16:53 [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-30 06:16:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:53 [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': 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-30 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ17%2520EKE%27 HTTP/1.1" 200 None
2026-03-30 06:16:53 [bca.uk] INFO: Saving data for GJ17%20EKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774476562.872776, 'last_price_update_time': 1774851413.348636}
2026-03-30 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:53 [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-30 06:16:53 [bca.uk] INFO: Found listing with ID: YG65%20YRR
2026-03-30 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG65%2520YRR%27 HTTP/1.1" 200 None
2026-03-30 06:16:53 [bca.uk] INFO: Scrape type for YG65%20YRR: 2
2026-03-30 06:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b150d67-4266-5322-b6c7-464a54c7c0c8 with identifier: YG65%20YRR
2026-03-30 06:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b150d67-4266-5322-b6c7-464a54c7c0c8 with scrape type 2
2026-03-30 06:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b150d67-4266-5322-b6c7-464a54c7c0c8 with scrape type 2
2026-03-30 06:16:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b150d67-4266-5322-b6c7-464a54c7c0c8, identifier: YG65%20YRR
2026-03-30 06:16:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 914e4c87-053e-5790-b799-8547aed21183 with identifier: WP23%20OHB
2026-03-30 06:16:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 914e4c87-053e-5790-b799-8547aed21183 with identifier: WP23%20OHB
2026-03-30 06:16:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 914e4c87-053e-5790-b799-8547aed21183 with identifier: WP23%20OHB to the API
2026-03-30 06:16:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OHB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '914e4c87-053e-5790-b799-8547aed21183',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OHB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OHB&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 20679,
'odometer_reading_unit': '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': 'VF1RJA00970938727',
'year': 2023}
2026-03-30 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OHB%27 HTTP/1.1" 200 None
2026-03-30 06:16:53 [bca.uk] INFO: Saving data for WP23%20OHB: {'auction_closing_time': 1775210400.0, 'created_time': 1774622644.823733, 'last_price_update_time': 1774851413.804821}
2026-03-30 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OHB') HTTP/1.1" 204 0
2026-03-30 06:16:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a2158e-3a76-5c3f-82d6-75d2d6de38d8 with identifier: VX72%20KPY
2026-03-30 06:16:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a2158e-3a76-5c3f-82d6-75d2d6de38d8 with identifier: VX72%20KPY
2026-03-30 06:16:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7a2158e-3a76-5c3f-82d6-75d2d6de38d8 with identifier: VX72%20KPY to the API
2026-03-30 06:16:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX72%20KPY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b7a2158e-3a76-5c3f-82d6-75d2d6de38d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VX72 KPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX72%20KPY&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLVO',
'model': 'XC40 ELECTRIC',
'odometer': 60829,
'odometer_reading_unit': '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 170KW 69KWH R/C SM CORE StationWagon',
'transmission': 'automatic',
'trim': '170KW 69KWH R/C SM CORE',
'vin': 'YV1XZEFV8P2981157',
'year': 2022}
2026-03-30 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX72%2520KPY%27 HTTP/1.1" 200 None
2026-03-30 06:16:54 [bca.uk] INFO: Saving data for VX72%20KPY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649869.077695, 'last_price_update_time': 1774851414.121762}
2026-03-30 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX72%2520KPY') HTTP/1.1" 204 0
2026-03-30 06:16:54 [bca.uk] INFO: Found listing with ID: GJ67%20KLX
2026-03-30 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ67%2520KLX%27 HTTP/1.1" 200 None
2026-03-30 06:16:54 [bca.uk] INFO: Scrape type for GJ67%20KLX: 2
2026-03-30 06:16:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with identifier: GJ67%20KLX
2026-03-30 06:16:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with scrape type 2
2026-03-30 06:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with scrape type 2
2026-03-30 06:16:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6, identifier: GJ67%20KLX
2026-03-30 06:16:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b150d67-4266-5322-b6c7-464a54c7c0c8 with identifier: YG65%20YRR
2026-03-30 06:16:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b150d67-4266-5322-b6c7-464a54c7c0c8 with identifier: YG65%20YRR
2026-03-30 06:16:54 [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-30 06:16:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG65%2520YRR%27 HTTP/1.1" 200 None
2026-03-30 06:16:54 [bca.uk] INFO: Saving data for YG65%20YRR: {'auction_closing_time': 1774951200.0, 'created_time': 1774678096.840258, 'last_price_update_time': 1774851414.551962}
2026-03-30 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:54 [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-30 06:16:54 [bca.uk] INFO: Found listing with ID: WP23%20OGE
2026-03-30 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OGE%27 HTTP/1.1" 200 None
2026-03-30 06:16:54 [bca.uk] INFO: Scrape type for WP23%20OGE: 2
2026-03-30 06:16:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4321ae6b-3d05-5df6-9852-5ef0a34fca3f with identifier: WP23%20OGE
2026-03-30 06:16:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4321ae6b-3d05-5df6-9852-5ef0a34fca3f with scrape type 2
2026-03-30 06:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4321ae6b-3d05-5df6-9852-5ef0a34fca3f with scrape type 2
2026-03-30 06:16:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4321ae6b-3d05-5df6-9852-5ef0a34fca3f, identifier: WP23%20OGE
2026-03-30 06:16:54 [bca.uk] INFO: Found listing with ID: BT68%20UJL
2026-03-30 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT68%2520UJL%27 HTTP/1.1" 200 None
2026-03-30 06:16:54 [bca.uk] INFO: Scrape type for BT68%20UJL: 2
2026-03-30 06:16:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c85d97a0-df6a-591f-b096-2f8eb031b01d with identifier: BT68%20UJL
2026-03-30 06:16:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c85d97a0-df6a-591f-b096-2f8eb031b01d with scrape type 2
2026-03-30 06:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c85d97a0-df6a-591f-b096-2f8eb031b01d with scrape type 2
2026-03-30 06:16:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c85d97a0-df6a-591f-b096-2f8eb031b01d, identifier: BT68%20UJL
2026-03-30 06:16:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with identifier: GJ67%20KLX
2026-03-30 06:16:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63bdc0c4-b005-5fd4-94d6-573e6ab803e6 with identifier: GJ67%20KLX
2026-03-30 06:16:54 [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-30 06:16:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:55 [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': 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-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ67%2520KLX%27 HTTP/1.1" 200 None
2026-03-30 06:16:55 [bca.uk] INFO: Saving data for GJ67%20KLX: {'auction_closing_time': 1774951200.0, 'created_time': 1774476564.138053, 'last_price_update_time': 1774851415.101783}
2026-03-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:55 [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-30 06:16:55 [bca.uk] INFO: Found listing with ID: EK67%20XXS
2026-03-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK67%2520XXS%27 HTTP/1.1" 200 None
2026-03-30 06:16:55 [bca.uk] INFO: Scrape type for EK67%20XXS: 2
2026-03-30 06:16:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with identifier: EK67%20XXS
2026-03-30 06:16:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with scrape type 2
2026-03-30 06:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with scrape type 2
2026-03-30 06:16:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7adc328-01cc-5cf8-8d62-7434fe4a0a54, identifier: EK67%20XXS
2026-03-30 06:16:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4321ae6b-3d05-5df6-9852-5ef0a34fca3f with identifier: WP23%20OGE
2026-03-30 06:16:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4321ae6b-3d05-5df6-9852-5ef0a34fca3f with identifier: WP23%20OGE
2026-03-30 06:16:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4321ae6b-3d05-5df6-9852-5ef0a34fca3f with identifier: WP23%20OGE to the API
2026-03-30 06:16:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16:55 [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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OGE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4321ae6b-3d05-5df6-9852-5ef0a34fca3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OGE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OGE&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 25559,
'odometer_reading_unit': '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': 'VF1RJA00270938729',
'year': 2023}
2026-03-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OGE%27 HTTP/1.1" 200 None
2026-03-30 06:16:55 [bca.uk] INFO: Saving data for WP23%20OGE: {'auction_closing_time': 1775210400.0, 'created_time': 1774447370.537087, 'last_price_update_time': 1774851415.500145}
2026-03-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OGE') HTTP/1.1" 204 0
2026-03-30 06:16:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c85d97a0-df6a-591f-b096-2f8eb031b01d with identifier: BT68%20UJL
2026-03-30 06:16:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c85d97a0-df6a-591f-b096-2f8eb031b01d with identifier: BT68%20UJL
2026-03-30 06:16:55 [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-30 06:16:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:16: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-30 06:16: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': 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-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT68%2520UJL%27 HTTP/1.1" 200 None
2026-03-30 06:16:55 [bca.uk] INFO: Saving data for BT68%20UJL: {'auction_closing_time': 1774951200.0, 'created_time': 1774651125.250278, 'last_price_update_time': 1774851415.791896}
2026-03-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:55 [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-30 06:16:55 [bca.uk] INFO: Found listing with ID: LA18%20AET
2026-03-30 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA18%2520AET%27 HTTP/1.1" 200 None
2026-03-30 06:16:55 [bca.uk] INFO: Scrape type for LA18%20AET: 2
2026-03-30 06:16:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with identifier: LA18%20AET
2026-03-30 06:16:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with scrape type 2
2026-03-30 06:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with scrape type 2
2026-03-30 06:16:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22, identifier: LA18%20AET
2026-03-30 06:16:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with identifier: EK67%20XXS
2026-03-30 06:16:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7adc328-01cc-5cf8-8d62-7434fe4a0a54 with identifier: EK67%20XXS
2026-03-30 06:16:56 [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-30 06:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK67%2520XXS%27 HTTP/1.1" 200 None
2026-03-30 06:16:56 [bca.uk] INFO: Saving data for EK67%20XXS: {'auction_closing_time': 1774951200.0, 'created_time': 1774678090.16856, 'last_price_update_time': 1774851416.187013}
2026-03-30 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:56 [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-30 06:16:56 [bca.uk] INFO: Found listing with ID: WP23%20OFH
2026-03-30 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OFH%27 HTTP/1.1" 200 None
2026-03-30 06:16:56 [bca.uk] INFO: Scrape type for WP23%20OFH: 2
2026-03-30 06:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b299ecf9-22f5-5859-a9af-b01b872655bc with identifier: WP23%20OFH
2026-03-30 06:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b299ecf9-22f5-5859-a9af-b01b872655bc with scrape type 2
2026-03-30 06:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b299ecf9-22f5-5859-a9af-b01b872655bc with scrape type 2
2026-03-30 06:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b299ecf9-22f5-5859-a9af-b01b872655bc, identifier: WP23%20OFH
2026-03-30 06:16:56 [bca.uk] INFO: Found listing with ID: MK17%20KXH
2026-03-30 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK17%2520KXH%27 HTTP/1.1" 200 None
2026-03-30 06:16:56 [bca.uk] INFO: Scrape type for MK17%20KXH: 2
2026-03-30 06:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 577001d0-0643-5ec0-ab64-e9a1009b8b7c with identifier: MK17%20KXH
2026-03-30 06:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 577001d0-0643-5ec0-ab64-e9a1009b8b7c with scrape type 2
2026-03-30 06:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 577001d0-0643-5ec0-ab64-e9a1009b8b7c with scrape type 2
2026-03-30 06:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 577001d0-0643-5ec0-ab64-e9a1009b8b7c, identifier: MK17%20KXH
2026-03-30 06:16:56 [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-30 06:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with identifier: LA18%20AET
2026-03-30 06:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ee7e7c2-5bac-5af9-b7ea-caaf08323b22 with identifier: LA18%20AET
2026-03-30 06:16:56 [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-30 06:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:56 [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': 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-30 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA18%2520AET%27 HTTP/1.1" 200 None
2026-03-30 06:16:56 [bca.uk] INFO: Saving data for LA18%20AET: {'auction_closing_time': 1774951200.0, 'created_time': 1774476333.016419, 'last_price_update_time': 1774851416.709234}
2026-03-30 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:56 [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-30 06:16:56 [bca.uk] INFO: Found listing with ID: GJ68%20AFV
2026-03-30 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ68%2520AFV%27 HTTP/1.1" 200 None
2026-03-30 06:16:56 [bca.uk] INFO: Scrape type for GJ68%20AFV: 2
2026-03-30 06:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10907df9-a822-5128-876b-5b520bfc2bc8 with identifier: GJ68%20AFV
2026-03-30 06:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10907df9-a822-5128-876b-5b520bfc2bc8 with scrape type 2
2026-03-30 06:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10907df9-a822-5128-876b-5b520bfc2bc8 with scrape type 2
2026-03-30 06:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10907df9-a822-5128-876b-5b520bfc2bc8, identifier: GJ68%20AFV
2026-03-30 06:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b299ecf9-22f5-5859-a9af-b01b872655bc with identifier: WP23%20OFH
2026-03-30 06:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b299ecf9-22f5-5859-a9af-b01b872655bc with identifier: WP23%20OFH
2026-03-30 06:16:56 [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-30 06:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:57 [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': 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-30 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OFH%27 HTTP/1.1" 200 None
2026-03-30 06:16:57 [bca.uk] INFO: Saving data for WP23%20OFH: {'auction_closing_time': 1775210400.0, 'created_time': 1774391651.897644, 'last_price_update_time': 1774851417.100624}
2026-03-30 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:57 [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-30 06:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 577001d0-0643-5ec0-ab64-e9a1009b8b7c with identifier: MK17%20KXH
2026-03-30 06:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 577001d0-0643-5ec0-ab64-e9a1009b8b7c with identifier: MK17%20KXH
2026-03-30 06:16:57 [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-30 06:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:57 [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-30 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK17%2520KXH%27 HTTP/1.1" 200 None
2026-03-30 06:16:57 [bca.uk] INFO: Saving data for MK17%20KXH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649940.246793, 'last_price_update_time': 1774851417.479441}
2026-03-30 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:57 [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-30 06:16:57 [bca.uk] INFO: Found listing with ID: LV59%20FNP
2026-03-30 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV59%2520FNP%27 HTTP/1.1" 200 None
2026-03-30 06:16:57 [bca.uk] INFO: Scrape type for LV59%20FNP: 2
2026-03-30 06:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a168f8-93c4-5105-85ca-a0ec2957afd5 with identifier: LV59%20FNP
2026-03-30 06:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a168f8-93c4-5105-85ca-a0ec2957afd5 with scrape type 2
2026-03-30 06:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a168f8-93c4-5105-85ca-a0ec2957afd5 with scrape type 2
2026-03-30 06:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83a168f8-93c4-5105-85ca-a0ec2957afd5, identifier: LV59%20FNP
2026-03-30 06:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10907df9-a822-5128-876b-5b520bfc2bc8 with identifier: GJ68%20AFV
2026-03-30 06:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10907df9-a822-5128-876b-5b520bfc2bc8 with identifier: GJ68%20AFV
2026-03-30 06:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10907df9-a822-5128-876b-5b520bfc2bc8 with identifier: GJ68%20AFV to the API
2026-03-30 06:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ68%20AFV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '10907df9-a822-5128-876b-5b520bfc2bc8',
'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': 20805,
'odometer_reading_unit': '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-30 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ68%2520AFV%27 HTTP/1.1" 200 None
2026-03-30 06:16:58 [bca.uk] INFO: Saving data for GJ68%20AFV: {'auction_closing_time': 1774951200.0, 'created_time': 1774678089.254776, 'last_price_update_time': 1774851418.022575}
2026-03-30 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:58 [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-30 06:16:58 [bca.uk] INFO: Found listing with ID: WP23%20OFE
2026-03-30 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OFE%27 HTTP/1.1" 200 None
2026-03-30 06:16:58 [bca.uk] INFO: Scrape type for WP23%20OFE: 2
2026-03-30 06:16:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94317fb0-d668-558e-a36e-f66fa2369165 with identifier: WP23%20OFE
2026-03-30 06:16:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94317fb0-d668-558e-a36e-f66fa2369165 with scrape type 2
2026-03-30 06:16:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94317fb0-d668-558e-a36e-f66fa2369165 with scrape type 2
2026-03-30 06:16:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94317fb0-d668-558e-a36e-f66fa2369165, identifier: WP23%20OFE
2026-03-30 06:16:58 [bca.uk] INFO: Found listing with ID: RV20%20VFR
2026-03-30 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV20%2520VFR%27 HTTP/1.1" 200 None
2026-03-30 06:16:58 [bca.uk] INFO: Scrape type for RV20%20VFR: 2
2026-03-30 06:16:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9350a629-2935-5c43-b8a8-3c280bf16104 with identifier: RV20%20VFR
2026-03-30 06:16:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9350a629-2935-5c43-b8a8-3c280bf16104 with scrape type 2
2026-03-30 06:16:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9350a629-2935-5c43-b8a8-3c280bf16104 with scrape type 2
2026-03-30 06:16:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9350a629-2935-5c43-b8a8-3c280bf16104, identifier: RV20%20VFR
2026-03-30 06:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83a168f8-93c4-5105-85ca-a0ec2957afd5 with identifier: LV59%20FNP
2026-03-30 06:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83a168f8-93c4-5105-85ca-a0ec2957afd5 with identifier: LV59%20FNP
2026-03-30 06:16:58 [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-30 06:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:58 [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': 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-30 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV59%2520FNP%27 HTTP/1.1" 200 None
2026-03-30 06:16:58 [bca.uk] INFO: Saving data for LV59%20FNP: {'auction_closing_time': 1774951200.0, 'created_time': 1774476560.688246, 'last_price_update_time': 1774851418.548311}
2026-03-30 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:58 [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-30 06:16:58 [bca.uk] INFO: Found listing with ID: GM69%20BGK
2026-03-30 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM69%2520BGK%27 HTTP/1.1" 200 None
2026-03-30 06:16:58 [bca.uk] INFO: Scrape type for GM69%20BGK: 2
2026-03-30 06:16:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with identifier: GM69%20BGK
2026-03-30 06:16:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with scrape type 2
2026-03-30 06:16:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with scrape type 2
2026-03-30 06:16:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5, identifier: GM69%20BGK
2026-03-30 06:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94317fb0-d668-558e-a36e-f66fa2369165 with identifier: WP23%20OFE
2026-03-30 06:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94317fb0-d668-558e-a36e-f66fa2369165 with identifier: WP23%20OFE
2026-03-30 06:16:58 [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-30 06:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16:58 [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': 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-30 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OFE%27 HTTP/1.1" 200 None
2026-03-30 06:16:58 [bca.uk] INFO: Saving data for WP23%20OFE: {'auction_closing_time': 1775210400.0, 'created_time': 1774390484.868948, 'last_price_update_time': 1774851418.995637}
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:59 [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-30 06:16:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9350a629-2935-5c43-b8a8-3c280bf16104 with identifier: RV20%20VFR
2026-03-30 06:16:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9350a629-2935-5c43-b8a8-3c280bf16104 with identifier: RV20%20VFR
2026-03-30 06:16:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9350a629-2935-5c43-b8a8-3c280bf16104 with identifier: RV20%20VFR to the API
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 239,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV20%20VFR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9350a629-2935-5c43-b8a8-3c280bf16104',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV20 VFR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV20%20VFR&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'BMW',
'model': 'X3M',
'odometer': 23594,
'odometer_reading_unit': '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 X3M 3.0 XDRIVE COMPETITION STEP StationWagon',
'transmission': 'automatic',
'trim': 'XDRIVE COMPETITION STEP',
'vin': 'WBSTS020509C04059',
'year': 2020}
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV20%2520VFR%27 HTTP/1.1" 200 None
2026-03-30 06:16:59 [bca.uk] INFO: Saving data for RV20%20VFR: {'auction_closing_time': 1774951200.0, 'created_time': 1774649837.696653, 'last_price_update_time': 1774851419.302875}
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV20%2520VFR') HTTP/1.1" 204 0
2026-03-30 06:16:59 [bca.uk] INFO: Found listing with ID: DL13%20RHV
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL13%2520RHV%27 HTTP/1.1" 200 None
2026-03-30 06:16:59 [bca.uk] INFO: Scrape type for DL13%20RHV: 2
2026-03-30 06:16:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with identifier: DL13%20RHV
2026-03-30 06:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with scrape type 2
2026-03-30 06:16:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with scrape type 2
2026-03-30 06:16:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988, identifier: DL13%20RHV
2026-03-30 06:16:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with identifier: GM69%20BGK
2026-03-30 06:16:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f18c3abb-0c37-55c9-98b5-0f5786d1f1d5 with identifier: GM69%20BGK
2026-03-30 06:16:59 [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-30 06:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:16: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': 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-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM69%2520BGK%27 HTTP/1.1" 200 None
2026-03-30 06:16:59 [bca.uk] INFO: Saving data for GM69%20BGK: {'auction_closing_time': 1774951200.0, 'created_time': 1774678094.104895, 'last_price_update_time': 1774851419.74993}
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:16:59 [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-30 06:16:59 [bca.uk] INFO: Found listing with ID: WP23%20OEB
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OEB%27 HTTP/1.1" 200 None
2026-03-30 06:16:59 [bca.uk] INFO: Scrape type for WP23%20OEB: 2
2026-03-30 06:16:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d1154ff-caa9-5982-abe5-9d249b8936c4 with identifier: WP23%20OEB
2026-03-30 06:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d1154ff-caa9-5982-abe5-9d249b8936c4 with scrape type 2
2026-03-30 06:16:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d1154ff-caa9-5982-abe5-9d249b8936c4 with scrape type 2
2026-03-30 06:16:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d1154ff-caa9-5982-abe5-9d249b8936c4, identifier: WP23%20OEB
2026-03-30 06:16:59 [bca.uk] INFO: Found listing with ID: YD63%20CXX
2026-03-30 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD63%2520CXX%27 HTTP/1.1" 200 None
2026-03-30 06:16:59 [bca.uk] INFO: Scrape type for YD63%20CXX: 2
2026-03-30 06:16:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e340717-f8af-54a0-8d7d-c9f8b4249238 with identifier: YD63%20CXX
2026-03-30 06:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e340717-f8af-54a0-8d7d-c9f8b4249238 with scrape type 2
2026-03-30 06:16:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e340717-f8af-54a0-8d7d-c9f8b4249238 with scrape type 2
2026-03-30 06:17:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e340717-f8af-54a0-8d7d-c9f8b4249238, identifier: YD63%20CXX
2026-03-30 06:17:00 [bca.uk] INFO: Total items found: 100
2026-03-30 06:17:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded
2026-03-30 06:17:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:17:00 [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-30 06:17:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with identifier: DL13%20RHV
2026-03-30 06:17:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cfa5c0d-b9f7-58de-8e77-0bf13052b988 with identifier: DL13%20RHV
2026-03-30 06:17:00 [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-30 06:17:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:00 [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': 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-30 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL13%2520RHV%27 HTTP/1.1" 200 None
2026-03-30 06:17:00 [bca.uk] INFO: Saving data for DL13%20RHV: {'auction_closing_time': 1774951200.0, 'created_time': 1774565102.080127, 'last_price_update_time': 1774851420.32826}
2026-03-30 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:00 [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-30 06:17:00 [bca.uk] INFO: Found listing with ID: HY13%20XUR
2026-03-30 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY13%2520XUR%27 HTTP/1.1" 200 None
2026-03-30 06:17:00 [bca.uk] INFO: Scrape type for HY13%20XUR: 2
2026-03-30 06:17:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b37ffca2-b597-50e3-94dd-9f74aee3d918 with identifier: HY13%20XUR
2026-03-30 06:17:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b37ffca2-b597-50e3-94dd-9f74aee3d918 with scrape type 2
2026-03-30 06:17:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b37ffca2-b597-50e3-94dd-9f74aee3d918 with scrape type 2
2026-03-30 06:17:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b37ffca2-b597-50e3-94dd-9f74aee3d918, identifier: HY13%20XUR
2026-03-30 06:17:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d1154ff-caa9-5982-abe5-9d249b8936c4 with identifier: WP23%20OEB
2026-03-30 06:17:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d1154ff-caa9-5982-abe5-9d249b8936c4 with identifier: WP23%20OEB
2026-03-30 06:17:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d1154ff-caa9-5982-abe5-9d249b8936c4 with identifier: WP23%20OEB to the API
2026-03-30 06:17:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:00 [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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OEB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5d1154ff-caa9-5982-abe5-9d249b8936c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OEB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OEB&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 24846,
'odometer_reading_unit': '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': 'VF1RJA00870938671',
'year': 2023}
2026-03-30 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OEB%27 HTTP/1.1" 200 None
2026-03-30 06:17:00 [bca.uk] INFO: Saving data for WP23%20OEB: {'auction_closing_time': 1775210400.0, 'created_time': 1774533990.71973, 'last_price_update_time': 1774851420.772438}
2026-03-30 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OEB') HTTP/1.1" 204 0
2026-03-30 06:17:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e340717-f8af-54a0-8d7d-c9f8b4249238 with identifier: YD63%20CXX
2026-03-30 06:17:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e340717-f8af-54a0-8d7d-c9f8b4249238 with identifier: YD63%20CXX
2026-03-30 06:17:00 [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-30 06:17:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:01 [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-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD63%2520CXX%27 HTTP/1.1" 200 None
2026-03-30 06:17:01 [bca.uk] INFO: Saving data for YD63%20CXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649939.859562, 'last_price_update_time': 1774851421.092045}
2026-03-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:01 [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-30 06:17:01 [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-30 06:17:01 [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-30 06:17:01 [bca.uk] INFO: Found listing with ID: DN68%20GZS
2026-03-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN68%2520GZS%27 HTTP/1.1" 200 None
2026-03-30 06:17:01 [bca.uk] INFO: Scrape type for DN68%20GZS: 2
2026-03-30 06:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f137920a-1bd6-53b9-9217-6b0ecee5176e with identifier: DN68%20GZS
2026-03-30 06:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f137920a-1bd6-53b9-9217-6b0ecee5176e with scrape type 2
2026-03-30 06:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f137920a-1bd6-53b9-9217-6b0ecee5176e with scrape type 2
2026-03-30 06:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f137920a-1bd6-53b9-9217-6b0ecee5176e, identifier: DN68%20GZS
2026-03-30 06:17:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b37ffca2-b597-50e3-94dd-9f74aee3d918 with identifier: HY13%20XUR
2026-03-30 06:17:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b37ffca2-b597-50e3-94dd-9f74aee3d918 with identifier: HY13%20XUR
2026-03-30 06:17:01 [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-30 06:17:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY13%2520XUR%27 HTTP/1.1" 200 None
2026-03-30 06:17:01 [bca.uk] INFO: Saving data for HY13%20XUR: {'auction_closing_time': 1774951200.0, 'created_time': 1774651134.543281, 'last_price_update_time': 1774851421.541197}
2026-03-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:01 [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-30 06:17:01 [bca.uk] INFO: Found listing with ID: WP23%20OEA
2026-03-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OEA%27 HTTP/1.1" 200 None
2026-03-30 06:17:01 [bca.uk] INFO: Scrape type for WP23%20OEA: 2
2026-03-30 06:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28511e34-5739-5cf7-9252-12b5a387d4ed with identifier: WP23%20OEA
2026-03-30 06:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28511e34-5739-5cf7-9252-12b5a387d4ed with scrape type 2
2026-03-30 06:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28511e34-5739-5cf7-9252-12b5a387d4ed with scrape type 2
2026-03-30 06:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28511e34-5739-5cf7-9252-12b5a387d4ed, identifier: WP23%20OEA
2026-03-30 06:17:01 [bca.uk] INFO: Found listing with ID: AF23%20UMX
2026-03-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF23%2520UMX%27 HTTP/1.1" 200 None
2026-03-30 06:17:01 [bca.uk] INFO: Scrape type for AF23%20UMX: 2
2026-03-30 06:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f35e848-fbc0-5757-8e58-d704f98f40cd with identifier: AF23%20UMX
2026-03-30 06:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f35e848-fbc0-5757-8e58-d704f98f40cd with scrape type 2
2026-03-30 06:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f35e848-fbc0-5757-8e58-d704f98f40cd with scrape type 2
2026-03-30 06:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f35e848-fbc0-5757-8e58-d704f98f40cd, identifier: AF23%20UMX
2026-03-30 06:17:01 [bca.uk] INFO: Found listing with ID: KS70%20HZE
2026-03-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS70%2520HZE%27 HTTP/1.1" 200 None
2026-03-30 06:17:01 [bca.uk] INFO: Scrape type for KS70%20HZE: 0
2026-03-30 06:17:01 [bca.uk] INFO: Found listing with ID: KS71%20XJX
2026-03-30 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS71%2520XJX%27 HTTP/1.1" 200 None
2026-03-30 06:17:01 [bca.uk] INFO: Scrape type for KS71%20XJX: 2
2026-03-30 06:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with identifier: KS71%20XJX
2026-03-30 06:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with scrape type 2
2026-03-30 06:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with scrape type 2
2026-03-30 06:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8, identifier: KS71%20XJX
2026-03-30 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-30 06:17:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f137920a-1bd6-53b9-9217-6b0ecee5176e with identifier: DN68%20GZS
2026-03-30 06:17:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f137920a-1bd6-53b9-9217-6b0ecee5176e with identifier: DN68%20GZS
2026-03-30 06:17:02 [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-30 06:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:02 [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': 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-30 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN68%2520GZS%27 HTTP/1.1" 200 None
2026-03-30 06:17:02 [bca.uk] INFO: Saving data for DN68%20GZS: {'auction_closing_time': 1774951200.0, 'created_time': 1774564704.445852, 'last_price_update_time': 1774851422.206271}
2026-03-30 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:02 [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-30 06:17:02 [bca.uk] INFO: Found listing with ID: MJ17%20DZY
2026-03-30 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ17%2520DZY%27 HTTP/1.1" 200 None
2026-03-30 06:17:02 [bca.uk] INFO: Scrape type for MJ17%20DZY: 2
2026-03-30 06:17:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17f7ae41-0741-59c5-aff6-f6c76498302f with identifier: MJ17%20DZY
2026-03-30 06:17:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17f7ae41-0741-59c5-aff6-f6c76498302f with scrape type 2
2026-03-30 06:17:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17f7ae41-0741-59c5-aff6-f6c76498302f with scrape type 2
2026-03-30 06:17:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17f7ae41-0741-59c5-aff6-f6c76498302f, identifier: MJ17%20DZY
2026-03-30 06:17:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28511e34-5739-5cf7-9252-12b5a387d4ed with identifier: WP23%20OEA
2026-03-30 06:17:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28511e34-5739-5cf7-9252-12b5a387d4ed with identifier: WP23%20OEA
2026-03-30 06:17:02 [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-30 06:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:02 [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': 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-30 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP23%2520OEA%27 HTTP/1.1" 200 None
2026-03-30 06:17:02 [bca.uk] INFO: Saving data for WP23%20OEA: {'auction_closing_time': 1775210400.0, 'created_time': 1774365481.477917, 'last_price_update_time': 1774851422.717299}
2026-03-30 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:02 [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-30 06:17:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f35e848-fbc0-5757-8e58-d704f98f40cd with identifier: AF23%20UMX
2026-03-30 06:17:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f35e848-fbc0-5757-8e58-d704f98f40cd with identifier: AF23%20UMX
2026-03-30 06:17:02 [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-30 06:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=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-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF23%2520UMX%27 HTTP/1.1" 200 None
2026-03-30 06:17:03 [bca.uk] INFO: Saving data for AF23%20UMX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649938.520469, 'last_price_update_time': 1774851423.032536}
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:03 [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-30 06:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with identifier: KS71%20XJX
2026-03-30 06:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24c4f21b-54b8-52a0-ad52-6d3b1884b3f8 with identifier: KS71%20XJX
2026-03-30 06:17:03 [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-30 06:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS71%2520XJX%27 HTTP/1.1" 200 None
2026-03-30 06:17:03 [bca.uk] INFO: Saving data for KS71%20XJX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650187.153322, 'last_price_update_time': 1774851423.336485}
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:03 [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-30 06:17:03 [bca.uk] INFO: Found listing with ID: DP68%20HHK
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP68%2520HHK%27 HTTP/1.1" 200 None
2026-03-30 06:17:03 [bca.uk] INFO: Scrape type for DP68%20HHK: 2
2026-03-30 06:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with identifier: DP68%20HHK
2026-03-30 06:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with scrape type 2
2026-03-30 06:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with scrape type 2
2026-03-30 06:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2214eb31-7f81-5e13-810f-ce14cccf0aa0, identifier: DP68%20HHK
2026-03-30 06:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17f7ae41-0741-59c5-aff6-f6c76498302f with identifier: MJ17%20DZY
2026-03-30 06:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17f7ae41-0741-59c5-aff6-f6c76498302f with identifier: MJ17%20DZY
2026-03-30 06:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17f7ae41-0741-59c5-aff6-f6c76498302f with identifier: MJ17%20DZY to the API
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:03 [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': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ17%20DZY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 2,
'engine': '3.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '17f7ae41-0741-59c5-aff6-f6c76498302f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ17 DZY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ17%20DZY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': 'M240I',
'odometer': 53154,
'odometer_reading_unit': '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 M240I 3.0 T STEP Convertible',
'transmission': 'automatic',
'trim': 'T STEP',
'vin': 'WBA2L12050V718260',
'year': 2017}
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ17%2520DZY%27 HTTP/1.1" 200 None
2026-03-30 06:17:03 [bca.uk] INFO: Saving data for MJ17%20DZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649656.114779, 'last_price_update_time': 1774851423.746634}
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ17%2520DZY') HTTP/1.1" 204 0
2026-03-30 06:17:03 [bca.uk] INFO: Found listing with ID: WN73%20JGY
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN73%2520JGY%27 HTTP/1.1" 200 None
2026-03-30 06:17:03 [bca.uk] INFO: Scrape type for WN73%20JGY: 2
2026-03-30 06:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bddde53e-5e99-5868-aa97-334a18e170ef with identifier: WN73%20JGY
2026-03-30 06:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bddde53e-5e99-5868-aa97-334a18e170ef with scrape type 2
2026-03-30 06:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bddde53e-5e99-5868-aa97-334a18e170ef with scrape type 2
2026-03-30 06:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bddde53e-5e99-5868-aa97-334a18e170ef, identifier: WN73%20JGY
2026-03-30 06:17:03 [bca.uk] INFO: Found listing with ID: MW23%20SZN
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW23%2520SZN%27 HTTP/1.1" 200 None
2026-03-30 06:17:03 [bca.uk] INFO: Scrape type for MW23%20SZN: 2
2026-03-30 06:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with identifier: MW23%20SZN
2026-03-30 06:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with scrape type 2
2026-03-30 06:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with scrape type 2
2026-03-30 06:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958, identifier: MW23%20SZN
2026-03-30 06:17:03 [bca.uk] INFO: Found listing with ID: LO72%20NXR
2026-03-30 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO72%2520NXR%27 HTTP/1.1" 200 None
2026-03-30 06:17:04 [bca.uk] INFO: Scrape type for LO72%20NXR: 0
2026-03-30 06:17:04 [bca.uk] INFO: Found listing with ID: LT22%20AOR
2026-03-30 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT22%2520AOR%27 HTTP/1.1" 200 None
2026-03-30 06:17:04 [bca.uk] INFO: Scrape type for LT22%20AOR: 2
2026-03-30 06:17:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with identifier: LT22%20AOR
2026-03-30 06:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with scrape type 2
2026-03-30 06:17:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with scrape type 2
2026-03-30 06:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e, identifier: LT22%20AOR
2026-03-30 06:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with identifier: DP68%20HHK
2026-03-30 06:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2214eb31-7f81-5e13-810f-ce14cccf0aa0 with identifier: DP68%20HHK
2026-03-30 06:17:04 [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-30 06:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:04 [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': 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-30 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP68%2520HHK%27 HTTP/1.1" 200 None
2026-03-30 06:17:04 [bca.uk] INFO: Saving data for DP68%20HHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774678095.30347, 'last_price_update_time': 1774851424.449179}
2026-03-30 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:04 [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-30 06:17:04 [bca.uk] INFO: Found listing with ID: OE66%20NBM
2026-03-30 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE66%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:17:04 [bca.uk] INFO: Scrape type for OE66%20NBM: 2
2026-03-30 06:17:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b031be31-e7f9-58d9-914f-855f2c77d915 with identifier: OE66%20NBM
2026-03-30 06:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b031be31-e7f9-58d9-914f-855f2c77d915 with scrape type 2
2026-03-30 06:17:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b031be31-e7f9-58d9-914f-855f2c77d915 with scrape type 2
2026-03-30 06:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b031be31-e7f9-58d9-914f-855f2c77d915, identifier: OE66%20NBM
2026-03-30 06:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bddde53e-5e99-5868-aa97-334a18e170ef with identifier: WN73%20JGY
2026-03-30 06:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bddde53e-5e99-5868-aa97-334a18e170ef with identifier: WN73%20JGY
2026-03-30 06:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bddde53e-5e99-5868-aa97-334a18e170ef with identifier: WN73%20JGY to the API
2026-03-30 06:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:04 [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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN73%20JGY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bddde53e-5e99-5868-aa97-334a18e170ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN73 JGY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN73%20JGY&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 11387,
'odometer_reading_unit': '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': 'VF1RJA00171211799',
'year': 2023}
2026-03-30 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN73%2520JGY%27 HTTP/1.1" 200 None
2026-03-30 06:17:04 [bca.uk] INFO: Saving data for WN73%20JGY: {'auction_closing_time': 1775210400.0, 'created_time': 1774533979.219735, 'last_price_update_time': 1774851424.860812}
2026-03-30 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN73%2520JGY') HTTP/1.1" 204 0
2026-03-30 06:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with identifier: MW23%20SZN
2026-03-30 06:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07d88f32-69d1-5347-9e7a-9f1ed2ed7958 with identifier: MW23%20SZN
2026-03-30 06:17:04 [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-30 06:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW23%2520SZN%27 HTTP/1.1" 200 None
2026-03-30 06:17:05 [bca.uk] INFO: Saving data for MW23%20SZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774651102.864106, 'last_price_update_time': 1774851425.167756}
2026-03-30 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:05 [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-30 06:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with identifier: LT22%20AOR
2026-03-30 06:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9e60f4a-a8e9-5d5b-94e5-fc906c5dfc0e with identifier: LT22%20AOR
2026-03-30 06:17:05 [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-30 06:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT22%2520AOR%27 HTTP/1.1" 200 None
2026-03-30 06:17:05 [bca.uk] INFO: Saving data for LT22%20AOR: {'auction_closing_time': 1775037600.0, 'created_time': 1774650195.607798, 'last_price_update_time': 1774851425.457129}
2026-03-30 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:05 [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-30 06:17:05 [bca.uk] INFO: Found listing with ID: GF14%20ONR
2026-03-30 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF14%2520ONR%27 HTTP/1.1" 200 None
2026-03-30 06:17:05 [bca.uk] INFO: Scrape type for GF14%20ONR: 2
2026-03-30 06:17:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with identifier: GF14%20ONR
2026-03-30 06:17:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with scrape type 2
2026-03-30 06:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with scrape type 2
2026-03-30 06:17:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ec65d9d-46a1-5ba1-8551-10fc26a78646, identifier: GF14%20ONR
2026-03-30 06:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b031be31-e7f9-58d9-914f-855f2c77d915 with identifier: OE66%20NBM
2026-03-30 06:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b031be31-e7f9-58d9-914f-855f2c77d915 with identifier: OE66%20NBM
2026-03-30 06:17:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b031be31-e7f9-58d9-914f-855f2c77d915 with identifier: OE66%20NBM to the API
2026-03-30 06:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:09 [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': 106,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE66%20NBM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b031be31-e7f9-58d9-914f-855f2c77d915',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE66 NBM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE66%20NBM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 60148,
'odometer_reading_unit': '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 60 MATCH Hatchback',
'transmission': 'manual',
'trim': '60 MATCH',
'vin': 'WVWZZZ6RZHU008986',
'year': 2016}
2026-03-30 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE66%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:17:09 [bca.uk] INFO: Saving data for OE66%20NBM: {'auction_closing_time': 1774951200.0, 'created_time': 1774649652.611905, 'last_price_update_time': 1774851429.27346}
2026-03-30 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE66%2520NBM') HTTP/1.1" 204 0
2026-03-30 06:17:09 [bca.uk] INFO: Found listing with ID: SW15%20UNG
2026-03-30 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW15%2520UNG%27 HTTP/1.1" 200 None
2026-03-30 06:17:09 [bca.uk] INFO: Scrape type for SW15%20UNG: 2
2026-03-30 06:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b7fc068-59e6-53ab-8346-7cf14f291554 with identifier: SW15%20UNG
2026-03-30 06:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b7fc068-59e6-53ab-8346-7cf14f291554 with scrape type 2
2026-03-30 06:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b7fc068-59e6-53ab-8346-7cf14f291554 with scrape type 2
2026-03-30 06:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b7fc068-59e6-53ab-8346-7cf14f291554, identifier: SW15%20UNG
2026-03-30 06:17:09 [bca.uk] INFO: Found listing with ID: BM18%20LLA
2026-03-30 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BM18%2520LLA%27 HTTP/1.1" 200 None
2026-03-30 06:17:09 [bca.uk] INFO: Scrape type for BM18%20LLA: 2
2026-03-30 06:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9c6e66d-a8a6-5598-bca0-9d34cefb336f with identifier: BM18%20LLA
2026-03-30 06:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9c6e66d-a8a6-5598-bca0-9d34cefb336f with scrape type 2
2026-03-30 06:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9c6e66d-a8a6-5598-bca0-9d34cefb336f with scrape type 2
2026-03-30 06:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9c6e66d-a8a6-5598-bca0-9d34cefb336f, identifier: BM18%20LLA
2026-03-30 06:17:09 [bca.uk] INFO: Found listing with ID: YK20%20OEJ
2026-03-30 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK20%2520OEJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:09 [bca.uk] INFO: Scrape type for YK20%20OEJ: 2
2026-03-30 06:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with identifier: YK20%20OEJ
2026-03-30 06:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with scrape type 2
2026-03-30 06:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with scrape type 2
2026-03-30 06:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1, identifier: YK20%20OEJ
2026-03-30 06:17:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with identifier: GF14%20ONR
2026-03-30 06:17:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ec65d9d-46a1-5ba1-8551-10fc26a78646 with identifier: GF14%20ONR
2026-03-30 06:17:09 [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-30 06:17:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:10 [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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF14%20ONR-GB',
'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-30 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF14%2520ONR%27 HTTP/1.1" 200 None
2026-03-30 06:17:10 [bca.uk] INFO: Saving data for GF14%20ONR: {'auction_closing_time': 1774951200.0, 'created_time': 1774563995.065428, 'last_price_update_time': 1774851430.033782}
2026-03-30 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:10 [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-30 06:17:10 [bca.uk] INFO: Found listing with ID: OE71%20BYH
2026-03-30 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE71%2520BYH%27 HTTP/1.1" 200 None
2026-03-30 06:17:10 [bca.uk] INFO: Scrape type for OE71%20BYH: 2
2026-03-30 06:17:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with identifier: OE71%20BYH
2026-03-30 06:17:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with scrape type 2
2026-03-30 06:17:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with scrape type 2
2026-03-30 06:17:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3c6b3c2-e9d5-5adb-82d1-073da7249b91, identifier: OE71%20BYH
2026-03-30 06:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b7fc068-59e6-53ab-8346-7cf14f291554 with identifier: SW15%20UNG
2026-03-30 06:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b7fc068-59e6-53ab-8346-7cf14f291554 with identifier: SW15%20UNG
2026-03-30 06:17:10 [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-30 06:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=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-30 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW15%2520UNG%27 HTTP/1.1" 200 None
2026-03-30 06:17:10 [bca.uk] INFO: Saving data for SW15%20UNG: {'auction_closing_time': 1775037600.0, 'created_time': 1774564938.627808, 'last_price_update_time': 1774851430.530117}
2026-03-30 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:10 [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-30 06:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9c6e66d-a8a6-5598-bca0-9d34cefb336f with identifier: BM18%20LLA
2026-03-30 06:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9c6e66d-a8a6-5598-bca0-9d34cefb336f with identifier: BM18%20LLA
2026-03-30 06:17:10 [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-30 06:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BM18%2520LLA%27 HTTP/1.1" 200 None
2026-03-30 06:17:10 [bca.uk] INFO: Saving data for BM18%20LLA: {'auction_closing_time': 1775124000.0, 'created_time': 1774651104.128887, 'last_price_update_time': 1774851430.816229}
2026-03-30 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:10 [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-30 06:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with identifier: YK20%20OEJ
2026-03-30 06:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c9ed5f0-e300-5000-95ae-ecbcd9f91be1 with identifier: YK20%20OEJ
2026-03-30 06:17:10 [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-30 06:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK20%2520OEJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:11 [bca.uk] INFO: Saving data for YK20%20OEJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650088.432882, 'last_price_update_time': 1774851431.115877}
2026-03-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:11 [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-30 06:17:11 [bca.uk] INFO: Found listing with ID: LP14%20USW
2026-03-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP14%2520USW%27 HTTP/1.1" 200 None
2026-03-30 06:17:11 [bca.uk] INFO: Scrape type for LP14%20USW: 2
2026-03-30 06:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4383a000-bd95-5b8b-af53-6e5afbe34916 with identifier: LP14%20USW
2026-03-30 06:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4383a000-bd95-5b8b-af53-6e5afbe34916 with scrape type 2
2026-03-30 06:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4383a000-bd95-5b8b-af53-6e5afbe34916 with scrape type 2
2026-03-30 06:17:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4383a000-bd95-5b8b-af53-6e5afbe34916, identifier: LP14%20USW
2026-03-30 06:17:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with identifier: OE71%20BYH
2026-03-30 06:17:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3c6b3c2-e9d5-5adb-82d1-073da7249b91 with identifier: OE71%20BYH
2026-03-30 06:17:11 [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-30 06:17:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:11 [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=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-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE71%2520BYH%27 HTTP/1.1" 200 None
2026-03-30 06:17:11 [bca.uk] INFO: Saving data for OE71%20BYH: {'auction_closing_time': 1774951200.0, 'created_time': 1774651121.889005, 'last_price_update_time': 1774851431.545393}
2026-03-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:11 [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-30 06:17:11 [bca.uk] INFO: Found listing with ID: SA17%20ALD
2026-03-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA17%2520ALD%27 HTTP/1.1" 200 None
2026-03-30 06:17:11 [bca.uk] INFO: Scrape type for SA17%20ALD: 2
2026-03-30 06:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 762bd200-585a-59c9-aec3-32c19c8d3ad9 with identifier: SA17%20ALD
2026-03-30 06:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 762bd200-585a-59c9-aec3-32c19c8d3ad9 with scrape type 2
2026-03-30 06:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 762bd200-585a-59c9-aec3-32c19c8d3ad9 with scrape type 2
2026-03-30 06:17:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 762bd200-585a-59c9-aec3-32c19c8d3ad9, identifier: SA17%20ALD
2026-03-30 06:17:11 [bca.uk] INFO: Found listing with ID: BT68%20WMD
2026-03-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT68%2520WMD%27 HTTP/1.1" 200 None
2026-03-30 06:17:11 [bca.uk] INFO: Scrape type for BT68%20WMD: 2
2026-03-30 06:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30dddea5-536c-5deb-8558-163d437a0c62 with identifier: BT68%20WMD
2026-03-30 06:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30dddea5-536c-5deb-8558-163d437a0c62 with scrape type 2
2026-03-30 06:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30dddea5-536c-5deb-8558-163d437a0c62 with scrape type 2
2026-03-30 06:17:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30dddea5-536c-5deb-8558-163d437a0c62, identifier: BT68%20WMD
2026-03-30 06:17:11 [bca.uk] INFO: Found listing with ID: LR71%20MKG
2026-03-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR71%2520MKG%27 HTTP/1.1" 200 None
2026-03-30 06:17:11 [bca.uk] INFO: Scrape type for LR71%20MKG: 0
2026-03-30 06:17:11 [bca.uk] INFO: Found listing with ID: OV22%20CWZ
2026-03-30 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV22%2520CWZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:11 [bca.uk] INFO: Scrape type for OV22%20CWZ: 2
2026-03-30 06:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fcc09b4-43ff-5c55-8f00-7a8192846460 with identifier: OV22%20CWZ
2026-03-30 06:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fcc09b4-43ff-5c55-8f00-7a8192846460 with scrape type 2
2026-03-30 06:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fcc09b4-43ff-5c55-8f00-7a8192846460 with scrape type 2
2026-03-30 06:17:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fcc09b4-43ff-5c55-8f00-7a8192846460, identifier: OV22%20CWZ
2026-03-30 06:17:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4383a000-bd95-5b8b-af53-6e5afbe34916 with identifier: LP14%20USW
2026-03-30 06:17:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4383a000-bd95-5b8b-af53-6e5afbe34916 with identifier: LP14%20USW
2026-03-30 06:17:12 [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-30 06:17:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:12 [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=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-30 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP14%2520USW%27 HTTP/1.1" 200 None
2026-03-30 06:17:12 [bca.uk] INFO: Saving data for LP14%20USW: {'auction_closing_time': 1774951200.0, 'created_time': 1774564299.706549, 'last_price_update_time': 1774851432.187677}
2026-03-30 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:12 [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-30 06:17:12 [bca.uk] INFO: Found listing with ID: RO22%20GYW
2026-03-30 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO22%2520GYW%27 HTTP/1.1" 200 None
2026-03-30 06:17:12 [bca.uk] INFO: Scrape type for RO22%20GYW: 2
2026-03-30 06:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e30d6bac-67c2-56ca-ba5d-0d34e33998bf with identifier: RO22%20GYW
2026-03-30 06:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e30d6bac-67c2-56ca-ba5d-0d34e33998bf with scrape type 2
2026-03-30 06:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e30d6bac-67c2-56ca-ba5d-0d34e33998bf with scrape type 2
2026-03-30 06:17:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e30d6bac-67c2-56ca-ba5d-0d34e33998bf, identifier: RO22%20GYW
2026-03-30 06:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 762bd200-585a-59c9-aec3-32c19c8d3ad9 with identifier: SA17%20ALD
2026-03-30 06:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 762bd200-585a-59c9-aec3-32c19c8d3ad9 with identifier: SA17%20ALD
2026-03-30 06:17:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 762bd200-585a-59c9-aec3-32c19c8d3ad9 with identifier: SA17%20ALD to the API
2026-03-30 06:17:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:12 [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=SA17%20ALD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '762bd200-585a-59c9-aec3-32c19c8d3ad9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA17 ALD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA17%20ALD&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'SKODA',
'model': 'YETI OUTDOOR',
'odometer': 76038,
'odometer_reading_unit': '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 YETI OUTDOOR 1.2 TSI 110 SE L DRIVE Estate',
'transmission': 'manual',
'trim': 'TSI 110 SE L DRIVE',
'vin': 'TMBKF75L3H6049270',
'year': 2017}
2026-03-30 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA17%2520ALD%27 HTTP/1.1" 200 None
2026-03-30 06:17:12 [bca.uk] INFO: Saving data for SA17%20ALD: {'auction_closing_time': 1775037600.0, 'created_time': 1774535864.733833, 'last_price_update_time': 1774851432.619734}
2026-03-30 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA17%2520ALD') HTTP/1.1" 204 0
2026-03-30 06:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30dddea5-536c-5deb-8558-163d437a0c62 with identifier: BT68%20WMD
2026-03-30 06:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30dddea5-536c-5deb-8558-163d437a0c62 with identifier: BT68%20WMD
2026-03-30 06:17:12 [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-30 06:17:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT68%2520WMD%27 HTTP/1.1" 200 None
2026-03-30 06:17:12 [bca.uk] INFO: Saving data for BT68%20WMD: {'auction_closing_time': 1774951200.0, 'created_time': 1774651023.726078, 'last_price_update_time': 1774851432.958302}
2026-03-30 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:12 [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-30 06:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fcc09b4-43ff-5c55-8f00-7a8192846460 with identifier: OV22%20CWZ
2026-03-30 06:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fcc09b4-43ff-5c55-8f00-7a8192846460 with identifier: OV22%20CWZ
2026-03-30 06:17:13 [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-30 06:17:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV22%2520CWZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:13 [bca.uk] INFO: Saving data for OV22%20CWZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564752.873073, 'last_price_update_time': 1774851433.264407}
2026-03-30 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:13 [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-30 06:17:13 [bca.uk] INFO: Found listing with ID: LR18%20BTV
2026-03-30 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR18%2520BTV%27 HTTP/1.1" 200 None
2026-03-30 06:17:13 [bca.uk] INFO: Scrape type for LR18%20BTV: 2
2026-03-30 06:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfe95622-a4f9-533d-8c35-fa1ffd807471 with identifier: LR18%20BTV
2026-03-30 06:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfe95622-a4f9-533d-8c35-fa1ffd807471 with scrape type 2
2026-03-30 06:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfe95622-a4f9-533d-8c35-fa1ffd807471 with scrape type 2
2026-03-30 06:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfe95622-a4f9-533d-8c35-fa1ffd807471, identifier: LR18%20BTV
2026-03-30 06:17:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e30d6bac-67c2-56ca-ba5d-0d34e33998bf with identifier: RO22%20GYW
2026-03-30 06:17:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e30d6bac-67c2-56ca-ba5d-0d34e33998bf with identifier: RO22%20GYW
2026-03-30 06:17:13 [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-30 06:17:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:13 [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': 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-30 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO22%2520GYW%27 HTTP/1.1" 200 None
2026-03-30 06:17:13 [bca.uk] INFO: Saving data for RO22%20GYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774564032.310941, 'last_price_update_time': 1774851433.681947}
2026-03-30 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:13 [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-30 06:17:13 [bca.uk] INFO: Found listing with ID: WN73%20JGV
2026-03-30 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN73%2520JGV%27 HTTP/1.1" 200 None
2026-03-30 06:17:13 [bca.uk] INFO: Scrape type for WN73%20JGV: 2
2026-03-30 06:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81401bf0-d952-5d3b-8e67-524abdd5447f with identifier: WN73%20JGV
2026-03-30 06:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81401bf0-d952-5d3b-8e67-524abdd5447f with scrape type 2
2026-03-30 06:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81401bf0-d952-5d3b-8e67-524abdd5447f with scrape type 2
2026-03-30 06:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81401bf0-d952-5d3b-8e67-524abdd5447f, identifier: WN73%20JGV
2026-03-30 06:17:13 [bca.uk] INFO: Found listing with ID: MW15%20YYO
2026-03-30 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW15%2520YYO%27 HTTP/1.1" 200 None
2026-03-30 06:17:13 [bca.uk] INFO: Scrape type for MW15%20YYO: 2
2026-03-30 06:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eeb9f70-0566-5760-b466-9b94357469e9 with identifier: MW15%20YYO
2026-03-30 06:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eeb9f70-0566-5760-b466-9b94357469e9 with scrape type 2
2026-03-30 06:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eeb9f70-0566-5760-b466-9b94357469e9 with scrape type 2
2026-03-30 06:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eeb9f70-0566-5760-b466-9b94357469e9, identifier: MW15%20YYO
2026-03-30 06:17:13 [bca.uk] INFO: Found listing with ID: VK22%20BUJ
2026-03-30 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK22%2520BUJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:13 [bca.uk] INFO: Scrape type for VK22%20BUJ: 2
2026-03-30 06:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with identifier: VK22%20BUJ
2026-03-30 06:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with scrape type 2
2026-03-30 06:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with scrape type 2
2026-03-30 06:17:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e01bb53-1b28-59e0-93fb-0c02fcbee483, identifier: VK22%20BUJ
2026-03-30 06:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfe95622-a4f9-533d-8c35-fa1ffd807471 with identifier: LR18%20BTV
2026-03-30 06:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfe95622-a4f9-533d-8c35-fa1ffd807471 with identifier: LR18%20BTV
2026-03-30 06:17:14 [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-30 06:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:14 [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': 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-30 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR18%2520BTV%27 HTTP/1.1" 200 None
2026-03-30 06:17:14 [bca.uk] INFO: Saving data for LR18%20BTV: {'auction_closing_time': 1774951200.0, 'created_time': 1774678091.216089, 'last_price_update_time': 1774851434.345736}
2026-03-30 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:14 [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-30 06:17:14 [bca.uk] INFO: Found listing with ID: WJ62%20LRX
2026-03-30 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ62%2520LRX%27 HTTP/1.1" 200 None
2026-03-30 06:17:14 [bca.uk] INFO: Scrape type for WJ62%20LRX: 2
2026-03-30 06:17:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a62a23d-823b-5b96-a325-3399839d36cd with identifier: WJ62%20LRX
2026-03-30 06:17:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a62a23d-823b-5b96-a325-3399839d36cd with scrape type 2
2026-03-30 06:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a62a23d-823b-5b96-a325-3399839d36cd with scrape type 2
2026-03-30 06:17:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a62a23d-823b-5b96-a325-3399839d36cd, identifier: WJ62%20LRX
2026-03-30 06:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81401bf0-d952-5d3b-8e67-524abdd5447f with identifier: WN73%20JGV
2026-03-30 06:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81401bf0-d952-5d3b-8e67-524abdd5447f with identifier: WN73%20JGV
2026-03-30 06:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81401bf0-d952-5d3b-8e67-524abdd5447f with identifier: WN73%20JGV to the API
2026-03-30 06:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:14 [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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN73%20JGV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '81401bf0-d952-5d3b-8e67-524abdd5447f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN73 JGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN73%20JGV&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 10365,
'odometer_reading_unit': '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': 'VF1RJA00471180953',
'year': 2023}
2026-03-30 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN73%2520JGV%27 HTTP/1.1" 200 None
2026-03-30 06:17:14 [bca.uk] INFO: Saving data for WN73%20JGV: {'auction_closing_time': 1775210400.0, 'created_time': 1774533988.377401, 'last_price_update_time': 1774851434.891361}
2026-03-30 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN73%2520JGV') HTTP/1.1" 204 0
2026-03-30 06:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eeb9f70-0566-5760-b466-9b94357469e9 with identifier: MW15%20YYO
2026-03-30 06:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eeb9f70-0566-5760-b466-9b94357469e9 with identifier: MW15%20YYO
2026-03-30 06:17:15 [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-30 06:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW15%2520YYO%27 HTTP/1.1" 200 None
2026-03-30 06:17:15 [bca.uk] INFO: Saving data for MW15%20YYO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649921.700924, 'last_price_update_time': 1774851435.205964}
2026-03-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:15 [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-30 06:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with identifier: VK22%20BUJ
2026-03-30 06:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e01bb53-1b28-59e0-93fb-0c02fcbee483 with identifier: VK22%20BUJ
2026-03-30 06:17:15 [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-30 06:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK22%2520BUJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:15 [bca.uk] INFO: Saving data for VK22%20BUJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564739.941566, 'last_price_update_time': 1774851435.511728}
2026-03-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:15 [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-30 06:17:15 [bca.uk] INFO: Found listing with ID: MK61%20URX
2026-03-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK61%2520URX%27 HTTP/1.1" 200 None
2026-03-30 06:17:15 [bca.uk] INFO: Scrape type for MK61%20URX: 2
2026-03-30 06:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d154fb7-3726-5f67-ba7b-31dcd864f85e with identifier: MK61%20URX
2026-03-30 06:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d154fb7-3726-5f67-ba7b-31dcd864f85e with scrape type 2
2026-03-30 06:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d154fb7-3726-5f67-ba7b-31dcd864f85e with scrape type 2
2026-03-30 06:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d154fb7-3726-5f67-ba7b-31dcd864f85e, identifier: MK61%20URX
2026-03-30 06:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a62a23d-823b-5b96-a325-3399839d36cd with identifier: WJ62%20LRX
2026-03-30 06:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a62a23d-823b-5b96-a325-3399839d36cd with identifier: WJ62%20LRX
2026-03-30 06:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a62a23d-823b-5b96-a325-3399839d36cd with identifier: WJ62%20LRX to the API
2026-03-30 06:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ62%20LRX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3a62a23d-823b-5b96-a325-3399839d36cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ62 LRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ62%20LRX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 113368,
'odometer_reading_unit': '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 EDGE Hatchback',
'transmission': 'manual',
'trim': 'EDGE',
'vin': 'WF0JXXGAJJCE45516',
'year': 2012}
2026-03-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ62%2520LRX%27 HTTP/1.1" 200 None
2026-03-30 06:17:15 [bca.uk] INFO: Saving data for WJ62%20LRX: {'auction_closing_time': 1774951200.0, 'created_time': 1774649731.892013, 'last_price_update_time': 1774851435.928323}
2026-03-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ62%2520LRX') HTTP/1.1" 204 0
2026-03-30 06:17:15 [bca.uk] INFO: Found listing with ID: BF18%20VZP
2026-03-30 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF18%2520VZP%27 HTTP/1.1" 200 None
2026-03-30 06:17:15 [bca.uk] INFO: Scrape type for BF18%20VZP: 2
2026-03-30 06:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43dbc487-7acf-5540-b5da-751a5a07ab3c with identifier: BF18%20VZP
2026-03-30 06:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43dbc487-7acf-5540-b5da-751a5a07ab3c with scrape type 2
2026-03-30 06:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43dbc487-7acf-5540-b5da-751a5a07ab3c with scrape type 2
2026-03-30 06:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43dbc487-7acf-5540-b5da-751a5a07ab3c, identifier: BF18%20VZP
2026-03-30 06:17:16 [bca.uk] INFO: Found listing with ID: RJ71%20ZXS
2026-03-30 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ71%2520ZXS%27 HTTP/1.1" 200 None
2026-03-30 06:17:16 [bca.uk] INFO: Scrape type for RJ71%20ZXS: 2
2026-03-30 06:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ce83425-f636-504b-9c35-3a5c00d28a3e with identifier: RJ71%20ZXS
2026-03-30 06:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ce83425-f636-504b-9c35-3a5c00d28a3e with scrape type 2
2026-03-30 06:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ce83425-f636-504b-9c35-3a5c00d28a3e with scrape type 2
2026-03-30 06:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ce83425-f636-504b-9c35-3a5c00d28a3e, identifier: RJ71%20ZXS
2026-03-30 06:17:16 [bca.uk] INFO: Found listing with ID: VO22%20ESN
2026-03-30 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO22%2520ESN%27 HTTP/1.1" 200 None
2026-03-30 06:17:16 [bca.uk] INFO: Scrape type for VO22%20ESN: 2
2026-03-30 06:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with identifier: VO22%20ESN
2026-03-30 06:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with scrape type 2
2026-03-30 06:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with scrape type 2
2026-03-30 06:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05f1cad5-69c4-5499-8df2-ad3fc59660e7, identifier: VO22%20ESN
2026-03-30 06:17:16 [scrapy.extensions.logstats] INFO: Crawled 53 pages (at 2 pages/min), scraped 1760 items (at 113 items/min)
2026-03-30 06:17:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
2026-03-30 06:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d154fb7-3726-5f67-ba7b-31dcd864f85e with identifier: MK61%20URX
2026-03-30 06:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d154fb7-3726-5f67-ba7b-31dcd864f85e with identifier: MK61%20URX
2026-03-30 06:17:16 [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-30 06:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK61%2520URX%27 HTTP/1.1" 200 None
2026-03-30 06:17:16 [bca.uk] INFO: Saving data for MK61%20URX: {'auction_closing_time': 1774951200.0, 'created_time': 1774678088.355548, 'last_price_update_time': 1774851436.580809}
2026-03-30 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:16 [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-30 06:17:16 [bca.uk] INFO: Found listing with ID: WJ70%20VKB
2026-03-30 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ70%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:17:16 [bca.uk] INFO: Scrape type for WJ70%20VKB: 2
2026-03-30 06:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with identifier: WJ70%20VKB
2026-03-30 06:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with scrape type 2
2026-03-30 06:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with scrape type 2
2026-03-30 06:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a, identifier: WJ70%20VKB
2026-03-30 06:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43dbc487-7acf-5540-b5da-751a5a07ab3c with identifier: BF18%20VZP
2026-03-30 06:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43dbc487-7acf-5540-b5da-751a5a07ab3c with identifier: BF18%20VZP
2026-03-30 06:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43dbc487-7acf-5540-b5da-751a5a07ab3c with identifier: BF18%20VZP to the API
2026-03-30 06:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 169,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '43dbc487-7acf-5540-b5da-751a5a07ab3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BF18 VZP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF18%20VZP&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VOLVO',
'model': 'XC60',
'odometer': 91031,
'odometer_reading_unit': '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 T5 250 AWD R DESIGN G/T StationWagon',
'transmission': 'automatic',
'trim': 'T5 250 AWD R DESIGN G/T',
'vin': 'YV1UZ25BCJ1098100',
'year': 2018}
2026-03-30 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF18%2520VZP%27 HTTP/1.1" 200 None
2026-03-30 06:17:16 [bca.uk] INFO: Saving data for BF18%20VZP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649820.61417, 'last_price_update_time': 1774851436.980013}
2026-03-30 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF18%2520VZP') HTTP/1.1" 204 0
2026-03-30 06:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ce83425-f636-504b-9c35-3a5c00d28a3e with identifier: RJ71%20ZXS
2026-03-30 06:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ce83425-f636-504b-9c35-3a5c00d28a3e with identifier: RJ71%20ZXS
2026-03-30 06:17:17 [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-30 06:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:17 [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-30 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ71%2520ZXS%27 HTTP/1.1" 200 None
2026-03-30 06:17:17 [bca.uk] INFO: Saving data for RJ71%20ZXS: {'auction_closing_time': 1774951200.0, 'created_time': 1774651053.132651, 'last_price_update_time': 1774851437.275444}
2026-03-30 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:17 [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-30 06:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with identifier: VO22%20ESN
2026-03-30 06:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05f1cad5-69c4-5499-8df2-ad3fc59660e7 with identifier: VO22%20ESN
2026-03-30 06:17:17 [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-30 06:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO22%2520ESN%27 HTTP/1.1" 200 None
2026-03-30 06:17:17 [bca.uk] INFO: Saving data for VO22%20ESN: {'auction_closing_time': 1775037600.0, 'created_time': 1774564720.952652, 'last_price_update_time': 1774851437.586188}
2026-03-30 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:17 [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-30 06:17:17 [bca.uk] INFO: Found listing with ID: VN69%20NTA
2026-03-30 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN69%2520NTA%27 HTTP/1.1" 200 None
2026-03-30 06:17:17 [bca.uk] INFO: Scrape type for VN69%20NTA: 2
2026-03-30 06:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c371a24-abe9-589a-8158-24cc41fb0c99 with identifier: VN69%20NTA
2026-03-30 06:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c371a24-abe9-589a-8158-24cc41fb0c99 with scrape type 2
2026-03-30 06:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c371a24-abe9-589a-8158-24cc41fb0c99 with scrape type 2
2026-03-30 06:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c371a24-abe9-589a-8158-24cc41fb0c99, identifier: VN69%20NTA
2026-03-30 06:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with identifier: WJ70%20VKB
2026-03-30 06:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68c7f8e3-383a-5c01-a7c1-d1c47b2a669a with identifier: WJ70%20VKB
2026-03-30 06:17:17 [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-30 06:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ70%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:17:17 [bca.uk] INFO: Saving data for WJ70%20VKB: {'auction_closing_time': 1774951200.0, 'created_time': 1774651134.885955, 'last_price_update_time': 1774851437.999469}
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:18 [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-30 06:17:18 [bca.uk] INFO: Found listing with ID: CU17%20XFM
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU17%2520XFM%27 HTTP/1.1" 200 None
2026-03-30 06:17:18 [bca.uk] INFO: Scrape type for CU17%20XFM: 0
2026-03-30 06:17:18 [bca.uk] INFO: Found listing with ID: FJ14%20GBU
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ14%2520GBU%27 HTTP/1.1" 200 None
2026-03-30 06:17:18 [bca.uk] INFO: Scrape type for FJ14%20GBU: 2
2026-03-30 06:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93b2045a-c5b7-50d4-a6b8-5feedf45f9bd with identifier: FJ14%20GBU
2026-03-30 06:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93b2045a-c5b7-50d4-a6b8-5feedf45f9bd with scrape type 2
2026-03-30 06:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93b2045a-c5b7-50d4-a6b8-5feedf45f9bd with scrape type 2
2026-03-30 06:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93b2045a-c5b7-50d4-a6b8-5feedf45f9bd, identifier: FJ14%20GBU
2026-03-30 06:17:18 [bca.uk] INFO: Found listing with ID: WN22%20TNJ
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN22%2520TNJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:18 [bca.uk] INFO: Scrape type for WN22%20TNJ: 2
2026-03-30 06:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f84354a7-e06f-528c-b2ee-242871cd4968 with identifier: WN22%20TNJ
2026-03-30 06:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f84354a7-e06f-528c-b2ee-242871cd4968 with scrape type 2
2026-03-30 06:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f84354a7-e06f-528c-b2ee-242871cd4968 with scrape type 2
2026-03-30 06:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f84354a7-e06f-528c-b2ee-242871cd4968, identifier: WN22%20TNJ
2026-03-30 06:17:18 [bca.uk] INFO: Found listing with ID: WN22%20DWX
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN22%2520DWX%27 HTTP/1.1" 200 None
2026-03-30 06:17:18 [bca.uk] INFO: Scrape type for WN22%20DWX: 2
2026-03-30 06:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 024e8aed-54ab-576a-8fdb-cba231fdab61 with identifier: WN22%20DWX
2026-03-30 06:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 024e8aed-54ab-576a-8fdb-cba231fdab61 with scrape type 2
2026-03-30 06:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 024e8aed-54ab-576a-8fdb-cba231fdab61 with scrape type 2
2026-03-30 06:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 024e8aed-54ab-576a-8fdb-cba231fdab61, identifier: WN22%20DWX
2026-03-30 06:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c371a24-abe9-589a-8158-24cc41fb0c99 with identifier: VN69%20NTA
2026-03-30 06:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c371a24-abe9-589a-8158-24cc41fb0c99 with identifier: VN69%20NTA
2026-03-30 06:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c371a24-abe9-589a-8158-24cc41fb0c99 with identifier: VN69%20NTA to the API
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN69%20NTA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6c371a24-abe9-589a-8158-24cc41fb0c99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VN69 NTA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN69%20NTA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 41413,
'odometer_reading_unit': '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.5 TSI EVO 150 SEL Hatchback',
'transmission': 'manual',
'trim': 'TSI EVO 150 SEL',
'vin': 'WVGZZZA1ZLV047811',
'year': 2019}
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN69%2520NTA%27 HTTP/1.1" 200 None
2026-03-30 06:17:18 [bca.uk] INFO: Saving data for VN69%20NTA: {'auction_closing_time': 1774951200.0, 'created_time': 1774535438.57102, 'last_price_update_time': 1774851438.724327}
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN69%2520NTA') HTTP/1.1" 204 0
2026-03-30 06:17:18 [bca.uk] INFO: Found listing with ID: WN66%20UHK
2026-03-30 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN66%2520UHK%27 HTTP/1.1" 200 None
2026-03-30 06:17:18 [bca.uk] INFO: Scrape type for WN66%20UHK: 2
2026-03-30 06:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f943ce4-6e07-5672-9f59-0161b6cc2db9 with identifier: WN66%20UHK
2026-03-30 06:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f943ce4-6e07-5672-9f59-0161b6cc2db9 with scrape type 2
2026-03-30 06:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f943ce4-6e07-5672-9f59-0161b6cc2db9 with scrape type 2
2026-03-30 06:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f943ce4-6e07-5672-9f59-0161b6cc2db9, identifier: WN66%20UHK
2026-03-30 06:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93b2045a-c5b7-50d4-a6b8-5feedf45f9bd with identifier: FJ14%20GBU
2026-03-30 06:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93b2045a-c5b7-50d4-a6b8-5feedf45f9bd with identifier: FJ14%20GBU
2026-03-30 06:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93b2045a-c5b7-50d4-a6b8-5feedf45f9bd with identifier: FJ14%20GBU to the API
2026-03-30 06:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ14%20GBU-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '93b2045a-c5b7-50d4-a6b8-5feedf45f9bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ14 GBU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ14%20GBU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'AUTO-SLEEPERS',
'model': 'NUEVO',
'odometer': 17219,
'odometer_reading_unit': '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-SLEEPERS NUEVO 2.2 EK MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': 'EK MOTORHOME',
'vin': 'VF3YCTMAU12541538',
'year': 2014}
2026-03-30 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ14%2520GBU%27 HTTP/1.1" 200 None
2026-03-30 06:17:19 [bca.uk] INFO: Saving data for FJ14%20GBU: {'auction_closing_time': 1775124000.0, 'created_time': 1774649817.150377, 'last_price_update_time': 1774851439.311673}
2026-03-30 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ14%2520GBU') HTTP/1.1" 204 0
2026-03-30 06:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f84354a7-e06f-528c-b2ee-242871cd4968 with identifier: WN22%20TNJ
2026-03-30 06:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f84354a7-e06f-528c-b2ee-242871cd4968 with identifier: WN22%20TNJ
2026-03-30 06:17:19 [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-30 06:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:19 [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-30 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN22%2520TNJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:19 [bca.uk] INFO: Saving data for WN22%20TNJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649908.382086, 'last_price_update_time': 1774851439.617407}
2026-03-30 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:19 [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-30 06:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 024e8aed-54ab-576a-8fdb-cba231fdab61 with identifier: WN22%20DWX
2026-03-30 06:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 024e8aed-54ab-576a-8fdb-cba231fdab61 with identifier: WN22%20DWX
2026-03-30 06:17:19 [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-30 06:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:19 [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=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-30 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN22%2520DWX%27 HTTP/1.1" 200 None
2026-03-30 06:17:19 [bca.uk] INFO: Saving data for WN22%20DWX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650091.429178, 'last_price_update_time': 1774851439.934575}
2026-03-30 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:19 [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-30 06:17:19 [bca.uk] INFO: Found listing with ID: WN69%20UXG
2026-03-30 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN69%2520UXG%27 HTTP/1.1" 200 None
2026-03-30 06:17:19 [bca.uk] INFO: Scrape type for WN69%20UXG: 2
2026-03-30 06:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82008682-7d19-5d8b-8663-01787f744beb with identifier: WN69%20UXG
2026-03-30 06:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82008682-7d19-5d8b-8663-01787f744beb with scrape type 2
2026-03-30 06:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82008682-7d19-5d8b-8663-01787f744beb with scrape type 2
2026-03-30 06:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82008682-7d19-5d8b-8663-01787f744beb, identifier: WN69%20UXG
2026-03-30 06:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f943ce4-6e07-5672-9f59-0161b6cc2db9 with identifier: WN66%20UHK
2026-03-30 06:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f943ce4-6e07-5672-9f59-0161b6cc2db9 with identifier: WN66%20UHK
2026-03-30 06:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f943ce4-6e07-5672-9f59-0161b6cc2db9 with identifier: WN66%20UHK to the API
2026-03-30 06:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=WN66%20UHK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9f943ce4-6e07-5672-9f59-0161b6cc2db9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN66 UHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN66%20UHK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 18317,
'odometer_reading_unit': '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 PREMIUM SE Hatchback',
'transmission': 'automatic',
'trim': 'PREMIUM SE',
'vin': 'NLHA851CMHZ318141',
'year': 2017}
2026-03-30 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN66%2520UHK%27 HTTP/1.1" 200 None
2026-03-30 06:17:20 [bca.uk] INFO: Saving data for WN66%20UHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774479754.397315, 'last_price_update_time': 1774851440.381249}
2026-03-30 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN66%2520UHK') HTTP/1.1" 204 0
2026-03-30 06:17:20 [bca.uk] INFO: Found listing with ID: AV14%20PVL
2026-03-30 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV14%2520PVL%27 HTTP/1.1" 200 None
2026-03-30 06:17:20 [bca.uk] INFO: Scrape type for AV14%20PVL: 2
2026-03-30 06:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62b1cacc-8a05-5a30-9749-b64582f6305b with identifier: AV14%20PVL
2026-03-30 06:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62b1cacc-8a05-5a30-9749-b64582f6305b with scrape type 2
2026-03-30 06:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62b1cacc-8a05-5a30-9749-b64582f6305b with scrape type 2
2026-03-30 06:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62b1cacc-8a05-5a30-9749-b64582f6305b, identifier: AV14%20PVL
2026-03-30 06:17:20 [bca.uk] INFO: Found listing with ID: YT67%20ZKA
2026-03-30 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-30 06:17:20 [bca.uk] INFO: Scrape type for YT67%20ZKA: 2
2026-03-30 06:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c64f7e2-d15a-540d-af0e-a4f85875c55f with identifier: YT67%20ZKA
2026-03-30 06:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c64f7e2-d15a-540d-af0e-a4f85875c55f with scrape type 2
2026-03-30 06:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c64f7e2-d15a-540d-af0e-a4f85875c55f with scrape type 2
2026-03-30 06:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c64f7e2-d15a-540d-af0e-a4f85875c55f, identifier: YT67%20ZKA
2026-03-30 06:17:20 [bca.uk] INFO: Found listing with ID: SM19%20ZKN
2026-03-30 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM19%2520ZKN%27 HTTP/1.1" 200 None
2026-03-30 06:17:20 [bca.uk] INFO: Scrape type for SM19%20ZKN: 2
2026-03-30 06:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5776946c-ae36-5fb5-bd50-485d30c1113b with identifier: SM19%20ZKN
2026-03-30 06:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5776946c-ae36-5fb5-bd50-485d30c1113b with scrape type 2
2026-03-30 06:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5776946c-ae36-5fb5-bd50-485d30c1113b with scrape type 2
2026-03-30 06:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5776946c-ae36-5fb5-bd50-485d30c1113b, identifier: SM19%20ZKN
2026-03-30 06:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82008682-7d19-5d8b-8663-01787f744beb with identifier: WN69%20UXG
2026-03-30 06:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82008682-7d19-5d8b-8663-01787f744beb with identifier: WN69%20UXG
2026-03-30 06:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82008682-7d19-5d8b-8663-01787f744beb with identifier: WN69%20UXG to the API
2026-03-30 06:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN69%20UXG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '82008682-7d19-5d8b-8663-01787f744beb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN69 UXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN69%20UXG&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 46322,
'odometer_reading_unit': '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': 'SJNFAAJ11U2715457',
'year': 2019}
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN69%2520UXG%27 HTTP/1.1" 200 None
2026-03-30 06:17:21 [bca.uk] INFO: Saving data for WN69%20UXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774649623.244764, 'last_price_update_time': 1774851441.042869}
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN69%2520UXG') HTTP/1.1" 204 0
2026-03-30 06:17:21 [bca.uk] INFO: Found listing with ID: DL70%20HFP
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL70%2520HFP%27 HTTP/1.1" 200 None
2026-03-30 06:17:21 [bca.uk] INFO: Scrape type for DL70%20HFP: 2
2026-03-30 06:17:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84ab56b4-364c-5a66-be82-b6ea401de49d with identifier: DL70%20HFP
2026-03-30 06:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84ab56b4-364c-5a66-be82-b6ea401de49d with scrape type 2
2026-03-30 06:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84ab56b4-364c-5a66-be82-b6ea401de49d with scrape type 2
2026-03-30 06:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84ab56b4-364c-5a66-be82-b6ea401de49d, identifier: DL70%20HFP
2026-03-30 06:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62b1cacc-8a05-5a30-9749-b64582f6305b with identifier: AV14%20PVL
2026-03-30 06:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62b1cacc-8a05-5a30-9749-b64582f6305b with identifier: AV14%20PVL
2026-03-30 06:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62b1cacc-8a05-5a30-9749-b64582f6305b with identifier: AV14%20PVL to the API
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV14%20PVL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '62b1cacc-8a05-5a30-9749-b64582f6305b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV14 PVL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV14%20PVL&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 173782,
'odometer_reading_unit': '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 95 EDGE Hatchback',
'transmission': 'manual',
'trim': 'TDCI 95 EDGE',
'vin': 'WF0KXXGCBKET58011',
'year': 2014}
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV14%2520PVL%27 HTTP/1.1" 200 None
2026-03-30 06:17:21 [bca.uk] INFO: Saving data for AV14%20PVL: {'auction_closing_time': 1775037600.0, 'created_time': 1774533672.352324, 'last_price_update_time': 1774851441.480896}
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV14%2520PVL') HTTP/1.1" 204 0
2026-03-30 06:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c64f7e2-d15a-540d-af0e-a4f85875c55f with identifier: YT67%20ZKA
2026-03-30 06:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c64f7e2-d15a-540d-af0e-a4f85875c55f with identifier: YT67%20ZKA
2026-03-30 06:17:21 [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-30 06:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-30 06:17:21 [bca.uk] INFO: Saving data for YT67%20ZKA: {'auction_closing_time': 1774951200.0, 'created_time': 1774651049.369575, 'last_price_update_time': 1774851441.771043}
2026-03-30 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:21 [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-30 06:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5776946c-ae36-5fb5-bd50-485d30c1113b with identifier: SM19%20ZKN
2026-03-30 06:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5776946c-ae36-5fb5-bd50-485d30c1113b with identifier: SM19%20ZKN
2026-03-30 06:17:21 [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-30 06:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM19%2520ZKN%27 HTTP/1.1" 200 None
2026-03-30 06:17:22 [bca.uk] INFO: Saving data for SM19%20ZKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774505090.573912, 'last_price_update_time': 1774851442.118843}
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:22 [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-30 06:17:22 [bca.uk] INFO: Found listing with ID: X367%20CLB
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27X367%2520CLB%27 HTTP/1.1" 200 None
2026-03-30 06:17:22 [bca.uk] INFO: Scrape type for X367%20CLB: 0
2026-03-30 06:17:22 [bca.uk] INFO: Found listing with ID: YS18%20UXW
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS18%2520UXW%27 HTTP/1.1" 200 None
2026-03-30 06:17:22 [bca.uk] INFO: Scrape type for YS18%20UXW: 2
2026-03-30 06:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd36eacb-7894-52b9-8011-0526c03a2884 with identifier: YS18%20UXW
2026-03-30 06:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd36eacb-7894-52b9-8011-0526c03a2884 with scrape type 2
2026-03-30 06:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd36eacb-7894-52b9-8011-0526c03a2884 with scrape type 2
2026-03-30 06:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd36eacb-7894-52b9-8011-0526c03a2884, identifier: YS18%20UXW
2026-03-30 06:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84ab56b4-364c-5a66-be82-b6ea401de49d with identifier: DL70%20HFP
2026-03-30 06:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84ab56b4-364c-5a66-be82-b6ea401de49d with identifier: DL70%20HFP
2026-03-30 06:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84ab56b4-364c-5a66-be82-b6ea401de49d with identifier: DL70%20HFP to the API
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL70%20HFP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '84ab56b4-364c-5a66-be82-b6ea401de49d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL70 HFP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL70%20HFP&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'GRANDLAND X',
'odometer': 56794,
'odometer_reading_unit': '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 ELITE Hatchback',
'transmission': 'manual',
'trim': 'T 130 ELITE',
'vin': 'W0VZRHNS1L6053027',
'year': 2020}
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL70%2520HFP%27 HTTP/1.1" 200 None
2026-03-30 06:17:22 [bca.uk] INFO: Saving data for DL70%20HFP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649718.114443, 'last_price_update_time': 1774851442.541414}
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL70%2520HFP') HTTP/1.1" 204 0
2026-03-30 06:17:22 [bca.uk] INFO: Found listing with ID: WP71%20UOH
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP71%2520UOH%27 HTTP/1.1" 200 None
2026-03-30 06:17:22 [bca.uk] INFO: Scrape type for WP71%20UOH: 2
2026-03-30 06:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ec1559-41b1-50cf-8d57-5a45b0f93520 with identifier: WP71%20UOH
2026-03-30 06:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ec1559-41b1-50cf-8d57-5a45b0f93520 with scrape type 2
2026-03-30 06:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02ec1559-41b1-50cf-8d57-5a45b0f93520 with scrape type 2
2026-03-30 06:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02ec1559-41b1-50cf-8d57-5a45b0f93520, identifier: WP71%20UOH
2026-03-30 06:17:22 [bca.uk] INFO: Found listing with ID: EK75%20AKZ
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK75%2520AKZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:22 [bca.uk] INFO: Scrape type for EK75%20AKZ: 2
2026-03-30 06:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with identifier: EK75%20AKZ
2026-03-30 06:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with scrape type 2
2026-03-30 06:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with scrape type 2
2026-03-30 06:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599, identifier: EK75%20AKZ
2026-03-30 06:17:22 [bca.uk] INFO: Found listing with ID: JRV%20508X
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JRV%2520508X%27 HTTP/1.1" 200 None
2026-03-30 06:17:22 [bca.uk] INFO: Scrape type for JRV%20508X: 0
2026-03-30 06:17:22 [bca.uk] INFO: Found listing with ID: CE56%20GZH
2026-03-30 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE56%2520GZH%27 HTTP/1.1" 200 None
2026-03-30 06:17:22 [bca.uk] INFO: Scrape type for CE56%20GZH: 2
2026-03-30 06:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc2cb356-a39d-5194-b348-92447a0a4097 with identifier: CE56%20GZH
2026-03-30 06:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc2cb356-a39d-5194-b348-92447a0a4097 with scrape type 2
2026-03-30 06:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc2cb356-a39d-5194-b348-92447a0a4097 with scrape type 2
2026-03-30 06:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc2cb356-a39d-5194-b348-92447a0a4097, identifier: CE56%20GZH
2026-03-30 06:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd36eacb-7894-52b9-8011-0526c03a2884 with identifier: YS18%20UXW
2026-03-30 06:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd36eacb-7894-52b9-8011-0526c03a2884 with identifier: YS18%20UXW
2026-03-30 06:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd36eacb-7894-52b9-8011-0526c03a2884 with identifier: YS18%20UXW to the API
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS18%20UXW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bd36eacb-7894-52b9-8011-0526c03a2884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS18 UXW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS18%20UXW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'GLA 200 D',
'odometer': 84689,
'odometer_reading_unit': '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 AMG LINE DCT StationWagon',
'transmission': 'automatic',
'trim': 'AMG LINE DCT',
'vin': 'WDC1569082J542648',
'year': 2018}
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS18%2520UXW%27 HTTP/1.1" 200 None
2026-03-30 06:17:23 [bca.uk] INFO: Saving data for YS18%20UXW: {'auction_closing_time': 1774951200.0, 'created_time': 1774649639.737868, 'last_price_update_time': 1774851443.28925}
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520UXW') HTTP/1.1" 204 0
2026-03-30 06:17:23 [bca.uk] INFO: Found listing with ID: GJ64%20YHL
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ64%2520YHL%27 HTTP/1.1" 200 None
2026-03-30 06:17:23 [bca.uk] INFO: Scrape type for GJ64%20YHL: 2
2026-03-30 06:17:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e59c0aa3-382c-551a-8d28-7a9aec207bfe with identifier: GJ64%20YHL
2026-03-30 06:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e59c0aa3-382c-551a-8d28-7a9aec207bfe with scrape type 2
2026-03-30 06:17:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e59c0aa3-382c-551a-8d28-7a9aec207bfe with scrape type 2
2026-03-30 06:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e59c0aa3-382c-551a-8d28-7a9aec207bfe, identifier: GJ64%20YHL
2026-03-30 06:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02ec1559-41b1-50cf-8d57-5a45b0f93520 with identifier: WP71%20UOH
2026-03-30 06:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02ec1559-41b1-50cf-8d57-5a45b0f93520 with identifier: WP71%20UOH
2026-03-30 06:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02ec1559-41b1-50cf-8d57-5a45b0f93520 with identifier: WP71%20UOH to the API
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20UOH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Electric',
'id': '02ec1559-41b1-50cf-8d57-5a45b0f93520',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP71 UOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20UOH&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 21038,
'odometer_reading_unit': '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': 'VF1AG000468488295',
'year': 2021}
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP71%2520UOH%27 HTTP/1.1" 200 None
2026-03-30 06:17:23 [bca.uk] INFO: Saving data for WP71%20UOH: {'auction_closing_time': 1775210400.0, 'created_time': 1774390181.157458, 'last_price_update_time': 1774851443.879663}
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520UOH') HTTP/1.1" 204 0
2026-03-30 06:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with identifier: EK75%20AKZ
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:17:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cosmos+black HTTP/1.1" 200 None
2026-03-30 06:17:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3a6bb1a-4ec1-59a8-8293-06c3eb04f599 with identifier: EK75%20AKZ
2026-03-30 06:17:24 [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-30 06:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:24 [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-30 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK75%2520AKZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:24 [bca.uk] INFO: Saving data for EK75%20AKZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649907.99806, 'last_price_update_time': 1774851444.297738}
2026-03-30 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:24 [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-30 06:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc2cb356-a39d-5194-b348-92447a0a4097 with identifier: CE56%20GZH
2026-03-30 06:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc2cb356-a39d-5194-b348-92447a0a4097 with identifier: CE56%20GZH
2026-03-30 06:17:24 [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-30 06:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:24 [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-30 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE56%2520GZH%27 HTTP/1.1" 200 None
2026-03-30 06:17:24 [bca.uk] INFO: Saving data for CE56%20GZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774650078.949213, 'last_price_update_time': 1774851444.61042}
2026-03-30 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:24 [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-30 06:17:24 [bca.uk] INFO: Found listing with ID: YT13%20XDJ
2026-03-30 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT13%2520XDJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:24 [bca.uk] INFO: Scrape type for YT13%20XDJ: 2
2026-03-30 06:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26daa438-36e2-5eb2-a5fd-46b202b0d8c6 with identifier: YT13%20XDJ
2026-03-30 06:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26daa438-36e2-5eb2-a5fd-46b202b0d8c6 with scrape type 2
2026-03-30 06:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26daa438-36e2-5eb2-a5fd-46b202b0d8c6 with scrape type 2
2026-03-30 06:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26daa438-36e2-5eb2-a5fd-46b202b0d8c6, identifier: YT13%20XDJ
2026-03-30 06:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e59c0aa3-382c-551a-8d28-7a9aec207bfe with identifier: GJ64%20YHL
2026-03-30 06:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e59c0aa3-382c-551a-8d28-7a9aec207bfe with identifier: GJ64%20YHL
2026-03-30 06:17:24 [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-30 06:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:25 [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': 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-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ64%2520YHL%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Saving data for GJ64%20YHL: {'auction_closing_time': 1774951200.0, 'created_time': 1773840850.833002, 'last_price_update_time': 1774851445.022685}
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:25 [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-30 06:17:25 [bca.uk] INFO: Found listing with ID: BJ09%20TYV
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ09%2520TYV%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for BJ09%20TYV: 0
2026-03-30 06:17:25 [bca.uk] INFO: Found listing with ID: WV71%20TBZ
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520TBZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for WV71%20TBZ: 2
2026-03-30 06:17:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd842e40-106a-5fc1-b1e7-d30380a62930 with identifier: WV71%20TBZ
2026-03-30 06:17:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd842e40-106a-5fc1-b1e7-d30380a62930 with scrape type 2
2026-03-30 06:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd842e40-106a-5fc1-b1e7-d30380a62930 with scrape type 2
2026-03-30 06:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd842e40-106a-5fc1-b1e7-d30380a62930, identifier: WV71%20TBZ
2026-03-30 06:17:25 [bca.uk] INFO: Found listing with ID: FX23%20RSU
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX23%2520RSU%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for FX23%20RSU: 2
2026-03-30 06:17:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13de94ba-ddc8-5fb6-9abe-84225da24c1b with identifier: FX23%20RSU
2026-03-30 06:17:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13de94ba-ddc8-5fb6-9abe-84225da24c1b with scrape type 2
2026-03-30 06:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13de94ba-ddc8-5fb6-9abe-84225da24c1b with scrape type 2
2026-03-30 06:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13de94ba-ddc8-5fb6-9abe-84225da24c1b, identifier: FX23%20RSU
2026-03-30 06:17:25 [bca.uk] INFO: Found listing with ID: VN70%20DWM
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN70%2520DWM%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for VN70%20DWM: 0
2026-03-30 06:17:25 [bca.uk] INFO: Found listing with ID: YV19%20VOO
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YV19%2520VOO%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for YV19%20VOO: 0
2026-03-30 06:17:25 [bca.uk] INFO: Found listing with ID: GJ69%20KUH
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ69%2520KUH%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for GJ69%20KUH: 0
2026-03-30 06:17:25 [bca.uk] INFO: Found listing with ID: BU22%20HBA
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU22%2520HBA%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for BU22%20HBA: 0
2026-03-30 06:17:25 [bca.uk] INFO: Found listing with ID: HY72%20UGH
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY72%2520UGH%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for HY72%20UGH: 2
2026-03-30 06:17:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d48085-ec9f-5927-ae1d-845a17a7aed7 with identifier: HY72%20UGH
2026-03-30 06:17:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d48085-ec9f-5927-ae1d-845a17a7aed7 with scrape type 2
2026-03-30 06:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d48085-ec9f-5927-ae1d-845a17a7aed7 with scrape type 2
2026-03-30 06:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48d48085-ec9f-5927-ae1d-845a17a7aed7, identifier: HY72%20UGH
2026-03-30 06:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26daa438-36e2-5eb2-a5fd-46b202b0d8c6 with identifier: YT13%20XDJ
2026-03-30 06:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26daa438-36e2-5eb2-a5fd-46b202b0d8c6 with identifier: YT13%20XDJ
2026-03-30 06:17:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26daa438-36e2-5eb2-a5fd-46b202b0d8c6 with identifier: YT13%20XDJ to the API
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT13%20XDJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '26daa438-36e2-5eb2-a5fd-46b202b0d8c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT13 XDJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT13%20XDJ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 64540,
'odometer_reading_unit': '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.5 TDCI 75 ZETEC MPV',
'transmission': 'manual',
'trim': 'TDCI 75 ZETEC',
'vin': 'WF0KXXERJKDJ37771',
'year': 2013}
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT13%2520XDJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Saving data for YT13%20XDJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649626.802637, 'last_price_update_time': 1774851445.817238}
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT13%2520XDJ') HTTP/1.1" 204 0
2026-03-30 06:17:25 [bca.uk] INFO: Found listing with ID: KP65%20LLC
2026-03-30 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP65%2520LLC%27 HTTP/1.1" 200 None
2026-03-30 06:17:25 [bca.uk] INFO: Scrape type for KP65%20LLC: 2
2026-03-30 06:17:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 988e5935-7f24-5e75-a3e0-be09357a57d5 with identifier: KP65%20LLC
2026-03-30 06:17:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 988e5935-7f24-5e75-a3e0-be09357a57d5 with scrape type 2
2026-03-30 06:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 988e5935-7f24-5e75-a3e0-be09357a57d5 with scrape type 2
2026-03-30 06:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 988e5935-7f24-5e75-a3e0-be09357a57d5, identifier: KP65%20LLC
2026-03-30 06:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd842e40-106a-5fc1-b1e7-d30380a62930 with identifier: WV71%20TBZ
2026-03-30 06:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd842e40-106a-5fc1-b1e7-d30380a62930 with identifier: WV71%20TBZ
2026-03-30 06:17:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd842e40-106a-5fc1-b1e7-d30380a62930 with identifier: WV71%20TBZ to the API
2026-03-30 06:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20TBZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cd842e40-106a-5fc1-b1e7-d30380a62930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV71 TBZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20TBZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 24555,
'odometer_reading_unit': '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': 'VF1AG000767839898',
'year': 2021}
2026-03-30 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520TBZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:26 [bca.uk] INFO: Saving data for WV71%20TBZ: {'auction_closing_time': 1775210400.0, 'created_time': 1774622675.530789, 'last_price_update_time': 1774851446.291222}
2026-03-30 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520TBZ') HTTP/1.1" 204 0
2026-03-30 06:17:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13de94ba-ddc8-5fb6-9abe-84225da24c1b with identifier: FX23%20RSU
2026-03-30 06:17:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13de94ba-ddc8-5fb6-9abe-84225da24c1b with identifier: FX23%20RSU
2026-03-30 06:17:26 [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-30 06:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX23%2520RSU%27 HTTP/1.1" 200 None
2026-03-30 06:17:26 [bca.uk] INFO: Saving data for FX23%20RSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774651055.32412, 'last_price_update_time': 1774851446.717855}
2026-03-30 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:26 [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-30 06:17:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48d48085-ec9f-5927-ae1d-845a17a7aed7 with identifier: HY72%20UGH
2026-03-30 06:17:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48d48085-ec9f-5927-ae1d-845a17a7aed7 with identifier: HY72%20UGH
2026-03-30 06:17:26 [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-30 06:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:26 [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-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY72%2520UGH%27 HTTP/1.1" 200 None
2026-03-30 06:17:27 [bca.uk] INFO: Saving data for HY72%20UGH: {'auction_closing_time': 1774951200.0, 'created_time': 1774447905.4383, 'last_price_update_time': 1774851447.042372}
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:27 [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-30 06:17:27 [bca.uk] INFO: Found listing with ID: CX59%20PFA
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX59%2520PFA%27 HTTP/1.1" 200 None
2026-03-30 06:17:27 [bca.uk] INFO: Scrape type for CX59%20PFA: 2
2026-03-30 06:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb2197be-b8c4-552c-aaf8-9b4ab3d3d799 with identifier: CX59%20PFA
2026-03-30 06:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb2197be-b8c4-552c-aaf8-9b4ab3d3d799 with scrape type 2
2026-03-30 06:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb2197be-b8c4-552c-aaf8-9b4ab3d3d799 with scrape type 2
2026-03-30 06:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb2197be-b8c4-552c-aaf8-9b4ab3d3d799, identifier: CX59%20PFA
2026-03-30 06:17:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 988e5935-7f24-5e75-a3e0-be09357a57d5 with identifier: KP65%20LLC
2026-03-30 06:17:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 988e5935-7f24-5e75-a3e0-be09357a57d5 with identifier: KP65%20LLC
2026-03-30 06:17:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 988e5935-7f24-5e75-a3e0-be09357a57d5 with identifier: KP65%20LLC to the API
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:27 [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': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP65%20LLC-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '988e5935-7f24-5e75-a3e0-be09357a57d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP65 LLC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP65%20LLC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 84051,
'odometer_reading_unit': '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 FABIA 1.2 TSI 90 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 90 SE',
'vin': 'TMBFM6NJ7GZ006872',
'year': 2015}
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP65%2520LLC%27 HTTP/1.1" 200 None
2026-03-30 06:17:27 [bca.uk] INFO: Saving data for KP65%20LLC: {'auction_closing_time': 1774951200.0, 'created_time': 1774563092.332194, 'last_price_update_time': 1774851447.462914}
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP65%2520LLC') HTTP/1.1" 204 0
2026-03-30 06:17:27 [bca.uk] INFO: Found listing with ID: WV71%20SYG
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520SYG%27 HTTP/1.1" 200 None
2026-03-30 06:17:27 [bca.uk] INFO: Scrape type for WV71%20SYG: 2
2026-03-30 06:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9240c86c-8824-561b-a829-0a80dc545b8d with identifier: WV71%20SYG
2026-03-30 06:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9240c86c-8824-561b-a829-0a80dc545b8d with scrape type 2
2026-03-30 06:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9240c86c-8824-561b-a829-0a80dc545b8d with scrape type 2
2026-03-30 06:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9240c86c-8824-561b-a829-0a80dc545b8d, identifier: WV71%20SYG
2026-03-30 06:17:27 [bca.uk] INFO: Found listing with ID: LG23%20KGF
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG23%2520KGF%27 HTTP/1.1" 200 None
2026-03-30 06:17:27 [bca.uk] INFO: Scrape type for LG23%20KGF: 2
2026-03-30 06:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdc2865e-d63d-5c50-b77f-3c538962d1e9 with identifier: LG23%20KGF
2026-03-30 06:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdc2865e-d63d-5c50-b77f-3c538962d1e9 with scrape type 2
2026-03-30 06:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdc2865e-d63d-5c50-b77f-3c538962d1e9 with scrape type 2
2026-03-30 06:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdc2865e-d63d-5c50-b77f-3c538962d1e9, identifier: LG23%20KGF
2026-03-30 06:17:27 [bca.uk] INFO: Found listing with ID: LB71%20VMR
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB71%2520VMR%27 HTTP/1.1" 200 None
2026-03-30 06:17:27 [bca.uk] INFO: Scrape type for LB71%20VMR: 2
2026-03-30 06:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with identifier: LB71%20VMR
2026-03-30 06:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with scrape type 2
2026-03-30 06:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with scrape type 2
2026-03-30 06:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13, identifier: LB71%20VMR
2026-03-30 06:17:27 [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-30 06:17:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb2197be-b8c4-552c-aaf8-9b4ab3d3d799 with identifier: CX59%20PFA
2026-03-30 06:17:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb2197be-b8c4-552c-aaf8-9b4ab3d3d799 with identifier: CX59%20PFA
2026-03-30 06:17:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb2197be-b8c4-552c-aaf8-9b4ab3d3d799 with identifier: CX59%20PFA to the API
2026-03-30 06:17:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:28 [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': 152,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX59%20PFA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bb2197be-b8c4-552c-aaf8-9b4ab3d3d799',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX59 PFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX59%20PFA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 112969,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 1.8 I-VTEC SE Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC SE',
'vin': 'SHHFK2740AU000238',
'year': 2009}
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX59%2520PFA%27 HTTP/1.1" 200 None
2026-03-30 06:17:28 [bca.uk] INFO: Saving data for CX59%20PFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649628.280869, 'last_price_update_time': 1774851448.119183}
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX59%2520PFA') HTTP/1.1" 204 0
2026-03-30 06:17:28 [bca.uk] INFO: Found listing with ID: DV21%20LWE
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV21%2520LWE%27 HTTP/1.1" 200 None
2026-03-30 06:17:28 [bca.uk] INFO: Scrape type for DV21%20LWE: 2
2026-03-30 06:17:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d7aacf9-7d63-59fd-9eca-9d7d537a5be9 with identifier: DV21%20LWE
2026-03-30 06:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d7aacf9-7d63-59fd-9eca-9d7d537a5be9 with scrape type 2
2026-03-30 06:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d7aacf9-7d63-59fd-9eca-9d7d537a5be9 with scrape type 2
2026-03-30 06:17:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d7aacf9-7d63-59fd-9eca-9d7d537a5be9, identifier: DV21%20LWE
2026-03-30 06:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9240c86c-8824-561b-a829-0a80dc545b8d with identifier: WV71%20SYG
2026-03-30 06:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9240c86c-8824-561b-a829-0a80dc545b8d with identifier: WV71%20SYG
2026-03-30 06:17:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9240c86c-8824-561b-a829-0a80dc545b8d with identifier: WV71%20SYG to the API
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20SYG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Electric',
'id': '9240c86c-8824-561b-a829-0a80dc545b8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV71 SYG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20SYG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 31168,
'odometer_reading_unit': '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': 'VF1AG000767471349',
'year': 2021}
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520SYG%27 HTTP/1.1" 200 None
2026-03-30 06:17:28 [bca.uk] INFO: Saving data for WV71%20SYG: {'auction_closing_time': 1775210400.0, 'created_time': 1774533977.649554, 'last_price_update_time': 1774851448.544843}
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520SYG') HTTP/1.1" 204 0
2026-03-30 06:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdc2865e-d63d-5c50-b77f-3c538962d1e9 with identifier: LG23%20KGF
2026-03-30 06:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdc2865e-d63d-5c50-b77f-3c538962d1e9 with identifier: LG23%20KGF
2026-03-30 06:17:28 [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-30 06:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=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-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG23%2520KGF%27 HTTP/1.1" 200 None
2026-03-30 06:17:28 [bca.uk] INFO: Saving data for LG23%20KGF: {'auction_closing_time': 1774951200.0, 'created_time': 1774651056.656572, 'last_price_update_time': 1774851448.851999}
2026-03-30 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:28 [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-30 06:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with identifier: LB71%20VMR
2026-03-30 06:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dfa9135-aa3a-55c4-a1e2-e81402e61d13 with identifier: LB71%20VMR
2026-03-30 06:17:28 [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-30 06:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB71%2520VMR%27 HTTP/1.1" 200 None
2026-03-30 06:17:29 [bca.uk] INFO: Saving data for LB71%20VMR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650182.462586, 'last_price_update_time': 1774851449.150412}
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:29 [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-30 06:17:29 [bca.uk] INFO: Found listing with ID: WA68%20CZR
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA68%2520CZR%27 HTTP/1.1" 200 None
2026-03-30 06:17:29 [bca.uk] INFO: Scrape type for WA68%20CZR: 2
2026-03-30 06:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9604e01-89ef-595f-9c2e-a39286af63cb with identifier: WA68%20CZR
2026-03-30 06:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9604e01-89ef-595f-9c2e-a39286af63cb with scrape type 2
2026-03-30 06:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9604e01-89ef-595f-9c2e-a39286af63cb with scrape type 2
2026-03-30 06:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9604e01-89ef-595f-9c2e-a39286af63cb, identifier: WA68%20CZR
2026-03-30 06:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d7aacf9-7d63-59fd-9eca-9d7d537a5be9 with identifier: DV21%20LWE
2026-03-30 06:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d7aacf9-7d63-59fd-9eca-9d7d537a5be9 with identifier: DV21%20LWE
2026-03-30 06:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d7aacf9-7d63-59fd-9eca-9d7d537a5be9 with identifier: DV21%20LWE to the API
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:29 [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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV21%20LWE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6d7aacf9-7d63-59fd-9eca-9d7d537a5be9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV21 LWE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV21%20LWE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 24206,
'odometer_reading_unit': '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 SE PREMIUM Hatchback',
'transmission': 'automatic',
'trim': 'TURBO 100 SE PREMIUM',
'vin': 'VXKUPHNKSM4052014',
'year': 2021}
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV21%2520LWE%27 HTTP/1.1" 200 None
2026-03-30 06:17:29 [bca.uk] INFO: Saving data for DV21%20LWE: {'auction_closing_time': 1774951200.0, 'created_time': 1774479800.119956, 'last_price_update_time': 1774851449.596857}
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV21%2520LWE') HTTP/1.1" 204 0
2026-03-30 06:17:29 [bca.uk] INFO: Found listing with ID: HX14%20FAO
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX14%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:17:29 [bca.uk] INFO: Scrape type for HX14%20FAO: 2
2026-03-30 06:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd5cca9-0f13-569e-b1fb-bd18f8cdc0c0 with identifier: HX14%20FAO
2026-03-30 06:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd5cca9-0f13-569e-b1fb-bd18f8cdc0c0 with scrape type 2
2026-03-30 06:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dd5cca9-0f13-569e-b1fb-bd18f8cdc0c0 with scrape type 2
2026-03-30 06:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dd5cca9-0f13-569e-b1fb-bd18f8cdc0c0, identifier: HX14%20FAO
2026-03-30 06:17:29 [bca.uk] INFO: Found listing with ID: LL71%20XOC
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL71%2520XOC%27 HTTP/1.1" 200 None
2026-03-30 06:17:29 [bca.uk] INFO: Scrape type for LL71%20XOC: 2
2026-03-30 06:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d25f59b1-ac4d-5ef3-89fe-45f35c08304d with identifier: LL71%20XOC
2026-03-30 06:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d25f59b1-ac4d-5ef3-89fe-45f35c08304d with scrape type 2
2026-03-30 06:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d25f59b1-ac4d-5ef3-89fe-45f35c08304d with scrape type 2
2026-03-30 06:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d25f59b1-ac4d-5ef3-89fe-45f35c08304d, identifier: LL71%20XOC
2026-03-30 06:17:29 [bca.uk] INFO: Found listing with ID: MM71%20TYA
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM71%2520TYA%27 HTTP/1.1" 200 None
2026-03-30 06:17:29 [bca.uk] INFO: Scrape type for MM71%20TYA: 0
2026-03-30 06:17:29 [bca.uk] INFO: Found listing with ID: HG19%20XES
2026-03-30 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG19%2520XES%27 HTTP/1.1" 200 None
2026-03-30 06:17:29 [bca.uk] INFO: Scrape type for HG19%20XES: 2
2026-03-30 06:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6c66d9d-bc60-5635-8a9f-2401c177dadd with identifier: HG19%20XES
2026-03-30 06:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6c66d9d-bc60-5635-8a9f-2401c177dadd with scrape type 2
2026-03-30 06:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6c66d9d-bc60-5635-8a9f-2401c177dadd with scrape type 2
2026-03-30 06:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6c66d9d-bc60-5635-8a9f-2401c177dadd, identifier: HG19%20XES
2026-03-30 06:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9604e01-89ef-595f-9c2e-a39286af63cb with identifier: WA68%20CZR
2026-03-30 06:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9604e01-89ef-595f-9c2e-a39286af63cb with identifier: WA68%20CZR
2026-03-30 06:17:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9604e01-89ef-595f-9c2e-a39286af63cb with identifier: WA68%20CZR to the API
2026-03-30 06:17:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 227,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA68%20CZR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.4L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c9604e01-89ef-595f-9c2e-a39286af63cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WA68 CZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA68%20CZR&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'MITSUBISHI',
'model': 'SHOGUN SPORT',
'odometer': 72504,
'odometer_reading_unit': '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 SHOGUN SPORT 2.4 DI-DC 4 4WD StationWagon',
'transmission': 'automatic',
'trim': 'DI-DC 4 4WD',
'vin': 'MMAGUKS10HH009392',
'year': 2018}
2026-03-30 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA68%2520CZR%27 HTTP/1.1" 200 None
2026-03-30 06:17:30 [bca.uk] INFO: Saving data for WA68%20CZR: {'auction_closing_time': 1774951200.0, 'created_time': 1774649638.639458, 'last_price_update_time': 1774851450.25858}
2026-03-30 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA68%2520CZR') HTTP/1.1" 204 0
2026-03-30 06:17:30 [bca.uk] INFO: Found listing with ID: EY08%20CFJ
2026-03-30 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY08%2520CFJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:30 [bca.uk] INFO: Scrape type for EY08%20CFJ: 2
2026-03-30 06:17:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with identifier: EY08%20CFJ
2026-03-30 06:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with scrape type 2
2026-03-30 06:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with scrape type 2
2026-03-30 06:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c, identifier: EY08%20CFJ
2026-03-30 06:17:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dd5cca9-0f13-569e-b1fb-bd18f8cdc0c0 with identifier: HX14%20FAO
2026-03-30 06:17:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dd5cca9-0f13-569e-b1fb-bd18f8cdc0c0 with identifier: HX14%20FAO
2026-03-30 06:17:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2dd5cca9-0f13-569e-b1fb-bd18f8cdc0c0 with identifier: HX14%20FAO to the API
2026-03-30 06:17:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17: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-30 06:17:31 [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%20FAO-GB',
'category': 'Motorhome',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.3L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2dd5cca9-0f13-569e-b1fb-bd18f8cdc0c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX14 FAO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX14%20FAO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'SWIFT',
'model': 'BOLERO',
'odometer': 35537,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'SWIFT BOLERO 2.3 722FB MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': '722FB MOTORHOME',
'vin': 'ZFA25000002388769',
'year': 2014}
2026-03-30 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX14%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:17:31 [bca.uk] INFO: Saving data for HX14%20FAO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649802.072514, 'last_price_update_time': 1774851451.569212}
2026-03-30 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX14%2520FAO') HTTP/1.1" 204 0
2026-03-30 06:17:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d25f59b1-ac4d-5ef3-89fe-45f35c08304d with identifier: LL71%20XOC
2026-03-30 06:17:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d25f59b1-ac4d-5ef3-89fe-45f35c08304d with identifier: LL71%20XOC
2026-03-30 06:17:31 [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-30 06:17:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17: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-30 06:17: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': 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-30 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL71%2520XOC%27 HTTP/1.1" 200 None
2026-03-30 06:17:31 [bca.uk] INFO: Saving data for LL71%20XOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649944.66511, 'last_price_update_time': 1774851451.984187}
2026-03-30 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:32 [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-30 06:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6c66d9d-bc60-5635-8a9f-2401c177dadd with identifier: HG19%20XES
2026-03-30 06:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6c66d9d-bc60-5635-8a9f-2401c177dadd with identifier: HG19%20XES
2026-03-30 06:17:32 [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-30 06:17:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG19%2520XES%27 HTTP/1.1" 200 None
2026-03-30 06:17:32 [bca.uk] INFO: Saving data for HG19%20XES: {'auction_closing_time': 1774951200.0, 'created_time': 1774447898.501392, 'last_price_update_time': 1774851452.297224}
2026-03-30 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:32 [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-30 06:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with identifier: EY08%20CFJ
2026-03-30 06:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fc8c0c5-0ec1-5902-a3d4-b4826dee026c with identifier: EY08%20CFJ
2026-03-30 06:17:32 [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-30 06:17:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:32 [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': 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-30 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY08%2520CFJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:32 [bca.uk] INFO: Saving data for EY08%20CFJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651116.499504, 'last_price_update_time': 1774851452.595695}
2026-03-30 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:32 [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-30 06:17:32 [bca.uk] INFO: Found listing with ID: MV23%20PVK
2026-03-30 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV23%2520PVK%27 HTTP/1.1" 200 None
2026-03-30 06:17:32 [bca.uk] INFO: Scrape type for MV23%20PVK: 2
2026-03-30 06:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d791e72f-e100-5159-8911-5f1c2a868db5 with identifier: MV23%20PVK
2026-03-30 06:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d791e72f-e100-5159-8911-5f1c2a868db5 with scrape type 2
2026-03-30 06:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d791e72f-e100-5159-8911-5f1c2a868db5 with scrape type 2
2026-03-30 06:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d791e72f-e100-5159-8911-5f1c2a868db5, identifier: MV23%20PVK
2026-03-30 06:17:32 [bca.uk] INFO: Found listing with ID: RO22%20FWA
2026-03-30 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO22%2520FWA%27 HTTP/1.1" 200 None
2026-03-30 06:17:32 [bca.uk] INFO: Scrape type for RO22%20FWA: 2
2026-03-30 06:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22ee9160-0f54-57a8-9f9a-881836932def with identifier: RO22%20FWA
2026-03-30 06:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22ee9160-0f54-57a8-9f9a-881836932def with scrape type 2
2026-03-30 06:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22ee9160-0f54-57a8-9f9a-881836932def with scrape type 2
2026-03-30 06:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22ee9160-0f54-57a8-9f9a-881836932def, identifier: RO22%20FWA
2026-03-30 06:17:32 [bca.uk] INFO: Found listing with ID: BP72%20CGY
2026-03-30 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP72%2520CGY%27 HTTP/1.1" 200 None
2026-03-30 06:17:32 [bca.uk] INFO: Scrape type for BP72%20CGY: 2
2026-03-30 06:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8984862-b304-58d8-9ff8-67e4b4a933bb with identifier: BP72%20CGY
2026-03-30 06:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8984862-b304-58d8-9ff8-67e4b4a933bb with scrape type 2
2026-03-30 06:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8984862-b304-58d8-9ff8-67e4b4a933bb with scrape type 2
2026-03-30 06:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8984862-b304-58d8-9ff8-67e4b4a933bb, identifier: BP72%20CGY
2026-03-30 06:17:32 [bca.uk] INFO: Found listing with ID: FN17%20YVC
2026-03-30 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN17%2520YVC%27 HTTP/1.1" 200 None
2026-03-30 06:17:33 [bca.uk] INFO: Scrape type for FN17%20YVC: 2
2026-03-30 06:17:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b3afb3-301f-539e-a24e-74150f2c585e with identifier: FN17%20YVC
2026-03-30 06:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b3afb3-301f-539e-a24e-74150f2c585e with scrape type 2
2026-03-30 06:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b3afb3-301f-539e-a24e-74150f2c585e with scrape type 2
2026-03-30 06:17:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09b3afb3-301f-539e-a24e-74150f2c585e, identifier: FN17%20YVC
2026-03-30 06:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d791e72f-e100-5159-8911-5f1c2a868db5 with identifier: MV23%20PVK
2026-03-30 06:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d791e72f-e100-5159-8911-5f1c2a868db5 with identifier: MV23%20PVK
2026-03-30 06:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d791e72f-e100-5159-8911-5f1c2a868db5 with identifier: MV23%20PVK to the API
2026-03-30 06:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=MV23%20PVK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd791e72f-e100-5159-8911-5f1c2a868db5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MV23 PVK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV23%20PVK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 41207,
'odometer_reading_unit': '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': 'LRWYHCFSXPC706047',
'year': 2023}
2026-03-30 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV23%2520PVK%27 HTTP/1.1" 200 None
2026-03-30 06:17:33 [bca.uk] INFO: Saving data for MV23%20PVK: {'auction_closing_time': 1775037600.0, 'created_time': 1774621151.391454, 'last_price_update_time': 1774851453.397793}
2026-03-30 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV23%2520PVK') HTTP/1.1" 204 0
2026-03-30 06:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22ee9160-0f54-57a8-9f9a-881836932def with identifier: RO22%20FWA
2026-03-30 06:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22ee9160-0f54-57a8-9f9a-881836932def with identifier: RO22%20FWA
2026-03-30 06:17:33 [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-30 06:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=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-30 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO22%2520FWA%27 HTTP/1.1" 200 None
2026-03-30 06:17:33 [bca.uk] INFO: Saving data for RO22%20FWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649947.177033, 'last_price_update_time': 1774851453.744402}
2026-03-30 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:33 [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-30 06:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8984862-b304-58d8-9ff8-67e4b4a933bb with identifier: BP72%20CGY
2026-03-30 06:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8984862-b304-58d8-9ff8-67e4b4a933bb with identifier: BP72%20CGY
2026-03-30 06:17:33 [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-30 06:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP72%2520CGY%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Saving data for BP72%20CGY: {'auction_closing_time': 1775037600.0, 'created_time': 1773929944.906625, 'last_price_update_time': 1774851454.060387}
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:34 [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-30 06:17:34 [bca.uk] INFO: Total items found: 100
2026-03-30 06:17:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded
2026-03-30 06:17:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:17:34 [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-30 06:17:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09b3afb3-301f-539e-a24e-74150f2c585e with identifier: FN17%20YVC
2026-03-30 06:17:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09b3afb3-301f-539e-a24e-74150f2c585e with identifier: FN17%20YVC
2026-03-30 06:17:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09b3afb3-301f-539e-a24e-74150f2c585e with identifier: FN17%20YVC to the API
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:34 [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': 102,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN17%20YVC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '09b3afb3-301f-539e-a24e-74150f2c585e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FN17 YVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN17%20YVC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 87330,
'odometer_reading_unit': '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': 'WDD1760122V163137',
'year': 2017}
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN17%2520YVC%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Saving data for FN17%20YVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774479798.341349, 'last_price_update_time': 1774851454.435944}
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN17%2520YVC') HTTP/1.1" 204 0
2026-03-30 06:17:34 [bca.uk] INFO: Found listing with ID: WP71%20XHY
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP71%2520XHY%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Scrape type for WP71%20XHY: 0
2026-03-30 06:17:34 [bca.uk] INFO: Found listing with ID: MD72%20EUB
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD72%2520EUB%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Scrape type for MD72%20EUB: 2
2026-03-30 06:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 898d02e1-8219-593f-be89-9b118494467b with identifier: MD72%20EUB
2026-03-30 06:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 898d02e1-8219-593f-be89-9b118494467b with scrape type 2
2026-03-30 06:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 898d02e1-8219-593f-be89-9b118494467b with scrape type 2
2026-03-30 06:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 898d02e1-8219-593f-be89-9b118494467b, identifier: MD72%20EUB
2026-03-30 06:17:34 [bca.uk] INFO: Found listing with ID: AV75%20CWG
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV75%2520CWG%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Scrape type for AV75%20CWG: 2
2026-03-30 06:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce9394a5-68dd-5653-9046-2efa090062b3 with identifier: AV75%20CWG
2026-03-30 06:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce9394a5-68dd-5653-9046-2efa090062b3 with scrape type 2
2026-03-30 06:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce9394a5-68dd-5653-9046-2efa090062b3 with scrape type 2
2026-03-30 06:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce9394a5-68dd-5653-9046-2efa090062b3, identifier: AV75%20CWG
2026-03-30 06:17:34 [bca.uk] INFO: Found listing with ID: SJ21%20XTH
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ21%2520XTH%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Scrape type for SJ21%20XTH: 0
2026-03-30 06:17:34 [bca.uk] INFO: Found listing with ID: YS75%20TCO
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS75%2520TCO%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Scrape type for YS75%20TCO: 0
2026-03-30 06:17:34 [bca.uk] INFO: Found listing with ID: AD68%20EFA
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD68%2520EFA%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Scrape type for AD68%20EFA: 2
2026-03-30 06:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 752cf902-0a6e-5a56-86bc-871f283043a0 with identifier: AD68%20EFA
2026-03-30 06:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 752cf902-0a6e-5a56-86bc-871f283043a0 with scrape type 2
2026-03-30 06:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 752cf902-0a6e-5a56-86bc-871f283043a0 with scrape type 2
2026-03-30 06:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 752cf902-0a6e-5a56-86bc-871f283043a0, identifier: AD68%20EFA
2026-03-30 06:17:34 [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-30 06:17:34 [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-30 06:17:34 [bca.uk] INFO: Found listing with ID: HJ64%20UZB
2026-03-30 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ64%2520UZB%27 HTTP/1.1" 200 None
2026-03-30 06:17:34 [bca.uk] INFO: Scrape type for HJ64%20UZB: 2
2026-03-30 06:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3400e187-f0b5-51c2-a5af-d3782e15c857 with identifier: HJ64%20UZB
2026-03-30 06:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3400e187-f0b5-51c2-a5af-d3782e15c857 with scrape type 2
2026-03-30 06:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3400e187-f0b5-51c2-a5af-d3782e15c857 with scrape type 2
2026-03-30 06:17:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3400e187-f0b5-51c2-a5af-d3782e15c857, identifier: HJ64%20UZB
2026-03-30 06:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 898d02e1-8219-593f-be89-9b118494467b with identifier: MD72%20EUB
2026-03-30 06:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 898d02e1-8219-593f-be89-9b118494467b with identifier: MD72%20EUB
2026-03-30 06:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 898d02e1-8219-593f-be89-9b118494467b with identifier: MD72%20EUB to the API
2026-03-30 06:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=MD72%20EUB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '898d02e1-8219-593f-be89-9b118494467b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD72 EUB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20EUB&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 27391,
'odometer_reading_unit': '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': 'LRWYHCFS6PC705655',
'year': 2023}
2026-03-30 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD72%2520EUB%27 HTTP/1.1" 200 None
2026-03-30 06:17:35 [bca.uk] INFO: Saving data for MD72%20EUB: {'auction_closing_time': 1775037600.0, 'created_time': 1774649791.608138, 'last_price_update_time': 1774851455.305564}
2026-03-30 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520EUB') HTTP/1.1" 204 0
2026-03-30 06:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce9394a5-68dd-5653-9046-2efa090062b3 with identifier: AV75%20CWG
2026-03-30 06:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce9394a5-68dd-5653-9046-2efa090062b3 with identifier: AV75%20CWG
2026-03-30 06:17:35 [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-30 06:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV75%2520CWG%27 HTTP/1.1" 200 None
2026-03-30 06:17:35 [bca.uk] INFO: Saving data for AV75%20CWG: {'auction_closing_time': 1774951200.0, 'created_time': 1774649949.541268, 'last_price_update_time': 1774851455.695013}
2026-03-30 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:35 [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-30 06:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 752cf902-0a6e-5a56-86bc-871f283043a0 with identifier: AD68%20EFA
2026-03-30 06:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 752cf902-0a6e-5a56-86bc-871f283043a0 with identifier: AD68%20EFA
2026-03-30 06:17:35 [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-30 06:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:35 [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-30 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD68%2520EFA%27 HTTP/1.1" 200 None
2026-03-30 06:17:35 [bca.uk] INFO: Saving data for AD68%20EFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650071.859215, 'last_price_update_time': 1774851455.995566}
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:36 [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-30 06:17:36 [bca.uk] INFO: Found listing with ID: WR70%20CUU
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR70%2520CUU%27 HTTP/1.1" 200 None
2026-03-30 06:17:36 [bca.uk] INFO: Scrape type for WR70%20CUU: 2
2026-03-30 06:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with identifier: WR70%20CUU
2026-03-30 06:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with scrape type 2
2026-03-30 06:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with scrape type 2
2026-03-30 06:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6, identifier: WR70%20CUU
2026-03-30 06:17:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3400e187-f0b5-51c2-a5af-d3782e15c857 with identifier: HJ64%20UZB
2026-03-30 06:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3400e187-f0b5-51c2-a5af-d3782e15c857 with identifier: HJ64%20UZB
2026-03-30 06:17:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3400e187-f0b5-51c2-a5af-d3782e15c857 with identifier: HJ64%20UZB to the API
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:36 [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': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3400e187-f0b5-51c2-a5af-d3782e15c857',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ64 UZB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ64%20UZB&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 61181,
'odometer_reading_unit': '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': 'WF0KXXGCBKEB01806',
'year': 2014}
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ64%2520UZB%27 HTTP/1.1" 200 None
2026-03-30 06:17:36 [bca.uk] INFO: Saving data for HJ64%20UZB: {'auction_closing_time': 1774951200.0, 'created_time': 1774649729.728457, 'last_price_update_time': 1774851456.393205}
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ64%2520UZB') HTTP/1.1" 204 0
2026-03-30 06:17:36 [bca.uk] INFO: Found listing with ID: WU24%20DYD
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU24%2520DYD%27 HTTP/1.1" 200 None
2026-03-30 06:17:36 [bca.uk] INFO: Scrape type for WU24%20DYD: 2
2026-03-30 06:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83aab957-9054-5247-93a4-59ae82c9f83b with identifier: WU24%20DYD
2026-03-30 06:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83aab957-9054-5247-93a4-59ae82c9f83b with scrape type 2
2026-03-30 06:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83aab957-9054-5247-93a4-59ae82c9f83b with scrape type 2
2026-03-30 06:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83aab957-9054-5247-93a4-59ae82c9f83b, identifier: WU24%20DYD
2026-03-30 06:17:36 [bca.uk] INFO: Found listing with ID: CA72%20WDT
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA72%2520WDT%27 HTTP/1.1" 200 None
2026-03-30 06:17:36 [bca.uk] INFO: Scrape type for CA72%20WDT: 2
2026-03-30 06:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with identifier: CA72%20WDT
2026-03-30 06:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with scrape type 2
2026-03-30 06:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with scrape type 2
2026-03-30 06:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87, identifier: CA72%20WDT
2026-03-30 06:17:36 [bca.uk] INFO: Found listing with ID: YO73%20JVR
2026-03-30 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YO73%2520JVR%27 HTTP/1.1" 200 None
2026-03-30 06:17:36 [bca.uk] INFO: Scrape type for YO73%20JVR: 2
2026-03-30 06:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a1792f4-ac38-5552-8954-926d20348472 with identifier: YO73%20JVR
2026-03-30 06:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a1792f4-ac38-5552-8954-926d20348472 with scrape type 2
2026-03-30 06:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a1792f4-ac38-5552-8954-926d20348472 with scrape type 2
2026-03-30 06:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a1792f4-ac38-5552-8954-926d20348472, identifier: YO73%20JVR
2026-03-30 06:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with identifier: WR70%20CUU
2026-03-30 06:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2d9f491-b04b-520a-b7c6-f2d1f94c37e6 with identifier: WR70%20CUU
2026-03-30 06:17:36 [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-30 06:17:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:37 [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-30 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR70%2520CUU%27 HTTP/1.1" 200 None
2026-03-30 06:17:37 [bca.uk] INFO: Saving data for WR70%20CUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650183.636864, 'last_price_update_time': 1774851457.041521}
2026-03-30 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:37 [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-30 06:17:37 [bca.uk] INFO: Found listing with ID: MH16%20BXV
2026-03-30 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH16%2520BXV%27 HTTP/1.1" 200 None
2026-03-30 06:17:37 [bca.uk] INFO: Scrape type for MH16%20BXV: 2
2026-03-30 06:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 407940bb-76e8-500c-84ba-996f6758ea71 with identifier: MH16%20BXV
2026-03-30 06:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407940bb-76e8-500c-84ba-996f6758ea71 with scrape type 2
2026-03-30 06:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 407940bb-76e8-500c-84ba-996f6758ea71 with scrape type 2
2026-03-30 06:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 407940bb-76e8-500c-84ba-996f6758ea71, identifier: MH16%20BXV
2026-03-30 06:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83aab957-9054-5247-93a4-59ae82c9f83b with identifier: WU24%20DYD
2026-03-30 06:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83aab957-9054-5247-93a4-59ae82c9f83b with identifier: WU24%20DYD
2026-03-30 06:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83aab957-9054-5247-93a4-59ae82c9f83b with identifier: WU24%20DYD to the API
2026-03-30 06:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=WU24%20DYD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '83aab957-9054-5247-93a4-59ae82c9f83b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WU24 DYD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU24%20DYD&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 30810,
'odometer_reading_unit': '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': 'LRW3F7FS4RC083485',
'year': 2024}
2026-03-30 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU24%2520DYD%27 HTTP/1.1" 200 None
2026-03-30 06:17:37 [bca.uk] INFO: Saving data for WU24%20DYD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621192.929097, 'last_price_update_time': 1774851457.512106}
2026-03-30 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU24%2520DYD') HTTP/1.1" 204 0
2026-03-30 06:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with identifier: CA72%20WDT
2026-03-30 06:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 679f0da5-c8b8-5c5b-9954-e4a0786f7b87 with identifier: CA72%20WDT
2026-03-30 06:17:37 [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-30 06:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA72%2520WDT%27 HTTP/1.1" 200 None
2026-03-30 06:17:37 [bca.uk] INFO: Saving data for CA72%20WDT: {'auction_closing_time': 1774951200.0, 'created_time': 1774649934.412298, 'last_price_update_time': 1774851457.793299}
2026-03-30 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:37 [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-30 06:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a1792f4-ac38-5552-8954-926d20348472 with identifier: YO73%20JVR
2026-03-30 06:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a1792f4-ac38-5552-8954-926d20348472 with identifier: YO73%20JVR
2026-03-30 06:17:37 [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-30 06:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YO73%2520JVR%27 HTTP/1.1" 200 None
2026-03-30 06:17:38 [bca.uk] INFO: Saving data for YO73%20JVR: {'auction_closing_time': 1775037600.0, 'created_time': 1774045943.806298, 'last_price_update_time': 1774851458.088143}
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:38 [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-30 06:17:38 [bca.uk] INFO: Found listing with ID: JK03%20RWK
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JK03%2520RWK%27 HTTP/1.1" 200 None
2026-03-30 06:17:38 [bca.uk] INFO: Scrape type for JK03%20RWK: 2
2026-03-30 06:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with identifier: JK03%20RWK
2026-03-30 06:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with scrape type 2
2026-03-30 06:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with scrape type 2
2026-03-30 06:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a, identifier: JK03%20RWK
2026-03-30 06:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 407940bb-76e8-500c-84ba-996f6758ea71 with identifier: MH16%20BXV
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=estoril+blue HTTP/1.1" 200 None
2026-03-30 06:17:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 407940bb-76e8-500c-84ba-996f6758ea71 with identifier: MH16%20BXV
2026-03-30 06:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 407940bb-76e8-500c-84ba-996f6758ea71 with identifier: MH16%20BXV to the API
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:38 [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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH16%20BXV-GB',
'category': 'Car',
'color': 'estoril blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '407940bb-76e8-500c-84ba-996f6758ea71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MH16 BXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH16%20BXV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'BMW',
'model': '2 GRAN TOURER',
'odometer': 83455,
'odometer_reading_unit': '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 2.0 218D M SPORT MPV',
'transmission': 'manual',
'trim': '218D M SPORT',
'vin': 'WBA2E520305E23503',
'year': 2016}
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH16%2520BXV%27 HTTP/1.1" 200 None
2026-03-30 06:17:38 [bca.uk] INFO: Saving data for MH16%20BXV: {'auction_closing_time': 1774951200.0, 'created_time': 1774350694.613521, 'last_price_update_time': 1774851458.605115}
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH16%2520BXV') HTTP/1.1" 204 0
2026-03-30 06:17:38 [bca.uk] INFO: Found listing with ID: LA72%20VNB
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA72%2520VNB%27 HTTP/1.1" 200 None
2026-03-30 06:17:38 [bca.uk] INFO: Scrape type for LA72%20VNB: 2
2026-03-30 06:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de6bc297-c0c5-5be8-a38d-255297d24cd6 with identifier: LA72%20VNB
2026-03-30 06:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de6bc297-c0c5-5be8-a38d-255297d24cd6 with scrape type 2
2026-03-30 06:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de6bc297-c0c5-5be8-a38d-255297d24cd6 with scrape type 2
2026-03-30 06:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de6bc297-c0c5-5be8-a38d-255297d24cd6, identifier: LA72%20VNB
2026-03-30 06:17:38 [bca.uk] INFO: Found listing with ID: DE22%20WFB
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE22%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:17:38 [bca.uk] INFO: Scrape type for DE22%20WFB: 2
2026-03-30 06:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce491e9-79cc-5205-ba7b-418e81aa24cc with identifier: DE22%20WFB
2026-03-30 06:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce491e9-79cc-5205-ba7b-418e81aa24cc with scrape type 2
2026-03-30 06:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce491e9-79cc-5205-ba7b-418e81aa24cc with scrape type 2
2026-03-30 06:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dce491e9-79cc-5205-ba7b-418e81aa24cc, identifier: DE22%20WFB
2026-03-30 06:17:38 [bca.uk] INFO: Found listing with ID: HK75%20CPY
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK75%2520CPY%27 HTTP/1.1" 200 None
2026-03-30 06:17:38 [bca.uk] INFO: Scrape type for HK75%20CPY: 0
2026-03-30 06:17:38 [bca.uk] INFO: Found listing with ID: BN20%20ZMU
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BN20%2520ZMU%27 HTTP/1.1" 200 None
2026-03-30 06:17:38 [bca.uk] INFO: Scrape type for BN20%20ZMU: 0
2026-03-30 06:17:38 [bca.uk] INFO: Found listing with ID: VU22%20OPO
2026-03-30 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU22%2520OPO%27 HTTP/1.1" 200 None
2026-03-30 06:17:38 [bca.uk] INFO: Scrape type for VU22%20OPO: 2
2026-03-30 06:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e13ff18a-84f2-53fe-b0bc-d5d09c576126 with identifier: VU22%20OPO
2026-03-30 06:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e13ff18a-84f2-53fe-b0bc-d5d09c576126 with scrape type 2
2026-03-30 06:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e13ff18a-84f2-53fe-b0bc-d5d09c576126 with scrape type 2
2026-03-30 06:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e13ff18a-84f2-53fe-b0bc-d5d09c576126, identifier: VU22%20OPO
2026-03-30 06:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with identifier: JK03%20RWK
2026-03-30 06:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 957823a3-9b1c-5eae-b9f5-3bf12c879f9a with identifier: JK03%20RWK
2026-03-30 06:17:39 [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-30 06:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:39 [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-30 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JK03%2520RWK%27 HTTP/1.1" 200 None
2026-03-30 06:17:39 [bca.uk] INFO: Saving data for JK03%20RWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774650160.034744, 'last_price_update_time': 1774851459.297702}
2026-03-30 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:39 [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-30 06:17:39 [bca.uk] INFO: Found listing with ID: MJ17%20VKW
2026-03-30 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ17%2520VKW%27 HTTP/1.1" 200 None
2026-03-30 06:17:39 [bca.uk] INFO: Scrape type for MJ17%20VKW: 2
2026-03-30 06:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d39420b-599d-5536-b166-e5e3bfe4810f with identifier: MJ17%20VKW
2026-03-30 06:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d39420b-599d-5536-b166-e5e3bfe4810f with scrape type 2
2026-03-30 06:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d39420b-599d-5536-b166-e5e3bfe4810f with scrape type 2
2026-03-30 06:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d39420b-599d-5536-b166-e5e3bfe4810f, identifier: MJ17%20VKW
2026-03-30 06:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de6bc297-c0c5-5be8-a38d-255297d24cd6 with identifier: LA72%20VNB
2026-03-30 06:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de6bc297-c0c5-5be8-a38d-255297d24cd6 with identifier: LA72%20VNB
2026-03-30 06:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de6bc297-c0c5-5be8-a38d-255297d24cd6 with identifier: LA72%20VNB to the API
2026-03-30 06:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=LA72%20VNB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'de6bc297-c0c5-5be8-a38d-255297d24cd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LA72 VNB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20VNB&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 40363,
'odometer_reading_unit': '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': 'LRWYHCFSXPC706971',
'year': 2023}
2026-03-30 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA72%2520VNB%27 HTTP/1.1" 200 None
2026-03-30 06:17:39 [bca.uk] INFO: Saving data for LA72%20VNB: {'auction_closing_time': 1775037600.0, 'created_time': 1774649777.462637, 'last_price_update_time': 1774851459.809189}
2026-03-30 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520VNB') HTTP/1.1" 204 0
2026-03-30 06:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dce491e9-79cc-5205-ba7b-418e81aa24cc with identifier: DE22%20WFB
2026-03-30 06:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dce491e9-79cc-5205-ba7b-418e81aa24cc with identifier: DE22%20WFB
2026-03-30 06:17:39 [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-30 06:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE22%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:17:40 [bca.uk] INFO: Saving data for DE22%20WFB: {'auction_closing_time': 1774951200.0, 'created_time': 1774649935.942687, 'last_price_update_time': 1774851460.159109}
2026-03-30 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:40 [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-30 06:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e13ff18a-84f2-53fe-b0bc-d5d09c576126 with identifier: VU22%20OPO
2026-03-30 06:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e13ff18a-84f2-53fe-b0bc-d5d09c576126 with identifier: VU22%20OPO
2026-03-30 06:17:40 [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-30 06:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VU22%2520OPO%27 HTTP/1.1" 200 None
2026-03-30 06:17:40 [bca.uk] INFO: Saving data for VU22%20OPO: {'auction_closing_time': 1775037600.0, 'created_time': 1774265362.180722, 'last_price_update_time': 1774851460.454662}
2026-03-30 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:40 [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-30 06:17:40 [bca.uk] INFO: Found listing with ID: SW25%20DKD
2026-03-30 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW25%2520DKD%27 HTTP/1.1" 200 None
2026-03-30 06:17:40 [bca.uk] INFO: Scrape type for SW25%20DKD: 2
2026-03-30 06:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cbb2c54-5d08-5538-a189-6b21a9130fdc with identifier: SW25%20DKD
2026-03-30 06:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cbb2c54-5d08-5538-a189-6b21a9130fdc with scrape type 2
2026-03-30 06:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cbb2c54-5d08-5538-a189-6b21a9130fdc with scrape type 2
2026-03-30 06:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cbb2c54-5d08-5538-a189-6b21a9130fdc, identifier: SW25%20DKD
2026-03-30 06:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d39420b-599d-5536-b166-e5e3bfe4810f with identifier: MJ17%20VKW
2026-03-30 06:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d39420b-599d-5536-b166-e5e3bfe4810f with identifier: MJ17%20VKW
2026-03-30 06:17:40 [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-30 06:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520VKW%27 HTTP/1.1" 200 None
2026-03-30 06:17:40 [bca.uk] INFO: Saving data for MJ17%20VKW: {'auction_closing_time': 1774951200.0, 'created_time': 1774651116.905897, 'last_price_update_time': 1774851460.891784}
2026-03-30 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:40 [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-30 06:17:40 [bca.uk] INFO: Found listing with ID: DS20%20OCF
2026-03-30 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS20%2520OCF%27 HTTP/1.1" 200 None
2026-03-30 06:17:40 [bca.uk] INFO: Scrape type for DS20%20OCF: 2
2026-03-30 06:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 393410e3-2c59-5e3e-bd34-ebed06d81e69 with identifier: DS20%20OCF
2026-03-30 06:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 393410e3-2c59-5e3e-bd34-ebed06d81e69 with scrape type 2
2026-03-30 06:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 393410e3-2c59-5e3e-bd34-ebed06d81e69 with scrape type 2
2026-03-30 06:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 393410e3-2c59-5e3e-bd34-ebed06d81e69, identifier: DS20%20OCF
2026-03-30 06:17:41 [bca.uk] INFO: Found listing with ID: DG69%20YDO
2026-03-30 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG69%2520YDO%27 HTTP/1.1" 200 None
2026-03-30 06:17:41 [bca.uk] INFO: Scrape type for DG69%20YDO: 2
2026-03-30 06:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 806ed4e5-1e88-5832-bfae-68ab8e0915bd with identifier: DG69%20YDO
2026-03-30 06:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 806ed4e5-1e88-5832-bfae-68ab8e0915bd with scrape type 2
2026-03-30 06:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 806ed4e5-1e88-5832-bfae-68ab8e0915bd with scrape type 2
2026-03-30 06:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 806ed4e5-1e88-5832-bfae-68ab8e0915bd, identifier: DG69%20YDO
2026-03-30 06:17:41 [bca.uk] INFO: Found listing with ID: BP72%20RHA
2026-03-30 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP72%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:17:41 [bca.uk] INFO: Scrape type for BP72%20RHA: 0
2026-03-30 06:17:41 [bca.uk] INFO: Found listing with ID: BK21%20LFV
2026-03-30 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK21%2520LFV%27 HTTP/1.1" 200 None
2026-03-30 06:17:41 [bca.uk] INFO: Scrape type for BK21%20LFV: 0
2026-03-30 06:17:41 [bca.uk] INFO: Found listing with ID: VN72%20EUZ
2026-03-30 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN72%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:41 [bca.uk] INFO: Scrape type for VN72%20EUZ: 2
2026-03-30 06:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92ea79df-0204-55f1-a18e-8720a53c390f with identifier: VN72%20EUZ
2026-03-30 06:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92ea79df-0204-55f1-a18e-8720a53c390f with scrape type 2
2026-03-30 06:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92ea79df-0204-55f1-a18e-8720a53c390f with scrape type 2
2026-03-30 06:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92ea79df-0204-55f1-a18e-8720a53c390f, identifier: VN72%20EUZ
2026-03-30 06:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cbb2c54-5d08-5538-a189-6b21a9130fdc with identifier: SW25%20DKD
2026-03-30 06:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cbb2c54-5d08-5538-a189-6b21a9130fdc with identifier: SW25%20DKD
2026-03-30 06:17:41 [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-30 06:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:41 [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-30 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW25%2520DKD%27 HTTP/1.1" 200 None
2026-03-30 06:17:41 [bca.uk] INFO: Saving data for SW25%20DKD: {'auction_closing_time': 1775124000.0, 'created_time': 1774650165.212288, 'last_price_update_time': 1774851461.647934}
2026-03-30 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:41 [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-30 06:17:41 [bca.uk] INFO: Found listing with ID: SC16%20NGN
2026-03-30 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC16%2520NGN%27 HTTP/1.1" 200 None
2026-03-30 06:17:41 [bca.uk] INFO: Scrape type for SC16%20NGN: 2
2026-03-30 06:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c083be9-7c15-5c30-8488-ad941e3c411c with identifier: SC16%20NGN
2026-03-30 06:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c083be9-7c15-5c30-8488-ad941e3c411c with scrape type 2
2026-03-30 06:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c083be9-7c15-5c30-8488-ad941e3c411c with scrape type 2
2026-03-30 06:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c083be9-7c15-5c30-8488-ad941e3c411c, identifier: SC16%20NGN
2026-03-30 06:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 393410e3-2c59-5e3e-bd34-ebed06d81e69 with identifier: DS20%20OCF
2026-03-30 06:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 393410e3-2c59-5e3e-bd34-ebed06d81e69 with identifier: DS20%20OCF
2026-03-30 06:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 393410e3-2c59-5e3e-bd34-ebed06d81e69 with identifier: DS20%20OCF to the API
2026-03-30 06:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS20%20OCF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '393410e3-2c59-5e3e-bd34-ebed06d81e69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DS20 OCF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS20%20OCF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'AUDI',
'model': 'Q2',
'odometer': 50124,
'odometer_reading_unit': '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.0 30 TFSI TECHNIK Hatchback',
'transmission': 'manual',
'trim': '30 TFSI TECHNIK',
'vin': 'WAUZZZGA6LA070856',
'year': 2020}
2026-03-30 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS20%2520OCF%27 HTTP/1.1" 200 None
2026-03-30 06:17:42 [bca.uk] INFO: Saving data for DS20%20OCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774649795.293429, 'last_price_update_time': 1774851462.143317}
2026-03-30 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS20%2520OCF') HTTP/1.1" 204 0
2026-03-30 06:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 806ed4e5-1e88-5832-bfae-68ab8e0915bd with identifier: DG69%20YDO
2026-03-30 06:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 806ed4e5-1e88-5832-bfae-68ab8e0915bd with identifier: DG69%20YDO
2026-03-30 06:17:42 [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-30 06:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:42 [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-30 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DG69%2520YDO%27 HTTP/1.1" 200 None
2026-03-30 06:17:42 [bca.uk] INFO: Saving data for DG69%20YDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649936.995876, 'last_price_update_time': 1774851462.440468}
2026-03-30 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:42 [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-30 06:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92ea79df-0204-55f1-a18e-8720a53c390f with identifier: VN72%20EUZ
2026-03-30 06:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92ea79df-0204-55f1-a18e-8720a53c390f with identifier: VN72%20EUZ
2026-03-30 06:17:42 [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-30 06:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN72%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:42 [bca.uk] INFO: Saving data for VN72%20EUZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774524715.468202, 'last_price_update_time': 1774851462.733436}
2026-03-30 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:42 [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-30 06:17:42 [bca.uk] INFO: Found listing with ID: SY21%20TTU
2026-03-30 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY21%2520TTU%27 HTTP/1.1" 200 None
2026-03-30 06:17:42 [bca.uk] INFO: Scrape type for SY21%20TTU: 2
2026-03-30 06:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with identifier: SY21%20TTU
2026-03-30 06:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with scrape type 2
2026-03-30 06:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with scrape type 2
2026-03-30 06:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21, identifier: SY21%20TTU
2026-03-30 06:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c083be9-7c15-5c30-8488-ad941e3c411c with identifier: SC16%20NGN
2026-03-30 06:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c083be9-7c15-5c30-8488-ad941e3c411c with identifier: SC16%20NGN
2026-03-30 06:17:42 [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-30 06:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:17: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': 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-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520NGN%27 HTTP/1.1" 200 None
2026-03-30 06:17:43 [bca.uk] INFO: Saving data for SC16%20NGN: {'auction_closing_time': 1774951200.0, 'created_time': 1774004706.428227, 'last_price_update_time': 1774851463.147125}
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:43 [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-30 06:17:43 [bca.uk] INFO: Found listing with ID: LG23%20VVJ
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VVJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:43 [bca.uk] INFO: Scrape type for LG23%20VVJ: 2
2026-03-30 06:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0e4a784-834c-50b3-a256-3cde4daf613e with identifier: LG23%20VVJ
2026-03-30 06:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0e4a784-834c-50b3-a256-3cde4daf613e with scrape type 2
2026-03-30 06:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0e4a784-834c-50b3-a256-3cde4daf613e with scrape type 2
2026-03-30 06:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0e4a784-834c-50b3-a256-3cde4daf613e, identifier: LG23%20VVJ
2026-03-30 06:17:43 [bca.uk] INFO: Found listing with ID: RO22%20JUJ
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520JUJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:43 [bca.uk] INFO: Scrape type for RO22%20JUJ: 2
2026-03-30 06:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 125076ee-570f-5228-9cec-385b64f1eac7 with identifier: RO22%20JUJ
2026-03-30 06:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 125076ee-570f-5228-9cec-385b64f1eac7 with scrape type 2
2026-03-30 06:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 125076ee-570f-5228-9cec-385b64f1eac7 with scrape type 2
2026-03-30 06:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 125076ee-570f-5228-9cec-385b64f1eac7, identifier: RO22%20JUJ
2026-03-30 06:17:43 [bca.uk] INFO: Found listing with ID: LN69%20YHM
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520YHM%27 HTTP/1.1" 200 None
2026-03-30 06:17:43 [bca.uk] INFO: Scrape type for LN69%20YHM: 2
2026-03-30 06:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e41272bf-642f-590c-a27c-143765f6e2aa with identifier: LN69%20YHM
2026-03-30 06:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e41272bf-642f-590c-a27c-143765f6e2aa with scrape type 2
2026-03-30 06:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e41272bf-642f-590c-a27c-143765f6e2aa with scrape type 2
2026-03-30 06:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e41272bf-642f-590c-a27c-143765f6e2aa, identifier: LN69%20YHM
2026-03-30 06:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with identifier: SY21%20TTU
2026-03-30 06:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1c6040f-2200-51d8-8fbb-22ca1f1ccc21 with identifier: SY21%20TTU
2026-03-30 06:17:43 [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-30 06:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:17:43 [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-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520TTU%27 HTTP/1.1" 200 None
2026-03-30 06:17:43 [bca.uk] INFO: Saving data for SY21%20TTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650168.912843, 'last_price_update_time': 1774851463.77095}
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:43 [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-30 06:17:43 [bca.uk] INFO: Found listing with ID: WN13%20MHL
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN13%2520MHL%27 HTTP/1.1" 200 None
2026-03-30 06:17:43 [bca.uk] INFO: Scrape type for WN13%20MHL: 2
2026-03-30 06:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6766454-9a9c-52f3-8c96-685cd70dd72b with identifier: WN13%20MHL
2026-03-30 06:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6766454-9a9c-52f3-8c96-685cd70dd72b with scrape type 2
2026-03-30 06:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6766454-9a9c-52f3-8c96-685cd70dd72b with scrape type 2
2026-03-30 06:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6766454-9a9c-52f3-8c96-685cd70dd72b, identifier: WN13%20MHL
2026-03-30 06:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0e4a784-834c-50b3-a256-3cde4daf613e with identifier: LG23%20VVJ
2026-03-30 06:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0e4a784-834c-50b3-a256-3cde4daf613e with identifier: LG23%20VVJ
2026-03-30 06:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0e4a784-834c-50b3-a256-3cde4daf613e with identifier: LG23%20VVJ to the API
2026-03-30 06:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:44 [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%20VVJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e0e4a784-834c-50b3-a256-3cde4daf613e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LG23 VVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20VVJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 12081,
'odometer_reading_unit': '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': 'LRW3F7FS6PC751767',
'year': 2023}
2026-03-30 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG23%2520VVJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:44 [bca.uk] INFO: Saving data for LG23%20VVJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621136.490785, 'last_price_update_time': 1774851464.282681}
2026-03-30 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520VVJ') HTTP/1.1" 204 0
2026-03-30 06:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 125076ee-570f-5228-9cec-385b64f1eac7 with identifier: RO22%20JUJ
2026-03-30 06:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 125076ee-570f-5228-9cec-385b64f1eac7 with identifier: RO22%20JUJ
2026-03-30 06:17:44 [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-30 06:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO22%2520JUJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:44 [bca.uk] INFO: Saving data for RO22%20JUJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649927.281764, 'last_price_update_time': 1774851464.578132}
2026-03-30 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:44 [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-30 06:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e41272bf-642f-590c-a27c-143765f6e2aa with identifier: LN69%20YHM
2026-03-30 06:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e41272bf-642f-590c-a27c-143765f6e2aa with identifier: LN69%20YHM
2026-03-30 06:17:44 [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-30 06:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN69%2520YHM%27 HTTP/1.1" 200 None
2026-03-30 06:17:44 [bca.uk] INFO: Saving data for LN69%20YHM: {'auction_closing_time': 1774951200.0, 'created_time': 1774650080.838227, 'last_price_update_time': 1774851464.876854}
2026-03-30 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:44 [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-30 06:17:44 [bca.uk] INFO: Found listing with ID: PK70%20LYY
2026-03-30 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK70%2520LYY%27 HTTP/1.1" 200 None
2026-03-30 06:17:44 [bca.uk] INFO: Scrape type for PK70%20LYY: 2
2026-03-30 06:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b10122-6de3-53ee-9155-e37af0e7df44 with identifier: PK70%20LYY
2026-03-30 06:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b10122-6de3-53ee-9155-e37af0e7df44 with scrape type 2
2026-03-30 06:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b10122-6de3-53ee-9155-e37af0e7df44 with scrape type 2
2026-03-30 06:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8b10122-6de3-53ee-9155-e37af0e7df44, identifier: PK70%20LYY
2026-03-30 06:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6766454-9a9c-52f3-8c96-685cd70dd72b with identifier: WN13%20MHL
2026-03-30 06:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6766454-9a9c-52f3-8c96-685cd70dd72b with identifier: WN13%20MHL
2026-03-30 06:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6766454-9a9c-52f3-8c96-685cd70dd72b with identifier: WN13%20MHL to the API
2026-03-30 06:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN13%20MHL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e6766454-9a9c-52f3-8c96-685cd70dd72b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN13 MHL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN13%20MHL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 153680,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'manual',
'trim': 'ACENTA',
'vin': 'SJNFBAF15U6367871',
'year': 2013}
2026-03-30 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520MHL%27 HTTP/1.1" 200 None
2026-03-30 06:17:45 [bca.uk] INFO: Saving data for WN13%20MHL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562910.3957691, 'last_price_update_time': 1774851465.28317}
2026-03-30 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN13%2520MHL') HTTP/1.1" 204 0
2026-03-30 06:17:45 [bca.uk] INFO: Found listing with ID: GJ23%20JSY
2026-03-30 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ23%2520JSY%27 HTTP/1.1" 200 None
2026-03-30 06:17:45 [bca.uk] INFO: Scrape type for GJ23%20JSY: 2
2026-03-30 06:17:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49b73aaf-47db-5b35-9b2b-bb04ec313204 with identifier: GJ23%20JSY
2026-03-30 06:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49b73aaf-47db-5b35-9b2b-bb04ec313204 with scrape type 2
2026-03-30 06:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49b73aaf-47db-5b35-9b2b-bb04ec313204 with scrape type 2
2026-03-30 06:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49b73aaf-47db-5b35-9b2b-bb04ec313204, identifier: GJ23%20JSY
2026-03-30 06:17:45 [bca.uk] INFO: Found listing with ID: WU23%20EOV
2026-03-30 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU23%2520EOV%27 HTTP/1.1" 200 None
2026-03-30 06:17:45 [bca.uk] INFO: Scrape type for WU23%20EOV: 2
2026-03-30 06:17:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d35105e-f91b-57b6-ba19-585d0b3496a7 with identifier: WU23%20EOV
2026-03-30 06:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d35105e-f91b-57b6-ba19-585d0b3496a7 with scrape type 2
2026-03-30 06:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d35105e-f91b-57b6-ba19-585d0b3496a7 with scrape type 2
2026-03-30 06:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d35105e-f91b-57b6-ba19-585d0b3496a7, identifier: WU23%20EOV
2026-03-30 06:17:45 [bca.uk] INFO: Found listing with ID: LJ72%20YEF
2026-03-30 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ72%2520YEF%27 HTTP/1.1" 200 None
2026-03-30 06:17:45 [bca.uk] INFO: Scrape type for LJ72%20YEF: 2
2026-03-30 06:17:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with identifier: LJ72%20YEF
2026-03-30 06:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with scrape type 2
2026-03-30 06:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with scrape type 2
2026-03-30 06:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a, identifier: LJ72%20YEF
2026-03-30 06:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8b10122-6de3-53ee-9155-e37af0e7df44 with identifier: PK70%20LYY
2026-03-30 06:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8b10122-6de3-53ee-9155-e37af0e7df44 with identifier: PK70%20LYY
2026-03-30 06:17:45 [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-30 06:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:45 [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-30 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK70%2520LYY%27 HTTP/1.1" 200 None
2026-03-30 06:17:45 [bca.uk] INFO: Saving data for PK70%20LYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774391406.939232, 'last_price_update_time': 1774851465.979428}
2026-03-30 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:46 [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-30 06:17:46 [bca.uk] INFO: Found listing with ID: SC61%20BYP
2026-03-30 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC61%2520BYP%27 HTTP/1.1" 200 None
2026-03-30 06:17:46 [bca.uk] INFO: Scrape type for SC61%20BYP: 2
2026-03-30 06:17:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e986871f-dd76-5114-96a4-68048bf3ab7e with identifier: SC61%20BYP
2026-03-30 06:17:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e986871f-dd76-5114-96a4-68048bf3ab7e with scrape type 2
2026-03-30 06:17:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e986871f-dd76-5114-96a4-68048bf3ab7e with scrape type 2
2026-03-30 06:17:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e986871f-dd76-5114-96a4-68048bf3ab7e, identifier: SC61%20BYP
2026-03-30 06:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49b73aaf-47db-5b35-9b2b-bb04ec313204 with identifier: GJ23%20JSY
2026-03-30 06:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49b73aaf-47db-5b35-9b2b-bb04ec313204 with identifier: GJ23%20JSY
2026-03-30 06:17:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49b73aaf-47db-5b35-9b2b-bb04ec313204 with identifier: GJ23%20JSY to the API
2026-03-30 06:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ23%20JSY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '49b73aaf-47db-5b35-9b2b-bb04ec313204',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GJ23 JSY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ23%20JSY&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 49647,
'odometer_reading_unit': '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': 'LRWYHCEK2PC705962',
'year': 2023}
2026-03-30 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ23%2520JSY%27 HTTP/1.1" 200 None
2026-03-30 06:17:46 [bca.uk] INFO: Saving data for GJ23%20JSY: {'auction_closing_time': 1775037600.0, 'created_time': 1774621163.268137, 'last_price_update_time': 1774851466.451003}
2026-03-30 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ23%2520JSY') HTTP/1.1" 204 0
2026-03-30 06:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d35105e-f91b-57b6-ba19-585d0b3496a7 with identifier: WU23%20EOV
2026-03-30 06:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d35105e-f91b-57b6-ba19-585d0b3496a7 with identifier: WU23%20EOV
2026-03-30 06:17:46 [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-30 06:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:46 [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-30 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU23%2520EOV%27 HTTP/1.1" 200 None
2026-03-30 06:17:46 [bca.uk] INFO: Saving data for WU23%20EOV: {'auction_closing_time': 1774951200.0, 'created_time': 1774649928.379646, 'last_price_update_time': 1774851466.748666}
2026-03-30 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:46 [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-30 06:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with identifier: LJ72%20YEF
2026-03-30 06:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0df7add1-a594-5b1d-9d6f-48d845f0dd5a with identifier: LJ72%20YEF
2026-03-30 06:17:46 [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-30 06:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LJ72%2520YEF%27 HTTP/1.1" 200 None
2026-03-30 06:17:47 [bca.uk] INFO: Saving data for LJ72%20YEF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650068.772666, 'last_price_update_time': 1774851467.048175}
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:47 [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-30 06:17:47 [bca.uk] INFO: Found listing with ID: SF19%20LPH
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF19%2520LPH%27 HTTP/1.1" 200 None
2026-03-30 06:17:47 [bca.uk] INFO: Scrape type for SF19%20LPH: 2
2026-03-30 06:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44f525a5-6477-5e36-9cd7-82af48c57163 with identifier: SF19%20LPH
2026-03-30 06:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44f525a5-6477-5e36-9cd7-82af48c57163 with scrape type 2
2026-03-30 06:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44f525a5-6477-5e36-9cd7-82af48c57163 with scrape type 2
2026-03-30 06:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44f525a5-6477-5e36-9cd7-82af48c57163, identifier: SF19%20LPH
2026-03-30 06:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e986871f-dd76-5114-96a4-68048bf3ab7e with identifier: SC61%20BYP
2026-03-30 06:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e986871f-dd76-5114-96a4-68048bf3ab7e with identifier: SC61%20BYP
2026-03-30 06:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e986871f-dd76-5114-96a4-68048bf3ab7e with identifier: SC61%20BYP to the API
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC61%20BYP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e986871f-dd76-5114-96a4-68048bf3ab7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SC61 BYP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC61%20BYP&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 61678,
'odometer_reading_unit': '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': 'WVWZZZ6RZCY172845',
'year': 2012}
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC61%2520BYP%27 HTTP/1.1" 200 None
2026-03-30 06:17:47 [bca.uk] INFO: Saving data for SC61%20BYP: {'auction_closing_time': 1774951200.0, 'created_time': 1774562900.988267, 'last_price_update_time': 1774851467.459156}
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC61%2520BYP') HTTP/1.1" 204 0
2026-03-30 06:17:47 [bca.uk] INFO: Found listing with ID: KX10%20FFW
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX10%2520FFW%27 HTTP/1.1" 200 None
2026-03-30 06:17:47 [bca.uk] INFO: Scrape type for KX10%20FFW: 2
2026-03-30 06:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d70294f6-380a-5e25-8a8e-4a3644fa4759 with identifier: KX10%20FFW
2026-03-30 06:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d70294f6-380a-5e25-8a8e-4a3644fa4759 with scrape type 2
2026-03-30 06:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d70294f6-380a-5e25-8a8e-4a3644fa4759 with scrape type 2
2026-03-30 06:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d70294f6-380a-5e25-8a8e-4a3644fa4759, identifier: KX10%20FFW
2026-03-30 06:17:47 [bca.uk] INFO: Found listing with ID: CA72%20UMR
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA72%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:17:47 [bca.uk] INFO: Scrape type for CA72%20UMR: 2
2026-03-30 06:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79e35118-7eb8-51ad-adda-e294125f5974 with identifier: CA72%20UMR
2026-03-30 06:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79e35118-7eb8-51ad-adda-e294125f5974 with scrape type 2
2026-03-30 06:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79e35118-7eb8-51ad-adda-e294125f5974 with scrape type 2
2026-03-30 06:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79e35118-7eb8-51ad-adda-e294125f5974, identifier: CA72%20UMR
2026-03-30 06:17:47 [bca.uk] INFO: Found listing with ID: LG69%20WXZ
2026-03-30 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG69%2520WXZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:47 [bca.uk] INFO: Scrape type for LG69%20WXZ: 2
2026-03-30 06:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd06e04-198f-558a-8887-2c4e253bb31a with identifier: LG69%20WXZ
2026-03-30 06:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd06e04-198f-558a-8887-2c4e253bb31a with scrape type 2
2026-03-30 06:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dd06e04-198f-558a-8887-2c4e253bb31a with scrape type 2
2026-03-30 06:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dd06e04-198f-558a-8887-2c4e253bb31a, identifier: LG69%20WXZ
2026-03-30 06:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44f525a5-6477-5e36-9cd7-82af48c57163 with identifier: SF19%20LPH
2026-03-30 06:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44f525a5-6477-5e36-9cd7-82af48c57163 with identifier: SF19%20LPH
2026-03-30 06:17:47 [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-30 06:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:48 [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-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF19%2520LPH%27 HTTP/1.1" 200 None
2026-03-30 06:17:48 [bca.uk] INFO: Saving data for SF19%20LPH: {'auction_closing_time': 1774864800.0, 'created_time': 1774650168.558917, 'last_price_update_time': 1774851468.166163}
2026-03-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:48 [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-30 06:17:48 [bca.uk] INFO: Found listing with ID: RO09%20UJK
2026-03-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO09%2520UJK%27 HTTP/1.1" 200 None
2026-03-30 06:17:48 [bca.uk] INFO: Scrape type for RO09%20UJK: 0
2026-03-30 06:17:48 [bca.uk] INFO: Found listing with ID: KV66%20XDL
2026-03-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV66%2520XDL%27 HTTP/1.1" 200 None
2026-03-30 06:17:48 [bca.uk] INFO: Scrape type for KV66%20XDL: 2
2026-03-30 06:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c760322b-97f5-5569-b0cb-b9a0ed78836e with identifier: KV66%20XDL
2026-03-30 06:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c760322b-97f5-5569-b0cb-b9a0ed78836e with scrape type 2
2026-03-30 06:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c760322b-97f5-5569-b0cb-b9a0ed78836e with scrape type 2
2026-03-30 06:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c760322b-97f5-5569-b0cb-b9a0ed78836e, identifier: KV66%20XDL
2026-03-30 06:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d70294f6-380a-5e25-8a8e-4a3644fa4759 with identifier: KX10%20FFW
2026-03-30 06:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d70294f6-380a-5e25-8a8e-4a3644fa4759 with identifier: KX10%20FFW
2026-03-30 06:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d70294f6-380a-5e25-8a8e-4a3644fa4759 with identifier: KX10%20FFW to the API
2026-03-30 06:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX10%20FFW-GB',
'category': 'Motorhome',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd70294f6-380a-5e25-8a8e-4a3644fa4759',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KX10 FFW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX10%20FFW&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'AUTO-SLEEPERS',
'model': 'NUEVO II',
'odometer': 27839,
'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': 'AUTO-SLEEPERS NUEVO II 2.2 MOTORHOME CoachbuiltBespoke',
'transmission': 'manual',
'trim': 'MOTORHOME',
'vin': 'VF3YBFMAA11731487',
'year': 2010}
2026-03-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX10%2520FFW%27 HTTP/1.1" 200 None
2026-03-30 06:17:48 [bca.uk] INFO: Saving data for KX10%20FFW: {'auction_closing_time': 1775124000.0, 'created_time': 1774649812.949881, 'last_price_update_time': 1774851468.579251}
2026-03-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX10%2520FFW') HTTP/1.1" 204 0
2026-03-30 06:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79e35118-7eb8-51ad-adda-e294125f5974 with identifier: CA72%20UMR
2026-03-30 06:17: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-30 06:17: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-30 06:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:48 [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-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA72%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:17:48 [bca.uk] INFO: Saving data for CA72%20UMR: {'auction_closing_time': 1774951200.0, 'created_time': 1774649914.754679, 'last_price_update_time': 1774851468.935728}
2026-03-30 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:48 [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-30 06:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dd06e04-198f-558a-8887-2c4e253bb31a with identifier: LG69%20WXZ
2026-03-30 06:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dd06e04-198f-558a-8887-2c4e253bb31a with identifier: LG69%20WXZ
2026-03-30 06:17:49 [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-30 06:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:17: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': 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-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG69%2520WXZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Saving data for LG69%20WXZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650007.8182, 'last_price_update_time': 1774851469.235952}
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:49 [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-30 06:17:49 [bca.uk] INFO: Found listing with ID: SK22%20ZRT
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK22%2520ZRT%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Scrape type for SK22%20ZRT: 2
2026-03-30 06:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb5213e0-d705-5f78-9668-438cad7b4ee5 with identifier: SK22%20ZRT
2026-03-30 06:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb5213e0-d705-5f78-9668-438cad7b4ee5 with scrape type 2
2026-03-30 06:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb5213e0-d705-5f78-9668-438cad7b4ee5 with scrape type 2
2026-03-30 06:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb5213e0-d705-5f78-9668-438cad7b4ee5, identifier: SK22%20ZRT
2026-03-30 06:17:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c760322b-97f5-5569-b0cb-b9a0ed78836e with identifier: KV66%20XDL
2026-03-30 06:17:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c760322b-97f5-5569-b0cb-b9a0ed78836e with identifier: KV66%20XDL
2026-03-30 06:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c760322b-97f5-5569-b0cb-b9a0ed78836e with identifier: KV66%20XDL to the API
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:17:49 [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=KV66%20XDL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c760322b-97f5-5569-b0cb-b9a0ed78836e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV66 XDL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV66%20XDL&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLVO',
'model': 'V40 X-COUNTRY',
'odometer': 101823,
'odometer_reading_unit': '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 V40 X-COUNTRY 2.0 D3 D-E 150 PRO G/T Hatchback',
'transmission': 'manual',
'trim': 'D3 D-E 150 PRO G/T',
'vin': 'YV1MZ79L0H2120996',
'year': 2016}
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV66%2520XDL%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Saving data for KV66%20XDL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562913.311955, 'last_price_update_time': 1774851469.661263}
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV66%2520XDL') HTTP/1.1" 204 0
2026-03-30 06:17:49 [bca.uk] INFO: Found listing with ID: GJ22%20GXX
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ22%2520GXX%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Scrape type for GJ22%20GXX: 2
2026-03-30 06:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90e37681-8e4b-5306-bf1f-77dd6f86e9ea with identifier: GJ22%20GXX
2026-03-30 06:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90e37681-8e4b-5306-bf1f-77dd6f86e9ea with scrape type 2
2026-03-30 06:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90e37681-8e4b-5306-bf1f-77dd6f86e9ea with scrape type 2
2026-03-30 06:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90e37681-8e4b-5306-bf1f-77dd6f86e9ea, identifier: GJ22%20GXX
2026-03-30 06:17:49 [bca.uk] INFO: Found listing with ID: FV73%20KHC
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV73%2520KHC%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Scrape type for FV73%20KHC: 2
2026-03-30 06:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with identifier: FV73%20KHC
2026-03-30 06:17: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-30 06:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with scrape type 2
2026-03-30 06:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f28d152-5d5d-5b5a-bfe5-11a66582e849, identifier: FV73%20KHC
2026-03-30 06:17:49 [bca.uk] INFO: Found listing with ID: MW20%20BWD
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW20%2520BWD%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Scrape type for MW20%20BWD: 0
2026-03-30 06:17:49 [bca.uk] INFO: Found listing with ID: PIJ%202496
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PIJ%25202496%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Scrape type for PIJ%202496: 0
2026-03-30 06:17:49 [bca.uk] INFO: Found listing with ID: HG22%20NFU
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG22%2520NFU%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Scrape type for HG22%20NFU: 0
2026-03-30 06:17:49 [bca.uk] INFO: Found listing with ID: PN22%20USV
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN22%2520USV%27 HTTP/1.1" 200 None
2026-03-30 06:17:49 [bca.uk] INFO: Scrape type for PN22%20USV: 0
2026-03-30 06:17:49 [bca.uk] INFO: Found listing with ID: YK19%20RGE
2026-03-30 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK19%2520RGE%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for YK19%20RGE: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: LC72%20RVE
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520RVE%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for LC72%20RVE: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: LT21%20WOA
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT21%2520WOA%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for LT21%20WOA: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: LT21%20WSW
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT21%2520WSW%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for LT21%20WSW: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: YA72%20FHB
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA72%2520FHB%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for YA72%20FHB: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: YK21%20ZXN
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YK21%2520ZXN%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for YK21%20ZXN: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: DL70%20XFN
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL70%2520XFN%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for DL70%20XFN: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: DL71%20YBH
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL71%2520YBH%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for DL71%20YBH: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: LC72%20MKP
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520MKP%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for LC72%20MKP: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: BG73%20WGW
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG73%2520WGW%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for BG73%20WGW: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: DN20%20SXZ
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN20%2520SXZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for DN20%20SXZ: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: DW24%20HFP
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DW24%2520HFP%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for DW24%20HFP: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: BC70%20VUN
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC70%2520VUN%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for BC70%20VUN: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: HJ73%20OWX
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ73%2520OWX%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for HJ73%20OWX: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: EK18%20GYV
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK18%2520GYV%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for EK18%20GYV: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: KM68%20OAY
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM68%2520OAY%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for KM68%20OAY: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: LV20%20GXY
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV20%2520GXY%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for LV20%20GXY: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: LL17%20AXH
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LL17%2520AXH%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for LL17%20AXH: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: T11%20PBG
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27T11%2520PBG%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for T11%20PBG: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: GN20%20WLF
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN20%2520WLF%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for GN20%20WLF: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: KP70%20LKM
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP70%2520LKM%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for KP70%20LKM: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: KW73%20LYF
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW73%2520LYF%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for KW73%20LYF: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: BV20%20EFS
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV20%2520EFS%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for BV20%20EFS: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: GL71%20EOG
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL71%2520EOG%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for GL71%20EOG: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: KR71%20YJH
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR71%2520YJH%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for KR71%20YJH: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: RK71%20MPU
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK71%2520MPU%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for RK71%20MPU: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: YS19%20JMO
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS19%2520JMO%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for YS19%20JMO: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: BK71%20VZJ
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK71%2520VZJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for BK71%20VZJ: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: LT23%20OLX
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT23%2520OLX%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for LT23%20OLX: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: SY72%20JRO
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY72%2520JRO%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for SY72%20JRO: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: YG69%20EFA
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG69%2520EFA%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for YG69%20EFA: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: AF70%20OVM
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF70%2520OVM%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for AF70%20OVM: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: GD69%20XPA
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GD69%2520XPA%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for GD69%20XPA: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: GL71%20PFZ
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GL71%2520PFZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for GL71%20PFZ: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: LN18%20EZT
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN18%2520EZT%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for LN18%20EZT: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: MJ69%20HJC
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ69%2520HJC%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for MJ69%20HJC: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: MJ70%20LHA
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ70%2520LHA%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for MJ70%20LHA: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: HV22%20OTN
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV22%2520OTN%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for HV22%20OTN: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: DL21%20GXB
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL21%2520GXB%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for DL21%20GXB: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: OE16%20VDP
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE16%2520VDP%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for OE16%20VDP: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: KO23%20ULA
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO23%2520ULA%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for KO23%20ULA: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: AR19%20OTG
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AR19%2520OTG%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for AR19%20OTG: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: EO69%20MVA
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO69%2520MVA%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for EO69%20MVA: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: SM72%20HUO
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM72%2520HUO%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for SM72%20HUO: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: KT18%20FFE
2026-03-30 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT18%2520FFE%27 HTTP/1.1" 200 None
2026-03-30 06:17:50 [bca.uk] INFO: Scrape type for KT18%20FFE: 0
2026-03-30 06:17:50 [bca.uk] INFO: Found listing with ID: FH70%20TTZ
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH70%2520TTZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for FH70%20TTZ: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: FP69%20KWM
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP69%2520KWM%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for FP69%20KWM: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: KE65%20YRY
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE65%2520YRY%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for KE65%20YRY: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: NU20%20LZS
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU20%2520LZS%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for NU20%20LZS: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: BB05%20OJB
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BB05%2520OJB%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for BB05%20OJB: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: FP69%20OJT
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP69%2520OJT%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for FP69%20OJT: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: GX70%20VAE
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX70%2520VAE%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for GX70%20VAE: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: SW69%20EFM
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW69%2520EFM%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for SW69%20EFM: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: VO69%20JNJ
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO69%2520JNJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for VO69%20JNJ: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: AJ19%20JYG
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ19%2520JYG%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for AJ19%20JYG: 0
2026-03-30 06:17:51 [bca.uk] INFO: Found listing with ID: BP67%20TPF
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP67%2520TPF%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for BP67%20TPF: 2
2026-03-30 06:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca88a101-1292-5aea-9b9a-78edafb1c27a with identifier: BP67%20TPF
2026-03-30 06:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca88a101-1292-5aea-9b9a-78edafb1c27a with scrape type 2
2026-03-30 06:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca88a101-1292-5aea-9b9a-78edafb1c27a with scrape type 2
2026-03-30 06:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca88a101-1292-5aea-9b9a-78edafb1c27a, identifier: BP67%20TPF
2026-03-30 06:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb5213e0-d705-5f78-9668-438cad7b4ee5 with identifier: SK22%20ZRT
2026-03-30 06:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb5213e0-d705-5f78-9668-438cad7b4ee5 with identifier: SK22%20ZRT
2026-03-30 06:17:51 [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-30 06:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:17:51 [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-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK22%2520ZRT%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Saving data for SK22%20ZRT: {'auction_closing_time': 1774864800.0, 'created_time': 1774535664.608704, 'last_price_update_time': 1774851471.780063}
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:51 [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-30 06:17:51 [bca.uk] INFO: Found listing with ID: HV58%20LRN
2026-03-30 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV58%2520LRN%27 HTTP/1.1" 200 None
2026-03-30 06:17:51 [bca.uk] INFO: Scrape type for HV58%20LRN: 2
2026-03-30 06:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fefb1dd1-f882-5984-af19-2729c749b669 with identifier: HV58%20LRN
2026-03-30 06:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fefb1dd1-f882-5984-af19-2729c749b669 with scrape type 2
2026-03-30 06:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fefb1dd1-f882-5984-af19-2729c749b669 with scrape type 2
2026-03-30 06:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fefb1dd1-f882-5984-af19-2729c749b669, identifier: HV58%20LRN
2026-03-30 06:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90e37681-8e4b-5306-bf1f-77dd6f86e9ea with identifier: GJ22%20GXX
2026-03-30 06:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90e37681-8e4b-5306-bf1f-77dd6f86e9ea with identifier: GJ22%20GXX
2026-03-30 06:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90e37681-8e4b-5306-bf1f-77dd6f86e9ea with identifier: GJ22%20GXX to the API
2026-03-30 06:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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=GJ22%20GXX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '90e37681-8e4b-5306-bf1f-77dd6f86e9ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GJ22 GXX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20GXX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 38264,
'odometer_reading_unit': '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': 'LRWYHCEK6NC248294',
'year': 2022}
2026-03-30 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ22%2520GXX%27 HTTP/1.1" 200 None
2026-03-30 06:17:52 [bca.uk] INFO: Saving data for GJ22%20GXX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621137.261952, 'last_price_update_time': 1774851472.324687}
2026-03-30 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520GXX') HTTP/1.1" 204 0
2026-03-30 06:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with identifier: FV73%20KHC
2026-03-30 06:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f28d152-5d5d-5b5a-bfe5-11a66582e849 with identifier: FV73%20KHC
2026-03-30 06:17:52 [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-30 06:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV73%2520KHC%27 HTTP/1.1" 200 None
2026-03-30 06:17:52 [bca.uk] INFO: Saving data for FV73%20KHC: {'auction_closing_time': 1774951200.0, 'created_time': 1774649916.225899, 'last_price_update_time': 1774851472.627784}
2026-03-30 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:52 [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-30 06:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca88a101-1292-5aea-9b9a-78edafb1c27a with identifier: BP67%20TPF
2026-03-30 06:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca88a101-1292-5aea-9b9a-78edafb1c27a with identifier: BP67%20TPF
2026-03-30 06:17:52 [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-30 06:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:52 [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=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-30 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BP67%2520TPF%27 HTTP/1.1" 200 None
2026-03-30 06:17:52 [bca.uk] INFO: Saving data for BP67%20TPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650191.286391, 'last_price_update_time': 1774851472.931451}
2026-03-30 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:52 [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-30 06:17:52 [bca.uk] INFO: Found listing with ID: SY18%20ONF
2026-03-30 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY18%2520ONF%27 HTTP/1.1" 200 None
2026-03-30 06:17:52 [bca.uk] INFO: Scrape type for SY18%20ONF: 2
2026-03-30 06:17:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe8aa27-9781-56dd-8a7b-6648f3808bad with identifier: SY18%20ONF
2026-03-30 06:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe8aa27-9781-56dd-8a7b-6648f3808bad with scrape type 2
2026-03-30 06:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe8aa27-9781-56dd-8a7b-6648f3808bad with scrape type 2
2026-03-30 06:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efe8aa27-9781-56dd-8a7b-6648f3808bad, identifier: SY18%20ONF
2026-03-30 06:17:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fefb1dd1-f882-5984-af19-2729c749b669 with identifier: HV58%20LRN
2026-03-30 06:17:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fefb1dd1-f882-5984-af19-2729c749b669 with identifier: HV58%20LRN
2026-03-30 06:17:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fefb1dd1-f882-5984-af19-2729c749b669 with identifier: HV58%20LRN to the API
2026-03-30 06:17:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV58%20LRN-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.8L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fefb1dd1-f882-5984-af19-2729c749b669',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV58 LRN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV58%20LRN&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 116044,
'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 TYPE S GT Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC TYPE S GT',
'vin': 'SHHFN13608U002712',
'year': 2008}
2026-03-30 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV58%2520LRN%27 HTTP/1.1" 200 None
2026-03-30 06:17:53 [bca.uk] INFO: Saving data for HV58%20LRN: {'auction_closing_time': 1774951200.0, 'created_time': 1774562909.553261, 'last_price_update_time': 1774851473.377891}
2026-03-30 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV58%2520LRN') HTTP/1.1" 204 0
2026-03-30 06:17:53 [bca.uk] INFO: Found listing with ID: BL72%20KOD
2026-03-30 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL72%2520KOD%27 HTTP/1.1" 200 None
2026-03-30 06:17:53 [bca.uk] INFO: Scrape type for BL72%20KOD: 2
2026-03-30 06:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6abcb53-0dbc-5176-a8ed-1cf7337d1f27 with identifier: BL72%20KOD
2026-03-30 06:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6abcb53-0dbc-5176-a8ed-1cf7337d1f27 with scrape type 2
2026-03-30 06:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6abcb53-0dbc-5176-a8ed-1cf7337d1f27 with scrape type 2
2026-03-30 06:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6abcb53-0dbc-5176-a8ed-1cf7337d1f27, identifier: BL72%20KOD
2026-03-30 06:17:53 [bca.uk] INFO: Found listing with ID: OE71%20WWU
2026-03-30 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE71%2520WWU%27 HTTP/1.1" 200 None
2026-03-30 06:17:53 [bca.uk] INFO: Scrape type for OE71%20WWU: 2
2026-03-30 06:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02c85950-c5c9-5dc4-8f93-328c7c23799f with identifier: OE71%20WWU
2026-03-30 06:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02c85950-c5c9-5dc4-8f93-328c7c23799f with scrape type 2
2026-03-30 06:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02c85950-c5c9-5dc4-8f93-328c7c23799f with scrape type 2
2026-03-30 06:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02c85950-c5c9-5dc4-8f93-328c7c23799f, identifier: OE71%20WWU
2026-03-30 06:17:53 [bca.uk] INFO: Found listing with ID: HG19%20RSU
2026-03-30 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG19%2520RSU%27 HTTP/1.1" 200 None
2026-03-30 06:17:53 [bca.uk] INFO: Scrape type for HG19%20RSU: 2
2026-03-30 06:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da6ee6fb-aa41-5351-a95a-f71c9346edb5 with identifier: HG19%20RSU
2026-03-30 06:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da6ee6fb-aa41-5351-a95a-f71c9346edb5 with scrape type 2
2026-03-30 06:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da6ee6fb-aa41-5351-a95a-f71c9346edb5 with scrape type 2
2026-03-30 06:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da6ee6fb-aa41-5351-a95a-f71c9346edb5, identifier: HG19%20RSU
2026-03-30 06:17:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efe8aa27-9781-56dd-8a7b-6648f3808bad with identifier: SY18%20ONF
2026-03-30 06:17:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efe8aa27-9781-56dd-8a7b-6648f3808bad with identifier: SY18%20ONF
2026-03-30 06:17:53 [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-30 06:17:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:54 [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-30 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY18%2520ONF%27 HTTP/1.1" 200 None
2026-03-30 06:17:54 [bca.uk] INFO: Saving data for SY18%20ONF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650167.769486, 'last_price_update_time': 1774851474.040874}
2026-03-30 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:54 [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-30 06:17:54 [bca.uk] INFO: Found listing with ID: GN63%20FFY
2026-03-30 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN63%2520FFY%27 HTTP/1.1" 200 None
2026-03-30 06:17:54 [bca.uk] INFO: Scrape type for GN63%20FFY: 2
2026-03-30 06:17:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae5ec70c-b190-5e28-b8e9-582b12d4acd6 with identifier: GN63%20FFY
2026-03-30 06:17:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae5ec70c-b190-5e28-b8e9-582b12d4acd6 with scrape type 2
2026-03-30 06:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae5ec70c-b190-5e28-b8e9-582b12d4acd6 with scrape type 2
2026-03-30 06:17:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae5ec70c-b190-5e28-b8e9-582b12d4acd6, identifier: GN63%20FFY
2026-03-30 06:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6abcb53-0dbc-5176-a8ed-1cf7337d1f27 with identifier: BL72%20KOD
2026-03-30 06:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6abcb53-0dbc-5176-a8ed-1cf7337d1f27 with identifier: BL72%20KOD
2026-03-30 06:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6abcb53-0dbc-5176-a8ed-1cf7337d1f27 with identifier: BL72%20KOD to the API
2026-03-30 06:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:54 [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=BL72%20KOD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e6abcb53-0dbc-5176-a8ed-1cf7337d1f27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BL72 KOD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL72%20KOD&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 44766,
'odometer_reading_unit': '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': 'LRWYHCEK3PC552587',
'year': 2022}
2026-03-30 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL72%2520KOD%27 HTTP/1.1" 200 None
2026-03-30 06:17:54 [bca.uk] INFO: Saving data for BL72%20KOD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621244.802086, 'last_price_update_time': 1774851474.461679}
2026-03-30 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520KOD') HTTP/1.1" 204 0
2026-03-30 06:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02c85950-c5c9-5dc4-8f93-328c7c23799f with identifier: OE71%20WWU
2026-03-30 06:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02c85950-c5c9-5dc4-8f93-328c7c23799f with identifier: OE71%20WWU
2026-03-30 06:17:54 [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-30 06:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE71%2520WWU%27 HTTP/1.1" 200 None
2026-03-30 06:17:54 [bca.uk] INFO: Saving data for OE71%20WWU: {'auction_closing_time': 1774951200.0, 'created_time': 1774649919.346947, 'last_price_update_time': 1774851474.758883}
2026-03-30 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:54 [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-30 06:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da6ee6fb-aa41-5351-a95a-f71c9346edb5 with identifier: HG19%20RSU
2026-03-30 06:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da6ee6fb-aa41-5351-a95a-f71c9346edb5 with identifier: HG19%20RSU
2026-03-30 06:17:54 [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-30 06:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG19%2520RSU%27 HTTP/1.1" 200 None
2026-03-30 06:17:55 [bca.uk] INFO: Saving data for HG19%20RSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650190.740263, 'last_price_update_time': 1774851475.041014}
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:55 [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-30 06:17:55 [bca.uk] INFO: Found listing with ID: RK66%20BWN
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK66%2520BWN%27 HTTP/1.1" 200 None
2026-03-30 06:17:55 [bca.uk] INFO: Scrape type for RK66%20BWN: 2
2026-03-30 06:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17090567-cbad-5853-ad2f-6f6fdd074cb1 with identifier: RK66%20BWN
2026-03-30 06:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17090567-cbad-5853-ad2f-6f6fdd074cb1 with scrape type 2
2026-03-30 06:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17090567-cbad-5853-ad2f-6f6fdd074cb1 with scrape type 2
2026-03-30 06:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17090567-cbad-5853-ad2f-6f6fdd074cb1, identifier: RK66%20BWN
2026-03-30 06:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae5ec70c-b190-5e28-b8e9-582b12d4acd6 with identifier: GN63%20FFY
2026-03-30 06:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae5ec70c-b190-5e28-b8e9-582b12d4acd6 with identifier: GN63%20FFY
2026-03-30 06:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae5ec70c-b190-5e28-b8e9-582b12d4acd6 with identifier: GN63%20FFY to the API
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:55 [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': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN63%20FFY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ae5ec70c-b190-5e28-b8e9-582b12d4acd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GN63 FFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN63%20FFY&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'SKODA',
'model': 'YETI',
'odometer': 73233,
'odometer_reading_unit': '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 ELEGANCE DSG Estate',
'transmission': 'automatic',
'trim': 'TDI CR 140 4X4 ELEGANCE DSG',
'vin': 'TMBMD75L2D6083211',
'year': 2013}
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN63%2520FFY%27 HTTP/1.1" 200 None
2026-03-30 06:17:55 [bca.uk] INFO: Saving data for GN63%20FFY: {'auction_closing_time': 1774951200.0, 'created_time': 1774562907.814197, 'last_price_update_time': 1774851475.456761}
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN63%2520FFY') HTTP/1.1" 204 0
2026-03-30 06:17:55 [bca.uk] INFO: Found listing with ID: OV10%20HBL
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV10%2520HBL%27 HTTP/1.1" 200 None
2026-03-30 06:17:55 [bca.uk] INFO: Scrape type for OV10%20HBL: 2
2026-03-30 06:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 826ef4c8-f1ee-528e-87bf-5f5f90a81e6f with identifier: OV10%20HBL
2026-03-30 06:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 826ef4c8-f1ee-528e-87bf-5f5f90a81e6f with scrape type 2
2026-03-30 06:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 826ef4c8-f1ee-528e-87bf-5f5f90a81e6f with scrape type 2
2026-03-30 06:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 826ef4c8-f1ee-528e-87bf-5f5f90a81e6f, identifier: OV10%20HBL
2026-03-30 06:17:55 [bca.uk] INFO: Found listing with ID: RF72%20OYM
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF72%2520OYM%27 HTTP/1.1" 200 None
2026-03-30 06:17:55 [bca.uk] INFO: Scrape type for RF72%20OYM: 2
2026-03-30 06:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8159a48-b0da-522a-b67a-0522c3fe7fb7 with identifier: RF72%20OYM
2026-03-30 06:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8159a48-b0da-522a-b67a-0522c3fe7fb7 with scrape type 2
2026-03-30 06:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8159a48-b0da-522a-b67a-0522c3fe7fb7 with scrape type 2
2026-03-30 06:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8159a48-b0da-522a-b67a-0522c3fe7fb7, identifier: RF72%20OYM
2026-03-30 06:17:55 [bca.uk] INFO: Found listing with ID: KX20%20HXR
2026-03-30 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX20%2520HXR%27 HTTP/1.1" 200 None
2026-03-30 06:17:55 [bca.uk] INFO: Scrape type for KX20%20HXR: 2
2026-03-30 06:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36ce459-3c2c-5aa7-b957-fe7000f8fcea with identifier: KX20%20HXR
2026-03-30 06:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36ce459-3c2c-5aa7-b957-fe7000f8fcea with scrape type 2
2026-03-30 06:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36ce459-3c2c-5aa7-b957-fe7000f8fcea with scrape type 2
2026-03-30 06:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c36ce459-3c2c-5aa7-b957-fe7000f8fcea, identifier: KX20%20HXR
2026-03-30 06:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17090567-cbad-5853-ad2f-6f6fdd074cb1 with identifier: RK66%20BWN
2026-03-30 06:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17090567-cbad-5853-ad2f-6f6fdd074cb1 with identifier: RK66%20BWN
2026-03-30 06:17:55 [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-30 06:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:56 [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-30 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK66%2520BWN%27 HTTP/1.1" 200 None
2026-03-30 06:17:56 [bca.uk] INFO: Saving data for RK66%20BWN: {'auction_closing_time': 1775124000.0, 'created_time': 1774650167.389611, 'last_price_update_time': 1774851476.107944}
2026-03-30 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:56 [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-30 06:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 826ef4c8-f1ee-528e-87bf-5f5f90a81e6f with identifier: OV10%20HBL
2026-03-30 06:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 826ef4c8-f1ee-528e-87bf-5f5f90a81e6f with identifier: OV10%20HBL
2026-03-30 06:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 826ef4c8-f1ee-528e-87bf-5f5f90a81e6f with identifier: OV10%20HBL to the API
2026-03-30 06:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:56 [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': 159,
'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': '826ef4c8-f1ee-528e-87bf-5f5f90a81e6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV10 HBL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV10%20HBL&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 51615,
'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': 'automatic',
'trim': 'N-TEC',
'vin': 'SJNFBAK12U3215599',
'year': 2010}
2026-03-30 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OV10%2520HBL%27 HTTP/1.1" 200 None
2026-03-30 06:17:56 [bca.uk] INFO: Saving data for OV10%20HBL: {'auction_closing_time': 1775124000.0, 'created_time': 1774649771.679212, 'last_price_update_time': 1774851476.386767}
2026-03-30 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV10%2520HBL') HTTP/1.1" 204 0
2026-03-30 06:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8159a48-b0da-522a-b67a-0522c3fe7fb7 with identifier: RF72%20OYM
2026-03-30 06:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8159a48-b0da-522a-b67a-0522c3fe7fb7 with identifier: RF72%20OYM
2026-03-30 06:17:56 [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-30 06:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF72%2520OYM%27 HTTP/1.1" 200 None
2026-03-30 06:17:56 [bca.uk] INFO: Saving data for RF72%20OYM: {'auction_closing_time': 1774951200.0, 'created_time': 1774649890.178579, 'last_price_update_time': 1774851476.746985}
2026-03-30 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:56 [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-30 06:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c36ce459-3c2c-5aa7-b957-fe7000f8fcea with identifier: KX20%20HXR
2026-03-30 06:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c36ce459-3c2c-5aa7-b957-fe7000f8fcea with identifier: KX20%20HXR
2026-03-30 06:17:56 [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-30 06:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX20%2520HXR%27 HTTP/1.1" 200 None
2026-03-30 06:17:57 [bca.uk] INFO: Saving data for KX20%20HXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774650192.115002, 'last_price_update_time': 1774851477.057077}
2026-03-30 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:57 [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-30 06:17:57 [bca.uk] INFO: Found listing with ID: AE69%20PCU
2026-03-30 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE69%2520PCU%27 HTTP/1.1" 200 None
2026-03-30 06:17:57 [bca.uk] INFO: Scrape type for AE69%20PCU: 2
2026-03-30 06:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3dc9214-8671-5942-bcff-585ecd99f4e8 with identifier: AE69%20PCU
2026-03-30 06:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3dc9214-8671-5942-bcff-585ecd99f4e8 with scrape type 2
2026-03-30 06:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3dc9214-8671-5942-bcff-585ecd99f4e8 with scrape type 2
2026-03-30 06:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3dc9214-8671-5942-bcff-585ecd99f4e8, identifier: AE69%20PCU
2026-03-30 06:17:57 [bca.uk] INFO: Found listing with ID: R12%20OKJ
2026-03-30 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27R12%2520OKJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:57 [bca.uk] INFO: Scrape type for R12%20OKJ: 2
2026-03-30 06:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33dcb51c-7437-507a-9e5b-0fce44492280 with identifier: R12%20OKJ
2026-03-30 06:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33dcb51c-7437-507a-9e5b-0fce44492280 with scrape type 2
2026-03-30 06:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33dcb51c-7437-507a-9e5b-0fce44492280 with scrape type 2
2026-03-30 06:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33dcb51c-7437-507a-9e5b-0fce44492280, identifier: R12%20OKJ
2026-03-30 06:17:57 [bca.uk] INFO: Found listing with ID: CX68%20MYP
2026-03-30 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX68%2520MYP%27 HTTP/1.1" 200 None
2026-03-30 06:17:57 [bca.uk] INFO: Scrape type for CX68%20MYP: 2
2026-03-30 06:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with identifier: CX68%20MYP
2026-03-30 06:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with scrape type 2
2026-03-30 06:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with scrape type 2
2026-03-30 06:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f, identifier: CX68%20MYP
2026-03-30 06:17:57 [bca.uk] INFO: Found listing with ID: NG21%20WPZ
2026-03-30 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG21%2520WPZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:57 [bca.uk] INFO: Scrape type for NG21%20WPZ: 2
2026-03-30 06:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9145dea2-e009-5e94-ad39-57e44b9020bc with identifier: NG21%20WPZ
2026-03-30 06:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9145dea2-e009-5e94-ad39-57e44b9020bc with scrape type 2
2026-03-30 06:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9145dea2-e009-5e94-ad39-57e44b9020bc with scrape type 2
2026-03-30 06:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9145dea2-e009-5e94-ad39-57e44b9020bc, identifier: NG21%20WPZ
2026-03-30 06:17:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3dc9214-8671-5942-bcff-585ecd99f4e8 with identifier: AE69%20PCU
2026-03-30 06:17:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3dc9214-8671-5942-bcff-585ecd99f4e8 with identifier: AE69%20PCU
2026-03-30 06:17:57 [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-30 06:17:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE69%2520PCU%27 HTTP/1.1" 200 None
2026-03-30 06:17:57 [bca.uk] INFO: Saving data for AE69%20PCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774044204.150624, 'last_price_update_time': 1774851477.877162}
2026-03-30 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:57 [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-30 06:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33dcb51c-7437-507a-9e5b-0fce44492280 with identifier: R12%20OKJ
2026-03-30 06:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33dcb51c-7437-507a-9e5b-0fce44492280 with identifier: R12%20OKJ
2026-03-30 06:17:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33dcb51c-7437-507a-9e5b-0fce44492280 with identifier: R12%20OKJ to the API
2026-03-30 06:17:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17: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-30 06:17:58 [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=R12%20OKJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '33dcb51c-7437-507a-9e5b-0fce44492280',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'R12 OKJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=R12%20OKJ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 56909,
'odometer_reading_unit': '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 DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 122 MATCH DSG',
'vin': 'WVWZZZAUZFP082724',
'year': 2015}
2026-03-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27R12%2520OKJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:58 [bca.uk] INFO: Saving data for R12%20OKJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774649780.376787, 'last_price_update_time': 1774851478.291025}
2026-03-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R12%2520OKJ') HTTP/1.1" 204 0
2026-03-30 06:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with identifier: CX68%20MYP
2026-03-30 06:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dad3490-01a2-5db6-aa61-90e4b5e6de2f with identifier: CX68%20MYP
2026-03-30 06:17:58 [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-30 06:17:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17: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-30 06:17: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': 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-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX68%2520MYP%27 HTTP/1.1" 200 None
2026-03-30 06:17:58 [bca.uk] INFO: Saving data for CX68%20MYP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649878.339019, 'last_price_update_time': 1774851478.589077}
2026-03-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:58 [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-30 06:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9145dea2-e009-5e94-ad39-57e44b9020bc with identifier: NG21%20WPZ
2026-03-30 06:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9145dea2-e009-5e94-ad39-57e44b9020bc with identifier: NG21%20WPZ
2026-03-30 06:17:58 [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-30 06:17:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:17: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-30 06:17: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': 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-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG21%2520WPZ%27 HTTP/1.1" 200 None
2026-03-30 06:17:58 [bca.uk] INFO: Saving data for NG21%20WPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650179.97977, 'last_price_update_time': 1774851478.879108}
2026-03-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:58 [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-30 06:17:58 [bca.uk] INFO: Found listing with ID: DA72%20FKE
2026-03-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA72%2520FKE%27 HTTP/1.1" 200 None
2026-03-30 06:17:58 [bca.uk] INFO: Scrape type for DA72%20FKE: 0
2026-03-30 06:17:58 [bca.uk] INFO: Found listing with ID: DF18%20LXT
2026-03-30 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF18%2520LXT%27 HTTP/1.1" 200 None
2026-03-30 06:17:58 [bca.uk] INFO: Scrape type for DF18%20LXT: 2
2026-03-30 06:17:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with identifier: DF18%20LXT
2026-03-30 06:17:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with scrape type 2
2026-03-30 06:17:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with scrape type 2
2026-03-30 06:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984, identifier: DF18%20LXT
2026-03-30 06:17:59 [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-30 06:17:59 [bca.uk] INFO: Found listing with ID: KN62%20FGD
2026-03-30 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN62%2520FGD%27 HTTP/1.1" 200 None
2026-03-30 06:17:59 [bca.uk] INFO: Scrape type for KN62%20FGD: 2
2026-03-30 06:17:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f578528-9a53-5ebf-a2a8-83f45e77f70a with identifier: KN62%20FGD
2026-03-30 06:17:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f578528-9a53-5ebf-a2a8-83f45e77f70a with scrape type 2
2026-03-30 06:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f578528-9a53-5ebf-a2a8-83f45e77f70a with scrape type 2
2026-03-30 06:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f578528-9a53-5ebf-a2a8-83f45e77f70a, identifier: KN62%20FGD
2026-03-30 06:17:59 [bca.uk] INFO: Found listing with ID: EY20%20BYH
2026-03-30 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-30 06:17:59 [bca.uk] INFO: Scrape type for EY20%20BYH: 0
2026-03-30 06:17:59 [bca.uk] INFO: Found listing with ID: VO70%20NUJ
2026-03-30 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO70%2520NUJ%27 HTTP/1.1" 200 None
2026-03-30 06:17:59 [bca.uk] INFO: Scrape type for VO70%20NUJ: 0
2026-03-30 06:17:59 [bca.uk] INFO: Found listing with ID: DY24%20HVL
2026-03-30 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY24%2520HVL%27 HTTP/1.1" 200 None
2026-03-30 06:17:59 [bca.uk] INFO: Scrape type for DY24%20HVL: 2
2026-03-30 06:17:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with identifier: DY24%20HVL
2026-03-30 06:17:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with scrape type 2
2026-03-30 06:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with scrape type 2
2026-03-30 06:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae, identifier: DY24%20HVL
2026-03-30 06:17:59 [bca.uk] INFO: Found listing with ID: SE19%20GMF
2026-03-30 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE19%2520GMF%27 HTTP/1.1" 200 None
2026-03-30 06:17:59 [bca.uk] INFO: Scrape type for SE19%20GMF: 2
2026-03-30 06:17:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2758818d-d40a-52fd-bfc0-4772ea850f75 with identifier: SE19%20GMF
2026-03-30 06:17:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2758818d-d40a-52fd-bfc0-4772ea850f75 with scrape type 2
2026-03-30 06:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2758818d-d40a-52fd-bfc0-4772ea850f75 with scrape type 2
2026-03-30 06:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2758818d-d40a-52fd-bfc0-4772ea850f75, identifier: SE19%20GMF
2026-03-30 06:17:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with identifier: DF18%20LXT
2026-03-30 06:17:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2c8961f-ebfd-5de0-8c9d-d3c29bb0a984 with identifier: DF18%20LXT
2026-03-30 06:17:59 [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-30 06:17:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17: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': 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-30 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF18%2520LXT%27 HTTP/1.1" 200 None
2026-03-30 06:17:59 [bca.uk] INFO: Saving data for DF18%20LXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774438013.228796, 'last_price_update_time': 1774851479.69204}
2026-03-30 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:17:59 [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-30 06:17:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f578528-9a53-5ebf-a2a8-83f45e77f70a with identifier: KN62%20FGD
2026-03-30 06:17:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f578528-9a53-5ebf-a2a8-83f45e77f70a with identifier: KN62%20FGD
2026-03-30 06:17:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f578528-9a53-5ebf-a2a8-83f45e77f70a with identifier: KN62%20FGD to the API
2026-03-30 06:17:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:17:59 [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': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN62%20FGD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4f578528-9a53-5ebf-a2a8-83f45e77f70a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN62 FGD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN62%20FGD&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 76955,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'HONDA JAZZ 1.4 I-VTEC ES Hatchback',
'transmission': 'automatic',
'trim': 'I-VTEC ES',
'vin': 'SHHGG6860DU005422',
'year': 2012}
2026-03-30 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN62%2520FGD%27 HTTP/1.1" 200 None
2026-03-30 06:17:59 [bca.uk] INFO: Saving data for KN62%20FGD: {'auction_closing_time': 1775124000.0, 'created_time': 1774649781.808307, 'last_price_update_time': 1774851479.993859}
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN62%2520FGD') HTTP/1.1" 204 0
2026-03-30 06:18:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with identifier: DY24%20HVL
2026-03-30 06:18:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4dd03cc-d4ba-5dc6-b6a9-9b5bb15c7eae with identifier: DY24%20HVL
2026-03-30 06:18:00 [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-30 06:18:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY24%2520HVL%27 HTTP/1.1" 200 None
2026-03-30 06:18:00 [bca.uk] INFO: Saving data for DY24%20HVL: {'auction_closing_time': 1775124000.0, 'created_time': 1774649918.975382, 'last_price_update_time': 1774851480.2994}
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:00 [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-30 06:18:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2758818d-d40a-52fd-bfc0-4772ea850f75 with identifier: SE19%20GMF
2026-03-30 06:18:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2758818d-d40a-52fd-bfc0-4772ea850f75 with identifier: SE19%20GMF
2026-03-30 06:18:00 [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-30 06:18:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:00 [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': 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-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE19%2520GMF%27 HTTP/1.1" 200 None
2026-03-30 06:18:00 [bca.uk] INFO: Saving data for SE19%20GMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650181.488745, 'last_price_update_time': 1774851480.604097}
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:00 [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-30 06:18:00 [bca.uk] INFO: Found listing with ID: EG68%20NZZ
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG68%2520NZZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:00 [bca.uk] INFO: Scrape type for EG68%20NZZ: 2
2026-03-30 06:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84054928-12aa-5109-8d6d-520246991fab with identifier: EG68%20NZZ
2026-03-30 06:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84054928-12aa-5109-8d6d-520246991fab with scrape type 2
2026-03-30 06:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84054928-12aa-5109-8d6d-520246991fab with scrape type 2
2026-03-30 06:18:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84054928-12aa-5109-8d6d-520246991fab, identifier: EG68%20NZZ
2026-03-30 06:18:00 [bca.uk] INFO: Found listing with ID: PK20%20WMF
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK20%2520WMF%27 HTTP/1.1" 200 None
2026-03-30 06:18:00 [bca.uk] INFO: Scrape type for PK20%20WMF: 2
2026-03-30 06:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85181da5-81b3-5a81-83a4-8c0e8300d2b2 with identifier: PK20%20WMF
2026-03-30 06:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85181da5-81b3-5a81-83a4-8c0e8300d2b2 with scrape type 2
2026-03-30 06:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85181da5-81b3-5a81-83a4-8c0e8300d2b2 with scrape type 2
2026-03-30 06:18:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85181da5-81b3-5a81-83a4-8c0e8300d2b2, identifier: PK20%20WMF
2026-03-30 06:18:00 [bca.uk] INFO: Found listing with ID: YX19%20YEU
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520YEU%27 HTTP/1.1" 200 None
2026-03-30 06:18:00 [bca.uk] INFO: Scrape type for YX19%20YEU: 0
2026-03-30 06:18:00 [bca.uk] INFO: Found listing with ID: OE21%20GFO
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE21%2520GFO%27 HTTP/1.1" 200 None
2026-03-30 06:18:00 [bca.uk] INFO: Scrape type for OE21%20GFO: 2
2026-03-30 06:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ad101c4-02a1-5e84-968c-a4eb042e5555 with identifier: OE21%20GFO
2026-03-30 06:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ad101c4-02a1-5e84-968c-a4eb042e5555 with scrape type 2
2026-03-30 06:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ad101c4-02a1-5e84-968c-a4eb042e5555 with scrape type 2
2026-03-30 06:18:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ad101c4-02a1-5e84-968c-a4eb042e5555, identifier: OE21%20GFO
2026-03-30 06:18:00 [bca.uk] INFO: Found listing with ID: DT19%20CYZ
2026-03-30 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT19%2520CYZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:00 [bca.uk] INFO: Scrape type for DT19%20CYZ: 2
2026-03-30 06:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with identifier: DT19%20CYZ
2026-03-30 06:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with scrape type 2
2026-03-30 06:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with scrape type 2
2026-03-30 06:18:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d, identifier: DT19%20CYZ
2026-03-30 06:18:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84054928-12aa-5109-8d6d-520246991fab with identifier: EG68%20NZZ
2026-03-30 06:18:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84054928-12aa-5109-8d6d-520246991fab with identifier: EG68%20NZZ
2026-03-30 06:18:01 [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-30 06:18:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG68%2520NZZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:01 [bca.uk] INFO: Saving data for EG68%20NZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650160.401476, 'last_price_update_time': 1774851481.384114}
2026-03-30 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:01 [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-30 06:18:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85181da5-81b3-5a81-83a4-8c0e8300d2b2 with identifier: PK20%20WMF
2026-03-30 06:18:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85181da5-81b3-5a81-83a4-8c0e8300d2b2 with identifier: PK20%20WMF
2026-03-30 06:18:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85181da5-81b3-5a81-83a4-8c0e8300d2b2 with identifier: PK20%20WMF to the API
2026-03-30 06:18:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:01 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20WMF-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '85181da5-81b3-5a81-83a4-8c0e8300d2b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK20 WMF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20WMF&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'CITAN DUALINER',
'odometer': 129014,
'odometer_reading_unit': '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 CITAN DUALINER 1.5 109 CDI 90 X-LONG CrewCab Van',
'transmission': 'manual',
'trim': '109 CDI 90 X-LONG',
'vin': 'WDF4156032U276204',
'year': 2020}
2026-03-30 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK20%2520WMF%27 HTTP/1.1" 200 None
2026-03-30 06:18:01 [bca.uk] INFO: Saving data for PK20%20WMF: {'auction_closing_time': 1775037600.0, 'created_time': 1774649767.746698, 'last_price_update_time': 1774851481.763951}
2026-03-30 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520WMF') HTTP/1.1" 204 0
2026-03-30 06:18:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ad101c4-02a1-5e84-968c-a4eb042e5555 with identifier: OE21%20GFO
2026-03-30 06:18:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ad101c4-02a1-5e84-968c-a4eb042e5555 with identifier: OE21%20GFO
2026-03-30 06:18:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ad101c4-02a1-5e84-968c-a4eb042e5555 with identifier: OE21%20GFO to the API
2026-03-30 06:18:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE21%20GFO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3ad101c4-02a1-5e84-968c-a4eb042e5555',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE21 GFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE21%20GFO&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'GLB 200',
'odometer': 46045,
'odometer_reading_unit': '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 GLB 200 1.3 AMG LINE PREMIUM PLUS 7G StationWagon',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM PLUS 7G',
'vin': 'W1N2476872W132401',
'year': 2021}
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE21%2520GFO%27 HTTP/1.1" 200 None
2026-03-30 06:18:02 [bca.uk] INFO: Saving data for OE21%20GFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774562661.058262, 'last_price_update_time': 1774851482.095219}
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE21%2520GFO') HTTP/1.1" 204 0
2026-03-30 06:18:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with identifier: DT19%20CYZ
2026-03-30 06:18:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bad5534-c0b9-50e6-b2a3-0caa1253dd6d with identifier: DT19%20CYZ
2026-03-30 06:18:02 [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-30 06:18:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT19%2520CYZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:02 [bca.uk] INFO: Saving data for DT19%20CYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650180.708832, 'last_price_update_time': 1774851482.390314}
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:02 [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-30 06:18:02 [bca.uk] INFO: Found listing with ID: MA20%20EVV
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA20%2520EVV%27 HTTP/1.1" 200 None
2026-03-30 06:18:02 [bca.uk] INFO: Scrape type for MA20%20EVV: 2
2026-03-30 06:18:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ac29842-4893-51dd-a179-0ceff7166d9c with identifier: MA20%20EVV
2026-03-30 06:18:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ac29842-4893-51dd-a179-0ceff7166d9c with scrape type 2
2026-03-30 06:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ac29842-4893-51dd-a179-0ceff7166d9c with scrape type 2
2026-03-30 06:18:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ac29842-4893-51dd-a179-0ceff7166d9c, identifier: MA20%20EVV
2026-03-30 06:18:02 [bca.uk] INFO: Found listing with ID: PK20%20UYN
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK20%2520UYN%27 HTTP/1.1" 200 None
2026-03-30 06:18:02 [bca.uk] INFO: Scrape type for PK20%20UYN: 2
2026-03-30 06:18:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6dd6630-aa07-5fe5-8d1e-588821a017f8 with identifier: PK20%20UYN
2026-03-30 06:18:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6dd6630-aa07-5fe5-8d1e-588821a017f8 with scrape type 2
2026-03-30 06:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6dd6630-aa07-5fe5-8d1e-588821a017f8 with scrape type 2
2026-03-30 06:18:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6dd6630-aa07-5fe5-8d1e-588821a017f8, identifier: PK20%20UYN
2026-03-30 06:18:02 [bca.uk] INFO: Found listing with ID: AO20%20OTU
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AO20%2520OTU%27 HTTP/1.1" 200 None
2026-03-30 06:18:02 [bca.uk] INFO: Scrape type for AO20%20OTU: 0
2026-03-30 06:18:02 [bca.uk] INFO: Found listing with ID: YX19%20LTO
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX19%2520LTO%27 HTTP/1.1" 200 None
2026-03-30 06:18:02 [bca.uk] INFO: Scrape type for YX19%20LTO: 2
2026-03-30 06:18:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with identifier: YX19%20LTO
2026-03-30 06:18:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with scrape type 2
2026-03-30 06:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with scrape type 2
2026-03-30 06:18:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb0caf43-d780-5f6e-a83c-ffbeecd1f110, identifier: YX19%20LTO
2026-03-30 06:18:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ac29842-4893-51dd-a179-0ceff7166d9c with identifier: MA20%20EVV
2026-03-30 06:18:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ac29842-4893-51dd-a179-0ceff7166d9c with identifier: MA20%20EVV
2026-03-30 06:18:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ac29842-4893-51dd-a179-0ceff7166d9c with identifier: MA20%20EVV to the API
2026-03-30 06:18:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA20%20EVV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9ac29842-4893-51dd-a179-0ceff7166d9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA20 EVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA20%20EVV&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'BMW',
'model': 'M135I',
'odometer': 58775,
'odometer_reading_unit': '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 M135I 2.0 XDRIVE STEP Hatchback',
'transmission': 'automatic',
'trim': 'XDRIVE STEP',
'vin': 'WBA7L120807F61823',
'year': 2020}
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA20%2520EVV%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Saving data for MA20%20EVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774736317.888735, 'last_price_update_time': 1774851483.039899}
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA20%2520EVV') HTTP/1.1" 204 0
2026-03-30 06:18:03 [bca.uk] INFO: Total items found: 100
2026-03-30 06:18:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded
2026-03-30 06:18:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:18:03 [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-30 06:18:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6dd6630-aa07-5fe5-8d1e-588821a017f8 with identifier: PK20%20UYN
2026-03-30 06:18:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6dd6630-aa07-5fe5-8d1e-588821a017f8 with identifier: PK20%20UYN
2026-03-30 06:18:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6dd6630-aa07-5fe5-8d1e-588821a017f8 with identifier: PK20%20UYN to the API
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20UYN-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd6dd6630-aa07-5fe5-8d1e-588821a017f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK20 UYN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20UYN&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MERCEDES-BENZ',
'model': 'CITAN DUALINER',
'odometer': 122031,
'odometer_reading_unit': '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 CITAN DUALINER 1.5 109 CDI 90 X-LONG CrewCab Van',
'transmission': 'manual',
'trim': '109 CDI 90 X-LONG',
'vin': 'W1V4156032U281608',
'year': 2020}
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK20%2520UYN%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Saving data for PK20%20UYN: {'auction_closing_time': 1775037600.0, 'created_time': 1774649782.484055, 'last_price_update_time': 1774851483.351474}
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520UYN') HTTP/1.1" 204 0
2026-03-30 06:18:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with identifier: YX19%20LTO
2026-03-30 06:18:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb0caf43-d780-5f6e-a83c-ffbeecd1f110 with identifier: YX19%20LTO
2026-03-30 06:18:03 [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-30 06:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX19%2520LTO%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Saving data for YX19%20LTO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649893.182021, 'last_price_update_time': 1774851483.696056}
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:03 [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-30 06:18:03 [bca.uk] INFO: Found listing with ID: PL69%20EVM
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL69%2520EVM%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Scrape type for PL69%20EVM: 2
2026-03-30 06:18:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bb285e1-cd25-5b58-980d-f382ff78041c with identifier: PL69%20EVM
2026-03-30 06:18:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bb285e1-cd25-5b58-980d-f382ff78041c with scrape type 2
2026-03-30 06:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bb285e1-cd25-5b58-980d-f382ff78041c with scrape type 2
2026-03-30 06:18:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bb285e1-cd25-5b58-980d-f382ff78041c, identifier: PL69%20EVM
2026-03-30 06:18:03 [bca.uk] INFO: Found listing with ID: MC19%20ZWJ
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MC19%2520ZWJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Scrape type for MC19%20ZWJ: 0
2026-03-30 06:18:03 [bca.uk] INFO: Found listing with ID: MA20%20XAR
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA20%2520XAR%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Scrape type for MA20%20XAR: 0
2026-03-30 06:18:03 [bca.uk] INFO: Found listing with ID: HV70%20WHA
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV70%2520WHA%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Scrape type for HV70%20WHA: 0
2026-03-30 06:18:03 [bca.uk] INFO: Found listing with ID: VA66%20MGX
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA66%2520MGX%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Scrape type for VA66%20MGX: 0
2026-03-30 06:18:03 [bca.uk] INFO: Found listing with ID: GC17%20NDE
2026-03-30 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC17%2520NDE%27 HTTP/1.1" 200 None
2026-03-30 06:18:03 [bca.uk] INFO: Scrape type for GC17%20NDE: 2
2026-03-30 06:18:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebff763c-d9aa-5a54-a3ab-51eebf9ed70e with identifier: GC17%20NDE
2026-03-30 06:18:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebff763c-d9aa-5a54-a3ab-51eebf9ed70e with scrape type 2
2026-03-30 06:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebff763c-d9aa-5a54-a3ab-51eebf9ed70e with scrape type 2
2026-03-30 06:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebff763c-d9aa-5a54-a3ab-51eebf9ed70e, identifier: GC17%20NDE
2026-03-30 06:18:04 [bca.uk] INFO: Found listing with ID: LC70%20NRU
2026-03-30 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC70%2520NRU%27 HTTP/1.1" 200 None
2026-03-30 06:18:04 [bca.uk] INFO: Scrape type for LC70%20NRU: 0
2026-03-30 06:18:04 [bca.uk] INFO: Found listing with ID: BJ64%20SLU
2026-03-30 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ64%2520SLU%27 HTTP/1.1" 200 None
2026-03-30 06:18:04 [bca.uk] INFO: Scrape type for BJ64%20SLU: 2
2026-03-30 06:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c950de11-dfa0-5f1a-adbc-428fdcc29bcc with identifier: BJ64%20SLU
2026-03-30 06:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c950de11-dfa0-5f1a-adbc-428fdcc29bcc with scrape type 2
2026-03-30 06:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c950de11-dfa0-5f1a-adbc-428fdcc29bcc with scrape type 2
2026-03-30 06:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c950de11-dfa0-5f1a-adbc-428fdcc29bcc, identifier: BJ64%20SLU
2026-03-30 06:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bb285e1-cd25-5b58-980d-f382ff78041c with identifier: PL69%20EVM
2026-03-30 06:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bb285e1-cd25-5b58-980d-f382ff78041c with identifier: PL69%20EVM
2026-03-30 06:18:04 [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-30 06:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL69%2520EVM%27 HTTP/1.1" 200 None
2026-03-30 06:18:04 [bca.uk] INFO: Saving data for PL69%20EVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774650160.76299, 'last_price_update_time': 1774851484.478454}
2026-03-30 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:04 [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-30 06:18:04 [bca.uk] INFO: Found listing with ID: KM19%20OHB
2026-03-30 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM19%2520OHB%27 HTTP/1.1" 200 None
2026-03-30 06:18:04 [bca.uk] INFO: Scrape type for KM19%20OHB: 2
2026-03-30 06:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fe4df97-690c-5161-a1b1-3a3579724290 with identifier: KM19%20OHB
2026-03-30 06:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fe4df97-690c-5161-a1b1-3a3579724290 with scrape type 2
2026-03-30 06:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fe4df97-690c-5161-a1b1-3a3579724290 with scrape type 2
2026-03-30 06:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fe4df97-690c-5161-a1b1-3a3579724290, identifier: KM19%20OHB
2026-03-30 06:18:04 [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-30 06:18:04 [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-30 06:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebff763c-d9aa-5a54-a3ab-51eebf9ed70e with identifier: GC17%20NDE
2026-03-30 06:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebff763c-d9aa-5a54-a3ab-51eebf9ed70e with identifier: GC17%20NDE
2026-03-30 06:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebff763c-d9aa-5a54-a3ab-51eebf9ed70e with identifier: GC17%20NDE to the API
2026-03-30 06:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:04 [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': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC17%20NDE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ebff763c-d9aa-5a54-a3ab-51eebf9ed70e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GC17 NDE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC17%20NDE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 117752,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'SKODA KODIAQ 2.0 TDI 150 EDITION (7S) DSG StationWagon',
'transmission': 'automatic',
'trim': 'TDI 150 EDITION (7S) DSG',
'vin': 'TMBKJ7NS9H8025100',
'year': 2017}
2026-03-30 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC17%2520NDE%27 HTTP/1.1" 200 None
2026-03-30 06:18:04 [bca.uk] INFO: Saving data for GC17%20NDE: {'auction_closing_time': 1774951200.0, 'created_time': 1774533966.103121, 'last_price_update_time': 1774851484.995889}
2026-03-30 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC17%2520NDE') HTTP/1.1" 204 0
2026-03-30 06:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c950de11-dfa0-5f1a-adbc-428fdcc29bcc with identifier: BJ64%20SLU
2026-03-30 06:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c950de11-dfa0-5f1a-adbc-428fdcc29bcc with identifier: BJ64%20SLU
2026-03-30 06:18:05 [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-30 06:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ64%2520SLU%27 HTTP/1.1" 200 None
2026-03-30 06:18:05 [bca.uk] INFO: Saving data for BJ64%20SLU: {'auction_closing_time': 1775037600.0, 'created_time': 1774649902.814312, 'last_price_update_time': 1774851485.288538}
2026-03-30 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:05 [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-30 06:18:05 [bca.uk] INFO: Found listing with ID: YH68%20MJZ
2026-03-30 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH68%2520MJZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:05 [bca.uk] INFO: Scrape type for YH68%20MJZ: 2
2026-03-30 06:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db41c689-0fae-54d6-8347-bffc46c9a131 with identifier: YH68%20MJZ
2026-03-30 06:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db41c689-0fae-54d6-8347-bffc46c9a131 with scrape type 2
2026-03-30 06:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db41c689-0fae-54d6-8347-bffc46c9a131 with scrape type 2
2026-03-30 06:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db41c689-0fae-54d6-8347-bffc46c9a131, identifier: YH68%20MJZ
2026-03-30 06:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fe4df97-690c-5161-a1b1-3a3579724290 with identifier: KM19%20OHB
2026-03-30 06:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fe4df97-690c-5161-a1b1-3a3579724290 with identifier: KM19%20OHB
2026-03-30 06:18:05 [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-30 06:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM19%2520OHB%27 HTTP/1.1" 200 None
2026-03-30 06:18:05 [bca.uk] INFO: Saving data for KM19%20OHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774650932.740664, 'last_price_update_time': 1774851485.934466}
2026-03-30 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:05 [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-30 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-30 06:18:05 [bca.uk] INFO: Found listing with ID: HX14%20DJO
2026-03-30 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX14%2520DJO%27 HTTP/1.1" 200 None
2026-03-30 06:18:05 [bca.uk] INFO: Scrape type for HX14%20DJO: 2
2026-03-30 06:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with identifier: HX14%20DJO
2026-03-30 06:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with scrape type 2
2026-03-30 06:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with scrape type 2
2026-03-30 06:18:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8, identifier: HX14%20DJO
2026-03-30 06:18:06 [bca.uk] INFO: Found listing with ID: WK13%20PZN
2026-03-30 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK13%2520PZN%27 HTTP/1.1" 200 None
2026-03-30 06:18:06 [bca.uk] INFO: Scrape type for WK13%20PZN: 0
2026-03-30 06:18:06 [bca.uk] INFO: Found listing with ID: NU69%20XZC
2026-03-30 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU69%2520XZC%27 HTTP/1.1" 200 None
2026-03-30 06:18:06 [bca.uk] INFO: Scrape type for NU69%20XZC: 2
2026-03-30 06:18:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3fca423-b302-553b-8fd0-9304310e00d7 with identifier: NU69%20XZC
2026-03-30 06:18:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3fca423-b302-553b-8fd0-9304310e00d7 with scrape type 2
2026-03-30 06:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3fca423-b302-553b-8fd0-9304310e00d7 with scrape type 2
2026-03-30 06:18:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3fca423-b302-553b-8fd0-9304310e00d7, identifier: NU69%20XZC
2026-03-30 06:18:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db41c689-0fae-54d6-8347-bffc46c9a131 with identifier: YH68%20MJZ
2026-03-30 06:18:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db41c689-0fae-54d6-8347-bffc46c9a131 with identifier: YH68%20MJZ
2026-03-30 06:18:06 [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-30 06:18:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:07 [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=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-30 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH68%2520MJZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:07 [bca.uk] INFO: Saving data for YH68%20MJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535665.728592, 'last_price_update_time': 1774851487.424622}
2026-03-30 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:07 [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-30 06:18:07 [bca.uk] INFO: Found listing with ID: WJ19%20MTY
2026-03-30 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ19%2520MTY%27 HTTP/1.1" 200 None
2026-03-30 06:18:07 [bca.uk] INFO: Scrape type for WJ19%20MTY: 2
2026-03-30 06:18:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e21544-c306-5876-b01b-26f38d2b9fa1 with identifier: WJ19%20MTY
2026-03-30 06:18:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e21544-c306-5876-b01b-26f38d2b9fa1 with scrape type 2
2026-03-30 06:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e21544-c306-5876-b01b-26f38d2b9fa1 with scrape type 2
2026-03-30 06:18:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20e21544-c306-5876-b01b-26f38d2b9fa1, identifier: WJ19%20MTY
2026-03-30 06:18:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with identifier: HX14%20DJO
2026-03-30 06:18:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5c52c1c-4ce5-5a5e-8b53-8da0a77dbbf8 with identifier: HX14%20DJO
2026-03-30 06:18:07 [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-30 06:18:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:07 [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-30 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX14%2520DJO%27 HTTP/1.1" 200 None
2026-03-30 06:18:07 [bca.uk] INFO: Saving data for HX14%20DJO: {'auction_closing_time': 1775124000.0, 'created_time': 1774649956.505326, 'last_price_update_time': 1774851487.855467}
2026-03-30 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:07 [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-30 06:18:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3fca423-b302-553b-8fd0-9304310e00d7 with identifier: NU69%20XZC
2026-03-30 06:18:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3fca423-b302-553b-8fd0-9304310e00d7 with identifier: NU69%20XZC
2026-03-30 06:18:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3fca423-b302-553b-8fd0-9304310e00d7 with identifier: NU69%20XZC to the API
2026-03-30 06:18:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU69%20XZC-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f3fca423-b302-553b-8fd0-9304310e00d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU69 XZC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU69%20XZC&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'TRANSIT CONNECT',
'odometer': 101039,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 240 L2 LTD.L/R P/S Van',
'transmission': 'automatic',
'trim': 'EBL 120 240 L2 LTD.L/R P/S',
'vin': 'WF0SXXWPGSKU86506',
'year': 2019}
2026-03-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU69%2520XZC%27 HTTP/1.1" 200 None
2026-03-30 06:18:08 [bca.uk] INFO: Saving data for NU69%20XZC: {'auction_closing_time': 1774864800.0, 'created_time': 1773924982.897724, 'last_price_update_time': 1774851488.156987}
2026-03-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU69%2520XZC') HTTP/1.1" 204 0
2026-03-30 06:18:08 [bca.uk] INFO: Found listing with ID: FP67%20CCY
2026-03-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP67%2520CCY%27 HTTP/1.1" 200 None
2026-03-30 06:18:08 [bca.uk] INFO: Scrape type for FP67%20CCY: 2
2026-03-30 06:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with identifier: FP67%20CCY
2026-03-30 06:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with scrape type 2
2026-03-30 06:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with scrape type 2
2026-03-30 06:18:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 429e4d20-b1dd-5d11-b6f8-3b4bde340622, identifier: FP67%20CCY
2026-03-30 06:18:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20e21544-c306-5876-b01b-26f38d2b9fa1 with identifier: WJ19%20MTY
2026-03-30 06:18:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20e21544-c306-5876-b01b-26f38d2b9fa1 with identifier: WJ19%20MTY
2026-03-30 06:18:08 [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-30 06:18:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ19%2520MTY%27 HTTP/1.1" 200 None
2026-03-30 06:18:08 [bca.uk] INFO: Saving data for WJ19%20MTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774650909.632033, 'last_price_update_time': 1774851488.628065}
2026-03-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:08 [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-30 06:18:08 [bca.uk] INFO: Found listing with ID: LB69%20YVW
2026-03-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB69%2520YVW%27 HTTP/1.1" 200 None
2026-03-30 06:18:08 [bca.uk] INFO: Scrape type for LB69%20YVW: 2
2026-03-30 06:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with identifier: LB69%20YVW
2026-03-30 06:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with scrape type 2
2026-03-30 06:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with scrape type 2
2026-03-30 06:18:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5, identifier: LB69%20YVW
2026-03-30 06:18:08 [bca.uk] INFO: Found listing with ID: YB65%20DWE
2026-03-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB65%2520DWE%27 HTTP/1.1" 200 None
2026-03-30 06:18:08 [bca.uk] INFO: Scrape type for YB65%20DWE: 0
2026-03-30 06:18:08 [bca.uk] INFO: Found listing with ID: V800%20ERC
2026-03-30 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27V800%2520ERC%27 HTTP/1.1" 200 None
2026-03-30 06:18:08 [bca.uk] INFO: Scrape type for V800%20ERC: 2
2026-03-30 06:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d609594e-7a4f-5e1d-8c69-2acbe7abf486 with identifier: V800%20ERC
2026-03-30 06:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d609594e-7a4f-5e1d-8c69-2acbe7abf486 with scrape type 2
2026-03-30 06:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d609594e-7a4f-5e1d-8c69-2acbe7abf486 with scrape type 2
2026-03-30 06:18:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d609594e-7a4f-5e1d-8c69-2acbe7abf486, identifier: V800%20ERC
2026-03-30 06:18:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with identifier: FP67%20CCY
2026-03-30 06:18:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 429e4d20-b1dd-5d11-b6f8-3b4bde340622 with identifier: FP67%20CCY
2026-03-30 06:18:08 [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-30 06:18:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP67%2520CCY%27 HTTP/1.1" 200 None
2026-03-30 06:18:09 [bca.uk] INFO: Saving data for FP67%20CCY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650169.894821, 'last_price_update_time': 1774851489.165726}
2026-03-30 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:09 [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-30 06:18:09 [bca.uk] INFO: Found listing with ID: YA18%20HFU
2026-03-30 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA18%2520HFU%27 HTTP/1.1" 200 None
2026-03-30 06:18:09 [bca.uk] INFO: Scrape type for YA18%20HFU: 2
2026-03-30 06:18:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a43084f-8069-57d2-897a-ba8e7b092163 with identifier: YA18%20HFU
2026-03-30 06:18:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a43084f-8069-57d2-897a-ba8e7b092163 with scrape type 2
2026-03-30 06:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a43084f-8069-57d2-897a-ba8e7b092163 with scrape type 2
2026-03-30 06:18:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a43084f-8069-57d2-897a-ba8e7b092163, identifier: YA18%20HFU
2026-03-30 06:18:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with identifier: LB69%20YVW
2026-03-30 06:18:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e2dc3be-6b67-53e8-a693-1a74c95d6af5 with identifier: LB69%20YVW
2026-03-30 06:18:09 [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-30 06:18:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB69%2520YVW%27 HTTP/1.1" 200 None
2026-03-30 06:18:09 [bca.uk] INFO: Saving data for LB69%20YVW: {'auction_closing_time': 1774951200.0, 'created_time': 1774651090.687212, 'last_price_update_time': 1774851489.64509}
2026-03-30 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:09 [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-30 06:18:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d609594e-7a4f-5e1d-8c69-2acbe7abf486 with identifier: V800%20ERC
2026-03-30 06:18:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d609594e-7a4f-5e1d-8c69-2acbe7abf486 with identifier: V800%20ERC
2026-03-30 06:18:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d609594e-7a4f-5e1d-8c69-2acbe7abf486 with identifier: V800%20ERC to the API
2026-03-30 06:18:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 348,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V800%20ERC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '5.0L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd609594e-7a4f-5e1d-8c69-2acbe7abf486',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'V800 ERC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=V800%20ERC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 92831,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R SPORT 5.0 V8 SUPERCHARGED HSE StationWagon',
'transmission': 'automatic',
'trim': 'V8 SUPERCHARGED HSE',
'vin': 'SALLSAAE3AA233645',
'year': 2010}
2026-03-30 06:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:10 [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-30 06:18:10 [bca.uk] INFO: Saving data for V800%20ERC: {'auction_closing_time': 1775642400.0, 'created_time': 1773826207.252034, 'last_price_update_time': 1774851490.116886}
2026-03-30 06:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V800%2520ERC') HTTP/1.1" 204 0
2026-03-30 06:18:10 [bca.uk] INFO: Found listing with ID: DN21%20WVE
2026-03-30 06:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:10 [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-30 06:18:10 [bca.uk] INFO: Scrape type for DN21%20WVE: 2
2026-03-30 06:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a3160be-d9b4-5590-8554-3534aad91e1f with identifier: DN21%20WVE
2026-03-30 06:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a3160be-d9b4-5590-8554-3534aad91e1f with scrape type 2
2026-03-30 06:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a3160be-d9b4-5590-8554-3534aad91e1f with scrape type 2
2026-03-30 06:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a3160be-d9b4-5590-8554-3534aad91e1f, identifier: DN21%20WVE
2026-03-30 06:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a43084f-8069-57d2-897a-ba8e7b092163 with identifier: YA18%20HFU
2026-03-30 06:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a43084f-8069-57d2-897a-ba8e7b092163 with identifier: YA18%20HFU
2026-03-30 06:18:10 [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-30 06:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:10 [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-30 06:18:10 [bca.uk] INFO: Saving data for YA18%20HFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650835.179, 'last_price_update_time': 1774851490.538656}
2026-03-30 06:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:10 [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-30 06:18:10 [bca.uk] INFO: Found listing with ID: EX18%20BYP
2026-03-30 06:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:10 [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-30 06:18:10 [bca.uk] INFO: Scrape type for EX18%20BYP: 2
2026-03-30 06:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with identifier: EX18%20BYP
2026-03-30 06:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with scrape type 2
2026-03-30 06:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with scrape type 2
2026-03-30 06:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5, identifier: EX18%20BYP
2026-03-30 06:18:10 [bca.uk] INFO: Found listing with ID: KO18%20OYF
2026-03-30 06:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:10 [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-30 06:18:10 [bca.uk] INFO: Scrape type for KO18%20OYF: 2
2026-03-30 06:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc7a0e68-d94d-55f7-b2bd-68f4e2012f94 with identifier: KO18%20OYF
2026-03-30 06:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc7a0e68-d94d-55f7-b2bd-68f4e2012f94 with scrape type 2
2026-03-30 06:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc7a0e68-d94d-55f7-b2bd-68f4e2012f94 with scrape type 2
2026-03-30 06:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc7a0e68-d94d-55f7-b2bd-68f4e2012f94, identifier: KO18%20OYF
2026-03-30 06:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a3160be-d9b4-5590-8554-3534aad91e1f with identifier: DN21%20WVE
2026-03-30 06:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a3160be-d9b4-5590-8554-3534aad91e1f with identifier: DN21%20WVE
2026-03-30 06:18:10 [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-30 06:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN21%2520WVE%27 HTTP/1.1" 200 None
2026-03-30 06:18:11 [bca.uk] INFO: Saving data for DN21%20WVE: {'auction_closing_time': 1774864800.0, 'created_time': 1774650172.833096, 'last_price_update_time': 1774851491.023576}
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:11 [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-30 06:18:11 [bca.uk] INFO: Found listing with ID: YGZ%205087
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YGZ%25205087%27 HTTP/1.1" 200 None
2026-03-30 06:18:11 [bca.uk] INFO: Scrape type for YGZ%205087: 0
2026-03-30 06:18:11 [bca.uk] INFO: Found listing with ID: YH23%20ZRN
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH23%2520ZRN%27 HTTP/1.1" 200 None
2026-03-30 06:18:11 [bca.uk] INFO: Scrape type for YH23%20ZRN: 2
2026-03-30 06:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e62e17c7-5b80-5e50-8f97-7182d295b0f4 with identifier: YH23%20ZRN
2026-03-30 06:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e62e17c7-5b80-5e50-8f97-7182d295b0f4 with scrape type 2
2026-03-30 06:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e62e17c7-5b80-5e50-8f97-7182d295b0f4 with scrape type 2
2026-03-30 06:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e62e17c7-5b80-5e50-8f97-7182d295b0f4, identifier: YH23%20ZRN
2026-03-30 06:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with identifier: EX18%20BYP
2026-03-30 06:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45a2442b-3f02-5c65-92a1-0f97b1dad5f5 with identifier: EX18%20BYP
2026-03-30 06:18:11 [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-30 06:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX18%2520BYP%27 HTTP/1.1" 200 None
2026-03-30 06:18:11 [bca.uk] INFO: Saving data for EX18%20BYP: {'auction_closing_time': 1774951200.0, 'created_time': 1774649952.701347, 'last_price_update_time': 1774851491.491948}
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:11 [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-30 06:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc7a0e68-d94d-55f7-b2bd-68f4e2012f94 with identifier: KO18%20OYF
2026-03-30 06:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc7a0e68-d94d-55f7-b2bd-68f4e2012f94 with identifier: KO18%20OYF
2026-03-30 06:18:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc7a0e68-d94d-55f7-b2bd-68f4e2012f94 with identifier: KO18%20OYF to the API
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO18%20OYF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc7a0e68-d94d-55f7-b2bd-68f4e2012f94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KO18 OYF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO18%20OYF&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'AUDI',
'model': 'A6 AVANT',
'odometer': 98920,
'odometer_reading_unit': '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 AVANT 2.0 TDI 190 QUATTRO BLACK ED.S-T Estate',
'transmission': 'automatic',
'trim': 'TDI 190 QUATTRO BLACK ED.S-T',
'vin': 'WAUZZZ4G7JN094209',
'year': 2018}
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO18%2520OYF%27 HTTP/1.1" 200 None
2026-03-30 06:18:11 [bca.uk] INFO: Saving data for KO18%20OYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774649869.855748, 'last_price_update_time': 1774851491.784536}
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO18%2520OYF') HTTP/1.1" 204 0
2026-03-30 06:18:11 [bca.uk] INFO: Found listing with ID: FL69%20SVT
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL69%2520SVT%27 HTTP/1.1" 200 None
2026-03-30 06:18:11 [bca.uk] INFO: Scrape type for FL69%20SVT: 0
2026-03-30 06:18:11 [bca.uk] INFO: Found listing with ID: KN70%20XSP
2026-03-30 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN70%2520XSP%27 HTTP/1.1" 200 None
2026-03-30 06:18:11 [bca.uk] INFO: Scrape type for KN70%20XSP: 2
2026-03-30 06:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02c73c5b-cba7-5711-aab0-d5c969edf22f with identifier: KN70%20XSP
2026-03-30 06:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02c73c5b-cba7-5711-aab0-d5c969edf22f with scrape type 2
2026-03-30 06:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02c73c5b-cba7-5711-aab0-d5c969edf22f with scrape type 2
2026-03-30 06:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02c73c5b-cba7-5711-aab0-d5c969edf22f, identifier: KN70%20XSP
2026-03-30 06:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e62e17c7-5b80-5e50-8f97-7182d295b0f4 with identifier: YH23%20ZRN
2026-03-30 06:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e62e17c7-5b80-5e50-8f97-7182d295b0f4 with identifier: YH23%20ZRN
2026-03-30 06:18:12 [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-30 06:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH23%2520ZRN%27 HTTP/1.1" 200 None
2026-03-30 06:18:12 [bca.uk] INFO: Saving data for YH23%20ZRN: {'auction_closing_time': 1774864800.0, 'created_time': 1774275910.356585, 'last_price_update_time': 1774851492.230671}
2026-03-30 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:12 [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-30 06:18:12 [bca.uk] INFO: Found listing with ID: EX17%20VXH
2026-03-30 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX17%2520VXH%27 HTTP/1.1" 200 None
2026-03-30 06:18:12 [bca.uk] INFO: Scrape type for EX17%20VXH: 2
2026-03-30 06:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with identifier: EX17%20VXH
2026-03-30 06:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with scrape type 2
2026-03-30 06:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with scrape type 2
2026-03-30 06:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8, identifier: EX17%20VXH
2026-03-30 06:18:12 [bca.uk] INFO: Found listing with ID: SL16%20UER
2026-03-30 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL16%2520UER%27 HTTP/1.1" 200 None
2026-03-30 06:18:12 [bca.uk] INFO: Scrape type for SL16%20UER: 2
2026-03-30 06:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04a3f93b-8780-5fbf-8269-05a4d6803886 with identifier: SL16%20UER
2026-03-30 06:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04a3f93b-8780-5fbf-8269-05a4d6803886 with scrape type 2
2026-03-30 06:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04a3f93b-8780-5fbf-8269-05a4d6803886 with scrape type 2
2026-03-30 06:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04a3f93b-8780-5fbf-8269-05a4d6803886, identifier: SL16%20UER
2026-03-30 06:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02c73c5b-cba7-5711-aab0-d5c969edf22f with identifier: KN70%20XSP
2026-03-30 06:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02c73c5b-cba7-5711-aab0-d5c969edf22f with identifier: KN70%20XSP
2026-03-30 06:18:12 [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-30 06:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KN70%2520XSP%27 HTTP/1.1" 200 None
2026-03-30 06:18:12 [bca.uk] INFO: Saving data for KN70%20XSP: {'auction_closing_time': 1774864800.0, 'created_time': 1774650173.449092, 'last_price_update_time': 1774851492.773207}
2026-03-30 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:12 [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-30 06:18:12 [bca.uk] INFO: Found listing with ID: SK13%20HPC
2026-03-30 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK13%2520HPC%27 HTTP/1.1" 200 None
2026-03-30 06:18:12 [bca.uk] INFO: Scrape type for SK13%20HPC: 2
2026-03-30 06:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce235763-b771-57b0-9f91-30d4daa41959 with identifier: SK13%20HPC
2026-03-30 06:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce235763-b771-57b0-9f91-30d4daa41959 with scrape type 2
2026-03-30 06:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce235763-b771-57b0-9f91-30d4daa41959 with scrape type 2
2026-03-30 06:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce235763-b771-57b0-9f91-30d4daa41959, identifier: SK13%20HPC
2026-03-30 06:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with identifier: EX17%20VXH
2026-03-30 06:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22c208de-78b0-5f7a-a9d0-6281b2e51bf8 with identifier: EX17%20VXH
2026-03-30 06:18:12 [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-30 06:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX17%2520VXH%27 HTTP/1.1" 200 None
2026-03-30 06:18:13 [bca.uk] INFO: Saving data for EX17%20VXH: {'auction_closing_time': 1774951200.0, 'created_time': 1774649939.504767, 'last_price_update_time': 1774851493.171169}
2026-03-30 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:13 [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-30 06:18:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04a3f93b-8780-5fbf-8269-05a4d6803886 with identifier: SL16%20UER
2026-03-30 06:18:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04a3f93b-8780-5fbf-8269-05a4d6803886 with identifier: SL16%20UER
2026-03-30 06:18:13 [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-30 06:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL16%2520UER%27 HTTP/1.1" 200 None
2026-03-30 06:18:13 [bca.uk] INFO: Saving data for SL16%20UER: {'auction_closing_time': 1774951200.0, 'created_time': 1774649903.177684, 'last_price_update_time': 1774851493.469956}
2026-03-30 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:13 [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-30 06:18:13 [bca.uk] INFO: Found listing with ID: PA19%20HPZ
2026-03-30 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PA19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:13 [bca.uk] INFO: Scrape type for PA19%20HPZ: 2
2026-03-30 06:18:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 668f461e-fa29-51dc-9ae0-442772d45aec with identifier: PA19%20HPZ
2026-03-30 06:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 668f461e-fa29-51dc-9ae0-442772d45aec with scrape type 2
2026-03-30 06:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 668f461e-fa29-51dc-9ae0-442772d45aec with scrape type 2
2026-03-30 06:18:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 668f461e-fa29-51dc-9ae0-442772d45aec, identifier: PA19%20HPZ
2026-03-30 06:18:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce235763-b771-57b0-9f91-30d4daa41959 with identifier: SK13%20HPC
2026-03-30 06:18:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce235763-b771-57b0-9f91-30d4daa41959 with identifier: SK13%20HPC
2026-03-30 06:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce235763-b771-57b0-9f91-30d4daa41959 with identifier: SK13%20HPC to the API
2026-03-30 06:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK13%20HPC-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ce235763-b771-57b0-9f91-30d4daa41959',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK13 HPC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK13%20HPC&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 60680,
'odometer_reading_unit': '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': 'WVWZZZ6RZDY216165',
'year': 2013}
2026-03-30 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK13%2520HPC%27 HTTP/1.1" 200 None
2026-03-30 06:18:13 [bca.uk] INFO: Saving data for SK13%20HPC: {'auction_closing_time': 1775124000.0, 'created_time': 1774622508.479826, 'last_price_update_time': 1774851493.900045}
2026-03-30 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK13%2520HPC') HTTP/1.1" 204 0
2026-03-30 06:18:14 [bca.uk] INFO: Found listing with ID: SY68%20GYA
2026-03-30 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY68%2520GYA%27 HTTP/1.1" 200 None
2026-03-30 06:18:14 [bca.uk] INFO: Scrape type for SY68%20GYA: 2
2026-03-30 06:18:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with identifier: SY68%20GYA
2026-03-30 06:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with scrape type 2
2026-03-30 06:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with scrape type 2
2026-03-30 06:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d, identifier: SY68%20GYA
2026-03-30 06:18:14 [bca.uk] INFO: Found listing with ID: AU07%20RSU
2026-03-30 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU07%2520RSU%27 HTTP/1.1" 200 None
2026-03-30 06:18:14 [bca.uk] INFO: Scrape type for AU07%20RSU: 2
2026-03-30 06:18:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ed14b2a-3dcb-5b9c-8d35-c86aaa7ecb2c with identifier: AU07%20RSU
2026-03-30 06:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ed14b2a-3dcb-5b9c-8d35-c86aaa7ecb2c with scrape type 2
2026-03-30 06:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ed14b2a-3dcb-5b9c-8d35-c86aaa7ecb2c with scrape type 2
2026-03-30 06:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ed14b2a-3dcb-5b9c-8d35-c86aaa7ecb2c, identifier: AU07%20RSU
2026-03-30 06:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 668f461e-fa29-51dc-9ae0-442772d45aec with identifier: PA19%20HPZ
2026-03-30 06:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 668f461e-fa29-51dc-9ae0-442772d45aec with identifier: PA19%20HPZ
2026-03-30 06:18:14 [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-30 06:18:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PA19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:14 [bca.uk] INFO: Saving data for PA19%20HPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390308.890516, 'last_price_update_time': 1774851494.536707}
2026-03-30 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:14 [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-30 06:18:14 [bca.uk] INFO: Found listing with ID: EG16%20EMF
2026-03-30 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG16%2520EMF%27 HTTP/1.1" 200 None
2026-03-30 06:18:14 [bca.uk] INFO: Scrape type for EG16%20EMF: 2
2026-03-30 06:18:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6bbc6b3-4e43-5c70-8476-05591c542806 with identifier: EG16%20EMF
2026-03-30 06:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6bbc6b3-4e43-5c70-8476-05591c542806 with scrape type 2
2026-03-30 06:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6bbc6b3-4e43-5c70-8476-05591c542806 with scrape type 2
2026-03-30 06:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6bbc6b3-4e43-5c70-8476-05591c542806, identifier: EG16%20EMF
2026-03-30 06:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with identifier: SY68%20GYA
2026-03-30 06:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80832f4b-56b1-50b0-8b7e-6fb5da43d39d with identifier: SY68%20GYA
2026-03-30 06:18:14 [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-30 06:18:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:14 [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-30 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY68%2520GYA%27 HTTP/1.1" 200 None
2026-03-30 06:18:14 [bca.uk] INFO: Saving data for SY68%20GYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774651090.258079, 'last_price_update_time': 1774851494.933994}
2026-03-30 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:14 [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-30 06:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ed14b2a-3dcb-5b9c-8d35-c86aaa7ecb2c with identifier: AU07%20RSU
2026-03-30 06:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ed14b2a-3dcb-5b9c-8d35-c86aaa7ecb2c with identifier: AU07%20RSU
2026-03-30 06:18:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ed14b2a-3dcb-5b9c-8d35-c86aaa7ecb2c with identifier: AU07%20RSU to the API
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 229,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU07%20RSU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '4.0L',
'expiration_date': '2026-04-08T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9ed14b2a-3dcb-5b9c-8d35-c86aaa7ecb2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU07 RSU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU07%20RSU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'RS6 AVANT',
'odometer': 79276,
'odometer_reading_unit': '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 RS6 AVANT 4.0 TFSI 560 QUATTRO TIP Estate',
'transmission': 'manual',
'trim': 'TFSI 560 QUATTRO TIP',
'vin': 'WUAZZZ4GXEN906548',
'year': 2015}
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU07%2520RSU%27 HTTP/1.1" 200 None
2026-03-30 06:18:15 [bca.uk] INFO: Saving data for AU07%20RSU: {'auction_closing_time': 1775642400.0, 'created_time': 1774437308.506763, 'last_price_update_time': 1774851495.227027}
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU07%2520RSU') HTTP/1.1" 204 0
2026-03-30 06:18:15 [bca.uk] INFO: Found listing with ID: SB70%20MYH
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB70%2520MYH%27 HTTP/1.1" 200 None
2026-03-30 06:18:15 [bca.uk] INFO: Scrape type for SB70%20MYH: 2
2026-03-30 06:18:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with identifier: SB70%20MYH
2026-03-30 06:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with scrape type 2
2026-03-30 06:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with scrape type 2
2026-03-30 06:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f, identifier: SB70%20MYH
2026-03-30 06:18:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6bbc6b3-4e43-5c70-8476-05591c542806 with identifier: EG16%20EMF
2026-03-30 06:18:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6bbc6b3-4e43-5c70-8476-05591c542806 with identifier: EG16%20EMF
2026-03-30 06:18:15 [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-30 06:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:15 [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-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG16%2520EMF%27 HTTP/1.1" 200 None
2026-03-30 06:18:15 [bca.uk] INFO: Saving data for EG16%20EMF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650948.779337, 'last_price_update_time': 1774851495.651578}
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:15 [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-30 06:18:15 [bca.uk] INFO: Found listing with ID: SN24%20KPW
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN24%2520KPW%27 HTTP/1.1" 200 None
2026-03-30 06:18:15 [bca.uk] INFO: Scrape type for SN24%20KPW: 2
2026-03-30 06:18:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83053970-c01f-55fb-9e8f-4be1a9194c81 with identifier: SN24%20KPW
2026-03-30 06:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83053970-c01f-55fb-9e8f-4be1a9194c81 with scrape type 2
2026-03-30 06:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83053970-c01f-55fb-9e8f-4be1a9194c81 with scrape type 2
2026-03-30 06:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83053970-c01f-55fb-9e8f-4be1a9194c81, identifier: SN24%20KPW
2026-03-30 06:18:15 [bca.uk] INFO: Found listing with ID: BL24%20LTY
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL24%2520LTY%27 HTTP/1.1" 200 None
2026-03-30 06:18:15 [bca.uk] INFO: Scrape type for BL24%20LTY: 0
2026-03-30 06:18:15 [bca.uk] INFO: Found listing with ID: BT03%20TWA
2026-03-30 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT03%2520TWA%27 HTTP/1.1" 200 None
2026-03-30 06:18:15 [bca.uk] INFO: Scrape type for BT03%20TWA: 2
2026-03-30 06:18:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9da1e92-42cb-566f-a7a2-ea983056db83 with identifier: BT03%20TWA
2026-03-30 06:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9da1e92-42cb-566f-a7a2-ea983056db83 with scrape type 2
2026-03-30 06:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9da1e92-42cb-566f-a7a2-ea983056db83 with scrape type 2
2026-03-30 06:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9da1e92-42cb-566f-a7a2-ea983056db83, identifier: BT03%20TWA
2026-03-30 06:18:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with identifier: SB70%20MYH
2026-03-30 06:18:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fcd48bb-25c3-5d95-9367-7c96f4d9911f with identifier: SB70%20MYH
2026-03-30 06:18:16 [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-30 06:18:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:16 [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-30 06:18:16 [bca.uk] INFO: Saving data for SB70%20MYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774650174.268564, 'last_price_update_time': 1774851496.221749}
2026-03-30 06:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:16 [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-30 06:18:16 [bca.uk] INFO: Found listing with ID: YC21%20FHH
2026-03-30 06:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:16 [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-30 06:18:16 [bca.uk] INFO: Scrape type for YC21%20FHH: 2
2026-03-30 06:18:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46579d68-ce39-5f1f-b189-c7d26403f757 with identifier: YC21%20FHH
2026-03-30 06:18:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46579d68-ce39-5f1f-b189-c7d26403f757 with scrape type 2
2026-03-30 06:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46579d68-ce39-5f1f-b189-c7d26403f757 with scrape type 2
2026-03-30 06:18:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46579d68-ce39-5f1f-b189-c7d26403f757, identifier: YC21%20FHH
2026-03-30 06:18:16 [scrapy.extensions.logstats] INFO: Crawled 55 pages (at 2 pages/min), scraped 1887 items (at 127 items/min)
2026-03-30 06:18:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 208MiB
2026-03-30 06:18:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83053970-c01f-55fb-9e8f-4be1a9194c81 with identifier: SN24%20KPW
2026-03-30 06:18:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83053970-c01f-55fb-9e8f-4be1a9194c81 with identifier: SN24%20KPW
2026-03-30 06:18:16 [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-30 06:18:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:16 [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-30 06:18:16 [bca.uk] INFO: Saving data for SN24%20KPW: {'auction_closing_time': 1774951200.0, 'created_time': 1774651024.117459, 'last_price_update_time': 1774851496.639427}
2026-03-30 06:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:16 [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-30 06:18:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9da1e92-42cb-566f-a7a2-ea983056db83 with identifier: BT03%20TWA
2026-03-30 06:18:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9da1e92-42cb-566f-a7a2-ea983056db83 with identifier: BT03%20TWA
2026-03-30 06:18:16 [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-30 06:18:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:16 [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-30 06:18:16 [bca.uk] INFO: Saving data for BT03%20TWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649904.467055, 'last_price_update_time': 1774851496.92496}
2026-03-30 06:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:16 [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-30 06:18:16 [bca.uk] INFO: Found listing with ID: YY68%20LXG
2026-03-30 06:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:16 [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-30 06:18:16 [bca.uk] INFO: Scrape type for YY68%20LXG: 2
2026-03-30 06:18:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with identifier: YY68%20LXG
2026-03-30 06:18:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with scrape type 2
2026-03-30 06:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with scrape type 2
2026-03-30 06:18:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b, identifier: YY68%20LXG
2026-03-30 06:18:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46579d68-ce39-5f1f-b189-c7d26403f757 with identifier: YC21%20FHH
2026-03-30 06:18:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46579d68-ce39-5f1f-b189-c7d26403f757 with identifier: YC21%20FHH
2026-03-30 06:18:17 [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-30 06:18:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520FHH%27 HTTP/1.1" 200 None
2026-03-30 06:18:17 [bca.uk] INFO: Saving data for YC21%20FHH: {'auction_closing_time': 1774864800.0, 'created_time': 1774535629.366048, 'last_price_update_time': 1774851497.374099}
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:17 [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-30 06:18:17 [bca.uk] INFO: Found listing with ID: BJ71%20HLM
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520HLM%27 HTTP/1.1" 200 None
2026-03-30 06:18:17 [bca.uk] INFO: Scrape type for BJ71%20HLM: 2
2026-03-30 06:18:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eab269de-c709-5c4f-94fb-5535cbc4bfa0 with identifier: BJ71%20HLM
2026-03-30 06:18:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eab269de-c709-5c4f-94fb-5535cbc4bfa0 with scrape type 2
2026-03-30 06:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eab269de-c709-5c4f-94fb-5535cbc4bfa0 with scrape type 2
2026-03-30 06:18:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eab269de-c709-5c4f-94fb-5535cbc4bfa0, identifier: BJ71%20HLM
2026-03-30 06:18:17 [bca.uk] INFO: Found listing with ID: KW68%20ZLO
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW68%2520ZLO%27 HTTP/1.1" 200 None
2026-03-30 06:18:17 [bca.uk] INFO: Scrape type for KW68%20ZLO: 0
2026-03-30 06:18:17 [bca.uk] INFO: Found listing with ID: LP18%20MZY
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520MZY%27 HTTP/1.1" 200 None
2026-03-30 06:18:17 [bca.uk] INFO: Scrape type for LP18%20MZY: 0
2026-03-30 06:18:17 [bca.uk] INFO: Found listing with ID: NU17%20YHK
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU17%2520YHK%27 HTTP/1.1" 200 None
2026-03-30 06:18:17 [bca.uk] INFO: Scrape type for NU17%20YHK: 2
2026-03-30 06:18:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adc49a16-3aff-5eb3-97d1-e623cbd82e68 with identifier: NU17%20YHK
2026-03-30 06:18:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adc49a16-3aff-5eb3-97d1-e623cbd82e68 with scrape type 2
2026-03-30 06:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adc49a16-3aff-5eb3-97d1-e623cbd82e68 with scrape type 2
2026-03-30 06:18:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adc49a16-3aff-5eb3-97d1-e623cbd82e68, identifier: NU17%20YHK
2026-03-30 06:18:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with identifier: YY68%20LXG
2026-03-30 06:18:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54c7eee5-b434-55fc-9aa6-7bba5ac9370b with identifier: YY68%20LXG
2026-03-30 06:18:17 [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-30 06:18:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY68%2520LXG%27 HTTP/1.1" 200 None
2026-03-30 06:18:17 [bca.uk] INFO: Saving data for YY68%20LXG: {'auction_closing_time': 1774864800.0, 'created_time': 1773931081.439113, 'last_price_update_time': 1774851497.97296}
2026-03-30 06:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:18 [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-30 06:18:18 [bca.uk] INFO: Found listing with ID: HG69%20VOK
2026-03-30 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG69%2520VOK%27 HTTP/1.1" 200 None
2026-03-30 06:18:18 [bca.uk] INFO: Scrape type for HG69%20VOK: 2
2026-03-30 06:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd5e3409-3097-583e-99ae-c2a9b184f113 with identifier: HG69%20VOK
2026-03-30 06:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd5e3409-3097-583e-99ae-c2a9b184f113 with scrape type 2
2026-03-30 06:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd5e3409-3097-583e-99ae-c2a9b184f113 with scrape type 2
2026-03-30 06:18:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd5e3409-3097-583e-99ae-c2a9b184f113, identifier: HG69%20VOK
2026-03-30 06:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eab269de-c709-5c4f-94fb-5535cbc4bfa0 with identifier: BJ71%20HLM
2026-03-30 06:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eab269de-c709-5c4f-94fb-5535cbc4bfa0 with identifier: BJ71%20HLM
2026-03-30 06:18:18 [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-30 06:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:18 [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-30 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ71%2520HLM%27 HTTP/1.1" 200 None
2026-03-30 06:18:18 [bca.uk] INFO: Saving data for BJ71%20HLM: {'auction_closing_time': 1774951200.0, 'created_time': 1774651053.539219, 'last_price_update_time': 1774851498.517973}
2026-03-30 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:18 [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-30 06:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adc49a16-3aff-5eb3-97d1-e623cbd82e68 with identifier: NU17%20YHK
2026-03-30 06:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adc49a16-3aff-5eb3-97d1-e623cbd82e68 with identifier: NU17%20YHK
2026-03-30 06:18:18 [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-30 06:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU17%2520YHK%27 HTTP/1.1" 200 None
2026-03-30 06:18:20 [bca.uk] INFO: Saving data for NU17%20YHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774649885.343558, 'last_price_update_time': 1774851500.527104}
2026-03-30 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:20 [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-30 06:18:20 [bca.uk] INFO: Found listing with ID: NX71%20OYL
2026-03-30 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX71%2520OYL%27 HTTP/1.1" 200 None
2026-03-30 06:18:20 [bca.uk] INFO: Scrape type for NX71%20OYL: 0
2026-03-30 06:18:20 [bca.uk] INFO: Found listing with ID: SA68%20WTE
2026-03-30 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA68%2520WTE%27 HTTP/1.1" 200 None
2026-03-30 06:18:20 [bca.uk] INFO: Scrape type for SA68%20WTE: 2
2026-03-30 06:18:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe2534aa-3524-54d0-906c-2ae02ccca6e0 with identifier: SA68%20WTE
2026-03-30 06:18:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe2534aa-3524-54d0-906c-2ae02ccca6e0 with scrape type 2
2026-03-30 06:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe2534aa-3524-54d0-906c-2ae02ccca6e0 with scrape type 2
2026-03-30 06:18:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe2534aa-3524-54d0-906c-2ae02ccca6e0, identifier: SA68%20WTE
2026-03-30 06:18:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd5e3409-3097-583e-99ae-c2a9b184f113 with identifier: HG69%20VOK
2026-03-30 06:18:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd5e3409-3097-583e-99ae-c2a9b184f113 with identifier: HG69%20VOK
2026-03-30 06:18:20 [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-30 06:18:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:20 [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-30 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HG69%2520VOK%27 HTTP/1.1" 200 None
2026-03-30 06:18:20 [bca.uk] INFO: Saving data for HG69%20VOK: {'auction_closing_time': 1774864800.0, 'created_time': 1774476173.165771, 'last_price_update_time': 1774851500.96282}
2026-03-30 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:20 [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-30 06:18:20 [bca.uk] INFO: Found listing with ID: SB20%20AMO
2026-03-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB20%2520AMO%27 HTTP/1.1" 200 None
2026-03-30 06:18:21 [bca.uk] INFO: Scrape type for SB20%20AMO: 0
2026-03-30 06:18:21 [bca.uk] INFO: Found listing with ID: FX11%20JKN
2026-03-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX11%2520JKN%27 HTTP/1.1" 200 None
2026-03-30 06:18:21 [bca.uk] INFO: Scrape type for FX11%20JKN: 2
2026-03-30 06:18:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5793871-8a7f-5b58-a23b-b10a81e70703 with identifier: FX11%20JKN
2026-03-30 06:18:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5793871-8a7f-5b58-a23b-b10a81e70703 with scrape type 2
2026-03-30 06:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5793871-8a7f-5b58-a23b-b10a81e70703 with scrape type 2
2026-03-30 06:18:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5793871-8a7f-5b58-a23b-b10a81e70703, identifier: FX11%20JKN
2026-03-30 06:18:21 [bca.uk] INFO: Found listing with ID: MJ73%20VUN
2026-03-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MJ73%2520VUN%27 HTTP/1.1" 200 None
2026-03-30 06:18:21 [bca.uk] INFO: Scrape type for MJ73%20VUN: 0
2026-03-30 06:18:21 [bca.uk] INFO: Found listing with ID: LR22%20YMO
2026-03-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR22%2520YMO%27 HTTP/1.1" 200 None
2026-03-30 06:18:21 [bca.uk] INFO: Scrape type for LR22%20YMO: 2
2026-03-30 06:18:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e49e46d-f323-5a89-ab76-ba274b6300bd with identifier: LR22%20YMO
2026-03-30 06:18:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e49e46d-f323-5a89-ab76-ba274b6300bd with scrape type 2
2026-03-30 06:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e49e46d-f323-5a89-ab76-ba274b6300bd with scrape type 2
2026-03-30 06:18:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e49e46d-f323-5a89-ab76-ba274b6300bd, identifier: LR22%20YMO
2026-03-30 06:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe2534aa-3524-54d0-906c-2ae02ccca6e0 with identifier: SA68%20WTE
2026-03-30 06:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe2534aa-3524-54d0-906c-2ae02ccca6e0 with identifier: SA68%20WTE
2026-03-30 06:18:21 [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-30 06:18:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA68%2520WTE%27 HTTP/1.1" 200 None
2026-03-30 06:18:21 [bca.uk] INFO: Saving data for SA68%20WTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774650175.3166, 'last_price_update_time': 1774851501.55174}
2026-03-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:21 [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-30 06:18:21 [bca.uk] INFO: Found listing with ID: HK69%20NWJ
2026-03-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK69%2520NWJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:21 [bca.uk] INFO: Scrape type for HK69%20NWJ: 2
2026-03-30 06:18:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 028a3020-7211-50e3-b9bd-66b14b736ce6 with identifier: HK69%20NWJ
2026-03-30 06:18:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 028a3020-7211-50e3-b9bd-66b14b736ce6 with scrape type 2
2026-03-30 06:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 028a3020-7211-50e3-b9bd-66b14b736ce6 with scrape type 2
2026-03-30 06:18:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 028a3020-7211-50e3-b9bd-66b14b736ce6, identifier: HK69%20NWJ
2026-03-30 06:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5793871-8a7f-5b58-a23b-b10a81e70703 with identifier: FX11%20JKN
2026-03-30 06:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5793871-8a7f-5b58-a23b-b10a81e70703 with identifier: FX11%20JKN
2026-03-30 06:18:21 [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-30 06:18:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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=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-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX11%2520JKN%27 HTTP/1.1" 200 None
2026-03-30 06:18:21 [bca.uk] INFO: Saving data for FX11%20JKN: {'auction_closing_time': 1775124000.0, 'created_time': 1774651054.952614, 'last_price_update_time': 1774851501.959693}
2026-03-30 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:21 [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-30 06:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e49e46d-f323-5a89-ab76-ba274b6300bd with identifier: LR22%20YMO
2026-03-30 06:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e49e46d-f323-5a89-ab76-ba274b6300bd with identifier: LR22%20YMO
2026-03-30 06:18:22 [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-30 06:18:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:22 [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-30 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR22%2520YMO%27 HTTP/1.1" 200 None
2026-03-30 06:18:22 [bca.uk] INFO: Saving data for LR22%20YMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649889.426445, 'last_price_update_time': 1774851502.264465}
2026-03-30 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:22 [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-30 06:18:22 [bca.uk] INFO: Found listing with ID: SE68%20NBZ
2026-03-30 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE68%2520NBZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:22 [bca.uk] INFO: Scrape type for SE68%20NBZ: 2
2026-03-30 06:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with identifier: SE68%20NBZ
2026-03-30 06:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with scrape type 2
2026-03-30 06:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with scrape type 2
2026-03-30 06:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00, identifier: SE68%20NBZ
2026-03-30 06:18:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 028a3020-7211-50e3-b9bd-66b14b736ce6 with identifier: HK69%20NWJ
2026-03-30 06:18:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 028a3020-7211-50e3-b9bd-66b14b736ce6 with identifier: HK69%20NWJ
2026-03-30 06:18:22 [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-30 06:18:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK69%2520NWJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:22 [bca.uk] INFO: Saving data for HK69%20NWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650947.067172, 'last_price_update_time': 1774851502.718115}
2026-03-30 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:22 [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-30 06:18:22 [bca.uk] INFO: Found listing with ID: KW21%20AOB
2026-03-30 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW21%2520AOB%27 HTTP/1.1" 200 None
2026-03-30 06:18:22 [bca.uk] INFO: Scrape type for KW21%20AOB: 2
2026-03-30 06:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3257ad2-eb16-5e6a-a9a9-0f0ace59bb0c with identifier: KW21%20AOB
2026-03-30 06:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3257ad2-eb16-5e6a-a9a9-0f0ace59bb0c with scrape type 2
2026-03-30 06:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3257ad2-eb16-5e6a-a9a9-0f0ace59bb0c with scrape type 2
2026-03-30 06:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3257ad2-eb16-5e6a-a9a9-0f0ace59bb0c, identifier: KW21%20AOB
2026-03-30 06:18:22 [bca.uk] INFO: Found listing with ID: ML73%20DJJ
2026-03-30 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML73%2520DJJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:22 [bca.uk] INFO: Scrape type for ML73%20DJJ: 2
2026-03-30 06:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with identifier: ML73%20DJJ
2026-03-30 06:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with scrape type 2
2026-03-30 06:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with scrape type 2
2026-03-30 06:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919, identifier: ML73%20DJJ
2026-03-30 06:18:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with identifier: SE68%20NBZ
2026-03-30 06:18:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7735cf2-f4c0-5c68-b8b1-2513f5bbfe00 with identifier: SE68%20NBZ
2026-03-30 06:18:23 [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-30 06:18:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE68%2520NBZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:23 [bca.uk] INFO: Saving data for SE68%20NBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650174.630783, 'last_price_update_time': 1774851503.253534}
2026-03-30 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:23 [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-30 06:18:23 [bca.uk] INFO: Found listing with ID: HV20%20UWZ
2026-03-30 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV20%2520UWZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:23 [bca.uk] INFO: Scrape type for HV20%20UWZ: 0
2026-03-30 06:18:23 [bca.uk] INFO: Found listing with ID: LB18%20KWG
2026-03-30 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB18%2520KWG%27 HTTP/1.1" 200 None
2026-03-30 06:18:23 [bca.uk] INFO: Scrape type for LB18%20KWG: 2
2026-03-30 06:18:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30ea97ba-2230-596d-87b4-43ba537b3464 with identifier: LB18%20KWG
2026-03-30 06:18:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30ea97ba-2230-596d-87b4-43ba537b3464 with scrape type 2
2026-03-30 06:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30ea97ba-2230-596d-87b4-43ba537b3464 with scrape type 2
2026-03-30 06:18:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30ea97ba-2230-596d-87b4-43ba537b3464, identifier: LB18%20KWG
2026-03-30 06:18:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3257ad2-eb16-5e6a-a9a9-0f0ace59bb0c with identifier: KW21%20AOB
2026-03-30 06:18:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3257ad2-eb16-5e6a-a9a9-0f0ace59bb0c with identifier: KW21%20AOB
2026-03-30 06:18:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3257ad2-eb16-5e6a-a9a9-0f0ace59bb0c with identifier: KW21%20AOB to the API
2026-03-30 06:18:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW21%20AOB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b3257ad2-eb16-5e6a-a9a9-0f0ace59bb0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW21 AOB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW21%20AOB&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'PEUGEOT',
'model': '208',
'odometer': 49250,
'odometer_reading_unit': '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 208 1.2 P/T 100 GT Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 GT',
'vin': 'VR3UPHNEKMT003907',
'year': 2021}
2026-03-30 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW21%2520AOB%27 HTTP/1.1" 200 None
2026-03-30 06:18:24 [bca.uk] INFO: Saving data for KW21%20AOB: {'auction_closing_time': 1774951200.0, 'created_time': 1774392159.899812, 'last_price_update_time': 1774851504.570694}
2026-03-30 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW21%2520AOB') HTTP/1.1" 204 0
2026-03-30 06:18:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with identifier: ML73%20DJJ
2026-03-30 06:18:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18b7fdbf-5a7f-5042-98f2-5a1dc3b6f919 with identifier: ML73%20DJJ
2026-03-30 06:18:24 [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-30 06:18:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:24 [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-30 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML73%2520DJJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:24 [bca.uk] INFO: Saving data for ML73%20DJJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649888.149671, 'last_price_update_time': 1774851504.863282}
2026-03-30 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:24 [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-30 06:18:24 [bca.uk] INFO: Found listing with ID: SH70%20EHW
2026-03-30 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH70%2520EHW%27 HTTP/1.1" 200 None
2026-03-30 06:18:24 [bca.uk] INFO: Scrape type for SH70%20EHW: 2
2026-03-30 06:18:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with identifier: SH70%20EHW
2026-03-30 06:18:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with scrape type 2
2026-03-30 06:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with scrape type 2
2026-03-30 06:18:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65, identifier: SH70%20EHW
2026-03-30 06:18:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30ea97ba-2230-596d-87b4-43ba537b3464 with identifier: LB18%20KWG
2026-03-30 06:18:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30ea97ba-2230-596d-87b4-43ba537b3464 with identifier: LB18%20KWG
2026-03-30 06:18:25 [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-30 06:18:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB18%2520KWG%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Saving data for LB18%20KWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774044389.829212, 'last_price_update_time': 1774851505.279491}
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:25 [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-30 06:18:25 [bca.uk] INFO: Found listing with ID: YX71%20DDY
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX71%2520DDY%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Scrape type for YX71%20DDY: 2
2026-03-30 06:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e2add22-df95-51c3-9636-35d566d5c8ef with identifier: YX71%20DDY
2026-03-30 06:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e2add22-df95-51c3-9636-35d566d5c8ef with scrape type 2
2026-03-30 06:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e2add22-df95-51c3-9636-35d566d5c8ef with scrape type 2
2026-03-30 06:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e2add22-df95-51c3-9636-35d566d5c8ef, identifier: YX71%20DDY
2026-03-30 06:18:25 [bca.uk] INFO: Found listing with ID: KJ69%20KWP
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ69%2520KWP%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Scrape type for KJ69%20KWP: 0
2026-03-30 06:18:25 [bca.uk] INFO: Found listing with ID: EK68%20PYU
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK68%2520PYU%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Scrape type for EK68%20PYU: 0
2026-03-30 06:18:25 [bca.uk] INFO: Found listing with ID: NX16%20FFG
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX16%2520FFG%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Scrape type for NX16%20FFG: 0
2026-03-30 06:18:25 [bca.uk] INFO: Found listing with ID: EX18%20ZBL
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX18%2520ZBL%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Scrape type for EX18%20ZBL: 2
2026-03-30 06:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6917c1b-a8a3-54ab-98d7-fccfdd766b22 with identifier: EX18%20ZBL
2026-03-30 06:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6917c1b-a8a3-54ab-98d7-fccfdd766b22 with scrape type 2
2026-03-30 06:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6917c1b-a8a3-54ab-98d7-fccfdd766b22 with scrape type 2
2026-03-30 06:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6917c1b-a8a3-54ab-98d7-fccfdd766b22, identifier: EX18%20ZBL
2026-03-30 06:18:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with identifier: SH70%20EHW
2026-03-30 06:18:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5beeb06-347c-55e8-8efe-ebc0fb4d1c65 with identifier: SH70%20EHW
2026-03-30 06:18:25 [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-30 06:18:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:25 [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=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-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SH70%2520EHW%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Saving data for SH70%20EHW: {'auction_closing_time': 1774864800.0, 'created_time': 1773822657.088198, 'last_price_update_time': 1774851505.861071}
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:25 [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-30 06:18:25 [bca.uk] INFO: Found listing with ID: LP71%20OMJ
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP71%2520OMJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Scrape type for LP71%20OMJ: 0
2026-03-30 06:18:25 [bca.uk] INFO: Found listing with ID: MT24%20TZY
2026-03-30 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT24%2520TZY%27 HTTP/1.1" 200 None
2026-03-30 06:18:25 [bca.uk] INFO: Scrape type for MT24%20TZY: 2
2026-03-30 06:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22e97742-b38c-58a0-9a4d-2b34adf27f18 with identifier: MT24%20TZY
2026-03-30 06:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22e97742-b38c-58a0-9a4d-2b34adf27f18 with scrape type 2
2026-03-30 06:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22e97742-b38c-58a0-9a4d-2b34adf27f18 with scrape type 2
2026-03-30 06:18:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22e97742-b38c-58a0-9a4d-2b34adf27f18, identifier: MT24%20TZY
2026-03-30 06:18:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:18:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e2add22-df95-51c3-9636-35d566d5c8ef with identifier: YX71%20DDY
2026-03-30 06:18:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e2add22-df95-51c3-9636-35d566d5c8ef with identifier: YX71%20DDY
2026-03-30 06:18:26 [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-30 06:18:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX71%2520DDY%27 HTTP/1.1" 200 None
2026-03-30 06:18:27 [bca.uk] INFO: Saving data for YX71%20DDY: {'auction_closing_time': 1775124000.0, 'created_time': 1774649950.849613, 'last_price_update_time': 1774851507.041889}
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:27 [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-30 06:18:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6917c1b-a8a3-54ab-98d7-fccfdd766b22 with identifier: EX18%20ZBL
2026-03-30 06:18:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6917c1b-a8a3-54ab-98d7-fccfdd766b22 with identifier: EX18%20ZBL
2026-03-30 06:18:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6917c1b-a8a3-54ab-98d7-fccfdd766b22 with identifier: EX18%20ZBL to the API
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX18%20ZBL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e6917c1b-a8a3-54ab-98d7-fccfdd766b22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX18 ZBL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX18%20ZBL&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 62854,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'HYUNDAI I10 1.0 PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'PREMIUM',
'vin': 'NLHA851ALJZ426723',
'year': 2018}
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX18%2520ZBL%27 HTTP/1.1" 200 None
2026-03-30 06:18:27 [bca.uk] INFO: Saving data for EX18%20ZBL: {'auction_closing_time': 1774864800.0, 'created_time': 1774437370.568587, 'last_price_update_time': 1774851507.34888}
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX18%2520ZBL') HTTP/1.1" 204 0
2026-03-30 06:18:27 [bca.uk] INFO: Found listing with ID: SR21%20XPP
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR21%2520XPP%27 HTTP/1.1" 200 None
2026-03-30 06:18:27 [bca.uk] INFO: Scrape type for SR21%20XPP: 2
2026-03-30 06:18:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3eebf6b-0105-5399-afa6-ec355c5d49c6 with identifier: SR21%20XPP
2026-03-30 06:18:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3eebf6b-0105-5399-afa6-ec355c5d49c6 with scrape type 2
2026-03-30 06:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3eebf6b-0105-5399-afa6-ec355c5d49c6 with scrape type 2
2026-03-30 06:18:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3eebf6b-0105-5399-afa6-ec355c5d49c6, identifier: SR21%20XPP
2026-03-30 06:18:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22e97742-b38c-58a0-9a4d-2b34adf27f18 with identifier: MT24%20TZY
2026-03-30 06:18:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22e97742-b38c-58a0-9a4d-2b34adf27f18 with identifier: MT24%20TZY
2026-03-30 06:18:27 [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-30 06:18:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT24%2520TZY%27 HTTP/1.1" 200 None
2026-03-30 06:18:27 [bca.uk] INFO: Saving data for MT24%20TZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535605.409511, 'last_price_update_time': 1774851507.749714}
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:27 [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-30 06:18:27 [bca.uk] INFO: Found listing with ID: NA72%20YVV
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA72%2520YVV%27 HTTP/1.1" 200 None
2026-03-30 06:18:27 [bca.uk] INFO: Scrape type for NA72%20YVV: 2
2026-03-30 06:18:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with identifier: NA72%20YVV
2026-03-30 06:18:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with scrape type 2
2026-03-30 06:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with scrape type 2
2026-03-30 06:18:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8846d80-3e28-5abc-b9f3-eaf98bd9e424, identifier: NA72%20YVV
2026-03-30 06:18:27 [bca.uk] INFO: Found listing with ID: LM62%20XBE
2026-03-30 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM62%2520XBE%27 HTTP/1.1" 200 None
2026-03-30 06:18:27 [bca.uk] INFO: Scrape type for LM62%20XBE: 2
2026-03-30 06:18:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 620caa77-cf0f-5602-a89f-8a01e8274bc7 with identifier: LM62%20XBE
2026-03-30 06:18:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 620caa77-cf0f-5602-a89f-8a01e8274bc7 with scrape type 2
2026-03-30 06:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 620caa77-cf0f-5602-a89f-8a01e8274bc7 with scrape type 2
2026-03-30 06:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 620caa77-cf0f-5602-a89f-8a01e8274bc7, identifier: LM62%20XBE
2026-03-30 06:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3eebf6b-0105-5399-afa6-ec355c5d49c6 with identifier: SR21%20XPP
2026-03-30 06:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3eebf6b-0105-5399-afa6-ec355c5d49c6 with identifier: SR21%20XPP
2026-03-30 06:18:28 [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-30 06:18:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:28 [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': 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-30 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR21%2520XPP%27 HTTP/1.1" 200 None
2026-03-30 06:18:28 [bca.uk] INFO: Saving data for SR21%20XPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774650166.033985, 'last_price_update_time': 1774851508.360644}
2026-03-30 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:28 [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-30 06:18:28 [bca.uk] INFO: Found listing with ID: ND21%20BVM
2026-03-30 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND21%2520BVM%27 HTTP/1.1" 200 None
2026-03-30 06:18:28 [bca.uk] INFO: Scrape type for ND21%20BVM: 2
2026-03-30 06:18:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f101444-7309-5059-a954-4a8783b5927c with identifier: ND21%20BVM
2026-03-30 06:18:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f101444-7309-5059-a954-4a8783b5927c with scrape type 2
2026-03-30 06:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f101444-7309-5059-a954-4a8783b5927c with scrape type 2
2026-03-30 06:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f101444-7309-5059-a954-4a8783b5927c, identifier: ND21%20BVM
2026-03-30 06:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with identifier: NA72%20YVV
2026-03-30 06:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8846d80-3e28-5abc-b9f3-eaf98bd9e424 with identifier: NA72%20YVV
2026-03-30 06:18:28 [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-30 06:18:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA72%2520YVV%27 HTTP/1.1" 200 None
2026-03-30 06:18:28 [bca.uk] INFO: Saving data for NA72%20YVV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649933.639551, 'last_price_update_time': 1774851508.769285}
2026-03-30 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:28 [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-30 06:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 620caa77-cf0f-5602-a89f-8a01e8274bc7 with identifier: LM62%20XBE
2026-03-30 06:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 620caa77-cf0f-5602-a89f-8a01e8274bc7 with identifier: LM62%20XBE
2026-03-30 06:18:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 620caa77-cf0f-5602-a89f-8a01e8274bc7 with identifier: LM62%20XBE to the API
2026-03-30 06:18:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM62%20XBE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.1L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '620caa77-cf0f-5602-a89f-8a01e8274bc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LM62 XBE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM62%20XBE&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'MERCEDES-BENZ',
'model': 'C220',
'odometer': 132625,
'odometer_reading_unit': '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': 'WDD2043022G021140',
'year': 2012}
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM62%2520XBE%27 HTTP/1.1" 200 None
2026-03-30 06:18:29 [bca.uk] INFO: Saving data for LM62%20XBE: {'auction_closing_time': 1775037600.0, 'created_time': 1774649867.831887, 'last_price_update_time': 1774851509.062344}
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM62%2520XBE') HTTP/1.1" 204 0
2026-03-30 06:18:29 [bca.uk] INFO: Found listing with ID: YF74%20LVB
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF74%2520LVB%27 HTTP/1.1" 200 None
2026-03-30 06:18:29 [bca.uk] INFO: Scrape type for YF74%20LVB: 2
2026-03-30 06:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0400b04-1a9a-590b-8f89-5669b611e3f6 with identifier: YF74%20LVB
2026-03-30 06:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0400b04-1a9a-590b-8f89-5669b611e3f6 with scrape type 2
2026-03-30 06:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0400b04-1a9a-590b-8f89-5669b611e3f6 with scrape type 2
2026-03-30 06:18:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0400b04-1a9a-590b-8f89-5669b611e3f6, identifier: YF74%20LVB
2026-03-30 06:18:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f101444-7309-5059-a954-4a8783b5927c with identifier: ND21%20BVM
2026-03-30 06:18:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f101444-7309-5059-a954-4a8783b5927c with identifier: ND21%20BVM
2026-03-30 06:18:29 [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-30 06:18:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:29 [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': 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-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND21%2520BVM%27 HTTP/1.1" 200 None
2026-03-30 06:18:29 [bca.uk] INFO: Saving data for ND21%20BVM: {'auction_closing_time': 1774864800.0, 'created_time': 1773832116.263127, 'last_price_update_time': 1774851509.499826}
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:29 [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-30 06:18:29 [bca.uk] INFO: Found listing with ID: GV72%20DWG
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV72%2520DWG%27 HTTP/1.1" 200 None
2026-03-30 06:18:29 [bca.uk] INFO: Scrape type for GV72%20DWG: 2
2026-03-30 06:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d085d92-5e33-5f3c-8123-d54e127d4514 with identifier: GV72%20DWG
2026-03-30 06:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d085d92-5e33-5f3c-8123-d54e127d4514 with scrape type 2
2026-03-30 06:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d085d92-5e33-5f3c-8123-d54e127d4514 with scrape type 2
2026-03-30 06:18:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d085d92-5e33-5f3c-8123-d54e127d4514, identifier: GV72%20DWG
2026-03-30 06:18:29 [bca.uk] INFO: Found listing with ID: EU73%20UJR
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU73%2520UJR%27 HTTP/1.1" 200 None
2026-03-30 06:18:29 [bca.uk] INFO: Scrape type for EU73%20UJR: 0
2026-03-30 06:18:29 [bca.uk] INFO: Found listing with ID: BD68%20CDO
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD68%2520CDO%27 HTTP/1.1" 200 None
2026-03-30 06:18:29 [bca.uk] INFO: Scrape type for BD68%20CDO: 0
2026-03-30 06:18:29 [bca.uk] INFO: Found listing with ID: CN68%20UAD
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN68%2520UAD%27 HTTP/1.1" 200 None
2026-03-30 06:18:29 [bca.uk] INFO: Scrape type for CN68%20UAD: 0
2026-03-30 06:18:29 [bca.uk] INFO: Found listing with ID: LD22%20UVE
2026-03-30 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD22%2520UVE%27 HTTP/1.1" 200 None
2026-03-30 06:18:29 [bca.uk] INFO: Scrape type for LD22%20UVE: 2
2026-03-30 06:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d22229c-9977-590f-a742-f4008a30567b with identifier: LD22%20UVE
2026-03-30 06:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d22229c-9977-590f-a742-f4008a30567b with scrape type 2
2026-03-30 06:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d22229c-9977-590f-a742-f4008a30567b with scrape type 2
2026-03-30 06:18:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d22229c-9977-590f-a742-f4008a30567b, identifier: LD22%20UVE
2026-03-30 06:18:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0400b04-1a9a-590b-8f89-5669b611e3f6 with identifier: YF74%20LVB
2026-03-30 06:18:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0400b04-1a9a-590b-8f89-5669b611e3f6 with identifier: YF74%20LVB
2026-03-30 06:18:29 [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-30 06:18:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:30 [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': 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-30 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF74%2520LVB%27 HTTP/1.1" 200 None
2026-03-30 06:18:30 [bca.uk] INFO: Saving data for YF74%20LVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774650164.819165, 'last_price_update_time': 1774851510.117053}
2026-03-30 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:30 [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-30 06:18:30 [bca.uk] INFO: Found listing with ID: SK71%20ODG
2026-03-30 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK71%2520ODG%27 HTTP/1.1" 200 None
2026-03-30 06:18:30 [bca.uk] INFO: Scrape type for SK71%20ODG: 0
2026-03-30 06:18:30 [bca.uk] INFO: Found listing with ID: WV69%20NBG
2026-03-30 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV69%2520NBG%27 HTTP/1.1" 200 None
2026-03-30 06:18:30 [bca.uk] INFO: Scrape type for WV69%20NBG: 2
2026-03-30 06:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5391c6e9-5de3-5f31-93c0-902941487c30 with identifier: WV69%20NBG
2026-03-30 06:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5391c6e9-5de3-5f31-93c0-902941487c30 with scrape type 2
2026-03-30 06:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5391c6e9-5de3-5f31-93c0-902941487c30 with scrape type 2
2026-03-30 06:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5391c6e9-5de3-5f31-93c0-902941487c30, identifier: WV69%20NBG
2026-03-30 06:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d085d92-5e33-5f3c-8123-d54e127d4514 with identifier: GV72%20DWG
2026-03-30 06:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d085d92-5e33-5f3c-8123-d54e127d4514 with identifier: GV72%20DWG
2026-03-30 06:18:30 [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-30 06:18:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV72%2520DWG%27 HTTP/1.1" 200 None
2026-03-30 06:18:30 [bca.uk] INFO: Saving data for GV72%20DWG: {'auction_closing_time': 1775037600.0, 'created_time': 1774649935.164466, 'last_price_update_time': 1774851510.538821}
2026-03-30 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:30 [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-30 06:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d22229c-9977-590f-a742-f4008a30567b with identifier: LD22%20UVE
2026-03-30 06:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d22229c-9977-590f-a742-f4008a30567b with identifier: LD22%20UVE
2026-03-30 06:18:30 [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-30 06:18:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD22%2520UVE%27 HTTP/1.1" 200 None
2026-03-30 06:18:31 [bca.uk] INFO: Saving data for LD22%20UVE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563727.374641, 'last_price_update_time': 1774851511.541598}
2026-03-30 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:31 [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-30 06:18:31 [bca.uk] INFO: Found listing with ID: BU69%20USL
2026-03-30 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU69%2520USL%27 HTTP/1.1" 200 None
2026-03-30 06:18:31 [bca.uk] INFO: Scrape type for BU69%20USL: 2
2026-03-30 06:18:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with identifier: BU69%20USL
2026-03-30 06:18:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with scrape type 2
2026-03-30 06:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with scrape type 2
2026-03-30 06:18:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4ba2edc-4bef-5d02-8ff6-ae6dab970258, identifier: BU69%20USL
2026-03-30 06:18:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5391c6e9-5de3-5f31-93c0-902941487c30 with identifier: WV69%20NBG
2026-03-30 06:18:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5391c6e9-5de3-5f31-93c0-902941487c30 with identifier: WV69%20NBG
2026-03-30 06:18:31 [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-30 06:18:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:31 [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=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-30 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV69%2520NBG%27 HTTP/1.1" 200 None
2026-03-30 06:18:31 [bca.uk] INFO: Saving data for WV69%20NBG: {'auction_closing_time': 1774864800.0, 'created_time': 1774304656.133696, 'last_price_update_time': 1774851511.949776}
2026-03-30 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:31 [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-30 06:18:31 [bca.uk] INFO: Total items found: 100
2026-03-30 06:18:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded
2026-03-30 06:18:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:18:31 [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-30 06:18:31 [bca.uk] INFO: Found listing with ID: YR72%20WEP
2026-03-30 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR72%2520WEP%27 HTTP/1.1" 200 None
2026-03-30 06:18:32 [bca.uk] INFO: Scrape type for YR72%20WEP: 2
2026-03-30 06:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f49045d-1a66-504b-8276-e7f39648f788 with identifier: YR72%20WEP
2026-03-30 06:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f49045d-1a66-504b-8276-e7f39648f788 with scrape type 2
2026-03-30 06:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f49045d-1a66-504b-8276-e7f39648f788 with scrape type 2
2026-03-30 06:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f49045d-1a66-504b-8276-e7f39648f788, identifier: YR72%20WEP
2026-03-30 06:18:32 [bca.uk] INFO: Found listing with ID: LD68%20VBM
2026-03-30 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD68%2520VBM%27 HTTP/1.1" 200 None
2026-03-30 06:18:32 [bca.uk] INFO: Scrape type for LD68%20VBM: 2
2026-03-30 06:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a1dcde7-e546-5ba6-aacf-312065fc96f3 with identifier: LD68%20VBM
2026-03-30 06:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a1dcde7-e546-5ba6-aacf-312065fc96f3 with scrape type 2
2026-03-30 06:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a1dcde7-e546-5ba6-aacf-312065fc96f3 with scrape type 2
2026-03-30 06:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a1dcde7-e546-5ba6-aacf-312065fc96f3, identifier: LD68%20VBM
2026-03-30 06:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with identifier: BU69%20USL
2026-03-30 06:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4ba2edc-4bef-5d02-8ff6-ae6dab970258 with identifier: BU69%20USL
2026-03-30 06:18:32 [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-30 06:18:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:32 [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': 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-30 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BU69%2520USL%27 HTTP/1.1" 200 None
2026-03-30 06:18:32 [bca.uk] INFO: Saving data for BU69%20USL: {'auction_closing_time': 1775124000.0, 'created_time': 1774650158.968135, 'last_price_update_time': 1774851512.501255}
2026-03-30 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:32 [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-30 06:18:32 [bca.uk] INFO: Found listing with ID: AU68%20KFP
2026-03-30 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU68%2520KFP%27 HTTP/1.1" 200 None
2026-03-30 06:18:32 [bca.uk] INFO: Scrape type for AU68%20KFP: 2
2026-03-30 06:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa0f1d33-9137-5d88-ba82-45d5e1deff3a with identifier: AU68%20KFP
2026-03-30 06:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa0f1d33-9137-5d88-ba82-45d5e1deff3a with scrape type 2
2026-03-30 06:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa0f1d33-9137-5d88-ba82-45d5e1deff3a with scrape type 2
2026-03-30 06:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa0f1d33-9137-5d88-ba82-45d5e1deff3a, identifier: AU68%20KFP
2026-03-30 06:18:32 [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-30 06:18:32 [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-30 06:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f49045d-1a66-504b-8276-e7f39648f788 with identifier: YR72%20WEP
2026-03-30 06:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f49045d-1a66-504b-8276-e7f39648f788 with identifier: YR72%20WEP
2026-03-30 06:18:32 [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-30 06:18:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR72%2520WEP%27 HTTP/1.1" 200 None
2026-03-30 06:18:32 [bca.uk] INFO: Saving data for YR72%20WEP: {'auction_closing_time': 1775037600.0, 'created_time': 1774649936.310392, 'last_price_update_time': 1774851512.957435}
2026-03-30 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:32 [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-30 06:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a1dcde7-e546-5ba6-aacf-312065fc96f3 with identifier: LD68%20VBM
2026-03-30 06:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a1dcde7-e546-5ba6-aacf-312065fc96f3 with identifier: LD68%20VBM
2026-03-30 06:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a1dcde7-e546-5ba6-aacf-312065fc96f3 with identifier: LD68%20VBM to the API
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 197,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD68%20VBM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4a1dcde7-e546-5ba6-aacf-312065fc96f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD68 VBM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD68%20VBM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 32734,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 SI4 240 HSE LUXURY StationWagon',
'transmission': 'automatic',
'trim': 'SI4 240 HSE LUXURY',
'vin': 'SALCA2AX5KH800193',
'year': 2018}
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD68%2520VBM%27 HTTP/1.1" 200 None
2026-03-30 06:18:33 [bca.uk] INFO: Saving data for LD68%20VBM: {'auction_closing_time': 1775037600.0, 'created_time': 1774649882.082851, 'last_price_update_time': 1774851513.270709}
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD68%2520VBM') HTTP/1.1" 204 0
2026-03-30 06:18:33 [bca.uk] INFO: Found listing with ID: WN18%20CZG
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN18%2520CZG%27 HTTP/1.1" 200 None
2026-03-30 06:18:33 [bca.uk] INFO: Scrape type for WN18%20CZG: 2
2026-03-30 06:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54b4a6c8-3eda-5585-84be-54057ab400fe with identifier: WN18%20CZG
2026-03-30 06:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54b4a6c8-3eda-5585-84be-54057ab400fe with scrape type 2
2026-03-30 06:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54b4a6c8-3eda-5585-84be-54057ab400fe with scrape type 2
2026-03-30 06:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54b4a6c8-3eda-5585-84be-54057ab400fe, identifier: WN18%20CZG
2026-03-30 06:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa0f1d33-9137-5d88-ba82-45d5e1deff3a with identifier: AU68%20KFP
2026-03-30 06:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa0f1d33-9137-5d88-ba82-45d5e1deff3a with identifier: AU68%20KFP
2026-03-30 06:18:33 [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-30 06:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU68%2520KFP%27 HTTP/1.1" 200 None
2026-03-30 06:18:33 [bca.uk] INFO: Saving data for AU68%20KFP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650899.040959, 'last_price_update_time': 1774851513.705419}
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:33 [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-30 06:18:33 [bca.uk] INFO: Found listing with ID: YS69%20PCO
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS69%2520PCO%27 HTTP/1.1" 200 None
2026-03-30 06:18:33 [bca.uk] INFO: Scrape type for YS69%20PCO: 2
2026-03-30 06:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with identifier: YS69%20PCO
2026-03-30 06:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with scrape type 2
2026-03-30 06:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with scrape type 2
2026-03-30 06:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7, identifier: YS69%20PCO
2026-03-30 06:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:18:33 [bca.uk] INFO: Found listing with ID: DS72%20VYJ
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS72%2520VYJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:33 [bca.uk] INFO: Scrape type for DS72%20VYJ: 2
2026-03-30 06:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83e7632-ca35-56d6-bf76-e722b563ebb7 with identifier: DS72%20VYJ
2026-03-30 06:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83e7632-ca35-56d6-bf76-e722b563ebb7 with scrape type 2
2026-03-30 06:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c83e7632-ca35-56d6-bf76-e722b563ebb7 with scrape type 2
2026-03-30 06:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c83e7632-ca35-56d6-bf76-e722b563ebb7, identifier: DS72%20VYJ
2026-03-30 06:18:33 [bca.uk] INFO: Found listing with ID: OE71%20KNX
2026-03-30 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE71%2520KNX%27 HTTP/1.1" 200 None
2026-03-30 06:18:33 [bca.uk] INFO: Scrape type for OE71%20KNX: 2
2026-03-30 06:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf4bc5b8-ac45-5acd-8eb0-aabf5c1cadad with identifier: OE71%20KNX
2026-03-30 06:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf4bc5b8-ac45-5acd-8eb0-aabf5c1cadad with scrape type 2
2026-03-30 06:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf4bc5b8-ac45-5acd-8eb0-aabf5c1cadad with scrape type 2
2026-03-30 06:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf4bc5b8-ac45-5acd-8eb0-aabf5c1cadad, identifier: OE71%20KNX
2026-03-30 06:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54b4a6c8-3eda-5585-84be-54057ab400fe with identifier: WN18%20CZG
2026-03-30 06:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54b4a6c8-3eda-5585-84be-54057ab400fe with identifier: WN18%20CZG
2026-03-30 06:18:34 [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-30 06:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:34 [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=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-30 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN18%2520CZG%27 HTTP/1.1" 200 None
2026-03-30 06:18:34 [bca.uk] INFO: Saving data for WN18%20CZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650149.781084, 'last_price_update_time': 1774851514.391047}
2026-03-30 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:34 [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-30 06:18:34 [bca.uk] INFO: Found listing with ID: LD72%20SFU
2026-03-30 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD72%2520SFU%27 HTTP/1.1" 200 None
2026-03-30 06:18:34 [bca.uk] INFO: Scrape type for LD72%20SFU: 2
2026-03-30 06:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with identifier: LD72%20SFU
2026-03-30 06:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with scrape type 2
2026-03-30 06:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with scrape type 2
2026-03-30 06:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c, identifier: LD72%20SFU
2026-03-30 06:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with identifier: YS69%20PCO
2026-03-30 06:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47fa940f-7ea5-5f31-ae31-d1bc2da4a5b7 with identifier: YS69%20PCO
2026-03-30 06:18:34 [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-30 06:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS69%2520PCO%27 HTTP/1.1" 200 None
2026-03-30 06:18:34 [bca.uk] INFO: Saving data for YS69%20PCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650635.657768, 'last_price_update_time': 1774851514.82976}
2026-03-30 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:34 [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-30 06:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c83e7632-ca35-56d6-bf76-e722b563ebb7 with identifier: DS72%20VYJ
2026-03-30 06:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c83e7632-ca35-56d6-bf76-e722b563ebb7 with identifier: DS72%20VYJ
2026-03-30 06:18:34 [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-30 06:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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=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-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS72%2520VYJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:35 [bca.uk] INFO: Saving data for DS72%20VYJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774649925.570879, 'last_price_update_time': 1774851515.14556}
2026-03-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:35 [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-30 06:18:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf4bc5b8-ac45-5acd-8eb0-aabf5c1cadad with identifier: OE71%20KNX
2026-03-30 06:18:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf4bc5b8-ac45-5acd-8eb0-aabf5c1cadad with identifier: OE71%20KNX
2026-03-30 06:18:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf4bc5b8-ac45-5acd-8eb0-aabf5c1cadad with identifier: OE71%20KNX to the API
2026-03-30 06:18:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 240,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE71%20KNX-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cf4bc5b8-ac45-5acd-8eb0-aabf5c1cadad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE71 KNX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE71%20KNX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 38077,
'odometer_reading_unit': '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 DYNAMIC (7ST) StationWagon',
'transmission': 'automatic',
'trim': 'P400 HSE DYNAMIC (7ST)',
'vin': 'SALWA2AU0NA230586',
'year': 2022}
2026-03-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OE71%2520KNX%27 HTTP/1.1" 200 None
2026-03-30 06:18:35 [bca.uk] INFO: Saving data for OE71%20KNX: {'auction_closing_time': 1775037600.0, 'created_time': 1774649868.647314, 'last_price_update_time': 1774851515.438243}
2026-03-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE71%2520KNX') HTTP/1.1" 204 0
2026-03-30 06:18:35 [bca.uk] INFO: Found listing with ID: YC19%20PKO
2026-03-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC19%2520PKO%27 HTTP/1.1" 200 None
2026-03-30 06:18:35 [bca.uk] INFO: Scrape type for YC19%20PKO: 2
2026-03-30 06:18:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with identifier: YC19%20PKO
2026-03-30 06:18:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with scrape type 2
2026-03-30 06:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with scrape type 2
2026-03-30 06:18:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b446e3f2-8f0c-5990-bb1b-928b6c6e5528, identifier: YC19%20PKO
2026-03-30 06:18:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with identifier: LD72%20SFU
2026-03-30 06:18:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4c9b7b6-8571-5c43-b4fe-3f5ec6b3bb5c with identifier: LD72%20SFU
2026-03-30 06:18:35 [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-30 06:18:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD72%2520SFU%27 HTTP/1.1" 200 None
2026-03-30 06:18:35 [bca.uk] INFO: Saving data for LD72%20SFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650664.308857, 'last_price_update_time': 1774851515.855221}
2026-03-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:35 [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-30 06:18:35 [bca.uk] INFO: Found listing with ID: SW19%20JVU
2026-03-30 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW19%2520JVU%27 HTTP/1.1" 200 None
2026-03-30 06:18:35 [bca.uk] INFO: Scrape type for SW19%20JVU: 2
2026-03-30 06:18:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf090f9-4fa3-58d5-b798-a57989d409d4 with identifier: SW19%20JVU
2026-03-30 06:18:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf090f9-4fa3-58d5-b798-a57989d409d4 with scrape type 2
2026-03-30 06:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf090f9-4fa3-58d5-b798-a57989d409d4 with scrape type 2
2026-03-30 06:18:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf090f9-4fa3-58d5-b798-a57989d409d4, identifier: SW19%20JVU
2026-03-30 06:18:35 [bca.uk] INFO: Found listing with ID: YE73%20OLO
2026-03-30 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE73%2520OLO%27 HTTP/1.1" 200 None
2026-03-30 06:18:36 [bca.uk] INFO: Scrape type for YE73%20OLO: 2
2026-03-30 06:18:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4ddf38-4088-52be-8ea8-c619f10c31bd with identifier: YE73%20OLO
2026-03-30 06:18:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4ddf38-4088-52be-8ea8-c619f10c31bd with scrape type 2
2026-03-30 06:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa4ddf38-4088-52be-8ea8-c619f10c31bd with scrape type 2
2026-03-30 06:18:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa4ddf38-4088-52be-8ea8-c619f10c31bd, identifier: YE73%20OLO
2026-03-30 06:18:36 [bca.uk] INFO: Found listing with ID: FH22%20ZCO
2026-03-30 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH22%2520ZCO%27 HTTP/1.1" 200 None
2026-03-30 06:18:36 [bca.uk] INFO: Scrape type for FH22%20ZCO: 2
2026-03-30 06:18:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5332881-0694-5bc3-8d10-f1f639a2f05b with identifier: FH22%20ZCO
2026-03-30 06:18:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5332881-0694-5bc3-8d10-f1f639a2f05b with scrape type 2
2026-03-30 06:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5332881-0694-5bc3-8d10-f1f639a2f05b with scrape type 2
2026-03-30 06:18:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5332881-0694-5bc3-8d10-f1f639a2f05b, identifier: FH22%20ZCO
2026-03-30 06:18:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with identifier: YC19%20PKO
2026-03-30 06:18:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b446e3f2-8f0c-5990-bb1b-928b6c6e5528 with identifier: YC19%20PKO
2026-03-30 06:18:36 [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-30 06:18:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YC19%2520PKO%27 HTTP/1.1" 200 None
2026-03-30 06:18:36 [bca.uk] INFO: Saving data for YC19%20PKO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650157.682668, 'last_price_update_time': 1774851516.511126}
2026-03-30 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:36 [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-30 06:18:36 [bca.uk] INFO: Found listing with ID: LF21%20WNO
2026-03-30 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF21%2520WNO%27 HTTP/1.1" 200 None
2026-03-30 06:18:36 [bca.uk] INFO: Scrape type for LF21%20WNO: 2
2026-03-30 06:18:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b07d8f8a-8452-53d5-b021-bc6b514d55fd with identifier: LF21%20WNO
2026-03-30 06:18:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b07d8f8a-8452-53d5-b021-bc6b514d55fd with scrape type 2
2026-03-30 06:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b07d8f8a-8452-53d5-b021-bc6b514d55fd with scrape type 2
2026-03-30 06:18:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b07d8f8a-8452-53d5-b021-bc6b514d55fd, identifier: LF21%20WNO
2026-03-30 06:18:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf090f9-4fa3-58d5-b798-a57989d409d4 with identifier: SW19%20JVU
2026-03-30 06:18:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf090f9-4fa3-58d5-b798-a57989d409d4 with identifier: SW19%20JVU
2026-03-30 06:18:36 [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-30 06:18:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW19%2520JVU%27 HTTP/1.1" 200 None
2026-03-30 06:18:37 [bca.uk] INFO: Saving data for SW19%20JVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650527.088815, 'last_price_update_time': 1774851517.029317}
2026-03-30 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:37 [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-30 06:18:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa4ddf38-4088-52be-8ea8-c619f10c31bd with identifier: YE73%20OLO
2026-03-30 06:18:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa4ddf38-4088-52be-8ea8-c619f10c31bd with identifier: YE73%20OLO
2026-03-30 06:18:37 [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-30 06:18:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE73%2520OLO%27 HTTP/1.1" 200 None
2026-03-30 06:18:37 [bca.uk] INFO: Saving data for YE73%20OLO: {'auction_closing_time': 1775037600.0, 'created_time': 1774649926.908998, 'last_price_update_time': 1774851517.320745}
2026-03-30 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:37 [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-30 06:18:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5332881-0694-5bc3-8d10-f1f639a2f05b with identifier: FH22%20ZCO
2026-03-30 06:18:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5332881-0694-5bc3-8d10-f1f639a2f05b with identifier: FH22%20ZCO
2026-03-30 06:18:37 [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-30 06:18:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FH22%2520ZCO%27 HTTP/1.1" 200 None
2026-03-30 06:18:37 [bca.uk] INFO: Saving data for FH22%20ZCO: {'auction_closing_time': 1775037600.0, 'created_time': 1774563712.941384, 'last_price_update_time': 1774851517.612874}
2026-03-30 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:37 [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-30 06:18:37 [bca.uk] INFO: Found listing with ID: SJ71%20RXG
2026-03-30 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ71%2520RXG%27 HTTP/1.1" 200 None
2026-03-30 06:18:37 [bca.uk] INFO: Scrape type for SJ71%20RXG: 2
2026-03-30 06:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feb69b6e-54ce-5825-abd8-f9a66b434269 with identifier: SJ71%20RXG
2026-03-30 06:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb69b6e-54ce-5825-abd8-f9a66b434269 with scrape type 2
2026-03-30 06:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feb69b6e-54ce-5825-abd8-f9a66b434269 with scrape type 2
2026-03-30 06:18:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feb69b6e-54ce-5825-abd8-f9a66b434269, identifier: SJ71%20RXG
2026-03-30 06:18:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b07d8f8a-8452-53d5-b021-bc6b514d55fd with identifier: LF21%20WNO
2026-03-30 06:18:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b07d8f8a-8452-53d5-b021-bc6b514d55fd with identifier: LF21%20WNO
2026-03-30 06:18:37 [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-30 06:18:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF21%2520WNO%27 HTTP/1.1" 200 None
2026-03-30 06:18:38 [bca.uk] INFO: Saving data for LF21%20WNO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650831.477182, 'last_price_update_time': 1774851518.01965}
2026-03-30 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:38 [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-30 06:18:38 [bca.uk] INFO: Found listing with ID: WD21%20BYK
2026-03-30 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD21%2520BYK%27 HTTP/1.1" 200 None
2026-03-30 06:18:38 [bca.uk] INFO: Scrape type for WD21%20BYK: 2
2026-03-30 06:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with identifier: WD21%20BYK
2026-03-30 06:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with scrape type 2
2026-03-30 06:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with scrape type 2
2026-03-30 06:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7, identifier: WD21%20BYK
2026-03-30 06:18:38 [bca.uk] INFO: Found listing with ID: HX18%20DMU
2026-03-30 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX18%2520DMU%27 HTTP/1.1" 200 None
2026-03-30 06:18:38 [bca.uk] INFO: Scrape type for HX18%20DMU: 2
2026-03-30 06:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1608588a-025d-566d-8615-556d19c60549 with identifier: HX18%20DMU
2026-03-30 06:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1608588a-025d-566d-8615-556d19c60549 with scrape type 2
2026-03-30 06:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1608588a-025d-566d-8615-556d19c60549 with scrape type 2
2026-03-30 06:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1608588a-025d-566d-8615-556d19c60549, identifier: HX18%20DMU
2026-03-30 06:18:38 [bca.uk] INFO: Found listing with ID: FX23%20RZA
2026-03-30 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX23%2520RZA%27 HTTP/1.1" 200 None
2026-03-30 06:18:38 [bca.uk] INFO: Scrape type for FX23%20RZA: 2
2026-03-30 06:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf1236ab-b185-5b9f-9df9-41b37a55e075 with identifier: FX23%20RZA
2026-03-30 06:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf1236ab-b185-5b9f-9df9-41b37a55e075 with scrape type 2
2026-03-30 06:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf1236ab-b185-5b9f-9df9-41b37a55e075 with scrape type 2
2026-03-30 06:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf1236ab-b185-5b9f-9df9-41b37a55e075, identifier: FX23%20RZA
2026-03-30 06:18:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feb69b6e-54ce-5825-abd8-f9a66b434269 with identifier: SJ71%20RXG
2026-03-30 06:18:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feb69b6e-54ce-5825-abd8-f9a66b434269 with identifier: SJ71%20RXG
2026-03-30 06:18:38 [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-30 06:18:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:38 [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': 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-30 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ71%2520RXG%27 HTTP/1.1" 200 None
2026-03-30 06:18:38 [bca.uk] INFO: Saving data for SJ71%20RXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774650151.618316, 'last_price_update_time': 1774851518.633523}
2026-03-30 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:38 [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-30 06:18:38 [bca.uk] INFO: Found listing with ID: LG20%20OVA
2026-03-30 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG20%2520OVA%27 HTTP/1.1" 200 None
2026-03-30 06:18:38 [bca.uk] INFO: Scrape type for LG20%20OVA: 2
2026-03-30 06:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with identifier: LG20%20OVA
2026-03-30 06:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with scrape type 2
2026-03-30 06:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with scrape type 2
2026-03-30 06:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af, identifier: LG20%20OVA
2026-03-30 06:18:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with identifier: WD21%20BYK
2026-03-30 06:18:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ec10440-cdf1-5cbf-b779-4fab56e0f5a7 with identifier: WD21%20BYK
2026-03-30 06:18:38 [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-30 06:18:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD21%2520BYK%27 HTTP/1.1" 200 None
2026-03-30 06:18:39 [bca.uk] INFO: Saving data for WD21%20BYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774350743.60328, 'last_price_update_time': 1774851519.029485}
2026-03-30 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:39 [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-30 06:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1608588a-025d-566d-8615-556d19c60549 with identifier: HX18%20DMU
2026-03-30 06:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1608588a-025d-566d-8615-556d19c60549 with identifier: HX18%20DMU
2026-03-30 06:18:39 [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-30 06:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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=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-30 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX18%2520DMU%27 HTTP/1.1" 200 None
2026-03-30 06:18:39 [bca.uk] INFO: Saving data for HX18%20DMU: {'auction_closing_time': 1775124000.0, 'created_time': 1774649915.515221, 'last_price_update_time': 1774851519.313943}
2026-03-30 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:39 [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-30 06:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf1236ab-b185-5b9f-9df9-41b37a55e075 with identifier: FX23%20RZA
2026-03-30 06:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf1236ab-b185-5b9f-9df9-41b37a55e075 with identifier: FX23%20RZA
2026-03-30 06:18:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf1236ab-b185-5b9f-9df9-41b37a55e075 with identifier: FX23%20RZA to the API
2026-03-30 06:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 20,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX23%20RZA-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'bf1236ab-b185-5b9f-9df9-41b37a55e075',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX23 RZA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX23%20RZA&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 41015,
'odometer_reading_unit': '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 SPORT 3.0 P510E 1ST EDITION StationWagon',
'transmission': 'automatic',
'trim': 'P510E 1ST EDITION',
'vin': 'SAL1A2A42PA125819',
'year': 2023}
2026-03-30 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX23%2520RZA%27 HTTP/1.1" 200 None
2026-03-30 06:18:39 [bca.uk] INFO: Saving data for FX23%20RZA: {'auction_closing_time': 1775037600.0, 'created_time': 1774649875.197803, 'last_price_update_time': 1774851519.658852}
2026-03-30 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX23%2520RZA') HTTP/1.1" 204 0
2026-03-30 06:18:39 [bca.uk] INFO: Found listing with ID: SD71%20NFK
2026-03-30 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD71%2520NFK%27 HTTP/1.1" 200 None
2026-03-30 06:18:39 [bca.uk] INFO: Scrape type for SD71%20NFK: 2
2026-03-30 06:18:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad09098f-3f82-555c-86d1-9f97f027a8b3 with identifier: SD71%20NFK
2026-03-30 06:18:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad09098f-3f82-555c-86d1-9f97f027a8b3 with scrape type 2
2026-03-30 06:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad09098f-3f82-555c-86d1-9f97f027a8b3 with scrape type 2
2026-03-30 06:18:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad09098f-3f82-555c-86d1-9f97f027a8b3, identifier: SD71%20NFK
2026-03-30 06:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with identifier: LG20%20OVA
2026-03-30 06:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9ef86ab-446c-5f49-a088-ad4d9ebaa4af with identifier: LG20%20OVA
2026-03-30 06:18:39 [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-30 06:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG20%2520OVA%27 HTTP/1.1" 200 None
2026-03-30 06:18:40 [bca.uk] INFO: Saving data for LG20%20OVA: {'auction_closing_time': 1774864800.0, 'created_time': 1774217079.229919, 'last_price_update_time': 1774851520.072699}
2026-03-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:40 [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-30 06:18:40 [bca.uk] INFO: Found listing with ID: WF71%20UAG
2026-03-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF71%2520UAG%27 HTTP/1.1" 200 None
2026-03-30 06:18:40 [bca.uk] INFO: Scrape type for WF71%20UAG: 2
2026-03-30 06:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f20982af-eb03-5ab9-8cb8-478bf0c74522 with identifier: WF71%20UAG
2026-03-30 06:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f20982af-eb03-5ab9-8cb8-478bf0c74522 with scrape type 2
2026-03-30 06:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f20982af-eb03-5ab9-8cb8-478bf0c74522 with scrape type 2
2026-03-30 06:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f20982af-eb03-5ab9-8cb8-478bf0c74522, identifier: WF71%20UAG
2026-03-30 06:18:40 [bca.uk] INFO: Found listing with ID: AJ72%20HYM
2026-03-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ72%2520HYM%27 HTTP/1.1" 200 None
2026-03-30 06:18:40 [bca.uk] INFO: Scrape type for AJ72%20HYM: 2
2026-03-30 06:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7786f900-cba8-5495-bf63-6a327c41d211 with identifier: AJ72%20HYM
2026-03-30 06:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7786f900-cba8-5495-bf63-6a327c41d211 with scrape type 2
2026-03-30 06:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7786f900-cba8-5495-bf63-6a327c41d211 with scrape type 2
2026-03-30 06:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7786f900-cba8-5495-bf63-6a327c41d211, identifier: AJ72%20HYM
2026-03-30 06:18:40 [bca.uk] INFO: Found listing with ID: YH22%20XOY
2026-03-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH22%2520XOY%27 HTTP/1.1" 200 None
2026-03-30 06:18:40 [bca.uk] INFO: Scrape type for YH22%20XOY: 2
2026-03-30 06:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9528af0c-7422-553b-91f9-b9996dea15b0 with identifier: YH22%20XOY
2026-03-30 06:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9528af0c-7422-553b-91f9-b9996dea15b0 with scrape type 2
2026-03-30 06:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9528af0c-7422-553b-91f9-b9996dea15b0 with scrape type 2
2026-03-30 06:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9528af0c-7422-553b-91f9-b9996dea15b0, identifier: YH22%20XOY
2026-03-30 06:18:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad09098f-3f82-555c-86d1-9f97f027a8b3 with identifier: SD71%20NFK
2026-03-30 06:18:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad09098f-3f82-555c-86d1-9f97f027a8b3 with identifier: SD71%20NFK
2026-03-30 06:18:40 [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-30 06:18:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:40 [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': 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-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD71%2520NFK%27 HTTP/1.1" 200 None
2026-03-30 06:18:40 [bca.uk] INFO: Saving data for SD71%20NFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774650152.00485, 'last_price_update_time': 1774851520.713174}
2026-03-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:40 [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-30 06:18:40 [bca.uk] INFO: Found listing with ID: NV69%20MYB
2026-03-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV69%2520MYB%27 HTTP/1.1" 200 None
2026-03-30 06:18:40 [bca.uk] INFO: Scrape type for NV69%20MYB: 0
2026-03-30 06:18:40 [bca.uk] INFO: Found listing with ID: PG19%20LXN
2026-03-30 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PG19%2520LXN%27 HTTP/1.1" 200 None
2026-03-30 06:18:40 [bca.uk] INFO: Scrape type for PG19%20LXN: 2
2026-03-30 06:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 350192a3-a556-5b27-b9e0-3181f4087bb4 with identifier: PG19%20LXN
2026-03-30 06:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 350192a3-a556-5b27-b9e0-3181f4087bb4 with scrape type 2
2026-03-30 06:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 350192a3-a556-5b27-b9e0-3181f4087bb4 with scrape type 2
2026-03-30 06:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 350192a3-a556-5b27-b9e0-3181f4087bb4, identifier: PG19%20LXN
2026-03-30 06:18:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f20982af-eb03-5ab9-8cb8-478bf0c74522 with identifier: WF71%20UAG
2026-03-30 06:18:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f20982af-eb03-5ab9-8cb8-478bf0c74522 with identifier: WF71%20UAG
2026-03-30 06:18:40 [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-30 06:18:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF71%2520UAG%27 HTTP/1.1" 200 None
2026-03-30 06:18:41 [bca.uk] INFO: Saving data for WF71%20UAG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650638.618752, 'last_price_update_time': 1774851521.153236}
2026-03-30 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:41 [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-30 06:18:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7786f900-cba8-5495-bf63-6a327c41d211 with identifier: AJ72%20HYM
2026-03-30 06:18:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7786f900-cba8-5495-bf63-6a327c41d211 with identifier: AJ72%20HYM
2026-03-30 06:18:41 [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-30 06:18:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ72%2520HYM%27 HTTP/1.1" 200 None
2026-03-30 06:18:43 [bca.uk] INFO: Saving data for AJ72%20HYM: {'auction_closing_time': 1775037600.0, 'created_time': 1774649917.037602, 'last_price_update_time': 1774851523.543885}
2026-03-30 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:43 [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-30 06:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9528af0c-7422-553b-91f9-b9996dea15b0 with identifier: YH22%20XOY
2026-03-30 06:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9528af0c-7422-553b-91f9-b9996dea15b0 with identifier: YH22%20XOY
2026-03-30 06:18:43 [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-30 06:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH22%2520XOY%27 HTTP/1.1" 200 None
2026-03-30 06:18:43 [bca.uk] INFO: Saving data for YH22%20XOY: {'auction_closing_time': 1775037600.0, 'created_time': 1774563704.623138, 'last_price_update_time': 1774851523.85153}
2026-03-30 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:43 [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-30 06:18:43 [bca.uk] INFO: Found listing with ID: DV68%20ZSK
2026-03-30 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV68%2520ZSK%27 HTTP/1.1" 200 None
2026-03-30 06:18:43 [bca.uk] INFO: Scrape type for DV68%20ZSK: 2
2026-03-30 06:18:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with identifier: DV68%20ZSK
2026-03-30 06:18:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with scrape type 2
2026-03-30 06:18:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with scrape type 2
2026-03-30 06:18:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bfb2011-dab2-51fe-93e2-ca187dff02e1, identifier: DV68%20ZSK
2026-03-30 06:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 350192a3-a556-5b27-b9e0-3181f4087bb4 with identifier: PG19%20LXN
2026-03-30 06:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 350192a3-a556-5b27-b9e0-3181f4087bb4 with identifier: PG19%20LXN
2026-03-30 06:18:44 [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-30 06:18:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PG19%2520LXN%27 HTTP/1.1" 200 None
2026-03-30 06:18:44 [bca.uk] INFO: Saving data for PG19%20LXN: {'auction_closing_time': 1774864800.0, 'created_time': 1774476194.714105, 'last_price_update_time': 1774851524.287827}
2026-03-30 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:44 [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-30 06:18:44 [bca.uk] INFO: Found listing with ID: YS73%20KTA
2026-03-30 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS73%2520KTA%27 HTTP/1.1" 200 None
2026-03-30 06:18:44 [bca.uk] INFO: Scrape type for YS73%20KTA: 2
2026-03-30 06:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with identifier: YS73%20KTA
2026-03-30 06:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with scrape type 2
2026-03-30 06:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with scrape type 2
2026-03-30 06:18:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2, identifier: YS73%20KTA
2026-03-30 06:18:44 [bca.uk] INFO: Found listing with ID: VE70%20JDZ
2026-03-30 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE70%2520JDZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:44 [bca.uk] INFO: Scrape type for VE70%20JDZ: 2
2026-03-30 06:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b42de05c-f95a-5124-a835-095ebba29be2 with identifier: VE70%20JDZ
2026-03-30 06:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b42de05c-f95a-5124-a835-095ebba29be2 with scrape type 2
2026-03-30 06:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b42de05c-f95a-5124-a835-095ebba29be2 with scrape type 2
2026-03-30 06:18:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b42de05c-f95a-5124-a835-095ebba29be2, identifier: VE70%20JDZ
2026-03-30 06:18:44 [bca.uk] INFO: Found listing with ID: YN22%20WFX
2026-03-30 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN22%2520WFX%27 HTTP/1.1" 200 None
2026-03-30 06:18:44 [bca.uk] INFO: Scrape type for YN22%20WFX: 2
2026-03-30 06:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abc009f0-8a5f-5d35-8f33-c7c724045693 with identifier: YN22%20WFX
2026-03-30 06:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abc009f0-8a5f-5d35-8f33-c7c724045693 with scrape type 2
2026-03-30 06:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abc009f0-8a5f-5d35-8f33-c7c724045693 with scrape type 2
2026-03-30 06:18:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abc009f0-8a5f-5d35-8f33-c7c724045693, identifier: YN22%20WFX
2026-03-30 06:18:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with identifier: DV68%20ZSK
2026-03-30 06:18:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bfb2011-dab2-51fe-93e2-ca187dff02e1 with identifier: DV68%20ZSK
2026-03-30 06:18:44 [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-30 06:18:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:44 [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=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-30 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV68%2520ZSK%27 HTTP/1.1" 200 None
2026-03-30 06:18:44 [bca.uk] INFO: Saving data for DV68%20ZSK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650148.840056, 'last_price_update_time': 1774851524.995193}
2026-03-30 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:45 [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-30 06:18:45 [bca.uk] INFO: Found listing with ID: RK69%20AJU
2026-03-30 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK69%2520AJU%27 HTTP/1.1" 200 None
2026-03-30 06:18:45 [bca.uk] INFO: Scrape type for RK69%20AJU: 2
2026-03-30 06:18:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d06621-9f72-5937-89b6-9c477bdddf52 with identifier: RK69%20AJU
2026-03-30 06:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d06621-9f72-5937-89b6-9c477bdddf52 with scrape type 2
2026-03-30 06:18:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19d06621-9f72-5937-89b6-9c477bdddf52 with scrape type 2
2026-03-30 06:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19d06621-9f72-5937-89b6-9c477bdddf52, identifier: RK69%20AJU
2026-03-30 06:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with identifier: YS73%20KTA
2026-03-30 06:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8c0ff51-e7f1-5b92-bef5-61d24bff35e2 with identifier: YS73%20KTA
2026-03-30 06:18:45 [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-30 06:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS73%2520KTA%27 HTTP/1.1" 200 None
2026-03-30 06:18:45 [bca.uk] INFO: Saving data for YS73%20KTA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650392.385364, 'last_price_update_time': 1774851525.396599}
2026-03-30 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:45 [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-30 06:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b42de05c-f95a-5124-a835-095ebba29be2 with identifier: VE70%20JDZ
2026-03-30 06:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b42de05c-f95a-5124-a835-095ebba29be2 with identifier: VE70%20JDZ
2026-03-30 06:18:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b42de05c-f95a-5124-a835-095ebba29be2 with identifier: VE70%20JDZ to the API
2026-03-30 06:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE70%20JDZ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b42de05c-f95a-5124-a835-095ebba29be2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VE70 JDZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE70%20JDZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 29681,
'odometer_reading_unit': '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 TSI 245 GTI DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 245 GTI DSG',
'vin': 'WVWZZZCDZMW066028',
'year': 2020}
2026-03-30 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VE70%2520JDZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:45 [bca.uk] INFO: Saving data for VE70%20JDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774533907.209175, 'last_price_update_time': 1774851525.774539}
2026-03-30 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE70%2520JDZ') HTTP/1.1" 204 0
2026-03-30 06:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abc009f0-8a5f-5d35-8f33-c7c724045693 with identifier: YN22%20WFX
2026-03-30 06:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abc009f0-8a5f-5d35-8f33-c7c724045693 with identifier: YN22%20WFX
2026-03-30 06:18:45 [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-30 06:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:46 [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-30 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YN22%2520WFX%27 HTTP/1.1" 200 None
2026-03-30 06:18:46 [bca.uk] INFO: Saving data for YN22%20WFX: {'auction_closing_time': 1775037600.0, 'created_time': 1774563699.871135, 'last_price_update_time': 1774851526.095863}
2026-03-30 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:46 [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-30 06:18:46 [bca.uk] INFO: Found listing with ID: CK67%20NNA
2026-03-30 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK67%2520NNA%27 HTTP/1.1" 200 None
2026-03-30 06:18:46 [bca.uk] INFO: Scrape type for CK67%20NNA: 2
2026-03-30 06:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92de666d-e7c2-5ddd-83e1-f64586882c06 with identifier: CK67%20NNA
2026-03-30 06:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92de666d-e7c2-5ddd-83e1-f64586882c06 with scrape type 2
2026-03-30 06:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92de666d-e7c2-5ddd-83e1-f64586882c06 with scrape type 2
2026-03-30 06:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92de666d-e7c2-5ddd-83e1-f64586882c06, identifier: CK67%20NNA
2026-03-30 06:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19d06621-9f72-5937-89b6-9c477bdddf52 with identifier: RK69%20AJU
2026-03-30 06:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19d06621-9f72-5937-89b6-9c477bdddf52 with identifier: RK69%20AJU
2026-03-30 06:18:46 [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-30 06:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK69%2520AJU%27 HTTP/1.1" 200 None
2026-03-30 06:18:46 [bca.uk] INFO: Saving data for RK69%20AJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774217078.170541, 'last_price_update_time': 1774851526.511486}
2026-03-30 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:46 [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-30 06:18:46 [bca.uk] INFO: Found listing with ID: VO24%20TYZ
2026-03-30 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO24%2520TYZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:46 [bca.uk] INFO: Scrape type for VO24%20TYZ: 2
2026-03-30 06:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with identifier: VO24%20TYZ
2026-03-30 06:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with scrape type 2
2026-03-30 06:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with scrape type 2
2026-03-30 06:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a, identifier: VO24%20TYZ
2026-03-30 06:18:46 [bca.uk] INFO: Found listing with ID: YJ63%20FDY
2026-03-30 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ63%2520FDY%27 HTTP/1.1" 200 None
2026-03-30 06:18:46 [bca.uk] INFO: Scrape type for YJ63%20FDY: 2
2026-03-30 06:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 418b1017-1266-5b06-a3b8-ebd84916e6b1 with identifier: YJ63%20FDY
2026-03-30 06:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 418b1017-1266-5b06-a3b8-ebd84916e6b1 with scrape type 2
2026-03-30 06:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 418b1017-1266-5b06-a3b8-ebd84916e6b1 with scrape type 2
2026-03-30 06:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 418b1017-1266-5b06-a3b8-ebd84916e6b1, identifier: YJ63%20FDY
2026-03-30 06:18:46 [bca.uk] INFO: Found listing with ID: DP22%20TKK
2026-03-30 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP22%2520TKK%27 HTTP/1.1" 200 None
2026-03-30 06:18:46 [bca.uk] INFO: Scrape type for DP22%20TKK: 2
2026-03-30 06:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7630ad2-05b8-56e9-b2d2-97f5c5442030 with identifier: DP22%20TKK
2026-03-30 06:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7630ad2-05b8-56e9-b2d2-97f5c5442030 with scrape type 2
2026-03-30 06:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7630ad2-05b8-56e9-b2d2-97f5c5442030 with scrape type 2
2026-03-30 06:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7630ad2-05b8-56e9-b2d2-97f5c5442030, identifier: DP22%20TKK
2026-03-30 06:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92de666d-e7c2-5ddd-83e1-f64586882c06 with identifier: CK67%20NNA
2026-03-30 06:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92de666d-e7c2-5ddd-83e1-f64586882c06 with identifier: CK67%20NNA
2026-03-30 06:18:46 [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-30 06:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:47 [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': 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-30 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK67%2520NNA%27 HTTP/1.1" 200 None
2026-03-30 06:18:47 [bca.uk] INFO: Saving data for CK67%20NNA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650150.578855, 'last_price_update_time': 1774851527.168543}
2026-03-30 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:47 [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-30 06:18:47 [bca.uk] INFO: Found listing with ID: RK70%20OPA
2026-03-30 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK70%2520OPA%27 HTTP/1.1" 200 None
2026-03-30 06:18:47 [bca.uk] INFO: Scrape type for RK70%20OPA: 0
2026-03-30 06:18:47 [bca.uk] INFO: Found listing with ID: RO70%20GLK
2026-03-30 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO70%2520GLK%27 HTTP/1.1" 200 None
2026-03-30 06:18:47 [bca.uk] INFO: Scrape type for RO70%20GLK: 2
2026-03-30 06:18:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with identifier: RO70%20GLK
2026-03-30 06:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with scrape type 2
2026-03-30 06:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with scrape type 2
2026-03-30 06:18:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc, identifier: RO70%20GLK
2026-03-30 06:18:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with identifier: VO24%20TYZ
2026-03-30 06:18:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2f9fcf0-fae4-5a89-8569-ad27e3bd539a with identifier: VO24%20TYZ
2026-03-30 06:18:47 [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-30 06:18:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VO24%2520TYZ%27 HTTP/1.1" 200 None
2026-03-30 06:18:47 [bca.uk] INFO: Saving data for VO24%20TYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650394.561612, 'last_price_update_time': 1774851527.629643}
2026-03-30 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:47 [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-30 06:18:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 418b1017-1266-5b06-a3b8-ebd84916e6b1 with identifier: YJ63%20FDY
2026-03-30 06:18:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 418b1017-1266-5b06-a3b8-ebd84916e6b1 with identifier: YJ63%20FDY
2026-03-30 06:18:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 418b1017-1266-5b06-a3b8-ebd84916e6b1 with identifier: YJ63%20FDY to the API
2026-03-30 06:18:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ63%20FDY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '418b1017-1266-5b06-a3b8-ebd84916e6b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ63 FDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ63%20FDY&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 45890,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
'transmission': 'automatic',
'trim': 'COOPER',
'vin': 'WMWZB32020WL97186',
'year': 2013}
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ63%2520FDY%27 HTTP/1.1" 200 None
2026-03-30 06:18:48 [bca.uk] INFO: Saving data for YJ63%20FDY: {'auction_closing_time': 1774951200.0, 'created_time': 1774649880.60855, 'last_price_update_time': 1774851528.044549}
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ63%2520FDY') HTTP/1.1" 204 0
2026-03-30 06:18:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7630ad2-05b8-56e9-b2d2-97f5c5442030 with identifier: DP22%20TKK
2026-03-30 06:18:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7630ad2-05b8-56e9-b2d2-97f5c5442030 with identifier: DP22%20TKK
2026-03-30 06:18:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7630ad2-05b8-56e9-b2d2-97f5c5442030 with identifier: DP22%20TKK to the API
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:48 [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': 201,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP22%20TKK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b7630ad2-05b8-56e9-b2d2-97f5c5442030',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DP22 TKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP22%20TKK&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 41469,
'odometer_reading_unit': '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': 'SALYA2AWXPA348318',
'year': 2022}
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP22%2520TKK%27 HTTP/1.1" 200 None
2026-03-30 06:18:48 [bca.uk] INFO: Saving data for DP22%20TKK: {'auction_closing_time': 1775037600.0, 'created_time': 1774649866.973371, 'last_price_update_time': 1774851528.340237}
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP22%2520TKK') HTTP/1.1" 204 0
2026-03-30 06:18:48 [bca.uk] INFO: Found listing with ID: SN70%20ZTY
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN70%2520ZTY%27 HTTP/1.1" 200 None
2026-03-30 06:18:48 [bca.uk] INFO: Scrape type for SN70%20ZTY: 0
2026-03-30 06:18:48 [bca.uk] INFO: Found listing with ID: DE69%20ZGU
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE69%2520ZGU%27 HTTP/1.1" 200 None
2026-03-30 06:18:48 [bca.uk] INFO: Scrape type for DE69%20ZGU: 2
2026-03-30 06:18:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0accfce-1cd7-5b89-a0cc-bda21ba886bd with identifier: DE69%20ZGU
2026-03-30 06:18:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0accfce-1cd7-5b89-a0cc-bda21ba886bd with scrape type 2
2026-03-30 06:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0accfce-1cd7-5b89-a0cc-bda21ba886bd with scrape type 2
2026-03-30 06:18:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0accfce-1cd7-5b89-a0cc-bda21ba886bd, identifier: DE69%20ZGU
2026-03-30 06:18:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with identifier: RO70%20GLK
2026-03-30 06:18:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6eedd6ff-77fa-5aa6-88b1-6b8d4df5aabc with identifier: RO70%20GLK
2026-03-30 06:18:48 [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-30 06:18:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO70%2520GLK%27 HTTP/1.1" 200 None
2026-03-30 06:18:48 [bca.uk] INFO: Saving data for RO70%20GLK: {'auction_closing_time': 1774864800.0, 'created_time': 1773957798.049925, 'last_price_update_time': 1774851528.749013}
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:48 [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-30 06:18:48 [bca.uk] INFO: Found listing with ID: WA68%20ZNW
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA68%2520ZNW%27 HTTP/1.1" 200 None
2026-03-30 06:18:48 [bca.uk] INFO: Scrape type for WA68%20ZNW: 2
2026-03-30 06:18:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with identifier: WA68%20ZNW
2026-03-30 06:18:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with scrape type 2
2026-03-30 06:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with scrape type 2
2026-03-30 06:18:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adf5ae32-7a70-5abe-8720-0ce9d83f5db5, identifier: WA68%20ZNW
2026-03-30 06:18:48 [bca.uk] INFO: Found listing with ID: LF69%20YUJ
2026-03-30 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:48 [bca.uk] INFO: Scrape type for LF69%20YUJ: 2
2026-03-30 06:18:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa3f744b-4ac3-5839-bcb1-4acb2f919122 with identifier: LF69%20YUJ
2026-03-30 06:18:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa3f744b-4ac3-5839-bcb1-4acb2f919122 with scrape type 2
2026-03-30 06:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa3f744b-4ac3-5839-bcb1-4acb2f919122 with scrape type 2
2026-03-30 06:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa3f744b-4ac3-5839-bcb1-4acb2f919122, identifier: LF69%20YUJ
2026-03-30 06:18:49 [bca.uk] INFO: Found listing with ID: DX22%20RJJ
2026-03-30 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX22%2520RJJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:49 [bca.uk] INFO: Scrape type for DX22%20RJJ: 2
2026-03-30 06:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e54f5353-5f23-52f9-a63e-49f93bb972bf with identifier: DX22%20RJJ
2026-03-30 06:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e54f5353-5f23-52f9-a63e-49f93bb972bf with scrape type 2
2026-03-30 06:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e54f5353-5f23-52f9-a63e-49f93bb972bf with scrape type 2
2026-03-30 06:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e54f5353-5f23-52f9-a63e-49f93bb972bf, identifier: DX22%20RJJ
2026-03-30 06:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0accfce-1cd7-5b89-a0cc-bda21ba886bd with identifier: DE69%20ZGU
2026-03-30 06:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0accfce-1cd7-5b89-a0cc-bda21ba886bd with identifier: DE69%20ZGU
2026-03-30 06:18:49 [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-30 06:18:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:49 [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': 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-30 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE69%2520ZGU%27 HTTP/1.1" 200 None
2026-03-30 06:18:49 [bca.uk] INFO: Saving data for DE69%20ZGU: {'auction_closing_time': 1774951200.0, 'created_time': 1774304547.291298, 'last_price_update_time': 1774851529.39736}
2026-03-30 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:49 [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-30 06:18:49 [bca.uk] INFO: Found listing with ID: AP19%20NRL
2026-03-30 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP19%2520NRL%27 HTTP/1.1" 200 None
2026-03-30 06:18:49 [bca.uk] INFO: Scrape type for AP19%20NRL: 2
2026-03-30 06:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f606c76e-c2c0-5c86-9c34-71bbc39f3695 with identifier: AP19%20NRL
2026-03-30 06:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f606c76e-c2c0-5c86-9c34-71bbc39f3695 with scrape type 2
2026-03-30 06:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f606c76e-c2c0-5c86-9c34-71bbc39f3695 with scrape type 2
2026-03-30 06:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f606c76e-c2c0-5c86-9c34-71bbc39f3695, identifier: AP19%20NRL
2026-03-30 06:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with identifier: WA68%20ZNW
2026-03-30 06:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adf5ae32-7a70-5abe-8720-0ce9d83f5db5 with identifier: WA68%20ZNW
2026-03-30 06:18:49 [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-30 06:18:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WA68%2520ZNW%27 HTTP/1.1" 200 None
2026-03-30 06:18:50 [bca.uk] INFO: Saving data for WA68%20ZNW: {'auction_closing_time': 1774951200.0, 'created_time': 1774650382.31276, 'last_price_update_time': 1774851530.488858}
2026-03-30 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:50 [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-30 06:18:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa3f744b-4ac3-5839-bcb1-4acb2f919122 with identifier: LF69%20YUJ
2026-03-30 06:18:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa3f744b-4ac3-5839-bcb1-4acb2f919122 with identifier: LF69%20YUJ
2026-03-30 06:18:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa3f744b-4ac3-5839-bcb1-4acb2f919122 with identifier: LF69%20YUJ to the API
2026-03-30 06:18:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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=LF69%20YUJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'fa3f744b-4ac3-5839-bcb1-4acb2f919122',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LF69 YUJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF69%20YUJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 55280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
'transmission': 'automatic',
'trim': 'STANDARD PLUS',
'vin': '5YJ3F7EA1KF440173',
'year': 2019}
2026-03-30 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LF69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:50 [bca.uk] INFO: Saving data for LF69%20YUJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774649877.803979, 'last_price_update_time': 1774851530.776974}
2026-03-30 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF69%2520YUJ') HTTP/1.1" 204 0
2026-03-30 06:18:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e54f5353-5f23-52f9-a63e-49f93bb972bf with identifier: DX22%20RJJ
2026-03-30 06:18:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e54f5353-5f23-52f9-a63e-49f93bb972bf with identifier: DX22%20RJJ
2026-03-30 06:18:50 [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-30 06:18:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX22%2520RJJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:51 [bca.uk] INFO: Saving data for DX22%20RJJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774591684.113916, 'last_price_update_time': 1774851531.064506}
2026-03-30 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:51 [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-30 06:18:51 [bca.uk] INFO: Found listing with ID: GU18%20EUV
2026-03-30 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU18%2520EUV%27 HTTP/1.1" 200 None
2026-03-30 06:18:51 [bca.uk] INFO: Scrape type for GU18%20EUV: 2
2026-03-30 06:18:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed85067e-1c32-50fe-b367-b1a963bad32c with identifier: GU18%20EUV
2026-03-30 06:18:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed85067e-1c32-50fe-b367-b1a963bad32c with scrape type 2
2026-03-30 06:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed85067e-1c32-50fe-b367-b1a963bad32c with scrape type 2
2026-03-30 06:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed85067e-1c32-50fe-b367-b1a963bad32c, identifier: GU18%20EUV
2026-03-30 06:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f606c76e-c2c0-5c86-9c34-71bbc39f3695 with identifier: AP19%20NRL
2026-03-30 06:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f606c76e-c2c0-5c86-9c34-71bbc39f3695 with identifier: AP19%20NRL
2026-03-30 06:18:51 [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-30 06:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP19%2520NRL%27 HTTP/1.1" 200 None
2026-03-30 06:18:51 [bca.uk] INFO: Saving data for AP19%20NRL: {'auction_closing_time': 1774864800.0, 'created_time': 1774004849.359244, 'last_price_update_time': 1774851531.493947}
2026-03-30 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:51 [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-30 06:18:51 [bca.uk] INFO: Found listing with ID: U12C45069
2026-03-30 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27U12C45069%27 HTTP/1.1" 200 None
2026-03-30 06:18:51 [bca.uk] INFO: Scrape type for U12C45069: 2
2026-03-30 06:18:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with identifier: U12C45069
2026-03-30 06:18:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with scrape type 2
2026-03-30 06:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with scrape type 2
2026-03-30 06:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3, identifier: U12C45069
2026-03-30 06:18:51 [bca.uk] INFO: Found listing with ID: LY23%20BKE
2026-03-30 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY23%2520BKE%27 HTTP/1.1" 200 None
2026-03-30 06:18:51 [bca.uk] INFO: Scrape type for LY23%20BKE: 2
2026-03-30 06:18:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aeeb320-3cb3-5bae-8fc6-6daec040a801 with identifier: LY23%20BKE
2026-03-30 06:18:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aeeb320-3cb3-5bae-8fc6-6daec040a801 with scrape type 2
2026-03-30 06:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aeeb320-3cb3-5bae-8fc6-6daec040a801 with scrape type 2
2026-03-30 06:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5aeeb320-3cb3-5bae-8fc6-6daec040a801, identifier: LY23%20BKE
2026-03-30 06:18:51 [bca.uk] INFO: Found listing with ID: LA21%20FVD
2026-03-30 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA21%2520FVD%27 HTTP/1.1" 200 None
2026-03-30 06:18:51 [bca.uk] INFO: Scrape type for LA21%20FVD: 2
2026-03-30 06:18:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46fe5d21-7cc2-5e85-98fe-2aff4ad7dfa0 with identifier: LA21%20FVD
2026-03-30 06:18:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46fe5d21-7cc2-5e85-98fe-2aff4ad7dfa0 with scrape type 2
2026-03-30 06:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46fe5d21-7cc2-5e85-98fe-2aff4ad7dfa0 with scrape type 2
2026-03-30 06:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46fe5d21-7cc2-5e85-98fe-2aff4ad7dfa0, identifier: LA21%20FVD
2026-03-30 06:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed85067e-1c32-50fe-b367-b1a963bad32c with identifier: GU18%20EUV
2026-03-30 06:18: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-30 06:18: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-30 06:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18:52 [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': 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-30 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU18%2520EUV%27 HTTP/1.1" 200 None
2026-03-30 06:18:52 [bca.uk] INFO: Saving data for GU18%20EUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774650148.111737, 'last_price_update_time': 1774851532.180261}
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:52 [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-30 06:18:52 [bca.uk] INFO: Found listing with ID: BF21%20VMW
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF21%2520VMW%27 HTTP/1.1" 200 None
2026-03-30 06:18:52 [bca.uk] INFO: Scrape type for BF21%20VMW: 2
2026-03-30 06:18:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 300473a6-c8e2-577c-8436-a287dc7bcd24 with identifier: BF21%20VMW
2026-03-30 06:18:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 300473a6-c8e2-577c-8436-a287dc7bcd24 with scrape type 2
2026-03-30 06:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 300473a6-c8e2-577c-8436-a287dc7bcd24 with scrape type 2
2026-03-30 06:18:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 300473a6-c8e2-577c-8436-a287dc7bcd24, identifier: BF21%20VMW
2026-03-30 06:18:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with identifier: U12C45069
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:18:52 [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-30 06:18:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:18:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with identifier: U12C45069
2026-03-30 06:18:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13b98af9-935e-5bb7-949f-a68c7ed2c2a3 with identifier: U12C45069 to the API
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18: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': 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-30 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27U12C45069%27 HTTP/1.1" 200 None
2026-03-30 06:18:52 [bca.uk] INFO: Saving data for U12C45069: {'auction_closing_time': 1775037600.0, 'created_time': 1774650385.380479, 'last_price_update_time': 1774851532.719533}
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='U12C45069') HTTP/1.1" 204 0
2026-03-30 06:18:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5aeeb320-3cb3-5bae-8fc6-6daec040a801 with identifier: LY23%20BKE
2026-03-30 06:18:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5aeeb320-3cb3-5bae-8fc6-6daec040a801 with identifier: LY23%20BKE
2026-03-30 06:18:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5aeeb320-3cb3-5bae-8fc6-6daec040a801 with identifier: LY23%20BKE to the API
2026-03-30 06:18:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18: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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY23%20BKE-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': '5aeeb320-3cb3-5bae-8fc6-6daec040a801',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LY23 BKE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY23%20BKE&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 18849,
'odometer_reading_unit': '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 QASHQAI 1.5 E-POWER HEV TEKNA+ Hatchback',
'transmission': 'automatic',
'trim': 'E-POWER HEV TEKNA+',
'vin': 'SJNTBAJ12U1260999',
'year': 2023}
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY23%2520BKE%27 HTTP/1.1" 200 None
2026-03-30 06:18:53 [bca.uk] INFO: Saving data for LY23%20BKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774447588.553636, 'last_price_update_time': 1774851533.136898}
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY23%2520BKE') HTTP/1.1" 204 0
2026-03-30 06:18:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46fe5d21-7cc2-5e85-98fe-2aff4ad7dfa0 with identifier: LA21%20FVD
2026-03-30 06:18:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46fe5d21-7cc2-5e85-98fe-2aff4ad7dfa0 with identifier: LA21%20FVD
2026-03-30 06:18:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46fe5d21-7cc2-5e85-98fe-2aff4ad7dfa0 with identifier: LA21%20FVD to the API
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18:53 [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': 206,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA21%20FVD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '46fe5d21-7cc2-5e85-98fe-2aff4ad7dfa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LA21 FVD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA21%20FVD&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 58437,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R VELAR 3.0 D300 R-DYNAMIC HSE StationWagon',
'transmission': 'automatic',
'trim': 'D300 R-DYNAMIC HSE',
'vin': 'SALYA2AW3MA310974',
'year': 2021}
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LA21%2520FVD%27 HTTP/1.1" 200 None
2026-03-30 06:18:53 [bca.uk] INFO: Saving data for LA21%20FVD: {'auction_closing_time': 1775037600.0, 'created_time': 1774649876.814337, 'last_price_update_time': 1774851533.439305}
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA21%2520FVD') HTTP/1.1" 204 0
2026-03-30 06:18:53 [bca.uk] INFO: Found listing with ID: LS73%20EAO
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS73%2520EAO%27 HTTP/1.1" 200 None
2026-03-30 06:18:53 [bca.uk] INFO: Scrape type for LS73%20EAO: 2
2026-03-30 06:18:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b307bba2-7d7e-546b-a41a-f0b642e6074d with identifier: LS73%20EAO
2026-03-30 06:18:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b307bba2-7d7e-546b-a41a-f0b642e6074d with scrape type 2
2026-03-30 06:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b307bba2-7d7e-546b-a41a-f0b642e6074d with scrape type 2
2026-03-30 06:18:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b307bba2-7d7e-546b-a41a-f0b642e6074d, identifier: LS73%20EAO
2026-03-30 06:18:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 300473a6-c8e2-577c-8436-a287dc7bcd24 with identifier: BF21%20VMW
2026-03-30 06:18:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 300473a6-c8e2-577c-8436-a287dc7bcd24 with identifier: BF21%20VMW
2026-03-30 06:18:53 [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-30 06:18:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18: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': 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-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF21%2520VMW%27 HTTP/1.1" 200 None
2026-03-30 06:18:53 [bca.uk] INFO: Saving data for BF21%20VMW: {'auction_closing_time': 1774864800.0, 'created_time': 1774364725.1146, 'last_price_update_time': 1774851533.876522}
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:53 [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-30 06:18:53 [bca.uk] INFO: Found listing with ID: LM71%20YXE
2026-03-30 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM71%2520YXE%27 HTTP/1.1" 200 None
2026-03-30 06:18:53 [bca.uk] INFO: Scrape type for LM71%20YXE: 2
2026-03-30 06:18:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ac60db6-e4dd-5586-8234-98c699072e06 with identifier: LM71%20YXE
2026-03-30 06:18:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ac60db6-e4dd-5586-8234-98c699072e06 with scrape type 2
2026-03-30 06:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ac60db6-e4dd-5586-8234-98c699072e06 with scrape type 2
2026-03-30 06:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ac60db6-e4dd-5586-8234-98c699072e06, identifier: LM71%20YXE
2026-03-30 06:18:54 [bca.uk] INFO: Found listing with ID: KK19%20ZFA
2026-03-30 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KK19%2520ZFA%27 HTTP/1.1" 200 None
2026-03-30 06:18:54 [bca.uk] INFO: Scrape type for KK19%20ZFA: 2
2026-03-30 06:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb7a3703-1174-5d00-a1f3-6a3ec6850393 with identifier: KK19%20ZFA
2026-03-30 06:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb7a3703-1174-5d00-a1f3-6a3ec6850393 with scrape type 2
2026-03-30 06:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb7a3703-1174-5d00-a1f3-6a3ec6850393 with scrape type 2
2026-03-30 06:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb7a3703-1174-5d00-a1f3-6a3ec6850393, identifier: KK19%20ZFA
2026-03-30 06:18:54 [bca.uk] INFO: Found listing with ID: YB19%20VDE
2026-03-30 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB19%2520VDE%27 HTTP/1.1" 200 None
2026-03-30 06:18:54 [bca.uk] INFO: Scrape type for YB19%20VDE: 0
2026-03-30 06:18:54 [bca.uk] INFO: Found listing with ID: MV19%20VMW
2026-03-30 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV19%2520VMW%27 HTTP/1.1" 200 None
2026-03-30 06:18:54 [bca.uk] INFO: Scrape type for MV19%20VMW: 2
2026-03-30 06:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with identifier: MV19%20VMW
2026-03-30 06:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with scrape type 2
2026-03-30 06:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with scrape type 2
2026-03-30 06:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6, identifier: MV19%20VMW
2026-03-30 06:18:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b307bba2-7d7e-546b-a41a-f0b642e6074d with identifier: LS73%20EAO
2026-03-30 06:18:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b307bba2-7d7e-546b-a41a-f0b642e6074d with identifier: LS73%20EAO
2026-03-30 06:18:54 [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-30 06:18:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:54 [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': 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-30 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS73%2520EAO%27 HTTP/1.1" 200 None
2026-03-30 06:18:54 [bca.uk] INFO: Saving data for LS73%20EAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774476193.993152, 'last_price_update_time': 1774851534.617138}
2026-03-30 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:54 [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-30 06:18:54 [bca.uk] INFO: Found listing with ID: DN20%20OCL
2026-03-30 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN20%2520OCL%27 HTTP/1.1" 200 None
2026-03-30 06:18:54 [bca.uk] INFO: Scrape type for DN20%20OCL: 2
2026-03-30 06:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: becbf967-41d9-5cee-9686-29b8936848ea with identifier: DN20%20OCL
2026-03-30 06:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item becbf967-41d9-5cee-9686-29b8936848ea with scrape type 2
2026-03-30 06:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item becbf967-41d9-5cee-9686-29b8936848ea with scrape type 2
2026-03-30 06:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: becbf967-41d9-5cee-9686-29b8936848ea, identifier: DN20%20OCL
2026-03-30 06:18:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ac60db6-e4dd-5586-8234-98c699072e06 with identifier: LM71%20YXE
2026-03-30 06:18:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ac60db6-e4dd-5586-8234-98c699072e06 with identifier: LM71%20YXE
2026-03-30 06:18:54 [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-30 06:18:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM71%2520YXE%27 HTTP/1.1" 200 None
2026-03-30 06:18:55 [bca.uk] INFO: Saving data for LM71%20YXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650374.449188, 'last_price_update_time': 1774851535.027645}
2026-03-30 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:55 [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-30 06:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb7a3703-1174-5d00-a1f3-6a3ec6850393 with identifier: KK19%20ZFA
2026-03-30 06:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb7a3703-1174-5d00-a1f3-6a3ec6850393 with identifier: KK19%20ZFA
2026-03-30 06:18:55 [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-30 06:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:55 [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-30 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KK19%2520ZFA%27 HTTP/1.1" 200 None
2026-03-30 06:18:55 [bca.uk] INFO: Saving data for KK19%20ZFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774649919.724654, 'last_price_update_time': 1774851535.366978}
2026-03-30 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:55 [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-30 06:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with identifier: MV19%20VMW
2026-03-30 06:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a2b5448-cc36-5e46-b92b-b9895bd7e6c6 with identifier: MV19%20VMW
2026-03-30 06:18:55 [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-30 06:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV19%2520VMW%27 HTTP/1.1" 200 None
2026-03-30 06:18:55 [bca.uk] INFO: Saving data for MV19%20VMW: {'auction_closing_time': 1775037600.0, 'created_time': 1774564737.831069, 'last_price_update_time': 1774851535.750566}
2026-03-30 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:55 [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-30 06:18:55 [bca.uk] INFO: Found listing with ID: AE71%20SMU
2026-03-30 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE71%2520SMU%27 HTTP/1.1" 200 None
2026-03-30 06:18:55 [bca.uk] INFO: Scrape type for AE71%20SMU: 2
2026-03-30 06:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c0917fa-f06f-503d-bda8-0182f6d2a7be with identifier: AE71%20SMU
2026-03-30 06:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c0917fa-f06f-503d-bda8-0182f6d2a7be with scrape type 2
2026-03-30 06:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c0917fa-f06f-503d-bda8-0182f6d2a7be with scrape type 2
2026-03-30 06:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c0917fa-f06f-503d-bda8-0182f6d2a7be, identifier: AE71%20SMU
2026-03-30 06:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: becbf967-41d9-5cee-9686-29b8936848ea with identifier: DN20%20OCL
2026-03-30 06:18: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-30 06:18: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-30 06:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18: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': 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-30 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520OCL%27 HTTP/1.1" 200 None
2026-03-30 06:18:56 [bca.uk] INFO: Saving data for DN20%20OCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774650832.974112, 'last_price_update_time': 1774851536.154364}
2026-03-30 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:56 [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-30 06:18:56 [bca.uk] INFO: Found listing with ID: OU66%20UBE
2026-03-30 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU66%2520UBE%27 HTTP/1.1" 200 None
2026-03-30 06:18:56 [bca.uk] INFO: Scrape type for OU66%20UBE: 2
2026-03-30 06:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beb37c5f-b3b4-5f12-b356-adf5971f1061 with identifier: OU66%20UBE
2026-03-30 06:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beb37c5f-b3b4-5f12-b356-adf5971f1061 with scrape type 2
2026-03-30 06:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beb37c5f-b3b4-5f12-b356-adf5971f1061 with scrape type 2
2026-03-30 06:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: beb37c5f-b3b4-5f12-b356-adf5971f1061, identifier: OU66%20UBE
2026-03-30 06:18:56 [bca.uk] INFO: Found listing with ID: WD19%20YCX
2026-03-30 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD19%2520YCX%27 HTTP/1.1" 200 None
2026-03-30 06:18:56 [bca.uk] INFO: Scrape type for WD19%20YCX: 2
2026-03-30 06:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a6a96e7-198f-54ae-a901-6e85d62e90cf with identifier: WD19%20YCX
2026-03-30 06:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a6a96e7-198f-54ae-a901-6e85d62e90cf with scrape type 2
2026-03-30 06:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a6a96e7-198f-54ae-a901-6e85d62e90cf with scrape type 2
2026-03-30 06:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a6a96e7-198f-54ae-a901-6e85d62e90cf, identifier: WD19%20YCX
2026-03-30 06:18:56 [bca.uk] INFO: Found listing with ID: SB72%20EXV
2026-03-30 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB72%2520EXV%27 HTTP/1.1" 200 None
2026-03-30 06:18:56 [bca.uk] INFO: Scrape type for SB72%20EXV: 2
2026-03-30 06:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3862bdc-c28c-5014-bdc8-4b089176f9e7 with identifier: SB72%20EXV
2026-03-30 06:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3862bdc-c28c-5014-bdc8-4b089176f9e7 with scrape type 2
2026-03-30 06:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3862bdc-c28c-5014-bdc8-4b089176f9e7 with scrape type 2
2026-03-30 06:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3862bdc-c28c-5014-bdc8-4b089176f9e7, identifier: SB72%20EXV
2026-03-30 06:18:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c0917fa-f06f-503d-bda8-0182f6d2a7be with identifier: AE71%20SMU
2026-03-30 06:18:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c0917fa-f06f-503d-bda8-0182f6d2a7be with identifier: AE71%20SMU
2026-03-30 06:18:56 [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-30 06:18:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18:56 [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=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-30 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE71%2520SMU%27 HTTP/1.1" 200 None
2026-03-30 06:18:56 [bca.uk] INFO: Saving data for AE71%20SMU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534225.110771, 'last_price_update_time': 1774851536.779182}
2026-03-30 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:56 [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-30 06:18:56 [bca.uk] INFO: Found listing with ID: HY21%20CVT
2026-03-30 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY21%2520CVT%27 HTTP/1.1" 200 None
2026-03-30 06:18:56 [bca.uk] INFO: Scrape type for HY21%20CVT: 2
2026-03-30 06:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7866d65-178a-5d9d-b2b2-19c9e106b775 with identifier: HY21%20CVT
2026-03-30 06:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7866d65-178a-5d9d-b2b2-19c9e106b775 with scrape type 2
2026-03-30 06:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7866d65-178a-5d9d-b2b2-19c9e106b775 with scrape type 2
2026-03-30 06:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7866d65-178a-5d9d-b2b2-19c9e106b775, identifier: HY21%20CVT
2026-03-30 06:18:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: beb37c5f-b3b4-5f12-b356-adf5971f1061 with identifier: OU66%20UBE
2026-03-30 06:18:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: beb37c5f-b3b4-5f12-b356-adf5971f1061 with identifier: OU66%20UBE
2026-03-30 06:18:57 [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-30 06:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18: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': 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-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27OU66%2520UBE%27 HTTP/1.1" 200 None
2026-03-30 06:18:57 [bca.uk] INFO: Saving data for OU66%20UBE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650375.048697, 'last_price_update_time': 1774851537.201798}
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:57 [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-30 06:18:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a6a96e7-198f-54ae-a901-6e85d62e90cf with identifier: WD19%20YCX
2026-03-30 06:18:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a6a96e7-198f-54ae-a901-6e85d62e90cf with identifier: WD19%20YCX
2026-03-30 06:18:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a6a96e7-198f-54ae-a901-6e85d62e90cf with identifier: WD19%20YCX to the API
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:57 [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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD19%20YCX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2a6a96e7-198f-54ae-a901-6e85d62e90cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WD19 YCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD19%20YCX&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'MERCEDES-BENZ',
'model': 'A180',
'odometer': 38182,
'odometer_reading_unit': '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': 'WDD1770842V030132',
'year': 2019}
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD19%2520YCX%27 HTTP/1.1" 200 None
2026-03-30 06:18:57 [bca.uk] INFO: Saving data for WD19%20YCX: {'auction_closing_time': 1774951200.0, 'created_time': 1774622544.102879, 'last_price_update_time': 1774851537.597619}
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD19%2520YCX') HTTP/1.1" 204 0
2026-03-30 06:18:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3862bdc-c28c-5014-bdc8-4b089176f9e7 with identifier: SB72%20EXV
2026-03-30 06:18:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3862bdc-c28c-5014-bdc8-4b089176f9e7 with identifier: SB72%20EXV
2026-03-30 06:18:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3862bdc-c28c-5014-bdc8-4b089176f9e7 with identifier: SB72%20EXV to the API
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:18:57 [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': 170,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB72%20EXV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e3862bdc-c28c-5014-bdc8-4b089176f9e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SB72 EXV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB72%20EXV&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 28042,
'odometer_reading_unit': '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 BLACK StationWagon',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYNAMIC BLACK',
'vin': 'SADCA2AN2PA714995',
'year': 2023}
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB72%2520EXV%27 HTTP/1.1" 200 None
2026-03-30 06:18:57 [bca.uk] INFO: Saving data for SB72%20EXV: {'auction_closing_time': 1775037600.0, 'created_time': 1774649877.177849, 'last_price_update_time': 1774851537.900221}
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB72%2520EXV') HTTP/1.1" 204 0
2026-03-30 06:18:57 [bca.uk] INFO: Found listing with ID: EO70%20HZL
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO70%2520HZL%27 HTTP/1.1" 200 None
2026-03-30 06:18:57 [bca.uk] INFO: Scrape type for EO70%20HZL: 0
2026-03-30 06:18:57 [bca.uk] INFO: Found listing with ID: WD66%20XTT
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD66%2520XTT%27 HTTP/1.1" 200 None
2026-03-30 06:18:57 [bca.uk] INFO: Scrape type for WD66%20XTT: 0
2026-03-30 06:18:57 [bca.uk] INFO: Found listing with ID: LK71%20VUA
2026-03-30 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK71%2520VUA%27 HTTP/1.1" 200 None
2026-03-30 06:18:57 [bca.uk] INFO: Scrape type for LK71%20VUA: 2
2026-03-30 06:18:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6dc4b09-4144-5240-8e94-33ae68033e38 with identifier: LK71%20VUA
2026-03-30 06:18:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6dc4b09-4144-5240-8e94-33ae68033e38 with scrape type 2
2026-03-30 06:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6dc4b09-4144-5240-8e94-33ae68033e38 with scrape type 2
2026-03-30 06:18:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6dc4b09-4144-5240-8e94-33ae68033e38, identifier: LK71%20VUA
2026-03-30 06:18:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7866d65-178a-5d9d-b2b2-19c9e106b775 with identifier: HY21%20CVT
2026-03-30 06:18:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7866d65-178a-5d9d-b2b2-19c9e106b775 with identifier: HY21%20CVT
2026-03-30 06:18:58 [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-30 06:18:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18: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': 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-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520CVT%27 HTTP/1.1" 200 None
2026-03-30 06:18:58 [bca.uk] INFO: Saving data for HY21%20CVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774044534.746839, 'last_price_update_time': 1774851538.364848}
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:58 [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-30 06:18:58 [bca.uk] INFO: Found listing with ID: DF19%20HWC
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520HWC%27 HTTP/1.1" 200 None
2026-03-30 06:18:58 [bca.uk] INFO: Scrape type for DF19%20HWC: 2
2026-03-30 06:18:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with identifier: DF19%20HWC
2026-03-30 06:18:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with scrape type 2
2026-03-30 06:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with scrape type 2
2026-03-30 06:18:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa14352e-293e-54cb-92e0-9c8ac2ad35c3, identifier: DF19%20HWC
2026-03-30 06:18:58 [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-30 06:18:58 [bca.uk] INFO: Found listing with ID: ML70%20KCG
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520KCG%27 HTTP/1.1" 200 None
2026-03-30 06:18:58 [bca.uk] INFO: Scrape type for ML70%20KCG: 2
2026-03-30 06:18:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62b76a8c-5184-5382-9032-3cfc65f84b69 with identifier: ML70%20KCG
2026-03-30 06:18:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62b76a8c-5184-5382-9032-3cfc65f84b69 with scrape type 2
2026-03-30 06:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62b76a8c-5184-5382-9032-3cfc65f84b69 with scrape type 2
2026-03-30 06:18:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62b76a8c-5184-5382-9032-3cfc65f84b69, identifier: ML70%20KCG
2026-03-30 06:18:58 [bca.uk] INFO: Found listing with ID: SN22%20VMA
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN22%2520VMA%27 HTTP/1.1" 200 None
2026-03-30 06:18:58 [bca.uk] INFO: Scrape type for SN22%20VMA: 2
2026-03-30 06:18:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7561efcf-7e38-50f8-9324-470d8bd5de77 with identifier: SN22%20VMA
2026-03-30 06:18:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7561efcf-7e38-50f8-9324-470d8bd5de77 with scrape type 2
2026-03-30 06:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7561efcf-7e38-50f8-9324-470d8bd5de77 with scrape type 2
2026-03-30 06:18:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7561efcf-7e38-50f8-9324-470d8bd5de77, identifier: SN22%20VMA
2026-03-30 06:18:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6dc4b09-4144-5240-8e94-33ae68033e38 with identifier: LK71%20VUA
2026-03-30 06:18:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6dc4b09-4144-5240-8e94-33ae68033e38 with identifier: LK71%20VUA
2026-03-30 06:18:58 [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-30 06:18:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18: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-30 06:18:58 [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=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-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK71%2520VUA%27 HTTP/1.1" 200 None
2026-03-30 06:18:58 [bca.uk] INFO: Saving data for LK71%20VUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774650145.412446, 'last_price_update_time': 1774851538.984332}
2026-03-30 06:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:59 [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-30 06:18:59 [bca.uk] INFO: Found listing with ID: KF68%20KPJ
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF68%2520KPJ%27 HTTP/1.1" 200 None
2026-03-30 06:18:59 [bca.uk] INFO: Scrape type for KF68%20KPJ: 0
2026-03-30 06:18:59 [bca.uk] INFO: Found listing with ID: LB69%20WFT
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB69%2520WFT%27 HTTP/1.1" 200 None
2026-03-30 06:18:59 [bca.uk] INFO: Scrape type for LB69%20WFT: 2
2026-03-30 06:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b5be9b2-9376-55d5-98bd-c02dbd12183b with identifier: LB69%20WFT
2026-03-30 06:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b5be9b2-9376-55d5-98bd-c02dbd12183b with scrape type 2
2026-03-30 06:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b5be9b2-9376-55d5-98bd-c02dbd12183b with scrape type 2
2026-03-30 06:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b5be9b2-9376-55d5-98bd-c02dbd12183b, identifier: LB69%20WFT
2026-03-30 06:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with identifier: DF19%20HWC
2026-03-30 06:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa14352e-293e-54cb-92e0-9c8ac2ad35c3 with identifier: DF19%20HWC
2026-03-30 06:18:59 [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-30 06:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18: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': 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-30 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF19%2520HWC%27 HTTP/1.1" 200 None
2026-03-30 06:18:59 [bca.uk] INFO: Saving data for DF19%20HWC: {'auction_closing_time': 1775037600.0, 'created_time': 1774650367.854285, 'last_price_update_time': 1774851539.407489}
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:59 [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-30 06:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62b76a8c-5184-5382-9032-3cfc65f84b69 with identifier: ML70%20KCG
2026-03-30 06:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62b76a8c-5184-5382-9032-3cfc65f84b69 with identifier: ML70%20KCG
2026-03-30 06:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62b76a8c-5184-5382-9032-3cfc65f84b69 with identifier: ML70%20KCG to the API
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:18:59 [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=ML70%20KCG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '62b76a8c-5184-5382-9032-3cfc65f84b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML70 KCG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML70%20KCG&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'FORD',
'model': 'PUMA',
'odometer': 95591,
'odometer_reading_unit': '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 Hatchback',
'transmission': 'manual',
'trim': 'E/B MHEV 125 ST-LINE',
'vin': 'WF02XXERK2LL60506',
'year': 2020}
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML70%2520KCG%27 HTTP/1.1" 200 None
2026-03-30 06:18:59 [bca.uk] INFO: Saving data for ML70%20KCG: {'auction_closing_time': 1774864800.0, 'created_time': 1774535687.872403, 'last_price_update_time': 1774851539.713474}
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML70%2520KCG') HTTP/1.1" 204 0
2026-03-30 06:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7561efcf-7e38-50f8-9324-470d8bd5de77 with identifier: SN22%20VMA
2026-03-30 06:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7561efcf-7e38-50f8-9324-470d8bd5de77 with identifier: SN22%20VMA
2026-03-30 06:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7561efcf-7e38-50f8-9324-470d8bd5de77 with identifier: SN22%20VMA to the API
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:18:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 75,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN22%20VMA-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': '7561efcf-7e38-50f8-9324-470d8bd5de77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SN22 VMA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN22%20VMA&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 35681,
'odometer_reading_unit': '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 DYNAMIC StationWagon',
'transmission': 'automatic',
'trim': 'P400E HSE DYNAMIC',
'vin': 'SALWA2AYXNA235586',
'year': 2022}
2026-03-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN22%2520VMA%27 HTTP/1.1" 200 None
2026-03-30 06:19:00 [bca.uk] INFO: Saving data for SN22%20VMA: {'auction_closing_time': 1775037600.0, 'created_time': 1774649872.744234, 'last_price_update_time': 1774851540.022957}
2026-03-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN22%2520VMA') HTTP/1.1" 204 0
2026-03-30 06:19:00 [bca.uk] INFO: Found listing with ID: LN19%20NLG
2026-03-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN19%2520NLG%27 HTTP/1.1" 200 None
2026-03-30 06:19:00 [bca.uk] INFO: Scrape type for LN19%20NLG: 2
2026-03-30 06:19:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with identifier: LN19%20NLG
2026-03-30 06:19:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with scrape type 2
2026-03-30 06:19:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with scrape type 2
2026-03-30 06:19:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93836af4-c487-5f8e-a40c-acf5ca3f62e1, identifier: LN19%20NLG
2026-03-30 06:19:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b5be9b2-9376-55d5-98bd-c02dbd12183b with identifier: LB69%20WFT
2026-03-30 06:19:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b5be9b2-9376-55d5-98bd-c02dbd12183b with identifier: LB69%20WFT
2026-03-30 06:19:00 [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-30 06:19:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB69%2520WFT%27 HTTP/1.1" 200 None
2026-03-30 06:19:00 [bca.uk] INFO: Saving data for LB69%20WFT: {'auction_closing_time': 1774864800.0, 'created_time': 1773832110.076658, 'last_price_update_time': 1774851540.48249}
2026-03-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:00 [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-30 06:19:00 [bca.uk] INFO: Found listing with ID: AX66%20NKD
2026-03-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX66%2520NKD%27 HTTP/1.1" 200 None
2026-03-30 06:19:00 [bca.uk] INFO: Scrape type for AX66%20NKD: 2
2026-03-30 06:19:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with identifier: AX66%20NKD
2026-03-30 06:19:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with scrape type 2
2026-03-30 06:19:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with scrape type 2
2026-03-30 06:19:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7bb6c25-54b2-5e5b-b390-7b5ebb157349, identifier: AX66%20NKD
2026-03-30 06:19:00 [bca.uk] INFO: Found listing with ID: RX15%20OZO
2026-03-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX15%2520OZO%27 HTTP/1.1" 200 None
2026-03-30 06:19:00 [bca.uk] INFO: Scrape type for RX15%20OZO: 2
2026-03-30 06:19:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with identifier: RX15%20OZO
2026-03-30 06:19:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with scrape type 2
2026-03-30 06:19:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with scrape type 2
2026-03-30 06:19:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc, identifier: RX15%20OZO
2026-03-30 06:19:00 [bca.uk] INFO: Found listing with ID: SO72%20UWU
2026-03-30 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SO72%2520UWU%27 HTTP/1.1" 200 None
2026-03-30 06:19:00 [bca.uk] INFO: Scrape type for SO72%20UWU: 2
2026-03-30 06:19:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f023becc-9a8d-54c8-984d-73a27dee6300 with identifier: SO72%20UWU
2026-03-30 06:19:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f023becc-9a8d-54c8-984d-73a27dee6300 with scrape type 2
2026-03-30 06:19:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f023becc-9a8d-54c8-984d-73a27dee6300 with scrape type 2
2026-03-30 06:19:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f023becc-9a8d-54c8-984d-73a27dee6300, identifier: SO72%20UWU
2026-03-30 06:19:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with identifier: LN19%20NLG
2026-03-30 06:19:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93836af4-c487-5f8e-a40c-acf5ca3f62e1 with identifier: LN19%20NLG
2026-03-30 06:19:00 [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-30 06:19:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN19%2520NLG%27 HTTP/1.1" 200 None
2026-03-30 06:19:01 [bca.uk] INFO: Saving data for LN19%20NLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774650141.936732, 'last_price_update_time': 1774851541.139759}
2026-03-30 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:01 [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-30 06:19:01 [bca.uk] INFO: Found listing with ID: GU67%20HJK
2026-03-30 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU67%2520HJK%27 HTTP/1.1" 200 None
2026-03-30 06:19:01 [bca.uk] INFO: Scrape type for GU67%20HJK: 2
2026-03-30 06:19:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 636b047d-901e-5760-b43f-91f90ac53ba4 with identifier: GU67%20HJK
2026-03-30 06:19:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 636b047d-901e-5760-b43f-91f90ac53ba4 with scrape type 2
2026-03-30 06:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 636b047d-901e-5760-b43f-91f90ac53ba4 with scrape type 2
2026-03-30 06:19:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 636b047d-901e-5760-b43f-91f90ac53ba4, identifier: GU67%20HJK
2026-03-30 06:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with identifier: AX66%20NKD
2026-03-30 06:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7bb6c25-54b2-5e5b-b390-7b5ebb157349 with identifier: AX66%20NKD
2026-03-30 06:19:01 [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-30 06:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:01 [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': 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-30 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AX66%2520NKD%27 HTTP/1.1" 200 None
2026-03-30 06:19:01 [bca.uk] INFO: Saving data for AX66%20NKD: {'auction_closing_time': 1775037600.0, 'created_time': 1774650368.237436, 'last_price_update_time': 1774851541.655875}
2026-03-30 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:01 [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-30 06:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with identifier: RX15%20OZO
2026-03-30 06:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 892ade75-3b1b-5122-b2d3-6ccd4827b4dc with identifier: RX15%20OZO
2026-03-30 06:19:01 [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-30 06:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:01 [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-30 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RX15%2520OZO%27 HTTP/1.1" 200 None
2026-03-30 06:19:01 [bca.uk] INFO: Saving data for RX15%20OZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774649899.531704, 'last_price_update_time': 1774851541.960655}
2026-03-30 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:01 [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-30 06:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f023becc-9a8d-54c8-984d-73a27dee6300 with identifier: SO72%20UWU
2026-03-30 06:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f023becc-9a8d-54c8-984d-73a27dee6300 with identifier: SO72%20UWU
2026-03-30 06:19:02 [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-30 06:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SO72%2520UWU%27 HTTP/1.1" 200 None
2026-03-30 06:19:02 [bca.uk] INFO: Saving data for SO72%20UWU: {'auction_closing_time': 1775037600.0, 'created_time': 1774563953.390165, 'last_price_update_time': 1774851542.271208}
2026-03-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:02 [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-30 06:19:02 [bca.uk] INFO: Found listing with ID: HJ20%20XKC
2026-03-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ20%2520XKC%27 HTTP/1.1" 200 None
2026-03-30 06:19:02 [bca.uk] INFO: Scrape type for HJ20%20XKC: 2
2026-03-30 06:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with identifier: HJ20%20XKC
2026-03-30 06:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with scrape type 2
2026-03-30 06:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with scrape type 2
2026-03-30 06:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc, identifier: HJ20%20XKC
2026-03-30 06:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 636b047d-901e-5760-b43f-91f90ac53ba4 with identifier: GU67%20HJK
2026-03-30 06:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 636b047d-901e-5760-b43f-91f90ac53ba4 with identifier: GU67%20HJK
2026-03-30 06:19:02 [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-30 06:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU67%2520HJK%27 HTTP/1.1" 200 None
2026-03-30 06:19:02 [bca.uk] INFO: Saving data for GU67%20HJK: {'auction_closing_time': 1775124000.0, 'created_time': 1774650207.327757, 'last_price_update_time': 1774851542.692863}
2026-03-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:02 [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-30 06:19:02 [bca.uk] INFO: Found listing with ID: FX71%20XAR
2026-03-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX71%2520XAR%27 HTTP/1.1" 200 None
2026-03-30 06:19:02 [bca.uk] INFO: Scrape type for FX71%20XAR: 2
2026-03-30 06:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-30 06:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df66833-f416-5c7d-8354-7c6858a63074 with scrape type 2
2026-03-30 06:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df66833-f416-5c7d-8354-7c6858a63074 with scrape type 2
2026-03-30 06:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9df66833-f416-5c7d-8354-7c6858a63074, identifier: FX71%20XAR
2026-03-30 06:19:02 [bca.uk] INFO: Found listing with ID: AYZ%208960
2026-03-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AYZ%25208960%27 HTTP/1.1" 200 None
2026-03-30 06:19:02 [bca.uk] INFO: Scrape type for AYZ%208960: 0
2026-03-30 06:19:02 [bca.uk] INFO: Found listing with ID: LD20%20LRK
2026-03-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD20%2520LRK%27 HTTP/1.1" 200 None
2026-03-30 06:19:02 [bca.uk] INFO: Scrape type for LD20%20LRK: 0
2026-03-30 06:19:02 [bca.uk] INFO: Found listing with ID: FY66%20EDL
2026-03-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FY66%2520EDL%27 HTTP/1.1" 200 None
2026-03-30 06:19:02 [bca.uk] INFO: Scrape type for FY66%20EDL: 0
2026-03-30 06:19:02 [bca.uk] INFO: Found listing with ID: YY20%20JXA
2026-03-30 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY20%2520JXA%27 HTTP/1.1" 200 None
2026-03-30 06:19:02 [bca.uk] INFO: Scrape type for YY20%20JXA: 2
2026-03-30 06:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0744b685-5cbb-5c6c-a4a4-d9901afb8666 with identifier: YY20%20JXA
2026-03-30 06:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0744b685-5cbb-5c6c-a4a4-d9901afb8666 with scrape type 2
2026-03-30 06:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0744b685-5cbb-5c6c-a4a4-d9901afb8666 with scrape type 2
2026-03-30 06:19:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0744b685-5cbb-5c6c-a4a4-d9901afb8666, identifier: YY20%20JXA
2026-03-30 06:19:03 [bca.uk] INFO: Found listing with ID: SR22%20HBL
2026-03-30 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR22%2520HBL%27 HTTP/1.1" 200 None
2026-03-30 06:19:03 [bca.uk] INFO: Scrape type for SR22%20HBL: 2
2026-03-30 06:19:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78089c14-c2cb-5022-9b86-5cd761a091d4 with identifier: SR22%20HBL
2026-03-30 06:19:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78089c14-c2cb-5022-9b86-5cd761a091d4 with scrape type 2
2026-03-30 06:19:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78089c14-c2cb-5022-9b86-5cd761a091d4 with scrape type 2
2026-03-30 06:19:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78089c14-c2cb-5022-9b86-5cd761a091d4, identifier: SR22%20HBL
2026-03-30 06:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with identifier: HJ20%20XKC
2026-03-30 06:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0248c910-16fb-554b-ae48-b2dcf0c4f6bc with identifier: HJ20%20XKC
2026-03-30 06:19:03 [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-30 06:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ20%2520XKC%27 HTTP/1.1" 200 None
2026-03-30 06:19:03 [bca.uk] INFO: Saving data for HJ20%20XKC: {'auction_closing_time': 1774864800.0, 'created_time': 1773957818.467584, 'last_price_update_time': 1774851543.414836}
2026-03-30 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:03 [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-30 06:19:03 [bca.uk] INFO: Found listing with ID: GU18%20OPC
2026-03-30 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU18%2520OPC%27 HTTP/1.1" 200 None
2026-03-30 06:19:03 [bca.uk] INFO: Scrape type for GU18%20OPC: 2
2026-03-30 06:19:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with identifier: GU18%20OPC
2026-03-30 06:19:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with scrape type 2
2026-03-30 06:19:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with scrape type 2
2026-03-30 06:19:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50, identifier: GU18%20OPC
2026-03-30 06:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-30 06:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-30 06:19:03 [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-30 06:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX71%2520XAR%27 HTTP/1.1" 200 None
2026-03-30 06:19:03 [bca.uk] INFO: Saving data for FX71%20XAR: {'auction_closing_time': 1774951200.0, 'created_time': 1773829735.019966, 'last_price_update_time': 1774851543.845011}
2026-03-30 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:03 [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-30 06:19:03 [bca.uk] INFO: Total items found: 100
2026-03-30 06:19:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded
2026-03-30 06:19:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:19:03 [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-30 06:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0744b685-5cbb-5c6c-a4a4-d9901afb8666 with identifier: YY20%20JXA
2026-03-30 06:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0744b685-5cbb-5c6c-a4a4-d9901afb8666 with identifier: YY20%20JXA
2026-03-30 06:19:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0744b685-5cbb-5c6c-a4a4-d9901afb8666 with identifier: YY20%20JXA to the API
2026-03-30 06:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:04 [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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY20%20JXA-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0744b685-5cbb-5c6c-a4a4-d9901afb8666',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY20 JXA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY20%20JXA&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 38000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC 1.5 TSI EVO 150 SEL DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI EVO 150 SEL DSG',
'vin': 'WVGZZZA1ZLV066443',
'year': 2020}
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY20%2520JXA%27 HTTP/1.1" 200 None
2026-03-30 06:19:04 [bca.uk] INFO: Saving data for YY20%20JXA: {'auction_closing_time': 1774951200.0, 'created_time': 1774622565.41138, 'last_price_update_time': 1774851544.166695}
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY20%2520JXA') HTTP/1.1" 204 0
2026-03-30 06:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78089c14-c2cb-5022-9b86-5cd761a091d4 with identifier: SR22%20HBL
2026-03-30 06:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78089c14-c2cb-5022-9b86-5cd761a091d4 with identifier: SR22%20HBL
2026-03-30 06:19:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78089c14-c2cb-5022-9b86-5cd761a091d4 with identifier: SR22%20HBL to the API
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:04 [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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR22%20HBL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '78089c14-c2cb-5022-9b86-5cd761a091d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SR22 HBL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR22%20HBL&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 36894,
'odometer_reading_unit': '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': 'SALZB2CN9NH175823',
'year': 2022}
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR22%2520HBL%27 HTTP/1.1" 200 None
2026-03-30 06:19:04 [bca.uk] INFO: Saving data for SR22%20HBL: {'auction_closing_time': 1775037600.0, 'created_time': 1774649865.547514, 'last_price_update_time': 1774851544.467001}
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR22%2520HBL') HTTP/1.1" 204 0
2026-03-30 06:19:04 [bca.uk] INFO: Found listing with ID: F8%20MMG
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27F8%2520MMG%27 HTTP/1.1" 200 None
2026-03-30 06:19:04 [bca.uk] INFO: Scrape type for F8%20MMG: 2
2026-03-30 06:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67692b97-6ac5-5a4c-8f74-5049bed37723 with identifier: F8%20MMG
2026-03-30 06:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67692b97-6ac5-5a4c-8f74-5049bed37723 with scrape type 2
2026-03-30 06:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67692b97-6ac5-5a4c-8f74-5049bed37723 with scrape type 2
2026-03-30 06:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67692b97-6ac5-5a4c-8f74-5049bed37723, identifier: F8%20MMG
2026-03-30 06:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with identifier: GU18%20OPC
2026-03-30 06:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79ef975c-f138-5e6c-b67c-f05d5dc7bc50 with identifier: GU18%20OPC
2026-03-30 06:19:04 [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-30 06:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU18%2520OPC%27 HTTP/1.1" 200 None
2026-03-30 06:19:04 [bca.uk] INFO: Saving data for GU18%20OPC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650661.911242, 'last_price_update_time': 1774851544.903766}
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:04 [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-30 06:19:04 [bca.uk] INFO: Found listing with ID: LX71%20OYA
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX71%2520OYA%27 HTTP/1.1" 200 None
2026-03-30 06:19:04 [bca.uk] INFO: Scrape type for LX71%20OYA: 0
2026-03-30 06:19:04 [bca.uk] INFO: Found listing with ID: AF15%20VVP
2026-03-30 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF15%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:19:04 [bca.uk] INFO: Scrape type for AF15%20VVP: 2
2026-03-30 06:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b64c682-3609-5ffc-82e3-e77792abe8ca with identifier: AF15%20VVP
2026-03-30 06:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b64c682-3609-5ffc-82e3-e77792abe8ca with scrape type 2
2026-03-30 06:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b64c682-3609-5ffc-82e3-e77792abe8ca with scrape type 2
2026-03-30 06:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b64c682-3609-5ffc-82e3-e77792abe8ca, identifier: AF15%20VVP
2026-03-30 06:19:05 [bca.uk] INFO: Found listing with ID: ND73%20CZS
2026-03-30 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ND73%2520CZS%27 HTTP/1.1" 200 None
2026-03-30 06:19:05 [bca.uk] INFO: Scrape type for ND73%20CZS: 0
2026-03-30 06:19:05 [bca.uk] INFO: Found listing with ID: AK16%20OJR
2026-03-30 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK16%2520OJR%27 HTTP/1.1" 200 None
2026-03-30 06:19:05 [bca.uk] INFO: Scrape type for AK16%20OJR: 2
2026-03-30 06:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128061bd-a761-5965-a6b6-d9671d21ceba with identifier: AK16%20OJR
2026-03-30 06:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128061bd-a761-5965-a6b6-d9671d21ceba with scrape type 2
2026-03-30 06:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 128061bd-a761-5965-a6b6-d9671d21ceba with scrape type 2
2026-03-30 06:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 128061bd-a761-5965-a6b6-d9671d21ceba, identifier: AK16%20OJR
2026-03-30 06:19:05 [bca.uk] INFO: Found listing with ID: YL68%20PNO
2026-03-30 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL68%2520PNO%27 HTTP/1.1" 200 None
2026-03-30 06:19:05 [bca.uk] INFO: Scrape type for YL68%20PNO: 2
2026-03-30 06:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe7c0e33-3ba3-554b-92c6-48958d802b1a with identifier: YL68%20PNO
2026-03-30 06:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe7c0e33-3ba3-554b-92c6-48958d802b1a with scrape type 2
2026-03-30 06:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe7c0e33-3ba3-554b-92c6-48958d802b1a with scrape type 2
2026-03-30 06:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe7c0e33-3ba3-554b-92c6-48958d802b1a, identifier: YL68%20PNO
2026-03-30 06:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67692b97-6ac5-5a4c-8f74-5049bed37723 with identifier: F8%20MMG
2026-03-30 06:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67692b97-6ac5-5a4c-8f74-5049bed37723 with identifier: F8%20MMG
2026-03-30 06:19:05 [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-30 06:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:05 [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': 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-30 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27F8%2520MMG%27 HTTP/1.1" 200 None
2026-03-30 06:19:05 [bca.uk] INFO: Saving data for F8%20MMG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650141.17316, 'last_price_update_time': 1774851545.578648}
2026-03-30 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:05 [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-30 06:19:05 [bca.uk] INFO: Found listing with ID: KE71%20MGV
2026-03-30 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE71%2520MGV%27 HTTP/1.1" 200 None
2026-03-30 06:19:05 [bca.uk] INFO: Scrape type for KE71%20MGV: 2
2026-03-30 06:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78068d38-5201-558c-b058-ca75f5d0d463 with identifier: KE71%20MGV
2026-03-30 06:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78068d38-5201-558c-b058-ca75f5d0d463 with scrape type 2
2026-03-30 06:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78068d38-5201-558c-b058-ca75f5d0d463 with scrape type 2
2026-03-30 06:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78068d38-5201-558c-b058-ca75f5d0d463, identifier: KE71%20MGV
2026-03-30 06:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b64c682-3609-5ffc-82e3-e77792abe8ca with identifier: AF15%20VVP
2026-03-30 06:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b64c682-3609-5ffc-82e3-e77792abe8ca with identifier: AF15%20VVP
2026-03-30 06:19:05 [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-30 06:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF15%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:19:06 [bca.uk] INFO: Saving data for AF15%20VVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774650364.248598, 'last_price_update_time': 1774851546.104808}
2026-03-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:06 [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-30 06:19:06 [bca.uk] INFO: Found listing with ID: CX16%20ULO
2026-03-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX16%2520ULO%27 HTTP/1.1" 200 None
2026-03-30 06:19:06 [bca.uk] INFO: Scrape type for CX16%20ULO: 2
2026-03-30 06:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1488103f-abd0-5ad4-9141-329f301c55ef with identifier: CX16%20ULO
2026-03-30 06:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1488103f-abd0-5ad4-9141-329f301c55ef with scrape type 2
2026-03-30 06:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1488103f-abd0-5ad4-9141-329f301c55ef with scrape type 2
2026-03-30 06:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1488103f-abd0-5ad4-9141-329f301c55ef, identifier: CX16%20ULO
2026-03-30 06:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 128061bd-a761-5965-a6b6-d9671d21ceba with identifier: AK16%20OJR
2026-03-30 06:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 128061bd-a761-5965-a6b6-d9671d21ceba with identifier: AK16%20OJR
2026-03-30 06:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 128061bd-a761-5965-a6b6-d9671d21ceba with identifier: AK16%20OJR to the API
2026-03-30 06:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK16%20OJR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '128061bd-a761-5965-a6b6-d9671d21ceba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK16 OJR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK16%20OJR&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 97097,
'odometer_reading_unit': '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.0 S Hatchback',
'transmission': 'manual',
'trim': 'S',
'vin': 'NLHA751ALGZ224017',
'year': 2016}
2026-03-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK16%2520OJR%27 HTTP/1.1" 200 None
2026-03-30 06:19:06 [bca.uk] INFO: Saving data for AK16%20OJR: {'auction_closing_time': 1775124000.0, 'created_time': 1774649870.652323, 'last_price_update_time': 1774851546.497673}
2026-03-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK16%2520OJR') HTTP/1.1" 204 0
2026-03-30 06:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe7c0e33-3ba3-554b-92c6-48958d802b1a with identifier: YL68%20PNO
2026-03-30 06:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe7c0e33-3ba3-554b-92c6-48958d802b1a with identifier: YL68%20PNO
2026-03-30 06:19:06 [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-30 06:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL68%2520PNO%27 HTTP/1.1" 200 None
2026-03-30 06:19:06 [bca.uk] INFO: Saving data for YL68%20PNO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564731.556235, 'last_price_update_time': 1774851546.780408}
2026-03-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:06 [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-30 06:19:06 [bca.uk] INFO: Found listing with ID: HT69%20PXU
2026-03-30 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT69%2520PXU%27 HTTP/1.1" 200 None
2026-03-30 06:19:06 [bca.uk] INFO: Scrape type for HT69%20PXU: 2
2026-03-30 06:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with identifier: HT69%20PXU
2026-03-30 06:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with scrape type 2
2026-03-30 06:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with scrape type 2
2026-03-30 06:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3, identifier: HT69%20PXU
2026-03-30 06:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78068d38-5201-558c-b058-ca75f5d0d463 with identifier: KE71%20MGV
2026-03-30 06:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78068d38-5201-558c-b058-ca75f5d0d463 with identifier: KE71%20MGV
2026-03-30 06:19:07 [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-30 06:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:07 [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=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-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE71%2520MGV%27 HTTP/1.1" 200 None
2026-03-30 06:19:07 [bca.uk] INFO: Saving data for KE71%20MGV: {'auction_closing_time': 1774864800.0, 'created_time': 1774650831.076676, 'last_price_update_time': 1774851547.17764}
2026-03-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:07 [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-30 06:19:07 [bca.uk] INFO: Found listing with ID: BD13%20BXW
2026-03-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD13%2520BXW%27 HTTP/1.1" 200 None
2026-03-30 06:19:07 [bca.uk] INFO: Scrape type for BD13%20BXW: 2
2026-03-30 06:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with identifier: BD13%20BXW
2026-03-30 06:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with scrape type 2
2026-03-30 06:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with scrape type 2
2026-03-30 06:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3, identifier: BD13%20BXW
2026-03-30 06:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1488103f-abd0-5ad4-9141-329f301c55ef with identifier: CX16%20ULO
2026-03-30 06:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1488103f-abd0-5ad4-9141-329f301c55ef with identifier: CX16%20ULO
2026-03-30 06:19:07 [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-30 06:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX16%2520ULO%27 HTTP/1.1" 200 None
2026-03-30 06:19:07 [bca.uk] INFO: Saving data for CX16%20ULO: {'auction_closing_time': 1775037600.0, 'created_time': 1774650302.747745, 'last_price_update_time': 1774851547.628509}
2026-03-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:07 [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-30 06:19:07 [bca.uk] INFO: Found listing with ID: YA22%20JGU
2026-03-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA22%2520JGU%27 HTTP/1.1" 200 None
2026-03-30 06:19:07 [bca.uk] INFO: Scrape type for YA22%20JGU: 2
2026-03-30 06:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7b64d6c-0755-5d14-95ff-ce7574a0e92d with identifier: YA22%20JGU
2026-03-30 06:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7b64d6c-0755-5d14-95ff-ce7574a0e92d with scrape type 2
2026-03-30 06:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7b64d6c-0755-5d14-95ff-ce7574a0e92d with scrape type 2
2026-03-30 06:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7b64d6c-0755-5d14-95ff-ce7574a0e92d, identifier: YA22%20JGU
2026-03-30 06:19:07 [bca.uk] INFO: Found listing with ID: KR73%20LWW
2026-03-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR73%2520LWW%27 HTTP/1.1" 200 None
2026-03-30 06:19:07 [bca.uk] INFO: Scrape type for KR73%20LWW: 0
2026-03-30 06:19:07 [bca.uk] INFO: Found listing with ID: URZ%205028
2026-03-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27URZ%25205028%27 HTTP/1.1" 200 None
2026-03-30 06:19:07 [bca.uk] INFO: Scrape type for URZ%205028: 0
2026-03-30 06:19:07 [bca.uk] INFO: Found listing with ID: YG22%20KDJ
2026-03-30 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG22%2520KDJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:07 [bca.uk] INFO: Scrape type for YG22%20KDJ: 2
2026-03-30 06:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48434c07-c34a-542f-9872-c1f48df92665 with identifier: YG22%20KDJ
2026-03-30 06:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48434c07-c34a-542f-9872-c1f48df92665 with scrape type 2
2026-03-30 06:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48434c07-c34a-542f-9872-c1f48df92665 with scrape type 2
2026-03-30 06:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48434c07-c34a-542f-9872-c1f48df92665, identifier: YG22%20KDJ
2026-03-30 06:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with identifier: HT69%20PXU
2026-03-30 06:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59cda6f5-59f3-5b31-8fbd-45e79c9fb8d3 with identifier: HT69%20PXU
2026-03-30 06:19:08 [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-30 06:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HT69%2520PXU%27 HTTP/1.1" 200 None
2026-03-30 06:19:08 [bca.uk] INFO: Saving data for HT69%20PXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650139.947658, 'last_price_update_time': 1774851548.208043}
2026-03-30 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:08 [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-30 06:19:08 [bca.uk] INFO: Found listing with ID: L200%20PBX
2026-03-30 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L200%2520PBX%27 HTTP/1.1" 200 None
2026-03-30 06:19:08 [bca.uk] INFO: Scrape type for L200%20PBX: 2
2026-03-30 06:19:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18817676-c88e-55ee-a845-d4da6474fe8f with identifier: L200%20PBX
2026-03-30 06:19:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18817676-c88e-55ee-a845-d4da6474fe8f with scrape type 2
2026-03-30 06:19:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18817676-c88e-55ee-a845-d4da6474fe8f with scrape type 2
2026-03-30 06:19:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18817676-c88e-55ee-a845-d4da6474fe8f, identifier: L200%20PBX
2026-03-30 06:19:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with identifier: BD13%20BXW
2026-03-30 06:19:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83eb9210-df1c-5ae7-a5bb-9e749d0b22a3 with identifier: BD13%20BXW
2026-03-30 06:19:08 [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-30 06:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD13%2520BXW%27 HTTP/1.1" 200 None
2026-03-30 06:19:08 [bca.uk] INFO: Saving data for BD13%20BXW: {'auction_closing_time': 1775037600.0, 'created_time': 1774650357.083524, 'last_price_update_time': 1774851548.610837}
2026-03-30 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:08 [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-30 06:19:08 [bca.uk] INFO: Found listing with ID: LG17%20XYD
2026-03-30 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG17%2520XYD%27 HTTP/1.1" 200 None
2026-03-30 06:19:08 [bca.uk] INFO: Scrape type for LG17%20XYD: 0
2026-03-30 06:19:08 [bca.uk] INFO: Found listing with ID: CU16%20NHH
2026-03-30 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU16%2520NHH%27 HTTP/1.1" 200 None
2026-03-30 06:19:08 [bca.uk] INFO: Scrape type for CU16%20NHH: 2
2026-03-30 06:19:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with identifier: CU16%20NHH
2026-03-30 06:19:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with scrape type 2
2026-03-30 06:19:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with scrape type 2
2026-03-30 06:19:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ee988de-fbea-568d-a97c-a75a0ff4fa40, identifier: CU16%20NHH
2026-03-30 06:19:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7b64d6c-0755-5d14-95ff-ce7574a0e92d with identifier: YA22%20JGU
2026-03-30 06:19:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7b64d6c-0755-5d14-95ff-ce7574a0e92d with identifier: YA22%20JGU
2026-03-30 06:19:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7b64d6c-0755-5d14-95ff-ce7574a0e92d with identifier: YA22%20JGU to the API
2026-03-30 06:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 145,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA22%20JGU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c7b64d6c-0755-5d14-95ff-ce7574a0e92d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YA22 JGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA22%20JGU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'BMW',
'model': '220I',
'odometer': 48983,
'odometer_reading_unit': '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 220I 2.0 T M SPORT STEP Coupe',
'transmission': 'automatic',
'trim': 'T M SPORT STEP',
'vin': 'WBA12CM0908C71117',
'year': 2022}
2026-03-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA22%2520JGU%27 HTTP/1.1" 200 None
2026-03-30 06:19:09 [bca.uk] INFO: Saving data for YA22%20JGU: {'auction_closing_time': 1774951200.0, 'created_time': 1774622564.694378, 'last_price_update_time': 1774851549.040857}
2026-03-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA22%2520JGU') HTTP/1.1" 204 0
2026-03-30 06:19:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48434c07-c34a-542f-9872-c1f48df92665 with identifier: YG22%20KDJ
2026-03-30 06:19:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48434c07-c34a-542f-9872-c1f48df92665 with identifier: YG22%20KDJ
2026-03-30 06:19:09 [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-30 06:19:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:09 [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-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG22%2520KDJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:09 [bca.uk] INFO: Saving data for YG22%20KDJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774563953.748789, 'last_price_update_time': 1774851549.424279}
2026-03-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:09 [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-30 06:19:09 [bca.uk] INFO: Found listing with ID: SY68%20WZB
2026-03-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY68%2520WZB%27 HTTP/1.1" 200 None
2026-03-30 06:19:09 [bca.uk] INFO: Scrape type for SY68%20WZB: 2
2026-03-30 06:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dfdecc4-b22b-554b-b555-f5b6e57d065d with identifier: SY68%20WZB
2026-03-30 06:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dfdecc4-b22b-554b-b555-f5b6e57d065d with scrape type 2
2026-03-30 06:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dfdecc4-b22b-554b-b555-f5b6e57d065d with scrape type 2
2026-03-30 06:19:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dfdecc4-b22b-554b-b555-f5b6e57d065d, identifier: SY68%20WZB
2026-03-30 06:19:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18817676-c88e-55ee-a845-d4da6474fe8f with identifier: L200%20PBX
2026-03-30 06:19:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18817676-c88e-55ee-a845-d4da6474fe8f with identifier: L200%20PBX
2026-03-30 06:19:09 [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-30 06:19:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27L200%2520PBX%27 HTTP/1.1" 200 None
2026-03-30 06:19:09 [bca.uk] INFO: Saving data for L200%20PBX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650664.712955, 'last_price_update_time': 1774851549.851474}
2026-03-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:09 [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-30 06:19:09 [bca.uk] INFO: Found listing with ID: CK11%20KOX
2026-03-30 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK11%2520KOX%27 HTTP/1.1" 200 None
2026-03-30 06:19:09 [bca.uk] INFO: Scrape type for CK11%20KOX: 2
2026-03-30 06:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 467b6b82-2095-5eac-aa5d-e9038334e271 with identifier: CK11%20KOX
2026-03-30 06:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 467b6b82-2095-5eac-aa5d-e9038334e271 with scrape type 2
2026-03-30 06:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 467b6b82-2095-5eac-aa5d-e9038334e271 with scrape type 2
2026-03-30 06:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 467b6b82-2095-5eac-aa5d-e9038334e271, identifier: CK11%20KOX
2026-03-30 06:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with identifier: CU16%20NHH
2026-03-30 06:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ee988de-fbea-568d-a97c-a75a0ff4fa40 with identifier: CU16%20NHH
2026-03-30 06:19:10 [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-30 06:19:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:10 [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=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-30 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CU16%2520NHH%27 HTTP/1.1" 200 None
2026-03-30 06:19:10 [bca.uk] INFO: Saving data for CU16%20NHH: {'auction_closing_time': 1775037600.0, 'created_time': 1774650300.894169, 'last_price_update_time': 1774851550.294166}
2026-03-30 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:10 [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-30 06:19:10 [bca.uk] INFO: Found listing with ID: NA20%20GWP
2026-03-30 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA20%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:19:10 [bca.uk] INFO: Scrape type for NA20%20GWP: 2
2026-03-30 06:19:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ace51d7c-4ad2-5bb7-aee6-c9d724b2b621 with identifier: NA20%20GWP
2026-03-30 06:19:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ace51d7c-4ad2-5bb7-aee6-c9d724b2b621 with scrape type 2
2026-03-30 06:19:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ace51d7c-4ad2-5bb7-aee6-c9d724b2b621 with scrape type 2
2026-03-30 06:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ace51d7c-4ad2-5bb7-aee6-c9d724b2b621, identifier: NA20%20GWP
2026-03-30 06:19:10 [bca.uk] INFO: Found listing with ID: PJ22%20EAX
2026-03-30 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ22%2520EAX%27 HTTP/1.1" 200 None
2026-03-30 06:19:10 [bca.uk] INFO: Scrape type for PJ22%20EAX: 2
2026-03-30 06:19:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00b07b39-dddf-5e46-9751-35d95ed0f4aa with identifier: PJ22%20EAX
2026-03-30 06:19:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00b07b39-dddf-5e46-9751-35d95ed0f4aa with scrape type 2
2026-03-30 06:19:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00b07b39-dddf-5e46-9751-35d95ed0f4aa with scrape type 2
2026-03-30 06:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00b07b39-dddf-5e46-9751-35d95ed0f4aa, identifier: PJ22%20EAX
2026-03-30 06:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dfdecc4-b22b-554b-b555-f5b6e57d065d with identifier: SY68%20WZB
2026-03-30 06:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dfdecc4-b22b-554b-b555-f5b6e57d065d with identifier: SY68%20WZB
2026-03-30 06:19:10 [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-30 06:19:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:10 [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': 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-30 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY68%2520WZB%27 HTTP/1.1" 200 None
2026-03-30 06:19:10 [bca.uk] INFO: Saving data for SY68%20WZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774478836.41063, 'last_price_update_time': 1774851550.842294}
2026-03-30 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:10 [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-30 06:19:10 [bca.uk] INFO: Found listing with ID: SB18%20DFO
2026-03-30 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB18%2520DFO%27 HTTP/1.1" 200 None
2026-03-30 06:19:10 [bca.uk] INFO: Scrape type for SB18%20DFO: 2
2026-03-30 06:19:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with identifier: SB18%20DFO
2026-03-30 06:19:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with scrape type 2
2026-03-30 06:19:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with scrape type 2
2026-03-30 06:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bb0ed01-c360-56e2-80d6-9d19ea15b875, identifier: SB18%20DFO
2026-03-30 06:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 467b6b82-2095-5eac-aa5d-e9038334e271 with identifier: CK11%20KOX
2026-03-30 06:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 467b6b82-2095-5eac-aa5d-e9038334e271 with identifier: CK11%20KOX
2026-03-30 06:19:11 [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-30 06:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK11%2520KOX%27 HTTP/1.1" 200 None
2026-03-30 06:19:11 [bca.uk] INFO: Saving data for CK11%20KOX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650358.150759, 'last_price_update_time': 1774851551.25643}
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:11 [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-30 06:19:11 [bca.uk] INFO: Found listing with ID: KV11%20MZZ
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV11%2520MZZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:11 [bca.uk] INFO: Scrape type for KV11%20MZZ: 0
2026-03-30 06:19:11 [bca.uk] INFO: Found listing with ID: KT14%20BXM
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT14%2520BXM%27 HTTP/1.1" 200 None
2026-03-30 06:19:11 [bca.uk] INFO: Scrape type for KT14%20BXM: 0
2026-03-30 06:19:11 [bca.uk] INFO: Found listing with ID: KP12%20CLJ
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP12%2520CLJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:11 [bca.uk] INFO: Scrape type for KP12%20CLJ: 0
2026-03-30 06:19:11 [bca.uk] INFO: Found listing with ID: FG74%20HFR
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HFR%27 HTTP/1.1" 200 None
2026-03-30 06:19:11 [bca.uk] INFO: Scrape type for FG74%20HFR: 2
2026-03-30 06:19:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0142530a-8c5c-5a7e-955e-e55412cd3719 with identifier: FG74%20HFR
2026-03-30 06:19:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0142530a-8c5c-5a7e-955e-e55412cd3719 with scrape type 2
2026-03-30 06:19:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0142530a-8c5c-5a7e-955e-e55412cd3719 with scrape type 2
2026-03-30 06:19:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0142530a-8c5c-5a7e-955e-e55412cd3719, identifier: FG74%20HFR
2026-03-30 06:19:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ace51d7c-4ad2-5bb7-aee6-c9d724b2b621 with identifier: NA20%20GWP
2026-03-30 06:19:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ace51d7c-4ad2-5bb7-aee6-c9d724b2b621 with identifier: NA20%20GWP
2026-03-30 06:19:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ace51d7c-4ad2-5bb7-aee6-c9d724b2b621 with identifier: NA20%20GWP to the API
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 130,
'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': 'ace51d7c-4ad2-5bb7-aee6-c9d724b2b621',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA20 GWP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA20%20GWP&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'SEAT',
'model': 'LEON',
'odometer': 49256,
'odometer_reading_unit': '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 LEON 1.5 TSI EVO 130 FR EZ Hatchback',
'transmission': 'manual',
'trim': 'TSI EVO 130 FR EZ',
'vin': 'VSSZZZ5FZLR025490',
'year': 2020}
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA20%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:19:11 [bca.uk] INFO: Saving data for NA20%20GWP: {'auction_closing_time': 1774951200.0, 'created_time': 1774622540.415173, 'last_price_update_time': 1774851551.750479}
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA20%2520GWP') HTTP/1.1" 204 0
2026-03-30 06:19:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00b07b39-dddf-5e46-9751-35d95ed0f4aa with identifier: PJ22%20EAX
2026-03-30 06:19:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00b07b39-dddf-5e46-9751-35d95ed0f4aa with identifier: PJ22%20EAX
2026-03-30 06:19:11 [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-30 06:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PJ22%2520EAX%27 HTTP/1.1" 200 None
2026-03-30 06:19:12 [bca.uk] INFO: Saving data for PJ22%20EAX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650185.52289, 'last_price_update_time': 1774851552.07801}
2026-03-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:12 [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-30 06:19:12 [bca.uk] INFO: Found listing with ID: YY16%20WBW
2026-03-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY16%2520WBW%27 HTTP/1.1" 200 None
2026-03-30 06:19:12 [bca.uk] INFO: Scrape type for YY16%20WBW: 0
2026-03-30 06:19:12 [bca.uk] INFO: Found listing with ID: EK20%20ODX
2026-03-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK20%2520ODX%27 HTTP/1.1" 200 None
2026-03-30 06:19:12 [bca.uk] INFO: Scrape type for EK20%20ODX: 2
2026-03-30 06:19:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 329e82f7-78b4-58d5-a44d-050e0d8454c0 with identifier: EK20%20ODX
2026-03-30 06:19:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 329e82f7-78b4-58d5-a44d-050e0d8454c0 with scrape type 2
2026-03-30 06:19:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 329e82f7-78b4-58d5-a44d-050e0d8454c0 with scrape type 2
2026-03-30 06:19:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 329e82f7-78b4-58d5-a44d-050e0d8454c0, identifier: EK20%20ODX
2026-03-30 06:19:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with identifier: SB18%20DFO
2026-03-30 06:19:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bb0ed01-c360-56e2-80d6-9d19ea15b875 with identifier: SB18%20DFO
2026-03-30 06:19:12 [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-30 06:19:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB18%2520DFO%27 HTTP/1.1" 200 None
2026-03-30 06:19:12 [bca.uk] INFO: Saving data for SB18%20DFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650904.104953, 'last_price_update_time': 1774851552.49008}
2026-03-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:12 [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-30 06:19:12 [bca.uk] INFO: Found listing with ID: DU70%20DPE
2026-03-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU70%2520DPE%27 HTTP/1.1" 200 None
2026-03-30 06:19:12 [bca.uk] INFO: Scrape type for DU70%20DPE: 2
2026-03-30 06:19:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f42268ac-81d4-5473-8435-8082a3b702d4 with identifier: DU70%20DPE
2026-03-30 06:19:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f42268ac-81d4-5473-8435-8082a3b702d4 with scrape type 2
2026-03-30 06:19:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f42268ac-81d4-5473-8435-8082a3b702d4 with scrape type 2
2026-03-30 06:19:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f42268ac-81d4-5473-8435-8082a3b702d4, identifier: DU70%20DPE
2026-03-30 06:19:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0142530a-8c5c-5a7e-955e-e55412cd3719 with identifier: FG74%20HFR
2026-03-30 06:19:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0142530a-8c5c-5a7e-955e-e55412cd3719 with identifier: FG74%20HFR
2026-03-30 06:19:12 [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-30 06:19:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HFR%27 HTTP/1.1" 200 None
2026-03-30 06:19:12 [bca.uk] INFO: Saving data for FG74%20HFR: {'auction_closing_time': 1775556000.0, 'created_time': 1774650300.101239, 'last_price_update_time': 1774851552.981307}
2026-03-30 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:13 [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-30 06:19:13 [bca.uk] INFO: Found listing with ID: PL22%20ZXS
2026-03-30 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL22%2520ZXS%27 HTTP/1.1" 200 None
2026-03-30 06:19:13 [bca.uk] INFO: Scrape type for PL22%20ZXS: 2
2026-03-30 06:19:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d2500e5-9232-5d6b-ae66-047e88327600 with identifier: PL22%20ZXS
2026-03-30 06:19:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d2500e5-9232-5d6b-ae66-047e88327600 with scrape type 2
2026-03-30 06:19:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d2500e5-9232-5d6b-ae66-047e88327600 with scrape type 2
2026-03-30 06:19:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d2500e5-9232-5d6b-ae66-047e88327600, identifier: PL22%20ZXS
2026-03-30 06:19:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 329e82f7-78b4-58d5-a44d-050e0d8454c0 with identifier: EK20%20ODX
2026-03-30 06:19:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 329e82f7-78b4-58d5-a44d-050e0d8454c0 with identifier: EK20%20ODX
2026-03-30 06:19:13 [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-30 06:19:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19: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-30 06:19: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': 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-30 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK20%2520ODX%27 HTTP/1.1" 200 None
2026-03-30 06:19:13 [bca.uk] INFO: Saving data for EK20%20ODX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650139.286941, 'last_price_update_time': 1774851553.399074}
2026-03-30 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:13 [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-30 06:19:13 [bca.uk] INFO: Found listing with ID: TRZ%202701
2026-03-30 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TRZ%25202701%27 HTTP/1.1" 200 None
2026-03-30 06:19:13 [bca.uk] INFO: Scrape type for TRZ%202701: 2
2026-03-30 06:19:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46f8a594-ebbf-594f-b90c-f4847451a17f with identifier: TRZ%202701
2026-03-30 06:19:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46f8a594-ebbf-594f-b90c-f4847451a17f with scrape type 2
2026-03-30 06:19:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46f8a594-ebbf-594f-b90c-f4847451a17f with scrape type 2
2026-03-30 06:19:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46f8a594-ebbf-594f-b90c-f4847451a17f, identifier: TRZ%202701
2026-03-30 06:19:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f42268ac-81d4-5473-8435-8082a3b702d4 with identifier: DU70%20DPE
2026-03-30 06:19:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f42268ac-81d4-5473-8435-8082a3b702d4 with identifier: DU70%20DPE
2026-03-30 06:19:13 [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-30 06:19:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:14 [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=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-30 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU70%2520DPE%27 HTTP/1.1" 200 None
2026-03-30 06:19:14 [bca.uk] INFO: Saving data for DU70%20DPE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650358.515255, 'last_price_update_time': 1774851554.632015}
2026-03-30 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:14 [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-30 06:19:14 [bca.uk] INFO: Found listing with ID: PK17%20FZY
2026-03-30 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK17%2520FZY%27 HTTP/1.1" 200 None
2026-03-30 06:19:14 [bca.uk] INFO: Scrape type for PK17%20FZY: 2
2026-03-30 06:19:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51141210-90d9-5f2f-aede-19464e15dcf0 with identifier: PK17%20FZY
2026-03-30 06:19:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51141210-90d9-5f2f-aede-19464e15dcf0 with scrape type 2
2026-03-30 06:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51141210-90d9-5f2f-aede-19464e15dcf0 with scrape type 2
2026-03-30 06:19:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51141210-90d9-5f2f-aede-19464e15dcf0, identifier: PK17%20FZY
2026-03-30 06:19:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d2500e5-9232-5d6b-ae66-047e88327600 with identifier: PL22%20ZXS
2026-03-30 06:19:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d2500e5-9232-5d6b-ae66-047e88327600 with identifier: PL22%20ZXS
2026-03-30 06:19:14 [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-30 06:19:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL22%2520ZXS%27 HTTP/1.1" 200 None
2026-03-30 06:19:15 [bca.uk] INFO: Saving data for PL22%20ZXS: {'auction_closing_time': 1775037600.0, 'created_time': 1774650186.408135, 'last_price_update_time': 1774851555.038396}
2026-03-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:15 [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-30 06:19:15 [bca.uk] INFO: Found listing with ID: SK70%20KHD
2026-03-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK70%2520KHD%27 HTTP/1.1" 200 None
2026-03-30 06:19:15 [bca.uk] INFO: Scrape type for SK70%20KHD: 2
2026-03-30 06:19:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aee8164-dff5-56a7-a269-5336a974665a with identifier: SK70%20KHD
2026-03-30 06:19:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aee8164-dff5-56a7-a269-5336a974665a with scrape type 2
2026-03-30 06:19:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aee8164-dff5-56a7-a269-5336a974665a with scrape type 2
2026-03-30 06:19:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aee8164-dff5-56a7-a269-5336a974665a, identifier: SK70%20KHD
2026-03-30 06:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46f8a594-ebbf-594f-b90c-f4847451a17f with identifier: TRZ%202701
2026-03-30 06:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46f8a594-ebbf-594f-b90c-f4847451a17f with identifier: TRZ%202701
2026-03-30 06:19:15 [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-30 06:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:15 [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=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-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TRZ%25202701%27 HTTP/1.1" 200 None
2026-03-30 06:19:15 [bca.uk] INFO: Saving data for TRZ%202701: {'auction_closing_time': 1774864800.0, 'created_time': 1774650901.132517, 'last_price_update_time': 1774851555.431123}
2026-03-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:15 [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-30 06:19:15 [bca.uk] INFO: Found listing with ID: LB21%20KYK
2026-03-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB21%2520KYK%27 HTTP/1.1" 200 None
2026-03-30 06:19:15 [bca.uk] INFO: Scrape type for LB21%20KYK: 2
2026-03-30 06:19:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f998c78-7871-50b2-a590-cb6a7c8a05db with identifier: LB21%20KYK
2026-03-30 06:19:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f998c78-7871-50b2-a590-cb6a7c8a05db with scrape type 2
2026-03-30 06:19:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f998c78-7871-50b2-a590-cb6a7c8a05db with scrape type 2
2026-03-30 06:19:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f998c78-7871-50b2-a590-cb6a7c8a05db, identifier: LB21%20KYK
2026-03-30 06:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51141210-90d9-5f2f-aede-19464e15dcf0 with identifier: PK17%20FZY
2026-03-30 06:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51141210-90d9-5f2f-aede-19464e15dcf0 with identifier: PK17%20FZY
2026-03-30 06:19:15 [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-30 06:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK17%2520FZY%27 HTTP/1.1" 200 None
2026-03-30 06:19:15 [bca.uk] INFO: Saving data for PK17%20FZY: {'auction_closing_time': 1775037600.0, 'created_time': 1774650314.184247, 'last_price_update_time': 1774851555.868948}
2026-03-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:15 [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-30 06:19:15 [bca.uk] INFO: Found listing with ID: EY22%20OLV
2026-03-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY22%2520OLV%27 HTTP/1.1" 200 None
2026-03-30 06:19:15 [bca.uk] INFO: Scrape type for EY22%20OLV: 0
2026-03-30 06:19:15 [bca.uk] INFO: Found listing with ID: GC21%20BWV
2026-03-30 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC21%2520BWV%27 HTTP/1.1" 200 None
2026-03-30 06:19:15 [bca.uk] INFO: Scrape type for GC21%20BWV: 0
2026-03-30 06:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aee8164-dff5-56a7-a269-5336a974665a with identifier: SK70%20KHD
2026-03-30 06:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aee8164-dff5-56a7-a269-5336a974665a with identifier: SK70%20KHD
2026-03-30 06:19:16 [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-30 06:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK70%2520KHD%27 HTTP/1.1" 200 None
2026-03-30 06:19:16 [bca.uk] INFO: Saving data for SK70%20KHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774650163.243758, 'last_price_update_time': 1774851556.237575}
2026-03-30 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:16 [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-30 06:19:16 [bca.uk] INFO: Found listing with ID: WF70%20WRR
2026-03-30 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF70%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:19:16 [bca.uk] INFO: Scrape type for WF70%20WRR: 2
2026-03-30 06:19:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with identifier: WF70%20WRR
2026-03-30 06:19:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with scrape type 2
2026-03-30 06:19:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with scrape type 2
2026-03-30 06:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451, identifier: WF70%20WRR
2026-03-30 06:19:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f998c78-7871-50b2-a590-cb6a7c8a05db with identifier: LB21%20KYK
2026-03-30 06:19:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f998c78-7871-50b2-a590-cb6a7c8a05db with identifier: LB21%20KYK
2026-03-30 06:19:16 [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-30 06:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB21%2520KYK%27 HTTP/1.1" 200 None
2026-03-30 06:19:16 [bca.uk] INFO: Saving data for LB21%20KYK: {'auction_closing_time': 1774951200.0, 'created_time': 1773841549.545035, 'last_price_update_time': 1774851556.635034}
2026-03-30 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:16 [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-30 06:19:16 [bca.uk] INFO: Found listing with ID: NU18%20AUO
2026-03-30 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU18%2520AUO%27 HTTP/1.1" 200 None
2026-03-30 06:19:16 [bca.uk] INFO: Scrape type for NU18%20AUO: 2
2026-03-30 06:19:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f31095-b784-5219-ad17-6f2ba5bf80f0 with identifier: NU18%20AUO
2026-03-30 06:19:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f31095-b784-5219-ad17-6f2ba5bf80f0 with scrape type 2
2026-03-30 06:19:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f31095-b784-5219-ad17-6f2ba5bf80f0 with scrape type 2
2026-03-30 06:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1f31095-b784-5219-ad17-6f2ba5bf80f0, identifier: NU18%20AUO
2026-03-30 06:19:16 [scrapy.extensions.logstats] INFO: Crawled 57 pages (at 2 pages/min), scraped 2008 items (at 121 items/min)
2026-03-30 06:19:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 210MiB
2026-03-30 06:19:16 [bca.uk] INFO: Found listing with ID: YE21%20SDX
2026-03-30 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE21%2520SDX%27 HTTP/1.1" 200 None
2026-03-30 06:19:16 [bca.uk] INFO: Scrape type for YE21%20SDX: 2
2026-03-30 06:19:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4c9d13f-150f-5364-bbdc-1694fa914a02 with identifier: YE21%20SDX
2026-03-30 06:19:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4c9d13f-150f-5364-bbdc-1694fa914a02 with scrape type 2
2026-03-30 06:19:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4c9d13f-150f-5364-bbdc-1694fa914a02 with scrape type 2
2026-03-30 06:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4c9d13f-150f-5364-bbdc-1694fa914a02, identifier: YE21%20SDX
2026-03-30 06:19:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with identifier: WF70%20WRR
2026-03-30 06:19:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25ae6ac1-ed94-5ac8-94e6-a7a2b5c0d451 with identifier: WF70%20WRR
2026-03-30 06:19:16 [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-30 06:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF70%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:19:17 [bca.uk] INFO: Saving data for WF70%20WRR: {'auction_closing_time': 1774864800.0, 'created_time': 1774048050.867085, 'last_price_update_time': 1774851557.15549}
2026-03-30 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:17 [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-30 06:19:17 [bca.uk] INFO: Found listing with ID: SK21%20YOR
2026-03-30 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK21%2520YOR%27 HTTP/1.1" 200 None
2026-03-30 06:19:17 [bca.uk] INFO: Scrape type for SK21%20YOR: 2
2026-03-30 06:19:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8366943c-331e-52d3-ac59-ed39d5c5d472 with identifier: SK21%20YOR
2026-03-30 06:19:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8366943c-331e-52d3-ac59-ed39d5c5d472 with scrape type 2
2026-03-30 06:19:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8366943c-331e-52d3-ac59-ed39d5c5d472 with scrape type 2
2026-03-30 06:19:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8366943c-331e-52d3-ac59-ed39d5c5d472, identifier: SK21%20YOR
2026-03-30 06:19:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1f31095-b784-5219-ad17-6f2ba5bf80f0 with identifier: NU18%20AUO
2026-03-30 06:19:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1f31095-b784-5219-ad17-6f2ba5bf80f0 with identifier: NU18%20AUO
2026-03-30 06:19:17 [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-30 06:19:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU18%2520AUO%27 HTTP/1.1" 200 None
2026-03-30 06:19:17 [bca.uk] INFO: Saving data for NU18%20AUO: {'auction_closing_time': 1775037600.0, 'created_time': 1774650292.90497, 'last_price_update_time': 1774851557.640408}
2026-03-30 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:17 [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-30 06:19:17 [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-30 06:19:17 [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-30 06:19:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4c9d13f-150f-5364-bbdc-1694fa914a02 with identifier: YE21%20SDX
2026-03-30 06:19:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4c9d13f-150f-5364-bbdc-1694fa914a02 with identifier: YE21%20SDX
2026-03-30 06:19:17 [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-30 06:19:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YE21%2520SDX%27 HTTP/1.1" 200 None
2026-03-30 06:19:17 [bca.uk] INFO: Saving data for YE21%20SDX: {'auction_closing_time': 1774951200.0, 'created_time': 1774650162.602285, 'last_price_update_time': 1774851557.954692}
2026-03-30 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:17 [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-30 06:19:17 [bca.uk] INFO: Found listing with ID: WG19%20ZGY
2026-03-30 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-30 06:19:18 [bca.uk] INFO: Scrape type for WG19%20ZGY: 0
2026-03-30 06:19:18 [bca.uk] INFO: Found listing with ID: YX72%20SBU
2026-03-30 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX72%2520SBU%27 HTTP/1.1" 200 None
2026-03-30 06:19:18 [bca.uk] INFO: Scrape type for YX72%20SBU: 0
2026-03-30 06:19:18 [bca.uk] INFO: Found listing with ID: CE70%20EUU
2026-03-30 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE70%2520EUU%27 HTTP/1.1" 200 None
2026-03-30 06:19:18 [bca.uk] INFO: Scrape type for CE70%20EUU: 2
2026-03-30 06:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8045104-1012-5d41-bb88-b00204595f75 with identifier: CE70%20EUU
2026-03-30 06:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8045104-1012-5d41-bb88-b00204595f75 with scrape type 2
2026-03-30 06:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8045104-1012-5d41-bb88-b00204595f75 with scrape type 2
2026-03-30 06:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8045104-1012-5d41-bb88-b00204595f75, identifier: CE70%20EUU
2026-03-30 06:19:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8366943c-331e-52d3-ac59-ed39d5c5d472 with identifier: SK21%20YOR
2026-03-30 06:19:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8366943c-331e-52d3-ac59-ed39d5c5d472 with identifier: SK21%20YOR
2026-03-30 06:19:18 [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-30 06:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK21%2520YOR%27 HTTP/1.1" 200 None
2026-03-30 06:19:18 [bca.uk] INFO: Saving data for SK21%20YOR: {'auction_closing_time': 1774951200.0, 'created_time': 1774046803.152648, 'last_price_update_time': 1774851558.412896}
2026-03-30 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:18 [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-30 06:19:18 [bca.uk] INFO: Found listing with ID: FG74%20HFN
2026-03-30 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HFN%27 HTTP/1.1" 200 None
2026-03-30 06:19:18 [bca.uk] INFO: Scrape type for FG74%20HFN: 2
2026-03-30 06:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a21d5599-d11b-5a0f-8a59-88f0df543903 with identifier: FG74%20HFN
2026-03-30 06:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a21d5599-d11b-5a0f-8a59-88f0df543903 with scrape type 2
2026-03-30 06:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a21d5599-d11b-5a0f-8a59-88f0df543903 with scrape type 2
2026-03-30 06:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a21d5599-d11b-5a0f-8a59-88f0df543903, identifier: FG74%20HFN
2026-03-30 06:19:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:19:18 [bca.uk] INFO: Found listing with ID: RO73%20GVE
2026-03-30 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO73%2520GVE%27 HTTP/1.1" 200 None
2026-03-30 06:19:18 [bca.uk] INFO: Scrape type for RO73%20GVE: 2
2026-03-30 06:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e6be6b8-4d31-5d95-a090-25955dbb6564 with identifier: RO73%20GVE
2026-03-30 06:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e6be6b8-4d31-5d95-a090-25955dbb6564 with scrape type 2
2026-03-30 06:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e6be6b8-4d31-5d95-a090-25955dbb6564 with scrape type 2
2026-03-30 06:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e6be6b8-4d31-5d95-a090-25955dbb6564, identifier: RO73%20GVE
2026-03-30 06:19:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8045104-1012-5d41-bb88-b00204595f75 with identifier: CE70%20EUU
2026-03-30 06:19:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8045104-1012-5d41-bb88-b00204595f75 with identifier: CE70%20EUU
2026-03-30 06:19:18 [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-30 06:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE70%2520EUU%27 HTTP/1.1" 200 None
2026-03-30 06:19:19 [bca.uk] INFO: Saving data for CE70%20EUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774650901.816082, 'last_price_update_time': 1774851559.098945}
2026-03-30 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:19 [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-30 06:19:19 [bca.uk] INFO: Found listing with ID: DU22%20NTD
2026-03-30 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU22%2520NTD%27 HTTP/1.1" 200 None
2026-03-30 06:19:19 [bca.uk] INFO: Scrape type for DU22%20NTD: 2
2026-03-30 06:19:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with identifier: DU22%20NTD
2026-03-30 06:19:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with scrape type 2
2026-03-30 06:19:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with scrape type 2
2026-03-30 06:19:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdc492e5-dfaa-567c-b57d-de0e34dd27e7, identifier: DU22%20NTD
2026-03-30 06:19:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a21d5599-d11b-5a0f-8a59-88f0df543903 with identifier: FG74%20HFN
2026-03-30 06:19:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a21d5599-d11b-5a0f-8a59-88f0df543903 with identifier: FG74%20HFN
2026-03-30 06:19:19 [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-30 06:19:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:19 [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': 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-30 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HFN%27 HTTP/1.1" 200 None
2026-03-30 06:19:19 [bca.uk] INFO: Saving data for FG74%20HFN: {'auction_closing_time': 1775556000.0, 'created_time': 1774650316.696165, 'last_price_update_time': 1774851559.535341}
2026-03-30 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:19 [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-30 06:19:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e6be6b8-4d31-5d95-a090-25955dbb6564 with identifier: RO73%20GVE
2026-03-30 06:19:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e6be6b8-4d31-5d95-a090-25955dbb6564 with identifier: RO73%20GVE
2026-03-30 06:19:19 [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-30 06:19:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RO73%2520GVE%27 HTTP/1.1" 200 None
2026-03-30 06:19:19 [bca.uk] INFO: Saving data for RO73%20GVE: {'auction_closing_time': 1775556000.0, 'created_time': 1774650155.051271, 'last_price_update_time': 1774851559.822168}
2026-03-30 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:19 [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-30 06:19:19 [bca.uk] INFO: Found listing with ID: DY68%20HPK
2026-03-30 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY68%2520HPK%27 HTTP/1.1" 200 None
2026-03-30 06:19:19 [bca.uk] INFO: Scrape type for DY68%20HPK: 2
2026-03-30 06:19:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with identifier: DY68%20HPK
2026-03-30 06:19:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with scrape type 2
2026-03-30 06:19:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with scrape type 2
2026-03-30 06:19:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c, identifier: DY68%20HPK
2026-03-30 06:19:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with identifier: DU22%20NTD
2026-03-30 06:19:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdc492e5-dfaa-567c-b57d-de0e34dd27e7 with identifier: DU22%20NTD
2026-03-30 06:19:20 [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-30 06:19:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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=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-30 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU22%2520NTD%27 HTTP/1.1" 200 None
2026-03-30 06:19:20 [bca.uk] INFO: Saving data for DU22%20NTD: {'auction_closing_time': 1774951200.0, 'created_time': 1773908930.305029, 'last_price_update_time': 1774851560.346914}
2026-03-30 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:20 [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-30 06:19:20 [bca.uk] INFO: Found listing with ID: FG74%20HFE
2026-03-30 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HFE%27 HTTP/1.1" 200 None
2026-03-30 06:19:20 [bca.uk] INFO: Scrape type for FG74%20HFE: 2
2026-03-30 06:19:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bcaf56e-5322-5524-8b59-197a73df874b with identifier: FG74%20HFE
2026-03-30 06:19:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bcaf56e-5322-5524-8b59-197a73df874b with scrape type 2
2026-03-30 06:19:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bcaf56e-5322-5524-8b59-197a73df874b with scrape type 2
2026-03-30 06:19:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bcaf56e-5322-5524-8b59-197a73df874b, identifier: FG74%20HFE
2026-03-30 06:19:20 [bca.uk] INFO: Found listing with ID: RK17%20KGX
2026-03-30 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK17%2520KGX%27 HTTP/1.1" 200 None
2026-03-30 06:19:20 [bca.uk] INFO: Scrape type for RK17%20KGX: 2
2026-03-30 06:19:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with identifier: RK17%20KGX
2026-03-30 06:19:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with scrape type 2
2026-03-30 06:19:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with scrape type 2
2026-03-30 06:19:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c31a37a2-7ae0-5a4f-9360-fe8fd4976701, identifier: RK17%20KGX
2026-03-30 06:19:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with identifier: DY68%20HPK
2026-03-30 06:19:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bbcc6e1-6c78-5fdf-b332-6e11a5e2ea5c with identifier: DY68%20HPK
2026-03-30 06:19:20 [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-30 06:19:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:20 [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=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-30 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DY68%2520HPK%27 HTTP/1.1" 200 None
2026-03-30 06:19:20 [bca.uk] INFO: Saving data for DY68%20HPK: {'auction_closing_time': 1774864800.0, 'created_time': 1774650900.385207, 'last_price_update_time': 1774851560.955324}
2026-03-30 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:20 [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-30 06:19:20 [bca.uk] INFO: Found listing with ID: YT72%20TZV
2026-03-30 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT72%2520TZV%27 HTTP/1.1" 200 None
2026-03-30 06:19:20 [bca.uk] INFO: Scrape type for YT72%20TZV: 2
2026-03-30 06:19:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371a3651-5c36-5ea8-8b17-8961b9f9c20a with identifier: YT72%20TZV
2026-03-30 06:19:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371a3651-5c36-5ea8-8b17-8961b9f9c20a with scrape type 2
2026-03-30 06:19:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371a3651-5c36-5ea8-8b17-8961b9f9c20a with scrape type 2
2026-03-30 06:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 371a3651-5c36-5ea8-8b17-8961b9f9c20a, identifier: YT72%20TZV
2026-03-30 06:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bcaf56e-5322-5524-8b59-197a73df874b with identifier: FG74%20HFE
2026-03-30 06:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bcaf56e-5322-5524-8b59-197a73df874b with identifier: FG74%20HFE
2026-03-30 06:19:21 [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-30 06:19:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:21 [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': 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-30 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HFE%27 HTTP/1.1" 200 None
2026-03-30 06:19:21 [bca.uk] INFO: Saving data for FG74%20HFE: {'auction_closing_time': 1775556000.0, 'created_time': 1774650284.760444, 'last_price_update_time': 1774851561.357101}
2026-03-30 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:21 [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-30 06:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with identifier: RK17%20KGX
2026-03-30 06:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c31a37a2-7ae0-5a4f-9360-fe8fd4976701 with identifier: RK17%20KGX
2026-03-30 06:19:21 [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-30 06:19:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK17%2520KGX%27 HTTP/1.1" 200 None
2026-03-30 06:19:21 [bca.uk] INFO: Saving data for RK17%20KGX: {'auction_closing_time': 1775124000.0, 'created_time': 1774650155.427733, 'last_price_update_time': 1774851561.764421}
2026-03-30 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:21 [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-30 06:19:21 [bca.uk] INFO: Found listing with ID: GP21%20APV
2026-03-30 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP21%2520APV%27 HTTP/1.1" 200 None
2026-03-30 06:19:21 [bca.uk] INFO: Scrape type for GP21%20APV: 0
2026-03-30 06:19:21 [bca.uk] INFO: Found listing with ID: KD19%20JYE
2026-03-30 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD19%2520JYE%27 HTTP/1.1" 200 None
2026-03-30 06:19:21 [bca.uk] INFO: Scrape type for KD19%20JYE: 2
2026-03-30 06:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d160dea-911c-5495-b1f5-3bc298d36d8a with identifier: KD19%20JYE
2026-03-30 06:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d160dea-911c-5495-b1f5-3bc298d36d8a with scrape type 2
2026-03-30 06:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d160dea-911c-5495-b1f5-3bc298d36d8a with scrape type 2
2026-03-30 06:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d160dea-911c-5495-b1f5-3bc298d36d8a, identifier: KD19%20JYE
2026-03-30 06:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 371a3651-5c36-5ea8-8b17-8961b9f9c20a with identifier: YT72%20TZV
2026-03-30 06:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 371a3651-5c36-5ea8-8b17-8961b9f9c20a with identifier: YT72%20TZV
2026-03-30 06:19:22 [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-30 06:19:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT72%2520TZV%27 HTTP/1.1" 200 None
2026-03-30 06:19:22 [bca.uk] INFO: Saving data for YT72%20TZV: {'auction_closing_time': 1774951200.0, 'created_time': 1773957737.372551, 'last_price_update_time': 1774851562.208552}
2026-03-30 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:22 [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-30 06:19:22 [bca.uk] INFO: Found listing with ID: FG74%20HFM
2026-03-30 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HFM%27 HTTP/1.1" 200 None
2026-03-30 06:19:22 [bca.uk] INFO: Scrape type for FG74%20HFM: 2
2026-03-30 06:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e242b91d-56e7-53ed-8a5c-4168adc00be0 with identifier: FG74%20HFM
2026-03-30 06:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e242b91d-56e7-53ed-8a5c-4168adc00be0 with scrape type 2
2026-03-30 06:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e242b91d-56e7-53ed-8a5c-4168adc00be0 with scrape type 2
2026-03-30 06:19:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e242b91d-56e7-53ed-8a5c-4168adc00be0, identifier: FG74%20HFM
2026-03-30 06:19:22 [bca.uk] INFO: Found listing with ID: LO72%20AOJ
2026-03-30 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO72%2520AOJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:22 [bca.uk] INFO: Scrape type for LO72%20AOJ: 2
2026-03-30 06:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e48d38ff-789b-536a-bf41-f1af1b222759 with identifier: LO72%20AOJ
2026-03-30 06:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48d38ff-789b-536a-bf41-f1af1b222759 with scrape type 2
2026-03-30 06:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e48d38ff-789b-536a-bf41-f1af1b222759 with scrape type 2
2026-03-30 06:19:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e48d38ff-789b-536a-bf41-f1af1b222759, identifier: LO72%20AOJ
2026-03-30 06:19:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d160dea-911c-5495-b1f5-3bc298d36d8a with identifier: KD19%20JYE
2026-03-30 06:19:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d160dea-911c-5495-b1f5-3bc298d36d8a with identifier: KD19%20JYE
2026-03-30 06:19:22 [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-30 06:19:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD19%2520JYE%27 HTTP/1.1" 200 None
2026-03-30 06:19:22 [bca.uk] INFO: Saving data for KD19%20JYE: {'auction_closing_time': 1774864800.0, 'created_time': 1774650903.632081, 'last_price_update_time': 1774851562.764733}
2026-03-30 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:22 [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-30 06:19:22 [bca.uk] INFO: Found listing with ID: HV20%20UJE
2026-03-30 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV20%2520UJE%27 HTTP/1.1" 200 None
2026-03-30 06:19:22 [bca.uk] INFO: Scrape type for HV20%20UJE: 2
2026-03-30 06:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with identifier: HV20%20UJE
2026-03-30 06:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with scrape type 2
2026-03-30 06:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with scrape type 2
2026-03-30 06:19:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcc2c2cc-3565-5f75-945a-ddc738b9ae39, identifier: HV20%20UJE
2026-03-30 06:19:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e242b91d-56e7-53ed-8a5c-4168adc00be0 with identifier: FG74%20HFM
2026-03-30 06:19:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e242b91d-56e7-53ed-8a5c-4168adc00be0 with identifier: FG74%20HFM
2026-03-30 06:19:23 [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-30 06:19:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HFM%27 HTTP/1.1" 200 None
2026-03-30 06:19:23 [bca.uk] INFO: Saving data for FG74%20HFM: {'auction_closing_time': 1775556000.0, 'created_time': 1774650291.273715, 'last_price_update_time': 1774851563.188979}
2026-03-30 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:23 [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-30 06:19:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e48d38ff-789b-536a-bf41-f1af1b222759 with identifier: LO72%20AOJ
2026-03-30 06:19:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e48d38ff-789b-536a-bf41-f1af1b222759 with identifier: LO72%20AOJ
2026-03-30 06:19:23 [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-30 06:19:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO72%2520AOJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:24 [bca.uk] INFO: Saving data for LO72%20AOJ: {'auction_closing_time': 1775556000.0, 'created_time': 1774650156.173598, 'last_price_update_time': 1774851564.135034}
2026-03-30 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:24 [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-30 06:19:24 [bca.uk] INFO: Found listing with ID: CK23%20RHZ
2026-03-30 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK23%2520RHZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:24 [bca.uk] INFO: Scrape type for CK23%20RHZ: 2
2026-03-30 06:19:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b23ead7-96d8-5515-9ea4-10417403ab88 with identifier: CK23%20RHZ
2026-03-30 06:19:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b23ead7-96d8-5515-9ea4-10417403ab88 with scrape type 2
2026-03-30 06:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b23ead7-96d8-5515-9ea4-10417403ab88 with scrape type 2
2026-03-30 06:19:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b23ead7-96d8-5515-9ea4-10417403ab88, identifier: CK23%20RHZ
2026-03-30 06:19:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with identifier: HV20%20UJE
2026-03-30 06:19:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcc2c2cc-3565-5f75-945a-ddc738b9ae39 with identifier: HV20%20UJE
2026-03-30 06:19:24 [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-30 06:19:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HV20%2520UJE%27 HTTP/1.1" 200 None
2026-03-30 06:19:25 [bca.uk] INFO: Saving data for HV20%20UJE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650338.383072, 'last_price_update_time': 1774851565.126939}
2026-03-30 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:25 [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-30 06:19:25 [bca.uk] INFO: Found listing with ID: MF62%20PCV
2026-03-30 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF62%2520PCV%27 HTTP/1.1" 200 None
2026-03-30 06:19:25 [bca.uk] INFO: Scrape type for MF62%20PCV: 0
2026-03-30 06:19:25 [bca.uk] INFO: Found listing with ID: FG74%20HDY
2026-03-30 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HDY%27 HTTP/1.1" 200 None
2026-03-30 06:19:25 [bca.uk] INFO: Scrape type for FG74%20HDY: 2
2026-03-30 06:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with identifier: FG74%20HDY
2026-03-30 06:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with scrape type 2
2026-03-30 06:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with scrape type 2
2026-03-30 06:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8, identifier: FG74%20HDY
2026-03-30 06:19:25 [bca.uk] INFO: Found listing with ID: LO69%20GRK
2026-03-30 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO69%2520GRK%27 HTTP/1.1" 200 None
2026-03-30 06:19:25 [bca.uk] INFO: Scrape type for LO69%20GRK: 2
2026-03-30 06:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with identifier: LO69%20GRK
2026-03-30 06:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with scrape type 2
2026-03-30 06:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with scrape type 2
2026-03-30 06:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc, identifier: LO69%20GRK
2026-03-30 06:19:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b23ead7-96d8-5515-9ea4-10417403ab88 with identifier: CK23%20RHZ
2026-03-30 06:19:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b23ead7-96d8-5515-9ea4-10417403ab88 with identifier: CK23%20RHZ
2026-03-30 06:19:25 [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-30 06:19:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK23%2520RHZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:25 [bca.uk] INFO: Saving data for CK23%20RHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774277602.703655, 'last_price_update_time': 1774851565.711585}
2026-03-30 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:25 [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-30 06:19:25 [bca.uk] INFO: Found listing with ID: KO69%20MKP
2026-03-30 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO69%2520MKP%27 HTTP/1.1" 200 None
2026-03-30 06:19:25 [bca.uk] INFO: Scrape type for KO69%20MKP: 2
2026-03-30 06:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a14c581d-1231-5f0d-ac89-e61388167de4 with identifier: KO69%20MKP
2026-03-30 06:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a14c581d-1231-5f0d-ac89-e61388167de4 with scrape type 2
2026-03-30 06:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a14c581d-1231-5f0d-ac89-e61388167de4 with scrape type 2
2026-03-30 06:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a14c581d-1231-5f0d-ac89-e61388167de4, identifier: KO69%20MKP
2026-03-30 06:19:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with identifier: FG74%20HDY
2026-03-30 06:19:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdc6d8ad-00b0-5ccb-969c-f76bed9c6ab8 with identifier: FG74%20HDY
2026-03-30 06:19:25 [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-30 06:19:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:26 [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': 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-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HDY%27 HTTP/1.1" 200 None
2026-03-30 06:19:26 [bca.uk] INFO: Saving data for FG74%20HDY: {'auction_closing_time': 1775556000.0, 'created_time': 1774650279.387856, 'last_price_update_time': 1774851566.116389}
2026-03-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:26 [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-30 06:19:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with identifier: LO69%20GRK
2026-03-30 06:19:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42e3a605-4c68-5cd7-af31-d3b7b3dc43cc with identifier: LO69%20GRK
2026-03-30 06:19:26 [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-30 06:19:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO69%2520GRK%27 HTTP/1.1" 200 None
2026-03-30 06:19:26 [bca.uk] INFO: Saving data for LO69%20GRK: {'auction_closing_time': 1774864800.0, 'created_time': 1774476152.567806, 'last_price_update_time': 1774851566.402541}
2026-03-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:26 [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-30 06:19:26 [bca.uk] INFO: Found listing with ID: LS21%20MTX
2026-03-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS21%2520MTX%27 HTTP/1.1" 200 None
2026-03-30 06:19:26 [bca.uk] INFO: Scrape type for LS21%20MTX: 2
2026-03-30 06:19:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de085d45-f9ac-526b-917b-06ab3300bdd1 with identifier: LS21%20MTX
2026-03-30 06:19:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de085d45-f9ac-526b-917b-06ab3300bdd1 with scrape type 2
2026-03-30 06:19:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de085d45-f9ac-526b-917b-06ab3300bdd1 with scrape type 2
2026-03-30 06:19:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de085d45-f9ac-526b-917b-06ab3300bdd1, identifier: LS21%20MTX
2026-03-30 06:19:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a14c581d-1231-5f0d-ac89-e61388167de4 with identifier: KO69%20MKP
2026-03-30 06:19:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a14c581d-1231-5f0d-ac89-e61388167de4 with identifier: KO69%20MKP
2026-03-30 06:19:26 [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-30 06:19:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KO69%2520MKP%27 HTTP/1.1" 200 None
2026-03-30 06:19:26 [bca.uk] INFO: Saving data for KO69%20MKP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650339.909165, 'last_price_update_time': 1774851566.806041}
2026-03-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:26 [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-30 06:19:26 [bca.uk] INFO: Found listing with ID: MD67%20WJL
2026-03-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD67%2520WJL%27 HTTP/1.1" 200 None
2026-03-30 06:19:26 [bca.uk] INFO: Scrape type for MD67%20WJL: 0
2026-03-30 06:19:26 [bca.uk] INFO: Found listing with ID: EO18%20NVY
2026-03-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EO18%2520NVY%27 HTTP/1.1" 200 None
2026-03-30 06:19:26 [bca.uk] INFO: Scrape type for EO18%20NVY: 0
2026-03-30 06:19:26 [bca.uk] INFO: Found listing with ID: FG74%20HDO
2026-03-30 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HDO%27 HTTP/1.1" 200 None
2026-03-30 06:19:26 [bca.uk] INFO: Scrape type for FG74%20HDO: 2
2026-03-30 06:19:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with identifier: FG74%20HDO
2026-03-30 06:19:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with scrape type 2
2026-03-30 06:19:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with scrape type 2
2026-03-30 06:19:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10, identifier: FG74%20HDO
2026-03-30 06:19:27 [bca.uk] INFO: Found listing with ID: LO72%20AOH
2026-03-30 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO72%2520AOH%27 HTTP/1.1" 200 None
2026-03-30 06:19:27 [bca.uk] INFO: Scrape type for LO72%20AOH: 2
2026-03-30 06:19:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf50bdc1-d174-5996-84cc-056640da7482 with identifier: LO72%20AOH
2026-03-30 06:19:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf50bdc1-d174-5996-84cc-056640da7482 with scrape type 2
2026-03-30 06:19:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf50bdc1-d174-5996-84cc-056640da7482 with scrape type 2
2026-03-30 06:19:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf50bdc1-d174-5996-84cc-056640da7482, identifier: LO72%20AOH
2026-03-30 06:19:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de085d45-f9ac-526b-917b-06ab3300bdd1 with identifier: LS21%20MTX
2026-03-30 06:19:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de085d45-f9ac-526b-917b-06ab3300bdd1 with identifier: LS21%20MTX
2026-03-30 06:19:27 [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-30 06:19:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LS21%2520MTX%27 HTTP/1.1" 200 None
2026-03-30 06:19:27 [bca.uk] INFO: Saving data for LS21%20MTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650904.487153, 'last_price_update_time': 1774851567.501694}
2026-03-30 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:27 [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-30 06:19:27 [bca.uk] INFO: Found listing with ID: SC56%20MPC
2026-03-30 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC56%2520MPC%27 HTTP/1.1" 200 None
2026-03-30 06:19:27 [bca.uk] INFO: Scrape type for SC56%20MPC: 2
2026-03-30 06:19:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abb75eea-6356-5829-91e8-4926aedc6a21 with identifier: SC56%20MPC
2026-03-30 06:19:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abb75eea-6356-5829-91e8-4926aedc6a21 with scrape type 2
2026-03-30 06:19:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abb75eea-6356-5829-91e8-4926aedc6a21 with scrape type 2
2026-03-30 06:19:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abb75eea-6356-5829-91e8-4926aedc6a21, identifier: SC56%20MPC
2026-03-30 06:19:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with identifier: FG74%20HDO
2026-03-30 06:19:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a124eeb-90d9-53fc-b37e-0d4cebef4e10 with identifier: FG74%20HDO
2026-03-30 06:19:27 [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-30 06:19:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG74%2520HDO%27 HTTP/1.1" 200 None
2026-03-30 06:19:27 [bca.uk] INFO: Saving data for FG74%20HDO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650287.830508, 'last_price_update_time': 1774851567.903327}
2026-03-30 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:27 [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-30 06:19:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf50bdc1-d174-5996-84cc-056640da7482 with identifier: LO72%20AOH
2026-03-30 06:19:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf50bdc1-d174-5996-84cc-056640da7482 with identifier: LO72%20AOH
2026-03-30 06:19:28 [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-30 06:19:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:28 [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': 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-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LO72%2520AOH%27 HTTP/1.1" 200 None
2026-03-30 06:19:28 [bca.uk] INFO: Saving data for LO72%20AOH: {'auction_closing_time': 1775556000.0, 'created_time': 1774650156.578006, 'last_price_update_time': 1774851568.20321}
2026-03-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:28 [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-30 06:19:28 [bca.uk] INFO: Found listing with ID: MM18%20ZFN
2026-03-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM18%2520ZFN%27 HTTP/1.1" 200 None
2026-03-30 06:19:28 [bca.uk] INFO: Scrape type for MM18%20ZFN: 2
2026-03-30 06:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52c65bfd-aff7-52a7-811f-493097759c5c with identifier: MM18%20ZFN
2026-03-30 06:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52c65bfd-aff7-52a7-811f-493097759c5c with scrape type 2
2026-03-30 06:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52c65bfd-aff7-52a7-811f-493097759c5c with scrape type 2
2026-03-30 06:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52c65bfd-aff7-52a7-811f-493097759c5c, identifier: MM18%20ZFN
2026-03-30 06:19:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abb75eea-6356-5829-91e8-4926aedc6a21 with identifier: SC56%20MPC
2026-03-30 06:19:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abb75eea-6356-5829-91e8-4926aedc6a21 with identifier: SC56%20MPC
2026-03-30 06:19:28 [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-30 06:19:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SC56%2520MPC%27 HTTP/1.1" 200 None
2026-03-30 06:19:28 [bca.uk] INFO: Saving data for SC56%20MPC: {'auction_closing_time': 1774951200.0, 'created_time': 1773959996.324151, 'last_price_update_time': 1774851568.600565}
2026-03-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:28 [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-30 06:19:28 [bca.uk] INFO: Found listing with ID: YG17%20LLH
2026-03-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%2520LLH%27 HTTP/1.1" 200 None
2026-03-30 06:19:28 [bca.uk] INFO: Scrape type for YG17%20LLH: 0
2026-03-30 06:19:28 [bca.uk] INFO: Found listing with ID: WJ15%20WPT
2026-03-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ15%2520WPT%27 HTTP/1.1" 200 None
2026-03-30 06:19:28 [bca.uk] INFO: Scrape type for WJ15%20WPT: 0
2026-03-30 06:19:28 [bca.uk] INFO: Found listing with ID: WF61%20BKJ
2026-03-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF61%2520BKJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:28 [bca.uk] INFO: Scrape type for WF61%20BKJ: 0
2026-03-30 06:19:28 [bca.uk] INFO: Found listing with ID: WV71%20VZT
2026-03-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520VZT%27 HTTP/1.1" 200 None
2026-03-30 06:19:28 [bca.uk] INFO: Scrape type for WV71%20VZT: 2
2026-03-30 06:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd135b15-6fea-5c8a-9f46-612c4e7edf52 with identifier: WV71%20VZT
2026-03-30 06:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd135b15-6fea-5c8a-9f46-612c4e7edf52 with scrape type 2
2026-03-30 06:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd135b15-6fea-5c8a-9f46-612c4e7edf52 with scrape type 2
2026-03-30 06:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd135b15-6fea-5c8a-9f46-612c4e7edf52, identifier: WV71%20VZT
2026-03-30 06:19:28 [bca.uk] INFO: Found listing with ID: PL19%20XVZ
2026-03-30 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL19%2520XVZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:28 [bca.uk] INFO: Scrape type for PL19%20XVZ: 2
2026-03-30 06:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4b858a5-c34e-55a5-ad98-11a910374134 with identifier: PL19%20XVZ
2026-03-30 06:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4b858a5-c34e-55a5-ad98-11a910374134 with scrape type 2
2026-03-30 06:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4b858a5-c34e-55a5-ad98-11a910374134 with scrape type 2
2026-03-30 06:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4b858a5-c34e-55a5-ad98-11a910374134, identifier: PL19%20XVZ
2026-03-30 06:19:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52c65bfd-aff7-52a7-811f-493097759c5c with identifier: MM18%20ZFN
2026-03-30 06:19:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52c65bfd-aff7-52a7-811f-493097759c5c with identifier: MM18%20ZFN
2026-03-30 06:19:29 [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-30 06:19:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:29 [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=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-30 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM18%2520ZFN%27 HTTP/1.1" 200 None
2026-03-30 06:19:29 [bca.uk] INFO: Saving data for MM18%20ZFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774650903.213782, 'last_price_update_time': 1774851569.195358}
2026-03-30 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:29 [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-30 06:19:29 [bca.uk] INFO: Found listing with ID: HK23%20LLG
2026-03-30 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK23%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:19:29 [bca.uk] INFO: Scrape type for HK23%20LLG: 2
2026-03-30 06:19:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with identifier: HK23%20LLG
2026-03-30 06:19:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with scrape type 2
2026-03-30 06:19:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with scrape type 2
2026-03-30 06:19:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb, identifier: HK23%20LLG
2026-03-30 06:19:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd135b15-6fea-5c8a-9f46-612c4e7edf52 with identifier: WV71%20VZT
2026-03-30 06:19:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd135b15-6fea-5c8a-9f46-612c4e7edf52 with identifier: WV71%20VZT
2026-03-30 06:19:29 [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-30 06:19:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV71%2520VZT%27 HTTP/1.1" 200 None
2026-03-30 06:19:29 [bca.uk] INFO: Saving data for WV71%20VZT: {'auction_closing_time': 1774951200.0, 'created_time': 1774650280.386906, 'last_price_update_time': 1774851569.734594}
2026-03-30 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:29 [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-30 06:19:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4b858a5-c34e-55a5-ad98-11a910374134 with identifier: PL19%20XVZ
2026-03-30 06:19:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4b858a5-c34e-55a5-ad98-11a910374134 with identifier: PL19%20XVZ
2026-03-30 06:19:29 [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-30 06:19:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19:30 [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': 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-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL19%2520XVZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:30 [bca.uk] INFO: Saving data for PL19%20XVZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773844807.77025, 'last_price_update_time': 1774851570.028738}
2026-03-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:30 [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-30 06:19:30 [bca.uk] INFO: Found listing with ID: YL69%20YXG
2026-03-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL69%2520YXG%27 HTTP/1.1" 200 None
2026-03-30 06:19:30 [bca.uk] INFO: Scrape type for YL69%20YXG: 2
2026-03-30 06:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with identifier: YL69%20YXG
2026-03-30 06:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with scrape type 2
2026-03-30 06:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with scrape type 2
2026-03-30 06:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7, identifier: YL69%20YXG
2026-03-30 06:19:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with identifier: HK23%20LLG
2026-03-30 06:19:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f049ef8-18d3-5a72-88db-0662a1f7f5cb with identifier: HK23%20LLG
2026-03-30 06:19:30 [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-30 06:19:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK23%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:19:30 [bca.uk] INFO: Saving data for HK23%20LLG: {'auction_closing_time': 1774951200.0, 'created_time': 1774304655.691623, 'last_price_update_time': 1774851570.438732}
2026-03-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:30 [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-30 06:19:30 [bca.uk] INFO: Found listing with ID: BD22%20PWJ
2026-03-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:30 [bca.uk] INFO: Scrape type for BD22%20PWJ: 2
2026-03-30 06:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with identifier: BD22%20PWJ
2026-03-30 06:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with scrape type 2
2026-03-30 06:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with scrape type 2
2026-03-30 06:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bf1a989-200a-540f-a45e-4b4ec5fe8080, identifier: BD22%20PWJ
2026-03-30 06:19:30 [bca.uk] INFO: Found listing with ID: WV70%20PYX
2026-03-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV70%2520PYX%27 HTTP/1.1" 200 None
2026-03-30 06:19:30 [bca.uk] INFO: Scrape type for WV70%20PYX: 2
2026-03-30 06:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba5296a2-837b-5d54-bea3-5df7954e0310 with identifier: WV70%20PYX
2026-03-30 06:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba5296a2-837b-5d54-bea3-5df7954e0310 with scrape type 2
2026-03-30 06:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba5296a2-837b-5d54-bea3-5df7954e0310 with scrape type 2
2026-03-30 06:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba5296a2-837b-5d54-bea3-5df7954e0310, identifier: WV70%20PYX
2026-03-30 06:19:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with identifier: YL69%20YXG
2026-03-30 06:19:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63dd2e15-ca3a-5d11-9f9d-366088a68ba7 with identifier: YL69%20YXG
2026-03-30 06:19:30 [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-30 06:19:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL69%2520YXG%27 HTTP/1.1" 200 None
2026-03-30 06:19:30 [bca.uk] INFO: Saving data for YL69%20YXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774650905.581749, 'last_price_update_time': 1774851570.959241}
2026-03-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:30 [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-30 06:19:30 [bca.uk] INFO: Found listing with ID: PF24%20JLO
2026-03-30 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF24%2520JLO%27 HTTP/1.1" 200 None
2026-03-30 06:19:30 [bca.uk] INFO: Scrape type for PF24%20JLO: 0
2026-03-30 06:19:30 [bca.uk] INFO: Found listing with ID: VK66%20UFV
2026-03-30 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK66%2520UFV%27 HTTP/1.1" 200 None
2026-03-30 06:19:31 [bca.uk] INFO: Scrape type for VK66%20UFV: 2
2026-03-30 06:19:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with identifier: VK66%20UFV
2026-03-30 06:19:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with scrape type 2
2026-03-30 06:19:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with scrape type 2
2026-03-30 06:19:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2, identifier: VK66%20UFV
2026-03-30 06:19:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with identifier: BD22%20PWJ
2026-03-30 06:19:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bf1a989-200a-540f-a45e-4b4ec5fe8080 with identifier: BD22%20PWJ
2026-03-30 06:19:31 [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-30 06:19:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:31 [bca.uk] INFO: Saving data for BD22%20PWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650275.973789, 'last_price_update_time': 1774851571.668374}
2026-03-30 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:31 [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-30 06:19:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba5296a2-837b-5d54-bea3-5df7954e0310 with identifier: WV70%20PYX
2026-03-30 06:19:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba5296a2-837b-5d54-bea3-5df7954e0310 with identifier: WV70%20PYX
2026-03-30 06:19:31 [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-30 06:19:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV70%2520PYX%27 HTTP/1.1" 200 None
2026-03-30 06:19:31 [bca.uk] INFO: Saving data for WV70%20PYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774536279.344919, 'last_price_update_time': 1774851571.957664}
2026-03-30 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:31 [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-30 06:19:31 [bca.uk] INFO: Found listing with ID: EK69%20VSO
2026-03-30 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK69%2520VSO%27 HTTP/1.1" 200 None
2026-03-30 06:19:31 [bca.uk] INFO: Scrape type for EK69%20VSO: 2
2026-03-30 06:19:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a502507-749d-5eab-8e99-5089b4a9059a with identifier: EK69%20VSO
2026-03-30 06:19:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a502507-749d-5eab-8e99-5089b4a9059a with scrape type 2
2026-03-30 06:19:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a502507-749d-5eab-8e99-5089b4a9059a with scrape type 2
2026-03-30 06:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a502507-749d-5eab-8e99-5089b4a9059a, identifier: EK69%20VSO
2026-03-30 06:19:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with identifier: VK66%20UFV
2026-03-30 06:19:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3189a7e1-ec58-5781-b2b8-8a9ad962a0d2 with identifier: VK66%20UFV
2026-03-30 06:19:32 [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-30 06:19:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK66%2520UFV%27 HTTP/1.1" 200 None
2026-03-30 06:19:32 [bca.uk] INFO: Saving data for VK66%20UFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774350267.442422, 'last_price_update_time': 1774851572.385439}
2026-03-30 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:32 [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-30 06:19:32 [bca.uk] INFO: Found listing with ID: DT24%20XGC
2026-03-30 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT24%2520XGC%27 HTTP/1.1" 200 None
2026-03-30 06:19:32 [bca.uk] INFO: Scrape type for DT24%20XGC: 2
2026-03-30 06:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with identifier: DT24%20XGC
2026-03-30 06:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with scrape type 2
2026-03-30 06:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with scrape type 2
2026-03-30 06:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7, identifier: DT24%20XGC
2026-03-30 06:19:32 [bca.uk] INFO: Found listing with ID: CF71%20BGX
2026-03-30 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF71%2520BGX%27 HTTP/1.1" 200 None
2026-03-30 06:19:32 [bca.uk] INFO: Scrape type for CF71%20BGX: 0
2026-03-30 06:19:32 [bca.uk] INFO: Found listing with ID: DL21%20HYJ
2026-03-30 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL21%2520HYJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:32 [bca.uk] INFO: Scrape type for DL21%20HYJ: 2
2026-03-30 06:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d1c531f-172d-5531-a7c3-979d2cf205ef with identifier: DL21%20HYJ
2026-03-30 06:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d1c531f-172d-5531-a7c3-979d2cf205ef with scrape type 2
2026-03-30 06:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d1c531f-172d-5531-a7c3-979d2cf205ef with scrape type 2
2026-03-30 06:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d1c531f-172d-5531-a7c3-979d2cf205ef, identifier: DL21%20HYJ
2026-03-30 06:19:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a502507-749d-5eab-8e99-5089b4a9059a with identifier: EK69%20VSO
2026-03-30 06:19:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a502507-749d-5eab-8e99-5089b4a9059a with identifier: EK69%20VSO
2026-03-30 06:19:32 [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-30 06:19:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK69%2520VSO%27 HTTP/1.1" 200 None
2026-03-30 06:19:32 [bca.uk] INFO: Saving data for EK69%20VSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535827.178299, 'last_price_update_time': 1774851572.929503}
2026-03-30 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:32 [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-30 06:19:32 [bca.uk] INFO: Found listing with ID: AJ24%20TVP
2026-03-30 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ24%2520TVP%27 HTTP/1.1" 200 None
2026-03-30 06:19:32 [bca.uk] INFO: Scrape type for AJ24%20TVP: 2
2026-03-30 06:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-30 06:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49098da5-4b27-5bae-a557-32bd7cc20b43 with scrape type 2
2026-03-30 06:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49098da5-4b27-5bae-a557-32bd7cc20b43 with scrape type 2
2026-03-30 06:19:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49098da5-4b27-5bae-a557-32bd7cc20b43, identifier: AJ24%20TVP
2026-03-30 06:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with identifier: DT24%20XGC
2026-03-30 06:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25cc2c52-53a8-5587-a83a-5ee8b8f01ac7 with identifier: DT24%20XGC
2026-03-30 06:19:33 [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-30 06:19:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT24%2520XGC%27 HTTP/1.1" 200 None
2026-03-30 06:19:33 [bca.uk] INFO: Saving data for DT24%20XGC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650279.759112, 'last_price_update_time': 1774851573.327442}
2026-03-30 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:33 [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-30 06:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d1c531f-172d-5531-a7c3-979d2cf205ef with identifier: DL21%20HYJ
2026-03-30 06:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d1c531f-172d-5531-a7c3-979d2cf205ef with identifier: DL21%20HYJ
2026-03-30 06:19:33 [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-30 06:19:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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': 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-30 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL21%2520HYJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:33 [bca.uk] INFO: Saving data for DL21%20HYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477621.852767, 'last_price_update_time': 1774851573.721693}
2026-03-30 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:33 [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-30 06:19:33 [bca.uk] INFO: Found listing with ID: EY21%20MWV
2026-03-30 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY21%2520MWV%27 HTTP/1.1" 200 None
2026-03-30 06:19:33 [bca.uk] INFO: Scrape type for EY21%20MWV: 2
2026-03-30 06:19:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6928d28b-acff-59af-b1d0-1ccf93d66a27 with identifier: EY21%20MWV
2026-03-30 06:19:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6928d28b-acff-59af-b1d0-1ccf93d66a27 with scrape type 2
2026-03-30 06:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6928d28b-acff-59af-b1d0-1ccf93d66a27 with scrape type 2
2026-03-30 06:19:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6928d28b-acff-59af-b1d0-1ccf93d66a27, identifier: EY21%20MWV
2026-03-30 06:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-30 06:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-30 06:19:33 [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-30 06:19:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 06:19: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=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-30 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ24%2520TVP%27 HTTP/1.1" 200 None
2026-03-30 06:19:34 [bca.uk] INFO: Saving data for AJ24%20TVP: {'auction_closing_time': 1774951200.0, 'created_time': 1773821436.680287, 'last_price_update_time': 1774851574.173766}
2026-03-30 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:34 [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-30 06:19:34 [bca.uk] INFO: Found listing with ID: FM21%20GZT
2026-03-30 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM21%2520GZT%27 HTTP/1.1" 200 None
2026-03-30 06:19:34 [bca.uk] INFO: Scrape type for FM21%20GZT: 2
2026-03-30 06:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61abebb9-0406-59a8-8593-2537d8285ab4 with identifier: FM21%20GZT
2026-03-30 06:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61abebb9-0406-59a8-8593-2537d8285ab4 with scrape type 2
2026-03-30 06:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61abebb9-0406-59a8-8593-2537d8285ab4 with scrape type 2
2026-03-30 06:19:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61abebb9-0406-59a8-8593-2537d8285ab4, identifier: FM21%20GZT
2026-03-30 06:19:34 [bca.uk] INFO: Found listing with ID: KV20%20YPO
2026-03-30 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV20%2520YPO%27 HTTP/1.1"